* When a filename is attached and its name is encoded, the save attachment
[alpine.git] / pith / pine.hlp
blob2a02cc2bc4595e16e0d3fcba23c2048a7f017c83
1 # $Id: pine.hlp 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
3 #        T H E   A L P I N E    M E S S A G E   S Y S T E M
5 #/* ========================================================================
6 # * Copyright 2013-2016 Eduardo Chappa
7 # * Copyright 2006-2008 University of Washington
8 # *
9 # * Licensed under the Apache License, Version 2.0 (the "License");
10 # * you may not use this file except in compliance with the License.
11 # * You may obtain a copy of the License at
12 # *
13 # *     http://www.apache.org/licenses/LICENSE-2.0
14 # *
15 # * ========================================================================
16 # */
18          Help text for the Alpine mailer
20 This file is in a format created to be turned into text strings in a C
21 program.
23 There are two shell scripts that run on this.  Cmplhelp.sh is the
24 first and turns this into a C file (helptext.c) of text strings that
25 are compiled and linked. The other program, cmplhlp2.sh, turns this
26 into a .h file (helptext.h) with extern string definitions of the
27 strings in the .c file.  The code that actually processes these files
28 while alpine is running is in help.c
30 The lines with "===== xxxx ====" divide the different help screens.  The
31 xxx is the name of the variable that strings will be put in, which are
32 also declared in helptext.h.
34 # is a comment
36 Help text screen text can be either plain text OR HTML.  The latter is
37 denoted by the first line starting with "<HTML>".  The former is simply
38 displayed as it's formatted here.
40 HTML is limited to simple formatting ala HTML 2.0.  No forms, or tables.
41 In addition a small set of tools are are available to customize the HTML
42 screen's text:
44 1a)  Default and function key bindings are separated like this:
46 <!--chtml if pinemode="function_key"-->
47         Function key bindings here
48 <!--chtml else-->
49         Default key bindings here
50 <!--chtml endif-->
53 1b)  A way to distinguish HTML text that is to be displayed when
54      pine is running vs. when the text is served up outside Alpine
55      (someday) can be done via:
57 <!--chtml if pinemode="running"-->
58    Text displayed when viewed within a running pine session
59 <!--chtml else-->
60    Text displayed when HTML viewed outside pine (using chtml aware server)
61 <!--chtml endif-->
63 1c)  A way to distinguish HTML text that is to be displayed under
64      PC-Alpine vs. not is available via:
66 <!--chtml if pinemode="os_windows"-->
67    Text displayed under PC-Alpine
68 <!--chtml else-->
69    Text displayed otherwise
70 <!--chtml endif-->
72 WARNING ABOUT CHTML "if-else-endif" CLAUSES: They don't nest.
74 2a) Several "server side include" commented elements are supported:
76 <!--#include file="textfile"--> 
78 The file "textfile" will be inserted into the HTML text directly.
79 Alpine does no formatting of the text.  At some point we might want to
80 look at the first line for <HTML> but not today.
82 2b) Various bits of Alpine's running state can be inserted into the
83 HTML text as well using the special comment:
85 <!--#echo var="variable"--> 
87 Where "variable" is one of either:
89     ALPINE_VERSION
90     ALPINE_REVISION
91     ALPINE_COMPILE_DATE
92     ALPINE_TODAYS_DATE
93     C_CLIENT_VERSION
94     _LOCAL_FULLNAME_
95     _LOCAL_ADDRESS_
96     _BUGS_FULLNAME_
97     _BUGS_ADDRESS_
98     CURRENT_DIR
99     HOME_DIR
100     PINE_CONF_PATH
101     PINE_CONF_FIXED_PATH
102     PINE_INFO_PATH
103     MAIL_SPOOL_PATH
104     MAIL_SPOOL_LOCK_PATH
105     VAR_<VARNAME> - where <VARNAME> is config variable name
106     FEAT_<FEATURENAME> - where <FEATURENAME> is config feature name
108 3) The URL scheme "X-Alpine-Gripe:" is available to insert links to
109    pine's composer such that various debugging data can be attached to the
110    message. Aside from normal email addresses, this can be set to
111    either "_LOCAL_ADDRESS_" for the configured local help address, or
112    "_BUGS_ADDRESS_" for the configured local bug reporting address.
113    Aside from the special tokens above, the default behavior only differs
114    from "mailto:" by the insertion of a special Subject: prefix that
115    consists of a randomly-generated token for tracking purposes.
116    Several optional parameters can be included to control what is
117    attached or offered for attachment to the message:
119         ?config  --  Automatically attaches the user's configuration
120                      information to the trouble report
121         ?keys    --  Automatically attaches the user's most recent
122                      keystrokes
123         ?curmsg  --  Causes the user to get an offer to attach the
124                      current message to the trouble report
125         ?local   --  Automatically attaches the result of the script 
126                      defined by VAR_BUGS_EXTRAS
128 For HTML-format sections, the help screen dividers  "===== xxxx ====" must 
129 contain one and only one space after the first and before the second set of 
130 equal signs.
132 Note to authors of this file: to mark sections that need further revision, 
133 please use the text string on the following line consistently so that it is 
134 easy to find those places again in this file:
135 *revision needed*
137 NOTE: Several sections of help text which weren't being used were removed
138 at RCS version number 4.122.  In particular, there were some placeholders
139 with help text for the config screen and the composer that didn't have any
140 reasonable place to be called from.
141 Dummy change to get revision in pine.hlp
142 ============= h_revision =================
143 Alpine Commit 116 2015-12-14 19:09:59
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2016 Eduardo Chappa
160 <BR>Copyright 2006-2008 University of Washington
161 </DIV>
164 Alpine is an &quot;Alternatively Licensed Program for Internet
165 News and Email&quot; produced until 2009 by the University of Washington.
166 It is intended to be an easy-to-use program for
167 sending, receiving, and filing Internet electronic mail messages and
168 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
169 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
170 is available as is a world wide web based version designed to run under the
171 Apache web server.
174 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
176 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
177 addresses bugs found in previous releases and has a few additions as well.
180 Additions include:
181 <UL>
182   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
183        user to choose the dictionary used to spell, in case the user 
184        communicates in more than one language. Examples of values for the 
185        variable are "en_US" or "de_DE", etc. Only the first 10 
186        dictionaries are offered.
188   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
189        Based on a contribution by Wang Kang.
191   <LI> Added support for RFC 2971 - IMAP ID extension.
193   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
194        that allows users to ignore errors in the computation of the size
195        of a message from defective servers.
197   <LI> Add the configuration variable "default-directories", which is called
198        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
199        variable saves a list of directories that are readily accessible 
200        for save or export of attachments. This makes it easier to save 
201        attachments in directories that are hard to navigate to, or that 
202        are accessed frequently.
204   <LI> When a filename is attached and its name is encoded, the save 
205        attachment command will offer to save the file in the encoded form. 
206        This might work for some users, but the save command will have a 
207        subcommand ^N to decode the file name and save the file with the 
208        decoded name.
210   <LI> Ignore message from smtp server after a successful authentication
211        challenge.
213   <LI> When a message is saved in the Form Letter folder, add the ability
214        to save the role being used to compose such message so that settings
215        such as the SMTP server set in the role can be used when sending
216        such form message. Suggested and patched by Frank Doepper.
218   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
219        SSLCERTSDIR is not found.
221   <LI> When Alpine sends an attachment, it will set the boundary attribute
222        in lower case, as some SMTP servers, such as those of libero.it 
223        reject messages if the boundary attribute is in uppercase.
225   <LI> Add the ability to change the private key and certificates used
226        to encrypt a password file in the SMIME setup configuration screen.
227        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
229   <LI> SMIME: The ctrl-E command that gives information on the certificate
230        is only available for messages that have a signed or encrypted 
231        part.
233   <LI> SMIME: If a message contains a RFC822 attachment that is
234        signed/decrypted add the ability to view its SMIME information.
236   <LI> SMIME: Certificate information in the S/MIME screen is available 
237        for certificates stored in a container.
239   <LI> SMIME: Offer the common name of the person, instead of the name of
240        file containing the certificate, as the name to be displayed in the 
241        certificate management screen for certificate authorities. 
242        Suggested by Matthias Rieber.
244   <LI> SMIME: Management of several alternate name (SAN) certificates is 
245        improved. When importing a SAN certificate, also import a certificate
246        for the filename, besides for the e-mail addresses in the
247        certificate. Suggested by Matthias Rieber.
249   <LI> SMIME: add full year when displaying information about a certificate
250        in the certificate management screen. Suggested by Matthias Rieber.
252   <LI> SMIME: sort certificates by some type of alphabetical order in the
253        displayed name.
255   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
256        certificates included in signatures, when the option "Validate 
257        Using Certificate Store Only" is enabled. If the user does not wish 
258        to save it, validation will fail.
260   <LI> HTML: Add support for decoding entities in hexadecimal notation.
261        Suggested by Tulip&aacute;nt Gergely.
263   <LI> If the charset of a message can not be determined, use the value set
264        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
266   <LI> Resizing setup screen will redraw screen.
268   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
269        in the width ambiguous zone, it will use other means to determine
270        the width, such as call wcwidth.
272   <LI> Pico: Code reorganization in the search command to make it easier to
273        add subcommands of the search command.
275   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
276        subcommand of the search command to bring this choice into view.
278   <LI> Pico: Add the ability to search for strings in the beginning or end
279        of a line. Use the Ctrl-^ subcommand of the search command to bring 
280        this choice into view.
282   <LI> For a multipart/alternative message, the Take Address command will 
283        work on the part that is being read.
285   <LI> When sending a message, allow for 512 characters of consecutive 
286        non-white space before folding the subject line.
288   <LI> Make sure titlebar (the line at the top of the screen) always 
289        contains the name of the folder/newsgroup that is open, if this 
290        fits in the title.
292   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
293        will also scramble the name, version and operative system in the message-id header. 
294        Based on a contribution by Dennis Davis, which is itself based on a contribution by 
295        Mark Hills.
297   <LI> Change in logic in imap_set_password function to make Alpine ask if
298        a user wants to save a password before reading the password file.
300   <LI> When exporting all parts of a message, if two attachments have the same
301        name, do not overwrite a file more than once, but instead add a counter
302        number to the filename to make a new file that does not exist in the file
303        system.
305   <LI> Add the Control-R subcommand to the save command for attachments. 
306        This subcommand toggles if the saving will be done in binary mode 
307        for text attachments. When a user saves an attachment using binary
308        mode it will be saved as it was sent, otherwise the attachment will
309        be transformed to UTF-8 for further transformation through internal
310        and user defined filters for saving.
312   <LI> Add command line argument -smimedir, which allows to specify
313        the default path for a directory that contains the public, private, 
314        and ca directories. This is useful in case a user has a backup of 
315        old certificates that cannot be installed in the ~/.alpine-smime 
316        dir.
318   <LI> Reimplementation of the code that allows the .pinerc file to be a
319        symbolic link by Kyle George from tcpsoft.com to use realpath.
321   <LI> When saving an attachment, the "^T" command leads to a screen where the
322        "A" command can be used to add a file. A directory can be added by
323        pressing "^X" after the "A" command. Added after a suggestion by
324        Stefan Goessling.
326   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
327        scroll through the history of directories used to save attachments, 
328        while preserving the given name of the file. Suggested by Peter 
329        Koellner.
331   <LI> SMIME: Turn off automatic signing and encrypting of a message when
332        bouncing. Suggested after a discussion with Matthias Rieber.
333 </UL>
337 Bugs that have been addressed include:
338 <UL>
339   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
340        Alpine will use the function ASN1_TIME_print to determine the date 
341        of validity. Reported by Ben Stienstra.
343   <LI> SMIME: Crash when attempting to unlock the password file and an
344        incorrect password is entered.
346   <LI> SMIME: Crash when checking the signature of a message that contains
347        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
348        Krellner.
350   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
352   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
353        remote containers. Reported by Matthias Rieber.
355   <LI> SMIME: certificates included in messages were not being transferred
356        to a remote container.
358   <LI> SMIME: Crash if public certificates are located in an inaccessible
359        remote server and the private key is not available.
361   <LI> SMIME: Alpine does not remove temporary files created when adding a 
362        CA certificate to a container. Reported by Holger Trapp.
364   <LI> SMIME: When reading a local certificate, Alpine converts the name 
365        of the certificate to lowercase, which may make Alpine not be able 
366        to read such certificate. Reported by Dennis Davis.
368   <LI> Crash when attempting to read a message after a bounce command. 
369        In order to produce a crash one needed to use the ^T subcommand and 
370        do a search in a LDAP directory. The crash is produced by changes 
371        to the text in the title bar. Reported by Heinrich Mislik in the 
372        Alpine-info list.
374   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
375        making Alpine not display the correct character at the position 
376        that wrapping is done. Reported by Wang Kang.
378   <LI> Pico: Searching for a string that is too long causes Pico to crash
379        in the next search.
381   <LI> Fix vulnerability in regex library. This only affects those who use
382        this library, such as the windows version of Alpine. See 
383        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
384        for more details.
386   <LI> Alpine would not set include and lib paths for OpenSSL if this was
387        installed in /usr/local/ssl.
389   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
390        contents when saving its configuration.
392   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
393        the name. Reported by Andreas Fehr.
395   <LI> Mismatch in size of UCS and CELL caused a corruption in the
396        content of a pointer, which made the speller in PC-Alpine get the 
397        content of a word incorrectly.
399   <LI> Skip testing openssl compatibility version when cross-compilation
400        is detected. Fix contributed by Antti Sepp&auml;l&auml;
402   <LI> Alpine fails to remove temporary files used during a display or sending
403        filter. Fix contributed by Phil Brooke.
405   <LI> When the index is in zoomed state, adding new messages to the 
406        selection would not show those messages if those messages are on 
407        top of the current message in the top of the screen. Reported by
408        Ulf-Dietrich Braumann. In addition, when the user scrolls through
409        the index, this scroll smoothly, without jumping pages. Reported
410        by Holger Trapp.
412   <LI> Crash when reviewing history of saving attachments.
414   <LI> Crash in Pico when forwarding messages that contain a direction mark
415        at the end of a line. Reported by James Mingo.
417   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
418 </UL>
422 Version 2.20 addresses bugs found in previous releases and has several 
423 additions as well.
426 Additions include:
429 <UL>
430   <LI> Upgrade UW-IMAP to Panda IMAP from 
431        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
432   <LI> S/MIME: Add screen to manage certificates.
433   <LI> S/MIME: Signatures are validated using the user's certificates instead
434        of the ones included in the message. Behavior can be disabled by
435        disabling the option <A href="h_config_smime_use_cert_store">
436         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
437        by default.
438   <LI> S/MIME: sign messages using intermediate certificates when needed 
439        and possible.
440   <LI> S/MIME: validation of certificates for servers that modify signed 
441        content.
442   <LI> S/MIME: signed and encrypted messages will be signed first and 
443        encrypted second, so that they can be decoded by other clients.
444   <LI> S/MIME: add the sender certificate to the list of certificates in
445        encrypted messages to make it possible for the sender to decrypt
446        the message they sent.
447   <LI> S/MIME: When transferring certificates to a local container, create 
448        container with default names PublicContainer, PrivateContainer and 
449        CAContainer, as appropriate for these files, unless the user has 
450        provided some other names.
451   <LI> S/MIME: Forwarding a message will include the signed part as part
452        of the text and not as a multipart message, just as the reply
453        command does.
454   <LI> HTML: Style tag in body of html message causes Alpine to not write
455        its content until a new &lt;/style&gt;
456   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
457        the same inline tag; the same is valid for the &lt;HR&gt; tag.
458   <LI> Add support to selective expunge through a subcommand of the 
459        select-apply commands. Read more in the <A 
460        HREF="h_index_cmd_expunge">help</A> for the expunge command.
461   <LI> Pico: New subcommand of the search command, allows to reverse the
462        direction of search.
463   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
464        the key and certificate used to encrypt the password file are saved 
465        in the ~/.alpine-smime/.pwd directory, or in the directory specified
466        by the -pwdcertdir command line option. 
467        <A HREF="h_password_file_support">Learn more</A>.
468   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
469        server to use different ways to connect using ssl, for 
470        example {server.com/tls1} will attempt to connect to 
471        server.com at the ssl imap port (port 993) and establish a 
472        connection using TLSv1. These flags can be used in 
473        conjunction with the /ssl flag, the ssl flag is redundant. 
474        Conversely, however, the /ssl flag does not imply any of 
475        these flags; the /ssl flag means SSLv3 or, if not available, 
476        SSLv2 in the SSL port.
477   <LI> Alpine does not attempt to automatically reopen a collection 
478        that was not opened due to cancellation by the user. 
479        Instead, the user must try to open it explicitly.
480   <LI> Alpine searches for a certificate that matches an email address in
481        all addresses in a certificate (instead of just the first 
482        one) but when it tries to unlock the certificate, it asks 
483        for the password for the first email address in that 
484        certificate.
485   <LI> Style tag in body of html message causes Alpine to not write its content
486        until a new &lt;/style&gt;
487   <LI> Experimental: Write the content-type of a message in 
488        lowercase, as some non-compliant servers do not understand 
489        uppercase content-type, such as those of GMX.de.
490   <LI> Experimental: Do not send the RSET command before attempting
491        to send a message, as this causes a delay in some evily managed
492        servers.
493   <LI> Opening a folder updates recent count in maildrops (this 
494        already works for other types of folders)
495   <LI> Automatically redraw screen after opening an attachment 
496        instead of simply clearing it.
497   <LI> Pico: Justification works without need of a predefined quote 
498        string. This allows justification of blocks of text that are 
499        indented with spaces.
500   <LI> Decode the name of attachment names, so they can be written as part   
501        of the description of the part. 
502   <LI> Check bounds and tie strings off to improve security. Contributed 
503        by James Jerkins.
504   <LI> Replace tabs by spaces in From and Subject fields to control for
505        size in screen of these fields. Change only in index screen display.
506   <LI> Aggregate operations allows bouncing a list of messages using a role.
507        Suggested by Ulf-Dietrich Braumann.
508   <LI> Disable saving new passwords to the password file. Implemented
509        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
510   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
511      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
512      Charles M. Register.
513 </UL>
517 Bugs that have been addressed include:
518 <UL>
519   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
520        in personal names. Reported by Lev Gorenstein.
521   <LI> When writing the .pinerc file, lines were truncated if they were longer
522        than 10,000 characters. This could cause data corruption, so now lines
523        are allowed to be of any length.
524   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
525        remove attachments before they were open by a mailcap viewer. It 
526        requires that the user has an equivalent to a command such as "ps 
527        auxww" to list the list of processes, and check if there is any 
528        program using the attachment. The default is "/bin/ps auxww", but 
529        it can be changed at compile time with the option --with-ps-cmd. 
530        See the help of the variable 
531        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
532        for more information.
533   <LI> S/MIME: signed messages that contained an attachment would not validate.
534   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
535        validate. Thanks to Andreas Schamanek for testing, debugging and 
536        advising during the process of fixing this problem.
537   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
538        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
539        and Stefan Mueller.
540   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
541        home directory.
542   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
543        SMIME making it not possible to sign or encrypt messages.
544   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
545        information that is not part of the body, and hence making the body
546        of the message seem wrong.
547   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
548        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
549        enabled, the message contains 8bit characters and the smtp server 
550        supports 8bit sending.
551   <LI> When replying to several messages, subject will be decoded first,
552        and then stripped from re/fwd before they are compared to determine
553        the subject of the replied message.
554   <LI> Crash when tcp connection to NNTP server was lost after connection
555        had been established, but lost immediately afterwards.
556   <LI> Crash with message &quot;lock when already locked&quot;, when painting
557        an index was based on scores that needed information from a remote
558        addressbook in the same server as the folder opened. Reported by
559        Peter Koellner.
560   <LI> Crash in message/rfc822 attachments encoded in base64.
561   <LI> Postponed messages whose content-type is text/html, text/enriched and
562        text/richtext are sent with that content-type, even though, after
563        resuming composition, Alpine had changed its type to text/plain.
564   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
565        character set, which might lead to a crash or a corruption in the 
566        screen. Work was done to contain the bug. A more complete fix will 
567        be done in a future release. Reported by Professor Robert Funnell.
568   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
569   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
570   <LI> Save command did not warn of existence of a message with a deleted 
571        attachment in an aggregate save, unless cursor was positioned on a message 
572        with a deleted attachment. Reported by Florian Herzig.
573   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
574        in an IMAP server.
575   <LI> DATE tokens were not internally transformed to UTF-8, which made their
576        values not appear complete in the screen. Reported by Werner Scheinast.
577   <LI> Fixes to configure script so that it will not require PAM for every system.
578   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
579        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
580        during the build. Fix by Ulf-Dietrich Braumann.
581   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
582        needs to use tcl_getstringresult() instead. Reported by 
583        Ulf-Dietrich Braumann.
584   <LI> Quoted string in URL Viewers configuration variable were not 
585        unquoted before passing to viewer.
586   <LI> Fix in configure script to detect location of tcl library; add
587        /usr/local in FreeBSD and fix a bug in configure script that used 
588        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
589        by Werner Scheinast.
590   <LI> Move SSL configurations from UW-IMAP to configure script, and
591        update OpenSSL configuration for Mac OS X.
592   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
593   <LI> When the download of an attachment is interrumpted, Alpine stills
594      caches what was downloaded, making the download incomplete for 
595      subsequent calls of Alpine attempting to open the attachment. In the 
596      future, Alpine will not cache any downloaded part of the attachment 
597      when it is interrupted.
598 </UL>
603 Version 2.11 addresses bugs found in previous releases and has a few 
604 additions as well.
607 Additions include:
610 <UL>
611    <LI> Alpine requires version 1.0.0c of Openssl to build.
612    <LI> Increase encryption of S/MIME encrypted messages.
613    <LI> Pico: Improvements in justification of paragraphs: lines that begin
614 with a quote string, followed by a space were considered individual paragraphs,
615 now they are considered part of a paragraph. Based on earlier joint work
616 with Jeff Franklin.
617    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
618    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
619 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
620    <LI> Added recognition of ws and wss URIs.
621    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
622  <A HREF="h_config_directory_color">directory names</A>,
623  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
624    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
625 used in the display of the INDEX SCREEN.
626    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
627 that adds the ability to preserve To: and Cc: fields when replying to a 
628 message, as specified by original sender.
629    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
630  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
631    <LI> Quota command includes subcommands for printing, forwarding, etc.
632 </UL>
635 Bugs that have been addressed include:
637 <UL>
638   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
639   <LI> Crash when resizing the screen in a configuration screen.
640   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
641   <LI> Do not use a shell to open a browser.
642   <LI> Configure script did not test for crypto or pam libraries.
643   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
644   <LI> Change Cygwin directory separator to &quot;/&quot;.
645   <LI> Alpine could set List- headers, contrary to RFC 2369.
646 </UL>
649 Version 2.10 addresses bugs found in previous releases and has a few 
650 additions as well.
653 Additions include:
656 <UL>
657    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
658    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
659    <LI> Foreign characters are decoded correctly in IMAP folder names.
660    <LI> Question about breaking connection to slow servers includes their name.
661    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
662    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
663    <LI> Cygwin: Alpine builds without need of patch.
664    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
665    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
666    <LI> Add support for strong encryption of password file when S/MIME is built in.
667 </UL>
670 Bugs that have been addressed include:
673 <UL>
674    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
675    <LI> Double allocation of memory in Pico.
676    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
677    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
678    <LI> Not recognition of environment variables in some options.
679    <LI> Not display of login prompt during initial keystrokes.
680    <LI> justification of long urls breaks them.
681    <LI> Incorrect New Mail message when envelope is not available.
682    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
683    <LI> Crash when resizing the screen after display of LDAP search.
684    <LI> Crash when redrawing screen while opening a remote folder collection.
685    <LI> Infinite loop in scrolltool function during notification of new mail.
686    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
687    <LI> No display of signed and encrypted S/MIME messages.
688    <LI> Alpine will not build with OpenSSL.
689    <LI> Crash for double locking in calls to c-client.
690    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
691    <LI> Ignore the references header when threading messages
692    <LI> No update of colors in index screen after update to addressbook.
693 </UL>
696 Version 2.01 addresses bugs found in previous releases and has a few 
697 additions as well.
700 Additions include:
703 <UL>
704    <LI> Fixed non-ASCII web alpine handling
705    <LI> Added web alpine help.
706    <LI> Allow web alpine inbox on second IMAP server.
707    <LI> Allow web alpine config reset after bad inbox-path gets set.
708    <LI> Added web alpine ability to create group contact from contact list members.
709    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
710    <LI> Tidied up web alpine script layout.
711    <LI> Fixed web alpine status message ordering
712    <LI> Added web alpine Fcc setting via Contacts in Compose
713    <LI> Fixed web alpine autodraft attachment issues
714    <LI> Fixed web alpine problems with recent count maintenance
715    <LI> Fixed web alpine newmail arrival display in message list
716    <LI> Added web alpine confirmation to folder create for Move/Copy
717    <LI> Added web alpine user-domain support
718    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
719 </UL>
722 Bugs that have been addressed include:
725 <UL>
726    <LI> In web alpine fixed delete all selected within a search result to reorient
727         correctly to whole-mailbox message list.
728    <LI> Fixed web alpine delete in view page to be sensitive to sort
729    <LI> Fixed web alpine open of folder within directory from folder manager page.
730    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
731    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
732    <LI> Fixed web alpine adding contacts from message list and view
733    <LI> Fixed web alpine create of non-existent fcc
734    <LI> Remove mistakenly left debugger statement in web alpine javascript.
735    <LI> Some UNIX alpine build problems fixed
736    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
737         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
738         by locale charmap call on some Solaris 8 systems.
739    <LI> MacOS Keychain logins were not working correctly with generic host names, like
740         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
741         new password requests when not needed
742    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
743         last folder in the list
744    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
745         looked for along with the email address
746    <LI> Changes to configure to get spellcheck options with work with arguments.
747    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
748         returned by gethostname (iPhone can do this)
749    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
750         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
751    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
752         Jake Scott of marganstanley.com.
753    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
754         is not used in alpine.
755    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
756         Apparently this causes RIM Blackberry BIS service problems. This is not
757         used in alpine.
758    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
759    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
760         Fix from Ludwig Nussel of SUSE and from Crispin.
761    <LI> Include whole filename in export filename history
762    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
763 </UL>
766 Version 2.00
767 addressed bugs found in previous releases and had a few additions as well.
769 Additions included:
772 <UL>
773    <LI> Redesigned Web Alpine interface
774    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
775         in UNIX versions of Alpine
776    <LI> Attempt to include the attachment filename as part of the name of the
777         temporary file used when viewing an attachment with an external program.
778         Add some randomness to that filename to make it hard to predict the filename.
779         Add a filename extension, usually derived from the type/subtype, to the
780         temporary filename. This was previously done only on Windows and MacOS X.
781    <LI> Enhance address completion in the composer (TAB command) so that it looks
782         through nicknames, fullnames, and addresses from the address book; addresses
783         from the message being viewed, if any; and the results from
784         <A HREF="h_direct_config">LDAP Directory Server</A>
785         lookups for all of the defined directory servers that have the
786         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
787         feature set.
788    <LI> Make the default character set setting more liberal in what it will accept
789         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
790    <LI> Remove the Alpine revision number from the titlebar in released versions
791         while leaving it there in snapshot versions
792    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
793         display of asterisks when you type a password for Alpine
794    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
795    <LI> When the
796         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
797         feature is turned on convert not only the dates in the index screen but also
798         the dates in the MESSAGE VIEW
799 </UL>
802 Bugs addressed in the 2.00 release included:
805 <UL>
806    <LI> Crash when using tab-completion for selecting a Save filename
807    <LI> Make Web Alpine help text images relative for more portability
808    <LI> Fixed attach save of html parts in Web Alpine
809    <LI> Viewing, printing, exporting, replying, and bouncing of message
810         digests was broken. Replying and bouncing should not have been
811         allowed at all for digests. It would be nice to have a more standard
812         index-like view of a message digest but that has not been addressed
813         with this minor bug fix.
814    <LI> Adjust wrapping of HTML messages so that the margins specified by
815         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
816         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
817         are observed correctly
818    <LI> Interrupt of WhereIs command in index was broken
819    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
820         option did not work correctly interpreting unknown characters in message headers
821    <LI> Long address lines could cause blank continuation lines
822    <LI> Save to a local default INBOX failed if the primary collection was also local,
823         which it is by default. The save went to  ~/mail/inbox instead.
824    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
825         inbox, not the inbox in the primary collection
826    <LI> Address book entries with lots of addresses would be truncated when
827         entered in the composer with a screen size wider than 270 or so charcters
828    <LI> Some fields in the index screen were truncated when the screen width was
829         wider than 256 characters
830    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
831         folder, and there is a more than 10 minute pause between typing the TAB
832         and typing the Yes
833 </UL>
836 Version 1.10(962)
837 addressed bugs found in previous releases and had a few additions as well.
839 Additions included:
842 <UL>
843    <LI> Add the possibility of setting a default role
844         (see <A HREF="h_role_select">Roles Screen</A>)
845         which may be convenient if your work flow involves acting in one
846         role for a while then switching to another role and staying in the
847         new role for another period of time
848    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
849         is encountered, ask the user if he or she wants to continue with the
850         risky Save anyway instead of aborting. This may be helpful if your
851         IMAP server is broken in this way but be aware that it is possible there
852         was a real error instead of just a broken server implementation.
853    <LI> Some configure adjustments for Kerberos detection and
854         for SCO OpenServer 5 support
855    <LI> Hide INBOX in a collection if it also appears as an
856         <A HREF="h_config_enable_incoming">Incoming Folder</A>
857    <LI> Show asterisks for feedback when the user is typing a password
858    <LI> Performance improvement for threading of large folders
859    <LI> Previously, the search used to find
860         Pattern matches containing To patterns searched for both To
861         and Resent-To headers. The relatively complicated search this
862         produces causes problems when using some deficient IMAP servers.
863         Now the default is to look only for To headers and ignore the
864         presence of Resent-To. The previous behavior may be restored
865         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
866    <LI> Add an
867         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
868         to help with reading malformed unlabeled messages
869    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
870    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
871    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
872 </UL>
875 Bugs addressed in the 1.10(962) release included:
878 <UL>
879    <LI> Crash when encountering certain errors from an SMTP server
880    <LI> Crash in composer caused by overflow in replace_pat()
881    <LI> Hang when authenticating to an SMTP server that fails with a
882         &quot;connection disconnected&quot; error
883    <LI> Bug in handling of trailing tab character in flowed text
884    <LI> Security enhancement for mailcap parameter substitution
885    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
886         did not work if the message being replied to was not flowed text
887         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
888         was not turned on
889    <LI> Don't allow printer to be changed through hidden config screen
890         if system administrator didn't want it to be allowed
891    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
892         should know that it won't work, causing error messages to appear
893    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
894         of double-quote double-quote didn't work right
895    <LI> Quoting wasn't being done to protect special characters from the
896         MacOS X shell when
897         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
898         was not defined
899    <LI> On MacOS X message attachments should be shown internally instead of
900         being shown using the Mail application
901    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
902         sometimes set the outgoing charset to X-UNKNOWN, making the result
903         unreadable
904    <LI> When the sending of a message failed lines with leading spaces had one
905         additional space inserted in each of those lines when the user
906         was returned to the composer
907    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
908         that contained non-ascii characters because it was truncating the
909         line being searched so that it was shorter than what was visible on
910         the screen
911    <LI> When composing, an attachment with a long name that causes wrapping in
912         just the wrong place would generate an error and cause the send
913         of the attachment to fail
914    <LI> After calling the file browser to attach a file in the composer, a resize
915         of the window when back in the composer would redraw the last screen that
916         had been shown in the browser instead of the current composer screen
917    <LI> Possible crash in index screen when encountering unparseable addresses
918         or when using one of the PRIORITY tokens or the HEADER token in the
919         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
920    <LI> Problems with Header Color editing if the configuration option
921         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
922         was inadvertently changed to the Empty Value in the hidden config screen
923    <LI> When resuming the final postponed message from an Exchange server the user
924         could get a certificate validation failure because alpine was trying
925         to validate the canonical name of the folder instead of the name the
926         user used
927    <LI> Windows line endings in a mimetypes file on a Unix system cause a
928         failure to find a match
929    <LI> Make matching of extension names case independent in mimetypes files
930    <LI> Windows dialog boxes for entering text were not working correctly
931    <LI> Replying to or Forwarding multipart/alternative messages which had a
932         single text/html part did not work well
933    <LI> Printing the print confirmation page caused a crash
934    <LI> A To line with a long, quoted personal name could display incorrectly
935         if it was close to the same width as the screen
936    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
937         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
938         are turned on hide (0/0) when the folder is empty
939    <LI> Folder completion while Saving didn't work if the collection being
940         saved to was the local home directory
941 </UL>
944 Version 1.00
945 was an evolutionary release based on
946 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
947 developed at the University of Washington.
948 It is upwards-compatible for existing Pine users.
951 Changes included:
953 <UL>
954    <LI> Ground-up reorganization of source code around addition
955         of "pith/" core routine library.
956    <LI> Fundamental improvement in Alpine's internal text handling, which
957         is now based exclusively on Unicode. This allows displaying incoming
958         messages and producing outgoing messages in many different languages.
959    <LI> Ground-up reorganization of build and install procedures
960         based on GNU Build System's autotools. NOTE, the included IMAP library
961         build is not based on autotools, so some features will not work. However,
962         it should get built automatically during the Alpine build process.
963    <LI> Web-based version included built on TCL designed to run under
964         a suitable CGI-supporting web server such as Apache.
965 </UL>
969 Details on changes in previous (prerelease) versions of Alpine
970 may be found at the following URL:
972 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
975 <HR WIDTH="75%"><P>
977 <H2>Getting Help</H2>
978 <DL>
979 <DT>Online Help</DT>
980 <DD>
981 Every Alpine screen and command has associated help text
982 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
983 </DD>
985 <DT>Web Help</DT>
986 <DD>
987 The most current source of information about Alpine,
988 including new version availability, is the web page at
990 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
991 </DD>
992 </DL>
994 Frequently Asked Questions (and answers) may be found at the following
995 URL:
997 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
1000 <HR WIDTH="75%"><P>
1002 <H2>Additional Information</H2>
1004 General Alpine configuration information can be found
1005 <A HREF="h_news_config">here</A>.
1007 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1008 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1009 access is provided by the IMAP Toolkit Environment (c-client library)
1010 version <!--#echo var="C_CLIENT_VERSION"-->.
1011 <P> 
1012 Alpine was developed until 2009 by the Office of Computing 
1013 &amp; Communications at the University of Washington in Seattle.  
1014 Since then, the effort of developing Alpine has been continued by
1015 a community of volunteers who make good software even better!
1018 Alpine Copyright 2013-2016 Eduardo Chappa, 
1019 <BR> Copyright 2006-2008 University of Washington.
1022 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1023 or instead you can find the Apache License, version 2.0 at the web URL:
1026 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1029 &lt;End of Release Notes&gt;
1030 </BODY>
1031 </HTML>
1032 ====== h_password_file_support ======
1033 <HTML>
1034 <HEAD>
1035 <TITLE>Encryption for Password File Support Explained</TITLE>
1036 </HEAD>
1037 <BODY>
1038 <H1>Encryption for Password File Support Explained</H1>
1040 Index<BR>
1041 <OL>
1042 <LI><A HREF="#content">Explanation</A>
1043 <LI><A HREF="#example">Example</A>
1044 </OL>
1046 <P><A NAME="content">Unix Alpine Only.</A>
1048 <P> If your version of Alpine has been built with password file support
1049 then you can use a special file to save your passwords, and avoid typing
1050 them every time you open a connection to a remote server.
1052 <P> If your version of Alpine was built with SMIME support, and you have a
1053 public certificate/private key pair, then Alpine will use such pair to
1054 encrypt your password file. If you have more than one key/certificate
1055 pair, Alpine will pick the first pair that it finds that works. You can also
1056 select a pair, and the way to do this is explained below.
1058 <P> Once a pair has been chosen, it will be copied to the directory 
1059 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1060 that directory. The first time this process is done, this directory will 
1061 be created, a key/certificate pair will be copied to it, and this pair 
1062 will be used in the future to encrypt and decrypt your password file. You 
1063 can create this directory and copy any key/certificate pair there. You
1064 can add a self-signed certificate there, if you like, and you can let
1065 this certificate expire. This will not affect the encryption and decryption
1066 of the password file.
1068 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1069 your key/certificate pair, you can specify a different one with the 
1070 -pwdcertdir command line option in Alpine. If the directory specified by 
1071 this option is not found or there is no valid key/certificate pair there, 
1072 Alpine will fail to encrypt and decrypt your password file. In other words,
1073 Alpine will not initialize this directory for you.
1075 <P> Alpine does not care about the names of the key and certificates in 
1076 this directory, but the private key must have &quot;.key&quot; extension 
1077 and your public certificate must have the &quot;.crt&quot; extension. The
1078 name of the private key will be used in the prompt when you are asked
1079 to unlock your key to decrypt your password.
1081 <P><A NAME="example">An example follows</A>
1083 <P>Assume you have a private key called peter@address.com.key in your, 
1084 ~/.alpine-smime/private directory, and a public certificate called 
1085 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1086 are your only key/certificate pair.
1088 <P> When Alpine starts for the first time, without command line options, 
1089 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1090 it will create it. Then it will go through your keys and certificates and 
1091 find a pair that it can use, and copy the files peter@address.com.key,
1092 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1093 you can do the same by copying these files by yourself. This can be done
1094 with the sequence of commands
1096 <PRE>
1097 mkdir ~/.alpine-smime/.pwd
1098 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1099 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1100 </PRE>
1102 <P> When Alpine starts, you will be asked the password to unlock your
1103 private key with the prompt.
1105 <PRE>
1106 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1107 </PRE>
1109 <P> If you prefer to use different names for your private and public keys 
1110 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1111 preserve the extension of the files. For example, you can use the names 
1112 private_key.key and public_cert.crt instead. In this case, the prompt you 
1113 will see when you are asked to unlock your private key will read
1115 <PRE>
1116 Enter password of key &lt;private_key&gt; to unlock password file:
1117 </PRE>
1119 <P>Observe that you do not need to use an existing key/certificate pair, 
1120 and that you can create a new private key/public certificate pair to 
1121 encrypt and decrypt your password. However, once one is used, Alpine does 
1122 not provide a mechanism to switch the encryption and decryption files to 
1123 another key/certificate pair. This will be implemented in a future 
1124 release of Alpine.
1127 &lt;End of help&gt;
1128 </BODY>
1129 </HTML>
1130 ====== h_tls_failure_details ======
1131 <HTML>
1132 <HEAD>
1133 <TITLE>Certificate Validation Details</TITLE>
1134 </HEAD>
1135 <BODY>
1136 <H1>Certificate Validation Details</H1>
1138 This screen gives details as to why the certificate validation failed: the
1139 name of the desired server system; the reason for failure; and the name on
1140 the certificate.  This is primarily of interest to experts.
1143 &lt;End of help&gt;
1144 </BODY>
1145 </HTML>
1146 ====== h_tls_failure ======
1147 <HTML>
1148 <HEAD>
1149 <TITLE>TLS or SSL Failure</TITLE>
1150 </HEAD>
1151 <BODY>
1152 <H1>TLS or SSL Failure</H1>
1154 An attempt was made to establish a secure, encrypted connection to the
1155 server system using either Transport Layer Security (TLS) or the older
1156 Secure Sockets Layer (SSL).  This attempt failed.
1159 You should contact your server system management for more assistance.
1160 The problem is probably at the server system and not in Alpine or your local
1161 system.  The text in this screen may be helpful for the server system
1162 management in debugging the problem,
1165 &lt;End of help&gt;
1166 </BODY>
1167 </HTML>
1168 ====== h_tls_validation_failure ======
1169 <HTML>
1170 <HEAD>
1171 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1172 </HEAD>
1173 <BODY>
1174 <H1>TLS and SSL Certificate Validation Failures</H1>
1176 An attempt was made to establish a secure, encrypted connection to the
1177 server system using either Transport Layer Security (TLS) or the older
1178 Secure Sockets Layer (SSL).
1181 An important part of this procedure is server certificate validation.  A
1182 server certificate is an &quot;electronic identification card&quot; for the server
1183 system that is signed by a well-known certificate authority (CA).  Alpine
1184 compares the server system identity in the server certificate with the
1185 name of the server system to which it is trying to connect.  Alpine also
1186 verifies that the CA signature is authentic.
1189 Some common failure conditions are:
1192 <UL>
1193   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1194 signed its own certificate.  This does not necessarily indicate anything
1195 bad; the server operators may simply have elected to not purchase a
1196 signed certificate from a certificate authority.
1198   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1199 the signature on the server system is from an unknown certificate authority.
1200 It can also mean that no certificate authority certificates have been
1201 installed on the local UNIX system.
1203   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1204 the same as either of the above two conditions in UNIX Alpine.  Note that
1205 Windows systems typically have a full set of certificate authority
1206 certificates installed, so it is more likely to be a self-signed
1207 certificate than an unknown certificate authority.
1209   <LI> Server name does not match certificate.  This means that the server
1210 presented a proper signed certificate for a name other than the desired
1211 name.
1212 </UL>
1215 Any of these conditions can indicate that you are being attacked and have
1216 been directed to an imposter server that will record your password and
1217 your private mail messages.  It can also mean something innocuous.
1220 If you are certain that the problem is innocuous, you can append the
1221 option
1224 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1227 to the server system name where it appears in your configuration (e.g. the
1228 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1229 a folder-collection, or a news or SMTP server).  This will
1230 disable certificate validation.  On the other hand, if you are attacked,
1231 you will get no warning if you do this.
1234 &lt;End of Cert Validation Failures help&gt;
1235 </BODY>
1236 </HTML>
1237 ====== h_release_tlscerts ======
1238 <HTML>
1239 <HEAD>
1240 <TITLE>TLS and SSL usage note</TITLE>
1241 </HEAD>
1242 <BODY>
1243 <H1>TLS and SSL usage note</H1>
1246 When using Alpine from Unix or Windows 2000,
1247 server certificates must be signed by a trusted certificate authority.
1248 You may relax this requirement (at the cost of some security) by using
1250 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1251 modifier in the mailbox name.
1254 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1257 The fully-qualified host name of the server should be used
1258 so that it matches the host name in the server certificate.
1260 Here is an example of a host specification that directs Alpine to use
1261 the SSL port (993) and an encrypted data stream.
1263 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1265 &lt;End of TLS usage help&gt;
1266 </BODY>
1267 </HTML>
1268 ====== h_news_config ======
1269 <HTML>
1270 <HEAD>
1271 <TITLE>Alpine Configuration</TITLE>
1272 </HEAD>
1273 <BODY>
1274 <H1>Alpine Configuration</H1>
1276 <H2>Using Environment Variables</H2>
1278 The values of Alpine configuration options may include environment variables
1279 that are replaced by the value of the variable at the time Alpine is run
1280 (and also at the time the config option is changed).
1281 The syntax to use environment variables is a subset of the common Unix
1282 shell dollar-syntax.
1283 For example, if
1285 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1287 appears in the value of an Alpine configuration option it is looked up in the
1288 environent (using getenv(&quot;VAR&quot;)) and its
1289 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1290 To include a literal dollar sign you may precede the dollar sign with another
1291 dollar sign.
1292 In other words, if the text
1294 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1296 is the value of a configuration option, it will be expanded to
1298 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1300 and no environment lookup will be done.
1301 For Unix Alpine it will also work to use a backslash character to
1302 escape the special meaning of the dollar sign, but $$ is preferable since
1303 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1304 to be in a shared configuration file.
1307 This all sounds more complicated than it actually is.
1308 An example may make it clearer.
1309 Unfortunately, the way in which environment variables are set is OS-dependent 
1310 and command shell-dependent.
1311 In some Unix command shells you may use
1313 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1314    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1316 Now, if you use Alpine's Setup/Config screen to set
1318 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1320 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1321 so that this would be equivalent to
1323 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1325 Note, environment variable substitution happens after configuration
1326 options that are lists are split into the separate elements of the list,
1327 so a single environment variable can't contain a list of values.
1330 The environment variable doesn't have to be the only thing
1331 after the equal sign.
1332 However, if the name of the variable is not at the end of the line or
1333 followed by a space (so that you can tell where the variable name ends),
1334 it must be enclosed in curly braces like
1336 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1338 It is always ok to use the braces even if you don't need to.
1340 It is also possible to set a default value for an environment variable.
1341 This default value will be used if the environment variable is not
1342 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1343 The syntax used to set a default value is
1345 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1347 If the config file contains
1349 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1351 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1352 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1353 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1354 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1355 the default value.
1356 (Note that the variable is called &quot;personal-name&quot; in the config
1357 file but is displayed in the config screen as
1358 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1359 In general, the value that goes into a config file is never exactly the
1360 same as the value you see on the screen.)
1363 An example where an environment variable might be useful is the
1364 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1365 Suppose most users used the server
1367 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1369 but that there were some exceptions who used
1371 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1373 In this case, the system manager might include the following line in
1374 the systemwide default Alpine configuration file
1376 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1378 For the exceptional users adding
1380 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1382 to their environment should work.
1384 Another example might be the case where a user has to use a different
1385 SMTP server from work and from home.
1386 The setup might be something as simple as
1388 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1390 or perhaps a default value could be given.
1391 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1392 a list of SMTP servers.
1395 <H2>Configuration precedence</H2>
1397 There are several levels of Alpine configuration.  Configuration values at
1398 a given level override corresponding values at lower levels.  In order of
1399 increasing precedence:
1401 <UL>
1402  <LI> built-in defaults
1403  <LI> system-wide
1404 <!--chtml if pinemode="os_windows"-->
1405       config file from command line or provided
1406       by "PINECONF" environment variable
1407 <!--chtml else-->
1408       pine.conf file
1409 <!--chtml endif-->
1410  <LI> personal configuration file
1411  <LI> personal exceptions configuration file
1412  <LI> command-line options
1413  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1414  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1415 </UL>
1417 The values in both the personal configuration file and the
1418 <A HREF="h_config_exceptions">exceptions</A>
1419 configuration file may be set using the Setup command.
1420 Setup/Config is the command to change most of the personal configuration
1421 options.
1422 The other Setup subcommands are also used to change the configuration,
1423 for example, Setup/AddressBook, Setup/Rules, and so on.
1424 Changing the personal exceptions configuration is very similar.
1425 To change a value in the Config screen you would use the command
1426 Setup/eXceptions/Config.
1427 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1429 There are a couple exceptions to the rule that configuration values are replaced
1430 by the value of the same option in a higher-precedence file.
1431 The Feature-List variable has values that are additive, but can be
1432 negated by prepending &quot;no-&quot; in front of an individual feature name.
1433 So for features, each individual feature's value is replaced by the value
1434 of the same feature in a higher-precedence file.
1435 Note that this is done automatically for you when you change these values via
1436 the Setup/Config command.
1437 The other exception to the <EM>replace</EM> semantics happens when you
1438 use <A HREF="h_config_inheritance">configuration inheritance</A>
1439 for option lists.
1442 <H2>File name defaults</H2>
1444 Notes:<P>
1446 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1447 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1448 <BR> # = default file name is overridable in pinerc.
1449 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1450 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1451 <BR> + between the mailcap paths implies that the two files are combined.
1452 <BR> ; between other default paths implies that the first one found is used.
1453 </P>
1454 Alpine looks for most support files in the same directory it finds its
1455 personal configuration file (pinerc).  The -p command-line flag may be
1456 used to specify a particular path name for the pinerc file.  If a
1457 pinerc file does not exist, it will be created (if directory permissions
1458 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1459 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1460 file does not exist in either one, it will create one in the first of those
1461 two directories that is writable.  In detail:
1462 <PRE>
1464 PC-Alpine:
1466  executable     &lt;DOS search path&gt;&#92;pine.exe
1467  help index     &lt;exe dir&gt;&#92;pine.ndx
1468  help text      &lt;exe dir&gt;&#92;pine.hlp
1470  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1471  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1472  global cfg     $PINECONF
1474  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1475  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1476  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1477  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1478  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1479  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1480  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1481  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1482  postponed#     $HOME&#92;mail&#92;postpond.mtx
1483  interrupted    $HOME&#92;mail&#92;intruptd
1485 Unix Alpine:
1487  executable     &lt;Unix search path&gt;/pine
1488  persnl cfg     ~/.pinerc
1489  except cfg     ~/.pinercex
1490  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1491  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1492  local help     <!--#echo var="PINE_INFO_PATH"-->
1494  interrupted    ~/.pine-interrupted-mail
1495  debug          ~/.pine-debugN
1496  crash          ~/.pine-crash
1497  newsrc#        ~/.newsrc
1498  signature#     &lt;pinerc dir&gt;/.signature
1499  addressbook#   &lt;pinerc dir&gt;/.addressbook
1500  postponed#     ~/mail/postponed-msgs
1501  sentmail#      ~/mail/sent-mail
1502  mailcap#       ~/.mailcap + /etc/mailcap
1503                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1504  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1506  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1507  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1508  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1509  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1510  password       /etc/passwd
1512 Unix Alpine and PC-Alpine:
1514  .ab*           remote addressbook support files
1515  a[1-9]*        temporary (while Alpine is running) addressbook files
1517 </PRE>
1520 <H2>Mailcap files</H2>
1522 Alpine honors the mailcap configuration system for specifying external
1523 programs for handling attachments.  The mailcap file maps MIME attachment
1524 types to the external programs loaded on your system that can display
1525 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1526 distribution.  It includes comments that explain the syntax you need to
1527 use for mailcap.  With the mailcap file, any program (mail readers,
1528 newsreaders, WWW clients) can use the same configuration for handling
1529 MIME-encoded data.
1532 <H2>MIME-Types files</H2>
1534 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1535 what Content-Type to use for labeling an attached file, based on
1536 the file extension.  That is, this file provides a mapping between
1537 filename extensions and MIME content-types.
1540 <H2>Environment variables</H2>
1542 PC-Alpine uses the following environment variables:
1543 <DL>
1544 <DT>PINERC</DT>
1545 <DD>Optional path to pinerc file.</DD>
1546 <DT>PINERCEX</DT>
1547 <DD>Optional path to personal exceptions configuration file.</DD>
1548 <DT>PINECONF</DT>
1549 <DD>Optional path to global pine config file.</DD>
1550 <DT>HOME</DT>
1551 <DT>TMPDIR, TMP, or TEMP</DT>
1552 <DT>COMSPEC</DT>
1553 <DT>MAILCAPS</DT>
1554 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1555 <DT>USER_DICTIONARY</DT>
1556 <DD>Used to specify the file to contain the user's spell check
1557 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1558 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1559 </DL>
1561 Unix Alpine uses the following environment variables:
1562 <DL>
1563 <DT>TERM</DT>
1564 <DD>Tells Alpine what kind of terminal is being used.</DD>
1565 <DT>DISPLAY</DT>
1566 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1567 <DT>SHELL</DT>
1568 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1569 <DT>TMPDIR, TMP, or TEMP</DT>
1570 <DT>MAILCAPS</DT>
1571 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1572 </DL>
1573 <!--chtml if pinemode="os_windows"-->
1575 <H2>Common PC-Alpine Configuration Problems</H2>
1577 <H3>Configuration settings aren't being saved</H3>
1579 <P>This problem can happen if you run pine from one directory and
1580 then decide to move your pine directory to another location.  PC-Alpine
1581 stores certain variables, including the configuration location, in the
1582 Windows Registry (which you shouldn't ever need to manually edit).  There
1583 are a couple of ways to go about removing or resetting the values in the
1584 registry.
1587 1) Run PC-Alpine's registry value deletion command.  This can be done by
1588 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1589 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1590 value to the above command.
1593 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1594 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1595 option, you can tell PC-Alpine the location of your pinerc.  An example of
1596 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;.
1597 Again, you can use the DOS prompt or the shortcut method explained in (1).
1600 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1601 set registry values to the current setting, and is therefore useful with
1602 the &quot;-p&nbsp;PINERC&quot; option.
1604 <!--chtml endif-->
1606 &lt;End of Configuration Notes&gt;
1607 </BODY>
1608 </HTML>
1609 ====== h_news_legal ======
1610 <html>
1611 <head>
1612 <TITLE>Alpine Legal Notices</TITLE>
1613 </head>
1614 <body>
1616 <H1>Alpine Legal Notices</H1>
1618 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1622 &lt;End of Alpine Legal Notices&gt;
1623 </BODY>
1624 </HTML>
1625 ===== h_info_on_mbox =====
1626 <HTML>
1627 <HEAD>
1628 <TITLE>Information on mbox driver</TITLE>
1629 </HEAD>
1630 <BODY>
1631 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1633 Beginning with Pine 4.00 (Pine came before Alpine)
1634 a new INBOX access method is
1635 available as part of the standard configuration.  It is called the
1636 &quot;mbox&quot; driver and it works like this:<P>
1639 <BLOCKQUOTE>
1640 If the file &quot;mbox&quot; exists in the user's home directory, and
1641 is in Unix mailbox format, then when INBOX is opened this file will be
1642 selected as INBOX instead of the mail spool file.  Messages will be
1643 automatically transferred from the mail spool file into the mbox
1644 file.
1645 </BLOCKQUOTE>
1648 The advantage of this method is that, after new mail has been copied
1649 from the system mail spool, all subsequent access is confined to the
1650 user's home directory, which is desirable on some systems.  However, a
1651 possible disadvantage is that mail tools other than those from the
1652 University of Washington will not know to look for mail in the user's
1653 mbox file.  For example, POP or IMAP servers other than those from the
1654 University of Washington, and many &quot;new mail notification&quot;
1655 programs may not work as expected with this driver enabled.<P>
1657 To disable this behavior, either remove/rename the &quot;mbox&quot;
1658 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1659 option in Setup/Config
1660 and add &quot;mbox&quot; to it:
1662 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1664 &lt;End of help on this topic&gt;
1665 </BODY>
1666 </HTML>
1667 ===== h_info_on_locking =====
1668 <HTML>
1669 <HEAD>
1670 <TITLE>FAQs on Alpine Locking</TITLE>
1671 </HEAD>
1672 <BODY>
1673 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1675 There is an extensive section on locking in the Alpine technical notes;
1676 this information is intended to provide answers to some common questions:<P>
1677 <OL>
1678 <LI> Why did locking change in Pine 4.00?<BR>
1679 The actual locking mechanisms did not change in 4.00.
1680 What changed is that when one particular locking mechanism used by Alpine 
1681 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1682 failure would occur, but no warning was issued.<P>
1684 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1685 Yes.  It means that Alpine was unable to create a lockfile in the
1686 spool directory, generally because of overly restrictive protections on the
1687 spool directory.  The correct permissions on the spool directory for
1688 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1689 with the sticky-bit set, so only owners of a file can delete them.<P>
1691 <LI> Why does Alpine require that the mail spool directory have 1777
1692    protections?<BR>
1693 Alpine was designed to run without special privileges.  This means that in
1694 order to create a lockfile in the spool directory, it is necessary to have
1695 the spool directory permissions be world-writable.<P>
1697 <LI> Can't you create the lockfile somewhere else?<BR>
1698 No.  The lockfile in question must be in the mail spool directory, because
1699 that's where the mail delivery program expects to find it, and the purpose
1700 of the file is to coordinate access between the mail client (Alpine) and the
1701 mail delivery program.<P>
1703 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1704 No.  Remember that the individual mail files in the spool directory are
1705 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1706 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1707 -- means that only the owner of the file (or root) can delete files in the 
1708 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1709 anyone could
1710 create a random file in the spool directory.  If the spool directory is
1711 under quota control along with home directories, there is little incentive
1712 for anyone to do this, and even without quotas a periodic scan for
1713 non-mail files usually takes care of the problem.  <P>
1715 <LI> Why not run Alpine as setgid mail?<BR>
1716 Alpine was never designed to run with privileges, and to do so introduces a
1717 significant security vulnerability.  For example, if a user suspends Alpine,
1718 the resulting shell will have group privileges.  This is one example of
1719 why we strongly recommend against running Alpine as a privileged program.
1720 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1721 users
1722 could not test Alpine versions or other mailers that had not been installed
1723 by the system administrators.<P>
1726 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1727 There are, but they all have different sets of tradeoffs, and not all will
1728 work on all systems.  Some examples:<UL>
1729  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1730    spool is local.   Doesn't work reliably if NFS is used.
1731    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1732    use the same calls.
1733  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1734    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1735 mail tools that always look in the spool directory for the mail.
1736 </UL><P>
1738 <LI> Are these spool directory lock files the only kinds of locks used by
1739    Alpine?<BR>
1740 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1741 mailbox format folders, these are used to coordinate access between
1742 multiple Alpine sessions.  <P>
1744 <LI> What about the 
1745 <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>
1746 This is for people who are content to live dangerously, or who have
1747 specific knowledge that the spool directory lockfiles are superfluous on
1748 their system (because both Alpine and the mail delivery program are using 
1749 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1751 <LI> Where can I find more details on how Alpine locking works?<BR>
1752 See the Alpine Technical Notes.<P>
1754 </OL>
1756 &lt;End of help on this topic&gt;
1757 </BODY>
1758 </HTML>
1759 ===== h_finding_help ====
1760 <HTML>
1761 <HEAD>
1762 <TITLE>Finding more information and requesting help</TITLE>
1763 </HEAD>
1764 <BODY>
1765 <H1>Places to Look for More Answers</H1>
1766 If you have questions about or problems with Alpine that you cannot resolve 
1767 after consulting the program's internal, context-sensitive help screens, here 
1768 are additional information resources that you may find helpful:
1770 <UL>
1771   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1773   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1775   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1776 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1777   since the last version, which may be useful for you to be aware of, 
1778 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1779 a change in the way an aspect of Alpine works.  There, you will also find notes 
1780 on Alpine configuration.<P>
1782   <LI> The main site for Alpine contains information on configuring and solving problems
1783        with Alpine, it can be found at
1785 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1787   <LI> The Alpine Information Center (maintained by the University of
1788            Washington) World Wide Web site contains, among other things
1789            <UL>
1790            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1791            <LI>an overview of the basics for beginning Alpine users
1792            <LI>Technical Notes for systems administrators
1793            <LI>archives (including a searchable index) of the alpine-info 
1794 mailing list, on which matters of interest to systems/email administrators,
1795 developers, trainers, user support personnel, and others involved with Alpine 
1796 messaging on a &quot;technical&quot; level are discussed.
1797 </UL>
1798         The Alpine Information Center can be accessed with a WWW browser at:<P>
1799             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1800 </UL>
1801 <P><HR WIDTH="75%">
1802 <H1>Requesting help</H1>
1803 If the internal help, the Release Notes, the Alpine Information Center, and your 
1804 local online and print resources do not help you resolve a problem, please
1805 start by contacting your local computer support staff and asking for help.
1807 This is especially true if:
1808 <ul>
1809   <li>You suddenly have trouble sending or receiving mail.
1810   <li>You receive a "disk quota exceeded" message.
1811   <li>You have forgotten your password.
1812   <li>You think your account may have been compromised.
1813   <li>You need help viewing an attachment.
1814   <li>You need to know how to configure your:
1815       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1816       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1817       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1818       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1819   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1820   <li>You want to block email from a particular person.
1821   <li>You're going on vacation and need to autorespond to incoming mail.
1822   <li>You want to automatically file or filter incoming messages.
1823 </ul>
1825 In all of these cases,
1826 you should contact <B>your</B> support staff, because <B>only they</B> 
1827 will be able to assist you effectively. Your support staff may be, depending on who 
1828 provides you with the email account you use Alpine with, for example:<UL>
1829 <LI> the computing help desk of (a department of) your university, school, 
1830 employer, ... ; or
1831 <LI> the customer service center of your Internet Service Provider; or
1832 <LI> the friendly volunteer helpers of your Freenet; or
1833 <LI> the person who setup your computer and internet connection.
1834 </UL>
1836 Due to the large number of Alpine installations worldwide, and because we
1837 receive no funding for it, the University of Washington <B>cannot provide 
1838 individual support services outside the University of Washington</B>.
1840 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1841 newsgroup can be a valuable source of information and assistance for Alpine 
1842 user issues.
1844 For systems/email administrators, developers, trainers, user support
1845 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1846 level, the mailing list alpine-info is available; for information on
1847 subscribing and posting to it, see
1849 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1852 Regardless of whom you are asking for help with Alpine, remember 
1853 to provide as much detail as you can about the
1854 nature of any problem you are encountering, such as
1855 <UL>
1856 <LI>when it first occurred;
1857 <LI>what, if anything, happened that might have brought it about;
1858 <LI>whether it still persists;
1859 <LI>whether it is reproducible, and if so, how;
1860 <LI>what, if anything, you already tried to solve it.
1861 </UL> 
1862 It may also be helpful if you specify what version of Alpine you are using 
1863 <!--chtml if pinemode="running"-->
1864 -- this is <!--#echo var="ALPINE_VERSION"--> --
1865 <!--chtml endif-->
1866 and on what system, and when the copy of Alpine you are using was created
1867 <!--chtml if pinemode="running"-->
1868 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1869 <!--chtml endif-->
1871 <!--chtml if pinemode="running"-->
1872 <P>   
1873 When the Alpine program you are currently using was installed, a support
1874 contact email address may have been set up; in that case, you can simply select
1875 this link now to send a message to it:<BR>
1876 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1877 <!--chtml endif-->
1878 <!--chtml if [ -r PINE_INFO_PATH ]-->
1879 <HR WIDTH="75%">Local Support Contacts:<P>
1880 <!--#include file="PINE_INFO_PATH"-->
1881 <HR WIDTH="75%">
1882 <!--chtml endif-->
1883 <P> 
1884 &lt;End of help on this topic&gt;
1885 </BODY>
1886 </HTML>
1887 ===== new_user_greeting ======
1888 <HTML>
1889 <HEAD>
1890 <TITLE>NEW USER GREETING</TITLE>
1891 </HEAD>
1892 <BODY>
1893 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1894 <BR>
1895 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1896 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1897 select Setup/Config to see many of the options available to you. Also note
1898 that all screens have context-sensitive help text available.<P>
1899 <!--chtml if pinemode="phone_home"-->
1900 SPECIAL REQUEST:
1901 This software was originally created and maintained as a public
1902 service by the University of Washington until 2009; updates are made 
1903 available as a public service of the Alpine community. It is always 
1904 helpful to have an idea of how many users are using Alpine. Are you 
1905 willing to be counted as an Alpine user? Pressing 
1906 <A HREF="X-Alpine-Phone-Home:">Return</A>
1907 will send an anonymous (meaning, your real email address will not be revealed) 
1908 message to the Alpine developers for purposes of tallying.
1910 <!--To Exit this screen and continue your Alpine session press "E".-->
1911 <!--chtml else-->
1912 To Exit this screen and continue your Alpine session press "Return".
1913 <!--chtml endif-->
1914 </BODY>
1915 </HTML>
1916 ===== new_alpine_user_greeting ======
1917 <HTML>
1918 <HEAD>
1919 <TITLE>NEW ALPINE USER GREETING</TITLE>
1920 </HEAD>
1921 <BODY>
1922 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1923 <BR>
1924 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1925 Your Alpine configuration file indicates that you may have used Pine before
1926 but not Alpine.
1927 If you are familiar with the way Pine works, you should be comfortable
1928 using Alpine.
1929 Your Pine configuration file is automatically used for Alpine.
1930 The Release Notes may be viewed by pressing 
1931 &quot;R&quot; now or while in the MAIN MENU.
1933 <!--chtml if pinemode="phone_home"-->
1934 SPECIAL REQUEST:
1935 This software was originally created and maintained as a public
1936 service by the University of Washington until 2009; updates are made 
1937 available as a public service of the Alpine community. It is always 
1938 helpful to have an idea of how many users are using Alpine. Are you 
1939 willing to be counted as an Alpine user? Pressing 
1940 <A HREF="X-Alpine-Phone-Home:">Return</A>
1941 will send an anonymous (meaning, your real email address will not be revealed) 
1942 message to the Alpine developers for purposes of tallying.
1944 <!--To Exit this screen and continue your Alpine session press "E".-->
1945 <!--chtml else-->
1946 To Exit this screen and continue your Alpine session press "Return".
1947 <!--chtml endif-->
1948 </BODY>
1949 </HTML>
1950 ===== new_version_greeting ======
1951 <HTML>
1952 <HEAD>
1953 <TITLE>NEW VERSION GREETING</TITLE>
1954 </HEAD>
1955 <BODY>
1956 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1957 <BR>
1958 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1959 Your Alpine configuration file indicates that you may not have used 
1960 this version of Alpine before.  This version's significant changes are
1961 documented in the Release Notes, which may be viewed by pressing 
1962 &quot;R&quot; now or while in the MAIN MENU.
1964 <!--chtml if pinemode="phone_home"-->
1965 SPECIAL REQUEST:
1966 This software was originally created and maintained as a public
1967 service by the University of Washington until 2009; updates are made 
1968 available as a public service of the Alpine community. It is always 
1969 helpful to have an idea of how many users are using Alpine. Are you 
1970 willing to be counted as an Alpine user? Pressing 
1971 <A HREF="X-Alpine-Phone-Home:">Return</A>
1972 will send an anonymous (meaning, your real email address will not be revealed) 
1973 message to the Alpine developers for purposes of tallying.
1975 <!--To Exit this screen and continue your Alpine session press "E".-->
1976 <!--chtml else-->
1977 To Exit this screen and continue your Alpine session press "Return".
1978 <!--chtml endif-->
1979 </BODY>
1980 </HTML>
1982 ===== main_menu_tx ======
1983 <HTML>
1984 <HEAD>
1985 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1986 </HEAD>
1987 <BODY>
1988 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1989 <DIV ALIGN=CENTER>
1990 Version <!--#echo var="ALPINE_VERSION"-->
1991 <!--chtml if pinemode="running"-->
1992 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1993 <!--chtml endif-->
1994 </DIV>
1995 <CENTER>Copyright 2013-2016 Eduardo Chappa,
1996 <BR>Copyright 2006-2008 University of Washington.
1997 </CENTER>
2000 When you are viewing a help screen, there may be links to
2001 other topics highlighted (in Reverse video) in the text.
2002 Here is an example.
2003 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2004 highlighted.
2005 If you type carriage return (or V for View Link, see the commands at the
2006 bottom of the screen) you will be taken to a new help screen to view the
2007 Introduction.
2008 The commands at the bottom of the screen should then include
2009 &quot;P Prev Help&quot;.
2010 If you type &quot;P&quot; you will end up back here.
2011 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2012 to the place you were in Alpine when you entered Help.
2013 In this case, you would go back to the MAIN MENU.
2014 There are also other links that are highlighted in bold (or the color used
2015 by your terminal to display bold).
2016 The items after the Introduction in the TABLE OF CONTENTS are all examples
2017 of such links.
2018 In order to view those links, you first have to make the link you want
2019 to view the current link.
2020 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2021 (see bottom of screen) can do that for you.
2024 <H2>TABLE OF CONTENTS</H2>
2025 <OL>
2026   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2027   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2028 <!--chtml if [ -r PINE_INFO_PATH ]-->
2029   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2030 <!--chtml endif-->
2031   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2032   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2033   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2034   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2035   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2036   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2037   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2038   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2039   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2040   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2041   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2042   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2043   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2044   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2045   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2046   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2047   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2048   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2049   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2050   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2051   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2052   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2053   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2054   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2055   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2056 </OL>
2059 &lt;End of help on this topic&gt;
2060 </BODY>
2061 </HTML>
2062 ===== h_mainhelp_intro ======
2063 <HTML>
2064 <HEAD>
2065 <TITLE>Introduction</TITLE>
2066 </HEAD>
2067 <BODY>
2068 <H1>Introduction</H1>
2070 Alpine is an &quot;Alternatively Licensed Program for Internet
2071 News and Email&quot; produced until 2009 by the University of Washington.
2072 It is intended to be an easy-to-use program for
2073 sending, receiving, and filing Internet electronic mail messages and
2074 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2075 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2076 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2077 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2078 Directory Access Protocol).<p>
2080 Although originally designed for inexperienced email users, Alpine has
2081 evolved to support many advanced features.  There are an ever-growing
2082 number of configuration and personal-preference options, though which of
2083 them are available to you is determined by your local system managers. 
2085 <H2>WHAT ALPINE DOES...</H2>
2087 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2088 allows you to
2089 compose and read messages using Internet mail standards.  (Whether you
2090 can correspond with others on the Internet depends on whether or not your
2091 computer is connected to the Internet.)  Alpine also allows reading and
2092 posting messages on the Internet &quot;net news&quot; system, provided
2093 that your site operates a suitable news server.
2095 <H2>WHAT ALPINE DOES NOT DO...</H2>
2097 A &quot;mail user agent&quot; such as Alpine is just one part of a
2098 messaging system. Here are some things that are <B>not</B> done by Alpine,
2099 but require other programs:<P>
2100 <UL>
2101  <LI> Actual relaying of email... which is done by &quot;message transfer 
2102 agents&quot;.
2103  <LI> Vacation messages... automatically responding to incoming messages
2104  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2105 email.
2106  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2107  <LI> List processing... resending one message to a list of recipients.
2108 </UL>
2111 &lt;End of help on this topic&gt;
2112 </BODY>
2113 </HTML>
2115 ===== h_mainhelp_pinehelp ======
2116 <HTML>
2117 <HEAD>
2118 <TITLE>Alpine Help</TITLE>
2119 </HEAD>
2120 <BODY>
2121 <H1>Alpine Help</H1>
2123 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2124 use will have its own help text, explaining the choices available for that
2125 screen. This general help section, on the other hand, attempts to give an 
2126 overall picture of what Alpine is capable of doing, as well as pointers to 
2127 additional help sections about specific topics.<p>
2129 Much of the help text contains links to further help topics, similar to
2130 how the World Wide Web works.
2131 You may choose a link to view using the &quot;NextLink&quot; and
2132 &quot;PrevLink&quot; commands to change the link that is highlighted.
2133 The &quot;View Link&quot; command will then show you the highlighted link.
2134 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2135 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2136 will return you to the location in Alpine before you asked for help.
2137 For example, if you are reading this text in Alpine you may return to the
2138 help table of contents with the &quot;Prev Help&quot; command or you may view the
2139 Release notes link in the next paragraph and then return here with
2140 &quot;Prev Help&quot;.
2143 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2144 on the current Alpine version are also available from the MAIN MENU: Press
2145 <!--chtml if pinemode="function_key"-->
2146 &quot;F9&quot;
2147 <!--chtml else-->
2148 &quot;R&quot;
2149 <!--chtml endif-->
2150 to browse the release notes.  These include changes since the last release,
2151 configuration information, the history of the Alpine
2152 project, credits, and legal notices.
2154 Alpine releases are available via the world wide web at
2156 <CENTER><SAMP><A 
2157 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
2158 ></CENTER>
2161 If you would like to print <EM>all</EM> of Alpine's internal help text
2162 (not recommended) for a little light bedtime reading, then press
2163 <!--chtml if pinemode="function_key"-->
2164 &quot;F12&quot;
2165 <!--chtml else-->
2166 &quot;Z&quot;
2167 <!--chtml endif-->
2168 now.  (This assumes that the
2169 copy of Alpine you are using has been properly configured for printing
2170 at your site.)
2172 &lt;End of help on this topic&gt;
2173 </BODY>
2174 </HTML>
2175 ===== h_mainhelp_localsupport ======
2176 <HTML>
2177 <HEAD>
2178 <TITLE>Local Support Contacts</TITLE>
2179 </HEAD>
2180 <BODY>
2181 <H1>Local Support Contacts</H1>
2183 <!--chtml if [ -r PINE_INFO_PATH ]-->
2184 <!--#include file="PINE_INFO_PATH"-->
2185 <!--chtml else-->
2186 No Local Support Contacts configured.
2187 <!--chtml endif-->
2190 &lt;End of help on this topic&gt;
2191 </BODY>
2192 </HTML>
2194 ===== h_mainhelp_cmds ======
2195 <HTML>
2196 <HEAD>
2197 <TITLE>Giving Commands in Alpine</TITLE>
2198 </HEAD>
2199 <BODY>
2200 <H1>Giving Commands in Alpine</H1>
2202 Unless configured otherwise
2203 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2204 the bottom two lines of the screen are always used to list the
2205 commands you can give.  You press the keys that are highlighted to give
2206 the command.  The commands for getting help and going back to the main
2207 menu are always present (except when viewing help as you are now).
2208 <!--chtml if pinemode="function_key"-->
2209 <!--chtml else-->
2211 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2212 you see at the bottom of any screen. In some cases there are 3 or
2213 even 4 different
2214 sets of keys that can be seen by using the O key. <EM>All commands are 
2215 active</EM>, even if they are not currently showing at the bottom of your 
2216 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2217 remind yourself of the proper key to press to perform an operation.
2219 <H2>Control Key Commands</H2>
2220 When composing mail, and in a few other places, in Alpine you
2221 have to use Control keys. This means pressing the Control key (usually labeled 
2222 &quot;Ctrl&quot;) and the
2223 letter indicated at the same time.  Usually, this is shown with a
2224 &quot;^&quot; in front of the letter.  On some systems, certain control
2225 characters are intercepted before they get to Alpine.  As a work-around,
2226 you can press the ESCAPE key twice followed by the desired key.  For
2227 example, if Ctrl-O (^O) does not work on your system, try typing
2228 &quot;ESC ESC O&quot;.
2229 <!--chtml endif-->
2230 <H2>Paging Up and Down</H2>
2231 The &quot;+&quot; and &quot;-&quot; keys are used for
2232 moving to the next or previous page.  The space bar is a synonym for
2233 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2234 up as you do in the message composer.  On screens with a WhereIs (search)
2235 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2236 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2237 of the message or list.
2239 <H2>Return Key</H2>
2240 The return key is usually a synonym for a frequently used
2241 command.  When viewing a message, there is currently not a default
2242 command, so RETURN does nothing; when in the index, it is synonymous with
2243 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2244 enclosed in square brackets [] is the same as the return key.
2246 <H2>Control Keys Not Used By Alpine</H2>
2247 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2248 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2249 at prompts for file/folder names, control keys must be used for editing and 
2250 navigation functions.
2253 Alpine has used nearly all the control keys available.  There are, however,
2254 certain control keys that are reserved by other programs or for technical
2255 reasons.  Alpine does not use any of these keys:
2256 <DL>
2257  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2258  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2259  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2260 </DL>
2262 Note: Ctrl-S and Ctrl-Q can be subject to 
2263 <A HREF="h_special_xon_xoff">special handling</A>.
2265 In addition, while the ESC key alone is not used for command input,
2266 Alpine will recognize two consecutive ESC key presses followed by a letter 
2267 key as a substitute for control key input.  For example, the control key
2268 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2269 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2270 This is useful if the communication program you are using
2271 (e.g. Telnet) has its own, conflicting, idea of what certain control
2272 characters mean.
2275 <H2>Repainting the Screen</H2>
2276 Sometimes what is displayed on the screen will be
2277 incorrect due to noise on the phone line or other causes and you will want
2278 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2279 command to do this.  It never hurts to do it when in doubt.
2282 &lt;End of help on this topic&gt;
2283 </BODY>
2284 </HTML>
2285 ===== h_mainhelp_status ======
2286 <HTML>
2287 <HEAD>
2288 <TITLE>Titlebar Line</TITLE>
2289 </HEAD>
2290 <BODY>
2291 <H1>Titlebar Line</H1>
2293 The top line of the screen is Alpine's titlebar line.  It will always display
2294 the current version of Alpine and will also convey information about the
2295 status of the program.  This is where you look to find out what
2296 collection, folder and message number is active and where you are in Alpine.
2299 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2300 (typically your INBOX) is &quot;locked&quot; by another mail session --
2301 most likely a more recent session of Alpine has taken the INBOX lock.
2304 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2305 access a
2306 folder on a remote mail server, and for some reason, communication with
2307 the mail server has either been lost, or never successfully established.
2308 This can be a result of trying to open a non-existent folder, or one
2309 stored on an invalid or non-operational server, or it can mean that Alpine
2310 has been suspended for more that 30 minutes while accessing a remote mail
2311 server.
2314 &lt;End of help on this topic&gt;
2315 </BODY>
2316 </HTML>
2317 ===== h_mainhelp_mainmenu ======
2318 <HTML>
2319 <HEAD>
2320 <TITLE>Main Menu</TITLE>
2321 </HEAD>
2322 <BODY>
2323 <H1>Main Menu</H1>
2325 The Main Menu lists Alpine's main options.
2326 The key or keys you must type to enter your
2327 choice are to the left of each option or command name.
2328 You can type either uppercase or lowercase letters,
2329 and you should not press &lt;Return&gt; after typing the
2330 letter (unless you are specifically asking for the default,
2331 highlighted command).
2334 From the Main Menu you can choose to read online help, write (compose) and 
2335 send a message, look at an index of your mail messages, open or maintain
2336 your mail folders, update your address book, configure Alpine, and quit Alpine.
2337 There are additional options listed at
2338 the bottom of the screen as well.
2341 The Help command usually returns context-sensitive help information.
2342 However, in the Main Menu you get the most general help, which includes
2343 a Table of Contents.
2344 The last entry in the Table of Contents is an Index of help topics,
2345 so this is a good place to go if you are having trouble finding how
2346 to do something.
2348 <H2>Main Menu Commands</H2>
2349 The Alpine main menu lists the most common Alpine functions. A <a
2350 href="h_main_menu_commands">full list of these
2351 commands</a> and what they do is available.
2353 &lt;End of help on this topic&gt;
2354 </BODY>
2355 </HTML>
2356 ===== h_mainhelp_abooks ======
2357 <HTML>
2358 <HEAD>
2359 <TITLE>Address Books</TITLE>
2360 </HEAD>
2361 <BODY>
2362 <H1>Address Books</H1>
2365 As you use email, you can build a list of your regular email correspondents 
2366 in your Alpine
2367 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2368 screen. Your
2369 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2370 You can use the address book to store email addresses for individuals or
2371 groups, to create easily
2372 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2373 address when you are composing a message.
2375 There are two ways to add addresses to your address book: you can add them 
2376 manually or take them from messages (by pressing T to access the Take command). 
2377 With either method, you specify nicknames for your correspondents. A single 
2378 address book entry (or nickname) can point to just one email address, or, it can
2379 point to more than one. When it points to more than one, it is called a 
2380 distribution list. Each distribution list has a nickname, a full name, and a 
2381 list of addresses. These
2382 addresses may be actual addresses, other nicknames in your address book, or 
2383 other
2384 distribution lists.
2387 Additional information is available in Alpine's online help:
2388 <ul>
2389   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2390 </ul>
2392 &lt;End of help on this topic&gt;
2393 </BODY>
2394 </HTML>
2395 ===== h_mainhelp_ldap ======
2396 <HTML>
2397 <HEAD>
2398 <TITLE>LDAP</TITLE>
2399 </HEAD>
2400 <BODY>
2401 <H1>LDAP</H1>
2403 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2404 an organization's shared
2405 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2406 large address
2407 books, rather like the White Pages provided by the phone company. As an Alpine 
2408 user, it is not
2409 necessary to know much about how this works, only how to use it and how to 
2410 configure
2413 More information on configuring LDAP is available in Alpine's online help:
2414 <ul>
2415   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2416 </ul>
2418 Additional help on using LDAP in Alpine is also available:
2419 <ul>
2420   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2421 </ul>
2423 &lt;End of help on this topic&gt;
2424 </BODY>
2425 </HTML>
2426 ===== h_mainhelp_index ======
2427 <HTML>
2428 <HEAD>
2429 <TITLE>Index of Messages</TITLE>
2430 </HEAD>
2431 <BODY>
2432 <H1>Index of Messages</H1>
2434 In Alpine's message index, the selected message is highlighted. The first 
2435 column on the left is blank, shows a &quot;+&quot; if the message was
2436 sent directly to you (i.e., it is not a
2437 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2439 The second column may be blank, or it may contain:
2440 <ul>
2441   <li>"N" if the message is new (unread), </li>
2442   <li>"A" if you have answered the message (using the Reply command), </li>
2443   <li>"D" if you have marked the message for deletion.</li>
2444 </ul>
2447 Note: If you answer a message as well as mark it deleted (in either order), 
2448 you will only see the &quot;D&quot;.
2451 The rest of the columns in the message line show you the message
2452 number, date sent, sender, size, and subject. For details, press ? (Help).  
2453 The behavior and appearance of the Index screen is highly configurable.
2454 In the Setup/Config screen search (with the WhereIs command) for options
2455 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2456 many of the configuration possibilities.
2457 In particular, the
2458 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2459 option may be used to configure the look of the standard MESSAGE INDEX lines
2460 in many different ways.
2461 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2462 read the help text there for more information.
2464 Most of the commands you need to handle your messages are visible at the
2465 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2466 commands that are available.
2467 You do not need to see these &quot;other commands&quot;
2468 on the screen to use them. That is, you never need to press O as a prefix
2469 for any other command.
2472 Additional information is available in Alpine's online help:
2473 <ul>
2474   <li><a href="h_mail_index">Message Index Commands</a></li>
2475 </ul>
2477 &lt;End of help on this topic&gt;
2478 </BODY>
2479 </HTML>
2480 ===== h_mainhelp_reading ======
2481 <HTML>
2482 <HEAD>
2483 <TITLE>Reading Messages</TITLE>
2484 </HEAD>
2485 <BODY>
2486 <H1>Reading Messages</H1>
2488 The message text screen shows you the text of the message along with
2489 its header. If a message has attachments, those will be listed (but not
2490 displayed) also.  The titlebar line displays information about the currently
2491 open message, folder and collection.  You see the name of the collection
2492 (if there is one) in angle brackets, then the name of the folder, then the
2493 message number and finally the position within the current message (in
2494 percent). If the message is marked for deletion
2495 &quot;DEL&quot; will appear in the
2496 upper right as well.
2499 As with every Alpine screen, the bottom two lines show you the commands 
2500 available.
2502 <P>Additional information is available in Alpine's online help:
2503 <ul>
2504   <li><a href="h_mail_view">Message Text Screen</a></li>
2505   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2506   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2507 </ul>
2509 &lt;End of help on this topic&gt;
2510 </BODY>
2511 </HTML>
2512 ===== h_mainhelp_composing ======
2513 <HTML>
2514 <HEAD>
2515 <TITLE>Composing Messages</TITLE>
2516 </HEAD>
2517 <BODY>
2518 <H1>Composing Messages</H1>
2520 To write a message, press C (Compose). You see the Compose Message
2521 screen, which is divided into two parts: the header area and the message
2522 text area. The header area is where information on the recipient (the To:
2523 field) and the subject line go, while the message text area contains the
2524 actual text of the email message. Different commands are available to you
2525 when your cursor is in different areas on this screen. To see additional
2526 help on commands in either the message text or header area, type
2527 <Control>G (Get help).
2530 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2531 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2533 <P>The following information from Alpine's online help may prove useful:
2534 <ul>
2535   <li><a href="h_composer_to">Message Header Commands</a></li>
2536   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2537   <li><a href="h_composer">Composer Commands</a></li>
2538   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2539   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2540   <li><a href="h_compose_send">Send Command</a></li>
2541   <li><a href="h_compose_spell">Spell Check Command</a></li>
2542 </ul>
2544 &lt;End of help on this topic&gt;
2545 </BODY>
2546 </HTML>
2547 ===== h_mainhelp_collections ======
2548 <HTML>
2549 <HEAD>
2550 <TITLE>Collection Lists</TITLE>
2551 </HEAD>
2552 <BODY>
2553 <H1>Collection Lists</H1>
2555 Collection lists are Alpine's way of organizing groups of folders. Each
2556 "collection" can reside on a different server, for example, and contain a
2557 different group of mail folders.
2560 For more information on this, see:
2561 <ul>
2562   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2563 </ul>
2565 Additional information relating to collection lists is also available in 
2566 Alpine's online
2567 help:
2568 <ul>
2569   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2570   <li><a href="h_collection_screen">Collection List Screen</a></li>
2571 </ul>
2573 &lt;End of help on this topic&gt;
2574 </BODY>
2575 </HTML>
2576 ===== h_mainhelp_folders ======
2577 <HTML>
2578 <HEAD>
2579 <TITLE>Folders</TITLE>
2580 </HEAD>
2581 <BODY>
2582 <H1>Folders</H1>
2584 Messages can quickly accumulate in your INBOX folder. If you use email
2585 often, you soon could have hundreds. You need to delete messages you do
2586 not want, and you can use folders to organize messages you wish to save. A
2587 folder is a collection of one or more messages that are stored (just like
2588 the messages in your INBOX) so you can access and manage them.
2591 You can organize your email messages into different folders by topic,
2592 correspondent, date, or any other category that is meaningful to you. You
2593 can create your own folders, and Alpine automatically provides three:
2594 <ul>
2595   <li>The INBOX folder: messages sent to you are listed in this folder.
2596       When you first start Alpine and go to the Message Index screen, you are
2597 looking at the list of messages in your INBOX folder. Every incoming
2598 message remains in your INBOX until you delete it or save it in another
2599 folder. </li>
2600   <li>The sent-mail folder: copies of messages you send are stored in this 
2601 folder. This is
2602 convenient if you cannot remember whether you actually sent a message and want 
2603 to check, or
2604 if you want to send a message again.</li>
2605   <li>The saved-messages folder: copies of messages you save are stored in this 
2606 folder
2607 unless you choose to save them to other folders you create yourself.</li>
2608 </ul>
2611 More information about folders is available in Alpine's online help:
2612 <ul>
2613   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2614   <li><a href="h_folder_maint">Help for Folder List</a></li>
2615   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2616   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2617 Explained</a></li>
2618   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2619 </ul>
2621 &lt;End of help on this topic&gt;
2622 </BODY>
2623 </HTML>
2624 ===== h_mainhelp_color ======
2625 <HTML>
2626 <HEAD>
2627 <TITLE>Color</TITLE>
2628 </HEAD>
2629 <BODY>
2630 <H1>Color</H1>
2632 If the terminal emulator you are using is capable of displaying color or if
2633 you are using PC-Alpine, then it is possible to set up Alpine so that various
2634 parts of the display will be shown in colors you configure. This is done
2635 using the Setup Color screen, available from the MAIN MENU by selecting
2636 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2637 stands for Config in this context).
2640 For example, you may color things like the titlebar, the current item,
2641 the keymenu, and the status messages.
2642 You may also color lines in the index, and headers and quoted text in the
2643 MESSAGE TEXT screen.
2644 You use the Color Setup screen for configuring most of this, but you must
2645 use the IndexColor setup for coloring whole index lines.
2646 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2649 The following entries in Alpine's online help provide additional information 
2650 about how to use color:
2651 <UL>
2652   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2653   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2654   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2655   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2656 </UL>
2658 &lt;End of help on this topic&gt;
2659 </BODY>
2660 </HTML>
2661 ===== h_mainhelp_mouse ======
2662 <HTML>
2663 <HEAD>
2664 <TITLE>Using a Mouse</TITLE>
2665 </HEAD>
2666 <BODY>
2667 <H1>Using a Mouse</H1>
2669 If you are using PC-Alpine mouse support is turned on automatically.
2670 If you are using UNIX Alpine within an X terminal window or within
2671 a terminal emulator that supports an xterm-style mouse, then you may
2672 turn on support for the mouse with the feature
2673 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2674 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2676 PC-Alpine offers considerable mouse support.  You can view what is
2677 &quot;clickable&quot; by dragging your mouse over any screen; when the
2678 arrow cursor changes into a hand, you found something. Mouse-click
2679 possibilities include navigating between screens and folders and
2680 double-clicking on hyperlinks to open your Web browser.
2681 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2682 screen.  Examples of right-click options include &quot;copy&quot; after
2683 selecting text to copy and &quot;View in New Window&quot; when you click
2684 on a particular message in the Message Index. The menu choices available
2685 to you will vary based upon what screen is open, where on the screen your
2686 cursor is located, and even what action you have already taken.
2687 Within a folder, you may set the &quot;Important&quot; flag on any
2688 message.
2690 X terminal mouse support is more limited but still quite powerful.
2691 As with PC-Alpine, clicking on any of the commands in the keymenu at
2692 the bottom of the screen will execute that command as if you typed it.
2693 Double-clicking on a link, for example the link to the
2694 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2695 will take you to that link.
2696 Double-clicking on an index line will view the message, and so on.
2698 &lt;End of help on this topic&gt;
2699 </BODY>
2700 </HTML>
2701 ===== h_mainhelp_keywords ======
2702 <HTML>
2703 <HEAD>
2704 <TITLE>Keywords</TITLE>
2705 </HEAD>
2706 <BODY>
2707 <H1>Keywords</H1>
2709 Within a folder, you may set the &quot;Important&quot; flag on any
2710 message.
2711 This doesn't have any system-defined meaning and is only called
2712 the Important flag because many users use it to signify that a message
2713 is important to them in some way.
2715 You may also define your own set of keywords.
2716 You might know these as user defined flags or as labels.
2717 These are similar to the Important flag but you choose the names for yourself.
2719 Alpine will only display keywords that
2720 have been added by you in the Flag Details screen or
2721 that have been configured by you using the Setup/Config option
2722 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2723 Keywords set by other means (for example, by another email client) will not
2724 show up in Alpine unless you configure Alpine to know about them.
2725 They will show up in the Flag Details screen, but will not show up, for example,
2726 in the index line.
2729 The following entries in Alpine's online help provide additional information 
2730 about how to use keywords:
2731 <ul>
2732   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2733   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2734 </ul>
2736 &lt;End of help on this topic&gt;
2737 </BODY>
2738 </HTML>
2739 ===== h_mainhelp_roles ======
2740 <HTML>
2741 <HEAD>
2742 <TITLE>Roles</TITLE>
2743 </HEAD>
2744 <BODY>
2745 <H1>Roles</H1>
2747 You may play different roles depending on who you are replying to. For
2748 example, if you are replying to a message addressed to help-desk you may
2749 be acting as a Help Desk Worker. That role may require that you use a
2750 different return address and/or a different signature.
2753 To configure roles, go to the MAIN MENU and use the Setup command
2754 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2755 The following entries in Alpine's online help provide additional information 
2756 about how to
2757 use roles:
2758 <ul>
2759   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2760   <li><a href="h_role_select">Roles Screen</a></li>
2761 </ul>
2763 &lt;End of help on this topic&gt;
2764 </BODY>
2765 </HTML>
2766 ===== h_mainhelp_filtering ======
2767 <HTML>
2768 <HEAD>
2769 <TITLE>Filtering</TITLE>
2770 </HEAD>
2771 <BODY>
2772 <H1>Filtering</H1>
2774 The software that actually delivers mail (the stuff that happens
2775 before Alpine is involved) for you is in a better position to do mail filtering
2776 than Alpine itself.
2777 If possible, you may want to look into using that sort of mail filtering to
2778 deliver mail to different folders, delete it, or forward it.
2779 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2782 Filtering is a way to automatically move certain messages from one folder
2783 to another or to automatically delete messages.
2784 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2785 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2786 Alpine doesn't have the ability to forward mail to another address or
2787 to deliver vacation messages.
2790 To configure filtering, go to the MAIN MENU and use the Setup command
2791 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2792 The following entries in Alpine's online help provide additional information 
2793 about how to use filtering:
2794 <UL>
2795   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2796 </UL>
2798 &lt;End of help on this topic&gt;
2799 </BODY>
2800 </HTML>
2801 ===== h_mainhelp_patterns ======
2802 <HTML>
2803 <HEAD>
2804 <TITLE>Patterns</TITLE>
2805 </HEAD>
2806 <BODY>
2807 <H1>Patterns</H1>
2809 Patterns are used with Roles, Filtering, Index Coloring,
2810 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2811 The following entries in Alpine's online help provide information 
2812 about using Patterns:
2813 <UL>
2814   <LI> <A HREF="h_rule_patterns">Patterns</A>
2815 </UL>
2817 &lt;End of help on this topic&gt;
2818 </BODY>
2819 </HTML>
2820 ===== h_mainhelp_cmdlineopts ======
2821 <HTML>
2822 <HEAD>
2823 <TITLE>Command Line Options</TITLE>
2824 </HEAD>
2825 <BODY>
2826 <H1>Command Line Options</H1>
2828 Alpine accepts a number of command line arguments, allowing you, for
2829 example, to start Alpine and immediately access a particular folder.
2830 Many of these arguments overlap with options in the Alpine configuration file.
2831 If there is a difference, then an option set on the command line takes
2832 precedence.
2833 Alpine expects command line arguments (other than addresses) to be
2834 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2835 A <a href="h_command_line_options">full list</a> of command line
2836 possibilities is available.
2838 &lt;End of help on this topic&gt;
2839 </BODY>
2840 </HTML>
2841 ===== h_mainhelp_config ======
2842 <HTML>
2843 <HEAD>
2844 <TITLE>Alpine Configuration</TITLE>
2845 </HEAD>
2846 <BODY>
2847 <H1>Alpine Configuration</H1>
2849 Unless it has been administratively disabled, the Setup command on the
2850 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2851 The possible subcommands are for general Configuration settings,
2852 Printer settings, Changing your Password, Signature setup,
2853 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2854 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2855 and Color configuration.
2856 In particular, the &quot;Config&quot; subcommand has many features you may
2857 set or unset and many other configuration variables that may be set to change
2858 the way Alpine works.
2859 Every one of the hundreds of options available in that configuration settings
2860 screen has help text associated with it.
2861 You may read that text by moving the cursor to highlight the option and then
2862 typing the Help command.
2864 These settings are stored in your personal
2865 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2866 <A HREF="h_config_remote_config">remotely</A>),
2867 but on shared systems these settings
2868 may be over-ridden by a system-wide control file (due to local site
2869 security or support policies).  A global pine configuration file can also
2870 be used to set default values for all Alpine users on a particular system.
2871 Power users may be interested in splitting their personal configuration
2872 data into two pieces, a generic piece and
2873 <A HREF="h_config_exceptions">exceptions</A> which apply to
2874 a particular platform.
2875 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2876 General Alpine configuration information can be found
2877 <A HREF="h_news_config">here</A>.
2879 &lt;End of help on this topic&gt;
2880 </BODY>
2881 </HTML>
2882 ===== h_mainhelp_aggops ======
2883 <HTML>
2884 <HEAD>
2885 <TITLE>Aggregate Operations</TITLE>
2886 </HEAD>
2887 <BODY>
2888 <H1>Aggregate Operations</H1>
2890 When you are in the MESSAGE INDEX, the available commands
2891 (for example, Delete, Undelete, Save, Reply, and so on)
2892 normally act on a single message.
2893 So, for example, if you press the Delete command, the currently highlighted
2894 message is marked Deleted.
2895 These commands that normally act on a single message may be applied to
2896 several messages at once instead.
2898 By default this feature is turned on, but it could be administratively turned
2899 off to reduce complexity.
2900 The feature
2901 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2902 in the Setup/Config screen is used to turn it off or on.
2903 When this feature is turned on, the four commands &quot;Select&quot;,
2904 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2905 are available.
2906 The two selection commands allow you to mark a set of
2907 messages as being &quot;selected&quot;.
2908 The &quot;ZoomMode&quot; command will toggle between
2909 displaying only the selected messages and displaying all the messages.
2910 The &quot;Apply&quot; command allows you to
2911 apply one of the regular MESSAGE INDEX commands to all of the selected
2912 messages instead of to only the highlighted message.
2914 An example aggregate operation would be to catch up when reading
2915 a news group.
2916 That is, get rid of all the messages in the news group so that you can
2917 start fresh.
2918 The easiest way to do this in Alpine is to use aggregate operations.
2919 You want to Delete all of the messages in the group.
2920 You could start at the top and type &quot;D&quot; once for every message.
2921 A much faster method is to first Select all of the messages in the group,
2922 and then Delete all of them.
2923 This would take four keystrokes:
2925 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2926 <BR>
2927 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2929 Another use of Select is to use it for searching for a particular message
2930 or set of messages in a large folder.
2931 You may know that the message was From a certain user.
2932 You could select all messages from that user to start, and use Zoom to
2933 look at only those messages.
2934 If there were still too many messages to look at you could Narrow the
2935 set of messages further by selecting from all of those messages only
2936 the ones that were after a certain date, or contained a particular phrase
2937 in the Subject, or were too a particular address, and so on.
2938 That may be the end of what you are doing, or you may want to use Apply to
2939 Save or Forward or Print all of the selected messages.
2941 Some related help topics are
2942 <UL>
2943 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2944 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2945 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2946 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2947 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2948 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2949 </UL>
2951 &lt;End of help on this topic&gt;
2952 </BODY>
2953 </HTML>
2954 ===== h_mainhelp_readingnews ======
2955 <HTML>
2956 <HEAD>
2957 <TITLE>Reading News</TITLE>
2958 </HEAD>
2959 <BODY>
2960 <H1>Reading News</H1>
2962 <H2>Background</H2>
2963 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2964 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2965 Usenet newsgroups allow groups of people with common interests to discuss 
2966 particular topics. You might find newsgroups related to your career, or you 
2967 might wish to check out the online discussion among the fans of your favorite 
2968 television show. 
2970 <H2>Configuring Alpine for Reading News</H2>
2971 Alpine often arrives
2972 pre-configured by your system administrator to automatically access the
2973 newsgroups offered by your organization, Internet Service Provider, or
2974 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2975 need additional details on <a href="h_configuring_news">how to
2976 configure Alpine to read news</a>.
2978 <H2>Accessing Newsgroups</H2>
2979 The first step in reading news is to access the newsgroups collections
2980 screen from Alpine. If everything is configured properly, you should be able
2981 to do this by first typing L (folder List), then selecting the folder
2982 collection listed as "News." The actual name of this collection may differ
2983 from system to system.
2985 <H2>Subscribing to Newsgroups</H2>
2987 Once you have accessed the news collection, you need to subscribe to a
2988 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2989 will keep a record of the newsgroups in which you are interested and which
2990 articles in those newsgroups have been read.
2992 <H2>Using Newsgroups</H2> 
2993 Alpine uses the similar commands to read news as to read mail. For example,
2994 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2995 and the R command Replies to a news posting. Basically, Alpine allows you to
2996 read news as if it were mail, so you don't need to change the way you
2997 interact with Alpine.
2999 There is also additional Alpine help available on 
3000 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3002 &lt;End of help on this topic&gt;
3003 </BODY>
3004 </HTML>
3005 ===== h_mainhelp_securing ======
3006 <HTML>
3007 <HEAD>
3008 <TITLE>Securing your Alpine Session</TITLE>
3009 </HEAD>
3010 <BODY>
3011 <H1>Securing your Alpine Session</H1>
3013 By default, Alpine will attempt to connect to an IMAP server on the normal
3014 IMAP service port (143).
3015 If the Alpine you are using has been built to
3016 support &quot;Transport Layer Security&quot; (TLS)
3017 and &quot;Secure Sockets Layer&quot; (SSL) 
3018 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3019 and the server offers the STARTTLS capability, then a secure (encrypted)
3020 session will be established.
3022 When you are connected to a remote folder the titlebar will contain a plus sign
3023 in the far right column if the connection is encrypted using TLS or SSL.
3024 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3025 if the connection is encrypted.
3027 <H2>More Information on Alpine with SSL and TLS</H2>
3028 <UL>
3029 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3030 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3031 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3032 <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>
3033 </UL>
3034 <H2>Here are some other security-related features and options</H2>
3036 <UL>
3037 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3038 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3039 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3040 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3041 </UL>
3043 &lt;End of help on this topic&gt;
3044 </BODY>
3045 </HTML>
3046 ===== h_mainhelp_problems ======
3047 <HTML>
3048 <HEAD>
3049 <TITLE>Reporting Problems</TITLE>
3050 </HEAD>
3051 <BODY>
3052 <H1>Reporting Problems</H1>
3054 We ask that you first read the relevant help screens and then seek
3055 assistance from your own local support staff.  Once you are sure that your
3056 difficulty is not a local configuration problem, you might look at the
3057 help section explaining where to look for
3058 <A HREF="h_finding_help">more information</A> and where to 
3059 get assistance.
3062 <ADDRESS>
3063    Eduardo Chappa &lt;chappa@gmx.com&gt;
3064 </ADDRESS>
3067 &lt;End of help on this topic&gt;
3068 </BODY>
3069 </HTML>
3070 ===== h_main_menu_commands ======
3071 <HTML>
3072 <HEAD>
3073 <TITLE>MAIN MENU COMMANDS</TITLE>
3074 </HEAD>
3075 <BODY>
3076 <H1>MAIN MENU COMMANDS</H1>
3078 <!--chtml if pinemode="function_key"-->
3079 &nbsp;Available&nbsp;Commands&nbsp;--
3080 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3081 &nbsp;------------------------------
3082 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3083 ----------<BR>
3084 &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>
3085 &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>
3086 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3087 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3088 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3089 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3090 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3091 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3092 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3093 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3094 &nbsp;F7&nbsp;&nbsp;<A 
3095 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3096 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3097 &nbsp;F8&nbsp;&nbsp;<A 
3098 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3099 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3100 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 
3101 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3102 &nbsp;F10&nbsp;<A 
3103 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 
3104 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3105 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3106 &nbsp;F11&nbsp;<A 
3107 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3108 <!--chtml else-->
3109 &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>
3110 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3111 &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>
3112 &nbsp;C&nbsp;&nbsp;<A 
3113 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>
3114 &nbsp;I&nbsp;&nbsp;<A 
3115 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>
3116 &nbsp;L&nbsp;&nbsp;<A 
3117 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>
3118 &nbsp;A&nbsp;&nbsp;<A 
3119 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3120 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3121 &nbsp;S&nbsp;&nbsp;<A 
3122 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 
3123 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3124 &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>
3125 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3126 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3127 <!--chtml endif-->
3130 NOTE:
3131 <OL>
3132  <LI>For help on a particular command, highlight the bold text associated
3133 with it above and hit Return.
3134  <LI> The availability of certain commands (e.g. some of the options under
3135 SETUP) is determined by Alpine configuration files and system capabilities.
3136 At some sites, certain commands may not be available due to security or
3137 support concerns.
3138 </OL>
3140 &lt;End of help on this topic&gt;
3141 </BODY>
3142 </HTML>
3144 ===== h_command_line_options ======
3145 <HTML>
3146 <HEAD>
3147 <TITLE>COMMAND LINE OPTIONS</TITLE>
3148 </HEAD>
3149 <BODY>
3150 <H1>COMMAND LINE OPTIONS</H1>
3151 Possible starting arguments for Alpine:
3153 <DL COMPACT>
3155 <DT> <EM>[addresses]</EM>
3157 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3158 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3159 <EM>Alpine</EM> will startup in
3160 the composer with a message started to the addresses specified.
3161 Once the message is sent, the <EM>Alpine</EM> session closes.
3162 Standard input redirection is allowed.
3163 Separate multiple addresses with a space between them.
3164 Addresses are placed in the &quot;To&quot; field only.
3167 <DT> &lt; <EM>file</EM>
3169 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3170 into the body of the message.
3171 Once the message is sent, the <EM>Alpine</EM> session closes. 
3174 <DT> -attach <EM>file</EM>
3176 <DD> Go directly into composer with given file attached.
3179 <DT> -attachlist <EM>file-list</EM>
3181 <DD> Go directly into composer with given files attached.
3182 This must be the last option on the command line.
3185 <DT> -attach_and_delete <EM>file</EM>
3187 <DD> Go directly into composer with given file attached, delete when finished.
3190 <DT> -aux <EM>local_directory</EM>
3192 <DD> <EM>PC-Alpine</EM> only.
3193 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3194 files, like debug files, address books, and signature files.  The pinerc may 
3195 be local or remote.
3198 <DT> -bail
3200 <DD> If the personal configuration file doesn't already exist, exit.
3201 This might be useful if the configuration file is accessed using some
3202 remote filesystem protocol. If the remote mount is missing this will cause
3203 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3206 <DT> -c <EM>n</EM>
3208 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3209 This is used when there are multiple folder collections (contexts) and you 
3210 want to open a folder not in the primary collection.
3213 <DT> -conf
3215 <DD> Configuration: Prints a sample system configuration file to the
3216 screen or standard output. To generate an initial system configuration 
3217 file, execute
3219 <PRE><CODE>
3220                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3221 </CODE></PRE>
3224 To generate a system configuration file using settings from an old
3225 system configuration file, execute
3227 <PRE><CODE>
3228                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3229 </CODE></PRE>
3231 A system configuration file is not required.
3234 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3236 <DD> Copy an address book file to a remote address book folder.
3237 If the remote folder doesn't exist, it will be created.
3238 If it exists but the first message in the folder isn't a remote address
3239 book header message, the copy will be aborted.
3240 This flag will not usually be used by a user.
3241 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3242 and copy entries from the local address book by using aggregate Save in
3243 the address book screen.
3246 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3248 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3249 If the remote folder doesn't exist, it will be created.
3250 If it exists but the first message in the folder isn't a remote pinerc
3251 header message, the copy will be aborted.
3252 This flag may be useful to users who already have a local pinerc file and
3253 would like to convert it to a remote pinerc folder and use that instead.
3254 This gives a way to bootstrap that conversion without having to manually
3255 reset all of the variables in the remote pinerc folder.
3258 <DT> -d <EM>debug-level</EM>
3260 <DD> Debug Level:  Sets the level of debugging information written by
3261 <EM>Alpine</EM>.
3262 <EM>debug-level</EM> can be set to any integer 0-9.
3263 A debug level of 0 turns off debugging for the session.
3264 (Actually there are some levels higher than 9, but you probably don't
3265 want to see them.)
3268 <DT> -d <EM>keywords</EM>
3270 <DD> You may use a more detailed version of the debugging flag to set
3271 the debug level in separate parts of <EM>Alpine</EM>.
3272 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3273 verbose=0..9.
3274 <EM>Flush</EM> causes debugging information to be flushed immediately to
3275 the debug file as it is written.
3276 <EM>Verbose</EM> is the general debugging verbosity level.
3277 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3278 is useful when you are trying to figure out what is responsible for delays.
3279 <EM>Numfiles</EM> sets the number of debug files saved.
3280 <EM>Imap</EM> sets the debug level for the debugging statements related
3281 to the conversation with the IMAP server, and more generally, for the
3282 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3283 <EM>Tcp</EM> turns on some TCP/IP debugging.
3286 <DT> -f <EM>folder</EM>
3288 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3289 of the standard INBOX.
3292 <DT> -F <EM>file</EM>
3294 <DD> Open named text file for viewing and forwarding.
3297 <DT> -h
3299 <DD> Help:  Prints the list of available command-line arguments to the
3300 screen.
3303 <DT> -i
3305 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3306 screen instead of the MAIN MENU.
3309 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3312 <DT> -I <EM>a,b,c,...</EM>
3314 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3315 sequence of commands upon startup.
3316 This allows users to get <EM>Alpine</EM> to start in any
3317 of its menus/screens.
3318 You cannot include any input to the composer in the initial keystrokes.
3319 The key &lt;Return&gt; is represented by a ``CR'' in
3320 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3321 Control keys are two character sequences beginning with ``^'', such as
3322 ``^I''.
3323 A tab character is ``TAB''.
3324 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3325 ``DOWN'', ``LEFT'', and ``RIGHT''.
3326 A restriction is that you can't mix function keys and character keys in this
3327 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3328 A user can always use only <EM>character</EM> keys in the startup list even
3329 if he or she is using <EM>function</EM> keys normally, or vice versa.
3330 If an element in this list is a string of characters surrounded by double
3331 quotes (&quot;) then it will be expanded into the individual characters in
3332 the string, excluding the double quotes.
3335 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3338 <DT> -install
3340 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3341 some basic information to help with getting properly set up.
3344 <DT> -k
3346 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3347 the input of commands to be function-keys.
3348 Otherwise, commands are linked to the regular character keys.
3351 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3352 <EM>Feature-List</EM>.
3355 <DT> -n <EM>n</EM>
3357 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3358 FOLDER INDEX screen with the current message being the specified
3359 message number.
3362 <DT> -nosplash
3364 <DD> <EM>PC-Alpine</EM> only.
3365 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3366 This may be helpful for certain troubleshooting or terminal server scenarios.
3369 <DT> -o <EM>folder</EM>
3371 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3374 <DT> -p <EM>pinerc</EM>
3376 <DD> Uses the named file as the personal configuration file instead of
3377 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3378 Alpinerc may be either a local file or a remote configuration folder.
3381 <DT> -P <EM>pinerc</EM>
3383 <DD> Uses the named file as the system wide configuration file instead of
3384 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3385 Alpinerc may be either a local file or a remote configuration folder.
3388 <DT> -passfile <EM>passfile</EM>
3390 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3391 This should be a fully-qualified filename.
3394 <DT> -pinerc <EM>file</EM>
3396 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3397 settings of variables that the user has made.
3398 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3401 <DT> -r
3403 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3404 <EM>Alpine</EM> in restricted mode can only send email to itself.
3405 Save and export are limited.
3408 <DT> -registry <EM>cmd</EM>
3410 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3411 <EM>Alpine</EM>'s registry entries.
3412 Possible values for <EM>cmd</EM> are set, clear, and dump.
3413 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3414 entries according to its current settings.
3415 <EM>Clear</EM> will clear the registry values.
3416 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3417 <EM>Dump</EM> will display the values of current registry settings.
3418 Note that the dump command is currently disabled.
3419 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3420 the registry only if there currently aren't any values set.
3423 <DT> -sort <EM>key</EM>
3425 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3426 FOLDER INDEX screen.
3427 <EM>Key</EM> can have the following values: 
3428 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3429 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3430 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3431 The default value is &quot;arrival&quot;.
3432 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3435 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3438 <DT> -uninstall
3440 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3441 in Windows settings.  The registry settings are removed and
3442 the password cache is cleared.
3445 <DT> -url <EM>url</EM>
3447 <DD> Open the given URL.
3450 <DT> -v
3452 <DD> Version:  Print version information to the screen.
3455 <DT> -x <EM>exceptions_config</EM>
3457 <DD> Configuration settings in the exceptions configuration override your normal
3458 default settings.
3459 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3462 <DT> -z
3464 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3465 will suspend the <EM>Alpine</EM> session.
3468 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3469 <EM>Feature-List</EM>.
3472 <DT> -<EM>option</EM>=<EM>value</EM>
3474 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3475 For example, <EM>-signature-file=sig1</EM> or
3476 <EM>-Feature-List=signature-at-bottom</EM>.
3477 Note:  Feature-List values are
3478 additive and features may be preceded with no- to turn them off.
3479 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3480 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3481 <EM>-Feature-List=signature-at-bottom</EM>.
3484 </DL>
3486 &lt;End of help on this topic&gt;
3487 </BODY>
3488 </HTML>
3489 ===== h_configuring_news ======
3490 <HTML>
3491 <HEAD>
3492 <TITLE>CONFIGURING NEWS</TITLE>
3493 </HEAD>
3494 <BODY>
3495 <H1>CONFIGURING NEWS</H1>
3496 Alpine can access news folders in any one of three different ways:
3497 <DL>
3498 <DT>REMOTE NNTP</DT>
3499 <DD>Using the Network News Transport Protocol (NNTP) to
3500 access news on a remote news server.  In this case the newsrc file is
3501 stored on the machine where Alpine is running.
3504 To specify a remote news-collection accessed via NNTP use the
3505 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3506 Server: value to the NNTP server's hostname appended with the
3507 communication method &quot;/service=NNTP&quot;, and set the Path:
3508 value to the &quot;#news.&quot; namespace (without the quotes).  See
3509 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3510 help text for a more complete explanation of access method, and the
3511 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3512 text for a more complete explanation of &quot;namespace&quot;.
3514 Instead of specifying a news-collection, you may simply set the
3515 <A HREF="h_config_nntp_server">NNTP Server</A>
3516 option, which will cause Alpine to create a default news-collection for you.
3517 Another NNTP option that may be of interest is
3518 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3520 <DT>REMOTE IMAP</DT>
3521 <DD>Using the Internet Message Access Protocol (IMAP) to
3522 access news on a remote news server.  In this case, your newsrc file is
3523 stored on the news server, in your home directory, so you must have an
3524 account on the news server, but you would be running Alpine on a different
3525 machine.  The news server must be running an IMAPd server process. 
3528 To specify a remote news-collection accessed via IMAP use the
3529 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3530 Server: value to the IMAP server's hostname, and set the Path: value
3531 to the &quot;#news.&quot; namespace (without the quotes).  See the
3532 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3533 text for a more complete explanation of &quot;namespace&quot;.
3535 </DD>
3537 <DT>LOCAL</DT>
3538 <DD>Using local file access to the news database.  In this
3539 case, your newsrc file is stored on the news server, in your home
3540 directory, so you must have an account on the news server, and you would
3541 be running Alpine on the same machine.
3544 To specify a local news-collection use the SETUP/collectionList
3545 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3546 set the Path: value to the &quot;#news.&quot; namespace (without the
3547 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3548 field's help text for a more complete explanation of &quot;namespace&quot;.
3550 </DD>
3551 </DL>
3555 NOTE: Should no news-collection be defined as above, Alpine will
3556 automatically create one using the Setup/Config screen's
3557 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3558 will be created as a &quot;Remote NNTP&quot; as described above.
3562 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3563 possible.  If you don't have an account on the news server, or if the news
3564 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3565 sure, ask your service provider, university, or company for help.)  In
3566 this case, your Unix .newsrc file can be transferred to your PC.  A good
3567 place to put it would be in the same directory as your PINERC file, under
3568 the name NEWSRC, but you can 
3569 <A HREF="h_config_newsrc_path">specify a different location</A>
3570 via Alpine's Setup/Config screen.
3573 Other configuration features related to news are
3574 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3575 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3576 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3577 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3578 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3579 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3580 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3581 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3584 &lt;End of help on this topic&gt;
3585 </BODY>
3586 </HTML>
3587 ===== h_reading_news ======
3588 <HTML>
3589 <HEAD>
3590 <TITLE>READING NEWS</TITLE>
3591 </HEAD>
3592 <BODY>
3593 <H1>READING NEWS</H1>
3595 Alpine uses almost the same commands for manipulating news folders as for
3596 mail folders.  This means, for example, that when you are done with a
3597 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3598 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3599 most newsreaders, wherein a message is implicitly dismissed after you have
3600 looked at it once. We strongly believe that Alpine should offer as much
3601 consistency as possible between mail and news, so the mail paradigm --
3602 wherein a message does not magically disappear without explicit action by
3603 the user -- is used for news as well. <P>
3605 If you answer a message in a news folder, the index view will show the
3606 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3607 keep track of what news as been read has no way of storing this flag, so
3608 it will not be preserved across sessions.  The Deleted flag is the only
3609 one that is preserved when you leave and then return to a newsgroup.  As an
3610 additional note on replies, when you Reply to a newsgroup message and say
3611 you want to reply to all recipients, Alpine will ask if you want to post the
3612 message to all the newsgroups listed in the original message. <P>
3614 If you would like Alpine to mark more-or-less recent news messages as
3615 &quot;New&quot;, then set the
3616 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3617 feature (which is set by default).  This will cause messages after the last one you have marked as
3618 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3619 &quot;N&quot; status often makes it easier to distinguish later news
3620 articles from those you've previously seen, but not yet disposed of via
3621 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3622 record of which messages you have not seen.
3625 A frequent operation in news-reading is &quot;catching up&quot; -- that
3626 is, getting rid of all the messages in the newsgroup so that you can
3627 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3628 Select command.  You would enter the following four keystrokes:
3629 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3630 dismiss) command to all of them.
3633 There are also additional details on 
3634 <A HREF="h_configuring_news">configuring news</a>.
3637 &lt;End of help on this topic&gt;
3638 </BODY>
3639 </HTML>
3640 ====== h_help_index ======
3641 <HTML>
3642 <HEAD>
3643 <TITLE>Help Index</TITLE>
3644 </HEAD>
3645 <BODY>
3646 <H1>Help Index</H1>
3647 <ul>
3648 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3649 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3650 <li><a href="h_main_addrbook">Address Book Command</a>
3651 <li><a href="h_abook_view">Address Book View Explained</a>
3652 <li><a href="h_compose_addrcomplete">Address Completion</a>
3653 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3654 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3655 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3656 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3657 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3658 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3659 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3660 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3661 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3662 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3663 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3664 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3665 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3666 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3667 <li><a href="h_news_legal">Alpine Legal Notices</a>
3668 <li><a href="h_compose_alted">Alt Editor Command</a>
3669 <li><a href="h_index_cmd_apply">Apply Command</a>
3670 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3671 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3672 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3673 <li><a href="h_composer_browse">BROWSER</a>
3674 <li><a href="h_common_bounce">Bounce Command</a>
3675 <li><a href="h_compose_cancel">Cancel Command</a>
3676 <li><a href="h_config_change_your_from">Changing your From Address</a>
3677 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3678 <li><a href="h_mainhelp_color">Color</a>
3679 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3680 <li><a href="h_composer">COMPOSER COMMANDS</a>
3681 <li><a href="h_mainhelp_composing">Composing Messages</a>
3682 <li><a href="h_mainhelp_collections">Collection Lists</a>
3683 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3684 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3685 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3686 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3687 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3688 <li><a href="h_common_compose">Compose Command</a>
3689 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3690 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3691 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3692 <li><a href="h_mainhelp_config">Configuration</a>
3693 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3694 <li><a href="h_config_dflt_color">Default Color</a>
3695 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3696 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3697 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3698 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3699 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3700 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3701 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3702 <li><a href="h_ge_export">Export File Selection</a>
3703 <li><a href="h_ge_allparts">Export Message File Selection</a>
3704 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3705 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3706 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3707 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3708 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3709 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3710 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3711 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3712 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3713 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3714 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3715 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3716 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3717 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3718 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3719 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3720 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3721 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3722 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3723 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3724 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3725 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3726 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3727 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3728 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3729 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3730 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3731 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3732 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3733 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3734 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3735 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3736 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3737 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3738 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3739 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3740 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3741 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3742 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3743 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3744 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3745 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3746 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3747 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3748 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3749 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3750 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3751 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3752 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3753 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3754 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3755 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3756 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3757 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3758 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3759 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3760 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3761 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3762 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3763 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3764 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3765 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3766 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3767 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3768 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3769 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3770 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3771 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3772 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3773 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3774 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3775 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3776 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3777 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3778 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3779 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3780 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3781 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3782 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3783 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3784 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3785 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3786 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3787 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3788 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3789 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3790 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3791 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3792 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3793 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3794 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3795 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3796 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3797 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3798 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3799 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3800 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3801 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3802 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3803 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3804 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3805 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3806 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3807 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3808 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3809 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3810 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3811 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3812 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3813 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3814 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
3815 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3816 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3817 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3818 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3819 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3820 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3821 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3822 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3823 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3824 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3825 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3826 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3827 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3828 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3829 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3830 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3831 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3832 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3833 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3834 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3835 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3836 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3837 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3838 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3839 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3840 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3841 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3842 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3843 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3844 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3845 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3846 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3847 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3848 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3849 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3850 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3851 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3852 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3853 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3854 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3855 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3856 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3857 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3858 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3859 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3860 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3861 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3862 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3863 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3864 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3865 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3866 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3867 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3868 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3869 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3870 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3871 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3872 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3873 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3874 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3875 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3876 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3877 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3878 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3879 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3880 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3881 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3882 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3883 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3884 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3885 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3886 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3887 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3888 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3889 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3890 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3891 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3892 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3893 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3894 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3895 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3896 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3897 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3898 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3899 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3900 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3901 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3902 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3903 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3904 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3905 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3906 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3907 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3908 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3909 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3910 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3911 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3912 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3913 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3914 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3915 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3916 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3917 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3918 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3919 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3920 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3921 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3922 <li><a href="h_mainhelp_filtering">Filtering</a>
3923 <li><a href="h_finding_help">Finding more information and requesting help</a>
3924 <li><a href="h_common_flag">Flag Command</a>
3925 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3926 <li><a href="h_mainhelp_folders">Folders</a>
3927 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3928 <li><a href="h_common_folders">Folder List Command</a>
3929 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3930 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3931 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3932 <li><a href="h_config_change_your_from">From Address, Changing</a>
3933 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3934 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3935 <li><a href="h_common_goto">Goto Command</a>
3936 <li><a href="h_common_hdrmode">HdrMode Command</a>
3937 <li><a href="h_mainhelp_pinehelp">Help</a>
3938 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3939 <li><a href="h_folder_maint">Help for Folder List</a>
3940 <li><a href="h_valid_folder_names">IMAP</a>
3941 <li><a href="h_ge_import">Import File Selection</a>
3942 <li><a href="h_mainhelp_index">Index of Messages</a>
3943 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3944 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3945 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3946 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3947 <li><a href="h_mainhelp_intro">Introduction</a>
3948 <li><a href="h_main_journal">Journal Command</a>
3949 <li><a href="h_common_jump">Jump Command</a>
3950 <li><a href="h_compose_justify">Justify Command</a>
3951 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3952 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3953 <li><a href="h_mainhelp_ldap">LDAP</a>
3954 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3955 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3956 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3957 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3958 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
3959 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3960 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3961 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3962 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3963 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3964 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3965 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3966 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3967 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3968 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3969 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3970 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3971 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3972 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3973 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3974 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3975 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3976 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3977 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3978 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3979 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3980 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3981 <li><a href="h_common_index">Message Index Command</a>
3982 <li><a href="h_mainhelp_mouse">Mouse</a>
3983 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3984 <li><a href="new_user_greeting">NEW USER GREETING</a>
3985 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3986 <li><a href="h_mainhelp_readingnews">News Reading</a>
3987 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3988 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3989 <li><a href="h_common_nextnew">NextNew Command</a>
3990 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3991 <li><a href="h_mainhelp_readingnews">NNTP</a>
3992 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3993 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3994 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3995 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3996 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3997 <li><a href="h_config_color_style">OPTION: Color Style</a>
3998 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3999 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4000 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4001 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4002 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4003 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4004 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4005 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4006 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4007 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4008 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4009 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4010 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4011 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4012 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4013 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4014 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4015 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4016 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4017 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4018 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4019 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4020 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4021 <li><a href="h_config_font_name">OPTION: Font Name</a>
4022 <li><a href="h_config_font_size">OPTION: Font Size</a>
4023 <li><a href="h_config_font_style">OPTION: Font Style</a>
4024 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4025 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4026 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4027 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4028 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4029 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4030 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4031 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
4032 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4033 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4034 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4035 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4036 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4037 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4038 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4039 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4040 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4041 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4042 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4043 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4044 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4045 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4046 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4047 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4048 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4049 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4050 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4051 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4052 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4053 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4054 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4055 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4056 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4057 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4058 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4059 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4060 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4061 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4062 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4063 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4064 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4065 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4066 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4067 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4068 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4069 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4070 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4071 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4072 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4073 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4074 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4075 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4076 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4077 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4078 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4079 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4080 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4081 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4082 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4083 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4084 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4085 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4086 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4087 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4088 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4089 <li><a href="h_config_printer">OPTION: Printer</a>
4090 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4091 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4092 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4093 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4094 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4095 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4096 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4097 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4098 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4099 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4100 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4101 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4102 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4103 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4104 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4105 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4106 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4107 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4108 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4109 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4110 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4111 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4112 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4113 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4114 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4115 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4116 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4117 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4118 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4119 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4120 <li><a href="h_config_status_color">OPTION: Status Color</a>
4121 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4122 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4123 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4124 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4125 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4126 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4127 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4128 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4129 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4130 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4131 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4132 <li><a href="h_config_title_color">OPTION: Title Color</a>
4133 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4134 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4135 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4136 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4137 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4138 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4139 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4140 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4141 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4142 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4143 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4144 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4145 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4146 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4147 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4148 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4149 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4150 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4151 <li><a href="h_mainhelp_patterns">Patterns</a>
4152 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4153 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4154 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4155 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4156 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4157 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4158 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4159 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4160 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4161 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4162 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4163 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4164 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4165 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4166 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4167 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4168 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4169 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4170 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4171 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4172 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4173 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4174 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4175 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4176 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4177 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4178 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4179 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4180 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4181 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4182 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4183 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4184 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4185 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4186 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4187 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4188 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4189 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4190 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4191 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4192 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4193 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4194 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4195 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4196 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4197 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4198 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4199 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4200 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4201 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4202 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4203 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4204 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4205 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4206 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4207 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4208 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4209 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4210 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4211 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4212 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4213 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4214 <li><a href="h_common_pipe">Pipe Command</a>
4215 <li><a href="h_valid_folder_names">POP</a>
4216 <li><a href="h_common_postpone">Postpone Command</a>
4217 <li><a href="h_common_print">Print Command</a>
4218 <li><a href="h_mainhelp_readingnews">Reading News</a>
4219 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4220 <li><a href="h_mainhelp_roles">Roles</a>
4221 <li><a href="h_role_select">ROLES SCREEN</a>
4222 <li><a href="h_compose_readfile">Read File Command</a>
4223 <li><a href="h_mainhelp_reading">Reading Messages</a>
4224 <li><a href="h_main_release_notes">Release Notes Command</a>
4225 <li><a href="h_common_reply">Reply and Forward Commands</a>
4226 <li><a href="h_compose_richhdr">Rich Header Command</a>
4227 <li><a href="h_common_role">Role Command</a>
4228 <li><a href="h_mainhelp_smime">S/MIME</a>
4229 <li><a href="h_index_cmd_select">Searching for Messages</a>
4230 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4231 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4232 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4233 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4234 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4235 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4236 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4237 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4238 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4239 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4240 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4241 <li><a href="h_common_save">Save and Export Commands</a>
4242 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4243 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4244 <li><a href="h_compose_send">Send Command</a>
4245 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4246 <li><a href="h_main_setup">Setup Command</a>
4247 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4248 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4249 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4250 <li><a href="h_mainhelp_smime">S/MIME</a>
4251 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4252 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4253 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4254 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4255 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4256 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4257 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4258 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4259 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4260 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4261 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4262 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4263 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4264 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4265 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4266 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4267 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4268 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4269 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4270 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4271 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4272 <li><a href="h_index_cmd_sort">Sort Command</a>
4273 <li><a href="h_compose_spell">Spell Check Command</a>
4274 <li><a href="h_common_suspend">Suspend Command</a>
4275 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4276 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4277 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4278 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4279 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4280 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4281 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4282 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4283 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4284 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4285 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4286 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4287 <li><a href="h_common_take">TakeAddr Command</a>
4288 <li><a href="h_mainhelp_status">Titlebar Line</a>
4289 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4290 <li><a href="h_config_usenone_color">Use None Color</a>
4291 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4292 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4293 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4294 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4295 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4296 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4297 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4298 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4299 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4300 </UL>
4303 &lt;End of Help Index&gt;
4304 </BODY>
4305 </HTML>
4308 ============== h_config_remote_config =============
4309 <HTML>
4310 <HEAD>
4311 <TITLE>Remote Configuration</TITLE>
4312 </HEAD>
4313 <BODY>
4314 <H1>Remote Configuration</H1>
4316 You may use the command line argument &quot;-p pinerc&quot; to tell
4317 Alpine to use a non-default configuration file.
4318 There are two types of storage for configuration information.
4319 <EM>Local</EM> configuration files are used by default.
4320 These are just regular files on the UNIX system or on the PC.
4321 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4322 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4323 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4324 The advantage of using a remote configuration is that the same information
4325 may be accessed from multiple platforms.
4326 For example, if you use one computer at work and another at home, the same
4327 configuration could be used from both places.
4328 A configuration change from one place would be seen in both places.
4329 To use a remote configuration you simply give a
4330 <A HREF="h_valid_folder_names">remote folder name</A>
4331 as the argument to the &quot;-p&quot; command line option.
4332 The command line might look something like:
4334 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4336 If there are special characters in the command shell you use, you may need to
4337 quote the last argument (to protect the curly braces from the shell).
4338 The command might look like:
4340 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4342 You should choose a folder name for a folder that does not yet exist.
4343 It will be created containing an empty configuration.
4344 Do not use a folder that you wish to store regular mail messages in.
4346 The Setup/RemoteConfigSetup command will help you convert from a local
4347 configuration to a remote configuration.
4348 It will create a remote configuration for you and copy your current local
4349 configuration to it.
4350 It will also help you convert local address books into remote address books
4351 and local signature files into literal signatures contained in the
4352 remote configuration file.
4354 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4355 may copy a local pinerc file to a remote configuration folder by hand
4356 by using the command line option &quot;-copy_pinerc&quot;.
4358 Another command line option, which is somewhat related to remote
4359 configuration, is the option &quot;-x exceptions_config&quot;.
4360 The configuration settings in the exceptions configuration override
4361 your default settings.
4362 It may be useful to store the default configuration (the -p argument) remotely
4363 and to have the exceptions configuration stored in a local file.
4364 You might put generic configuration information in the remote configuration
4365 and platform-specific configuration on each platform in the exceptions
4366 configuration.
4367 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4368 can be either remote folders or local files.
4370 There is another command line argument that works only with PC-Alpine and
4371 which may prove useful when using a remote configuration.
4372 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4373 to store your local auxiliary files.
4374 This only has an effect if your configuration file is remote.
4375 Some examples of auxiliary files are debug files, address book files, and
4376 signature files.
4378 &lt;End of help on this topic&gt;
4379 </BODY>
4380 </HTML>
4381 ============== h_config_exceptions =============
4382 <HTML>
4383 <HEAD>
4384 <TITLE>Generic and Exceptional Configuration</TITLE>
4385 </HEAD>
4386 <BODY>
4387 <H1>Generic and Exceptional Configuration</H1>
4389 If you use Alpine from more than one platform it may be convenient
4390 to split your configuration information into two pieces, a generic piece
4391 and exceptions that apply to a particular platform.
4392 For example, suppose you use Alpine from home and from work.
4393 Most of your configuration settings are probably the
4394 same in both locations, so those settings belong in the generic settings
4395 configuration.
4396 However, you may use a different SMTP server and INBOX
4397 from home than you do from work.
4399 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4401 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4402 options could be
4403 part of your exceptional configuration so that they could be different in the
4404 two places.
4406 The command line option &quot;-x exceptions_config&quot;
4407 may be used to split your configuration into generic and exceptional pieces.
4408 &quot;Exceptions_config&quot; may be either local or remote.
4409 The regular Alpine configuration file will contain the generic data, and
4410 &quot;exceptions_config&quot; will contain the exceptional data.
4412 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4413 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4414 in the same local directory that the regular config file is located in (usually
4415 the Unix home directory).
4416 If the regular config file is remote (because the command line option
4417 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4418 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4419 If the file does not already exist then no exceptions will be used.
4420 You can force exceptions to be used by using the &quot;-x&quot; option or
4421 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4423 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4424 PC-Alpine will use the value of the
4425 environment variable <CODE>$PINERCEX</CODE>.
4426 If that is not set, PC-Alpine will look for
4427 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4428 in the same local directory that the regular config file is located in.
4429 If the regular config file is remote (because the command line option
4430 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4431 local directory specified by the &quot;-aux local_directory&quot; command
4432 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4433 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4435 When you have an exception configuration there is a new command
4436 in the Alpine Setup screen, Setup/eXceptions.
4437 It toggles between exceptions and the regular configuration.
4438 This is the usual way to make changes in your exceptional configuration data.
4439 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4440 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4441 for Config or &quot;K&quot; for Kolor.
4443 For most people, splitting the configuration information into two pieces is
4444 going to be most useful if the generic information is accessed
4445 <A HREF="h_config_remote_config">remotely</A>).
4446 That data will be the same no matter where you access it from and if you
4447 change it that change will show up everywhere.
4448 The exceptional data will most commonly be in a local file, so that the
4449 contents may easily be different on each computing platform used.
4451 If you already have a local configuration file with settings you like
4452 you may find that the command Setup/RemoteConfigSetup is useful
4453 in helping you convert to a remote configuration.
4454 The command line flag &quot;-copy_pinerc&quot;
4455 may also be useful.
4457 &lt;End of help on this topic&gt;
4458 </BODY>
4459 </HTML>
4460 ============== h_config_inheritance =============
4461 <HTML>
4462 <HEAD>
4463 <TITLE>Configuration Inheritance</TITLE>
4464 </HEAD>
4465 <BODY>
4466 <H1>Configuration Inheritance</H1>
4468 Configuration inheritance is a power user feature.
4469 It is confusing and not completely supported by the configuration
4470 user interface.
4471 We start with an explanation of how configuration works in hopes of making
4472 it easier to describe how inheritance works.
4474 Alpine uses a hierarchy of configuration values from different locations.
4475 There are five ways in which each configuration option (configuration
4476 variable) can be set.
4477 In increasing order of precedence they are:
4479 <OL>
4480 <LI> the system-wide configuration file.
4482 <LI> the personal configuration file
4484 <LI> the personal exceptions file
4486 <LI> a command line argument
4488 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4489 </OL>
4491 The fixed configuration file is normally
4492 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4494 The system-wide configuration file is normally
4495 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4496 set for PC-Alpine.
4497 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4498 is used for the system-wide configuration.
4499 This location can be set or changed on the command line with the -P flag.
4500 The system-wide configuration file can be either a local file or a
4501 remote configuration folder.
4503 For Unix Alpine, the personal configuration file is normally the file
4504 <CODE>.pinerc</CODE> in the user's home directory.
4505 This can be changed with the -p command line flag.
4506 For PC-Alpine, the personal configuration file is in
4507 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4508 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4509 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4510 This can be changed with the -p command line flag.
4511 If -p is used, the configuration data may be in a local file or a remote config
4512 folder.
4514 For Unix Alpine, the personal exceptions configuration file is named
4515 <CODE>.pinercex</CODE> and is in the same directory as the personal
4516 configuration file, if that configuration file is not remote, and is in
4517 the home directory if the personal configuration file is remote.
4518 If the file exists, then exceptions are turned on.
4519 If it doesn't, then you are not using exceptions.
4520 Alternatively, you may change the location of the exceptions configuration
4521 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4522 Like the personal configuration data, exceptions_config may be
4523 either local or remote.
4525 For PC-Alpine, the personal exceptions configuration file is named
4526 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4527 configuration file unless the personal configuration file is remote.
4528 In that case, it is in the local directory specfied by the
4529 &quot;-aux local_directory&quot; command line argument.
4530 (In the case that the personal configuration is remote and there is no
4531 &quot;-aux&quot; command line argument, Alpine searches for
4532 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4533 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4534 If the file exists, then exceptions are turned on.
4535 If it doesn't, then you are not using exceptions.
4536 You may change the location of the exceptions configuration
4537 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4538 or with the
4539 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4540 option).
4542 To reiterate, the value of a configuration option is taken from the
4543 last location in the list above in which it is set.
4544 Or, thinking about it slightly differently, a default value for an option
4545 is established in the system-wide configuration file (or internally by Alpine
4546 if there is no value in the system-wide file).
4547 That default remains in effect until and unless it is overridden by a value in a
4548 location further down the list, in which case a new &quot;default&quot;
4549 value is established.
4550 As we continue down the list of locations we either retain the
4551 value at each step or establish a new value.
4552 The value that is still set after going through the whole list of
4553 configuration locations is the one that is used.
4555 So, for example, if an option is set in the system-wide configuration
4556 file and in the personal configuration file, but is not set in the
4557 exceptions, on the command line, or in the fixed file; then the value
4558 from the personal configuration file is the one that is used.
4559 Or, if it is set in the system-wide config, in the personal config, not
4560 in the exceptions, but is set on the command line; then the value
4561 on the command line is used.
4563 Finally we get to inheritance.
4564 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4565 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4566 the inheritance mechanism makes it possible to <EM>combine</EM>
4567 the values from different locations instead of <EM>replacing</EM> the value.
4568 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4569 for which you may already set whatever you want at
4570 any configuration location (by using the &quot;no-&quot; prefix if
4571 necessary).
4573 To use inheritance, set the first item in a configuration list to the
4574 token &quot;INHERIT&quot;, without the quotes.
4575 If the first item is &quot;INHERIT&quot;,
4576 then instead of replacing the default value established so far, the rest of
4577 the list is appended to the default value established so far and that is
4578 the new value.
4580 Here is an example which may make it clearer. Suppose we have:
4582 <PRE>
4583  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4584  Personal config    :   smtp-server = INHERIT, mysmtp.home
4585  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4586  Command line       :   smtp-server = &lt;No Value Set&gt;
4587  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4588 </PRE>
4591 This would result in an effective smtp-server option of
4593 <PRE>
4594  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4595 </PRE>
4597 The &quot;INHERIT&quot; token can be used in any of the configuration files
4598 and the effect cascades.
4599 For example, if we change the above example to:
4601 <PRE>
4602  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4603  Personal config    :   smtp-server = INHERIT, mysmtp.home
4604  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4605  Command line       :   smtp-server = &lt;No Value Set&gt;
4606  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4607 </PRE>
4610 This would result in:
4612 <PRE>
4613  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4614 </PRE>
4616 Unset variables are skipped over (the default value is carried forward) so
4617 that, for example:
4619 <PRE>
4620  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4621  Personal config    :   smtp-server = &lt;No Value Set&gt;
4622  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4623  Command line       :   smtp-server = &lt;No Value Set&gt;
4624  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4625 </PRE>
4628 produces:
4630 <PRE>
4631  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4632 </PRE>
4635 If any later configuration location has a value set (for a particular list
4636 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4637 then that value replaces whatever value has been defined up to that point.
4638 In other words, that cancels out any previous inheritance.
4640 <PRE>
4641  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4642  Personal config    :   smtp-server = INHERIT, mysmtp.org
4643  Exceptions config  :   smtp-server = yoursmtp.org
4644  Command line       :   smtp-server = &lt;No Value Set&gt;
4645  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4646 </PRE>
4649 results in:
4651 <PRE>
4652  smtp-server = yoursmtp.org
4653 </PRE>
4656 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4657 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4658 difficult to insert the value &quot;INHERIT&quot; into the list of values
4659 for the option using the normal Setup tools.
4660 In other words, the color setting screen (for example) does not
4661 provide a way to input the text &quot;INHERIT&quot; as the first
4662 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4663 The way to do this is to either edit the pinerc file directly and manually
4664 insert it, or turn
4665 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4666 feature and insert it using the Setup/Config screen.
4668 &lt;End of help on this topic&gt;
4669 </BODY>
4670 </HTML>
4671 ============== h_special_xon_xoff =============
4672 <HTML>
4673 <HEAD>
4674 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4675 </HEAD>
4676 <BODY>
4677 <H1>XOFF/XON Handling within Alpine</H1>
4679 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4680 and XON) as normal characters, even though Alpine does not use them.
4681 However, the printer, modem, or communication software you are using may
4682 be configured for &quot;software flow control,&quot; which means that
4683 XON/XOFF must be treated as special characters by the operating system.
4684 If you see messages such as &quot;^S not defined for this screen&quot;,
4685 then your system is probably using software flow control. In this case
4686 you will need to set the
4687 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4688 feature.
4690 If you <EM>do</EM> set this
4691 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4692 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4693 and see if that puts things right.  Printing via the
4694 &quot;attached-to-ansi&quot; or 
4695 &quot;attached-to-wyse&quot;
4696 option will automatically enable software
4697 flow-control handling for the duration of the printing.
4699 &lt;End of help on this topic&gt;
4700 </BODY>
4701 </HTML>
4702 ============= h_special_help_nav =============
4703 <HTML>
4704 <HEAD>
4705 <TITLE>Help Text Navigation Explained</TITLE>
4706 </HEAD>
4707 <BODY>
4708 <H1>Help Text Navigation Explained</H1>
4710 Alpine contains extensive context-sensitive help text.   At any point, 
4711 pressing the &quot;?&quot; key will bring up a page of help text
4712 explaining the options available to you.  You can leave the help
4713 text screen and return to normal Alpine operation by pressing
4715 <!--chtml if pinemode="function_key"-->
4716 F3 function
4717 <!--chtml else-->
4718 &quot;E&quot;
4719 <!--chtml endif-->
4720 key to Exit Help at any time.
4723 Within the help screen you might find a word or phrase displayed in 
4724 inverse text and others displayed in bold typeface.  Such words and
4725 phrases are used to tell you Alpine has more information available on
4726 the topic they describe.
4727 The inverted text is the &quot;selected&quot; topic.  
4728 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4729 displayed in bold type
4730 is &quot;selected&quot;.
4731 Hit the Return key to display the information Alpine has available on that
4732 topic.  While viewing such additional information, the 
4733 <!--chtml if pinemode="function_key"-->
4734 F3 function
4735 <!--chtml else-->
4736 &quot;P&quot;
4737 <!--chtml endif-->
4738 key will return you to the previous help screen, and the
4739 <!--chtml if pinemode="function_key"-->
4740 F2 function
4741 <!--chtml else-->
4742 &quot;E&quot;
4743 <!--chtml endif-->
4744 key will Exit the Help system altogether.
4747 The "N" command will tell you the internal name of the help text you are 
4748 reading each time, so that you can send this name in the text of a message 
4749 and create a direct link to that internal help using the x-pine-help URL 
4750 scheme. For example, the direct link to this item is 
4751 x-pine-help:h_special_help_nav. If you add this text to a message, then
4752 a person using Pine to read such message would have a direct link to this
4753 help text.
4756 When you are finished reading this help text, you can press the
4757 <!--chtml if pinemode="function_key"-->
4758 F3 function
4759 <!--chtml else-->
4760 &quot;P&quot;
4761 <!--chtml endif-->
4762 key to return to the previously displayed help text.
4765 &lt;End of help on this topic&gt;
4766 </BODY>
4767 </HTML>
4768 ============= h_special_list_commands =============
4769 <HTML>
4770 <HEAD>
4771 <TITLE>Email List Commands Explained</TITLE>
4772 </HEAD>
4773 <BODY>
4774 <H1>Email List Commands Explained</H1>
4776 Electonic mail lists provide a way for like-minded users to join in
4777 discussions on topics of interest.  The email list itself is 
4778 represented by a
4779 single address that participants send messages to when they have
4780 something of interest to share with other members of the list.  The
4781 receiving computer then, either automatically or after review by the
4782 list's owner (or moderator), sends a copy of that message to each
4783 member of the list.
4786 Usually, subscribing and unsubscribing is done by sending requests in
4787 an email message to a special address setup to handle managing list
4788 membership.  Often this is the name of the list followed by
4789 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4790 the address used to send messages to the list.
4793 Unfortunately, email list participation commands are more a matter
4794 of convention than standard, and thus may vary from list to list.
4795 Increasingly, list management software is adding information to
4796 the copy of the postings as they're copied to the list members that
4797 explains how to do the various list management functions.
4800 Alpine will recognize this information and offer the management commands
4801 they represent in a simple display. One or more of the following
4802 operations will be made available:
4804 <DL>
4805 <DT>Help</DT>
4806 <DD>
4807 A method to get help on subscribing, unsubscribing, 
4808 an explanation of what the list is about, or special instructions
4809 for participation.  This may be in the form of a reply in response
4810 to an email message, or instructions on how to connect to a Web site.
4811 </DD>
4813 <DT>Unsubscribe</DT>
4814 <DD>
4815 A method to get your email addressed removed from the list of
4816 recipients of the email list.
4817 </DD>
4819 <DT>Subscribe</DT>
4820 <DD>
4821 A method to get your email address added to the list of recipients
4822 of the email list.  It may be in the form of a message sent to 
4823 a special address or you may be connected to a web site.
4824 <DD>
4825 </DD>
4827 <DT>Post</DT>
4828 <DD>
4829 A method used to post to the email list.  However, it might also 
4830 indicate that no posting is allowed directly to the list.
4831 </DD>
4833 <DT>Owner</DT>
4834 <DD>
4835 A method to contact the list owner for special questions you might
4836 have regarding the list.
4837 </DD>
4839 <DT>Archive</DT>
4840 <DD>
4841 A method to view an archive of previous messages posted to the list.
4842 This may be in the form of a mail folder on a remote computer, an
4843 IMAP mailbox or even a Web site.
4844 </DD>
4845 </DL>
4848 &lt;End of help on this topic&gt;
4849 </BODY>
4850 </HTML>
4851 ============= h_quota_command =============
4852 <HTML>
4853 <HEAD>
4854 <TITLE>Quota Screen Explained</TITLE>
4855 </HEAD>
4856 <BODY>
4857 <H1>Quota Screen Explained</H1>
4859 <P> This screen summarizes the quota report for this mailbox in the
4860 IMAP server. For each resource that you have a quota, this reports summarizes
4861 its use and limit.
4863 <P> Your IMAP server administrator may have set a quota based either on 
4864 the total size of your mailbox (STORAGE), or the number of messages in 
4865 your mailbox (MESSAGES), or some other criteria. This will be reported
4866 to you indicating the type of quota, its total use and its limit.
4868 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4869 1024 bytes. Each of the characters that you see in this help text is one 
4870 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4871 by Alpine are normally less than 4 kibibytes in size (which includes 
4872 headers and text). Other email programs may send messages with bigger 
4873 sizes when they send messages, since they send plain text and an 
4874 alternative part in HTML.
4876 <P> A convenient way to save space for the STORAGE type of quota is by 
4877 deleting attachments. This is done on each individual message by pressing 
4878 the &quot;V&quot; command while reading the message text, then moving the cursor 
4879 to the position of the attachment that is to be deleted, then pressing
4880 &quot;D&quot; to delete such attachment, going back to reading the 
4881 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4882 save the message in the same folder you are reading from. The saved 
4883 message will not have the attachment that was marked deleted. Now you
4884 can delete and expunge the message with the unwanted attachment.
4887 &lt;End of help on this topic&gt;
4888 </BODY>
4889 </HTML>
4890 ============= h_mail_thread_index =============
4891 <HTML>
4892 <HEAD>
4893 <TITLE>THREAD INDEX COMMANDS</TITLE>
4894 </HEAD>
4895 <BODY>                 
4896 <H1>THREAD INDEX COMMANDS</H1>
4897 <!--chtml if pinemode="function_key"-->
4898 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>
4899 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4900 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>
4901 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>
4902 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>
4903 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>
4904 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>
4905 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>
4906 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>
4907 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>
4908 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>
4909 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>
4910 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>
4911 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>
4912 <BR>
4913 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4914 -----------------------------<BR>
4915 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>
4916 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>
4917 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>
4918 <BR>
4919 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4920 -----------------------------<BR>
4921 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
4922 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4923 <BR>
4924 <!--chtml else-->
4925 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>
4926 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4927 &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>
4928 &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>
4929 &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>
4930 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>
4931 &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>
4932 &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>
4933 &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>
4934 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>
4935 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4936 <BR>
4937 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4938 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4939 &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>
4940 &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>
4941 &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>
4942 &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>
4943 &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>
4944 &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>
4945 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4946 <!--chtml endif-->
4949 NOTE:
4950 <OL>
4951  <LI>For help on a particular command, highlight the bold text associated
4952 with it above and hit Return.
4953  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4954 </OL>
4956 <H2>Description of the THREAD INDEX Screen</H2>
4958 The THREAD INDEX displays summary information from each
4959 thread (conversation) in the current folder.
4960 This is useful if you want to quickly
4961 scan new threads, or find a particular thread without having to go
4962 through the text of each message, or to quickly get rid of junk
4963 threads, etc.
4964 The current thread is always highlighted.
4965 Each line of the THREAD INDEX contains the following columns: <P>
4966 <DL>
4967  <DT>STATUS:</DT>
4968  <DD> The markings on the left side of the thread tell you about its
4969 status.  You may see one or more of the following codes on any given
4970 thread:
4971 <UL>
4972   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4973   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4974   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4975   <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.
4976   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4977         message in the thread was sent to you as a cc:. This symbol will only show up if
4978         the feature
4979         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4980   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4981         &quot;select&quot; command.  (Some systems may optionally allow selected
4982         messages to be denoted by the index line being displayed in bold
4983         type instead.)
4984   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4985       to mark at least one message in this thread as &quot;important&quot;.
4986 </UL></DD><P>
4988  <DT>THREAD NUMBER:</DT>
4989  <DD>Threads in a folder are numbered, from one through the number
4990 of threads in the folder, to help you know where you are in the folder.
4991 </DD><P>
4993  <DT>DATE STARTED:</DT>
4994  <DD>The date the thread was started. This is actually from the Date header
4995 of the first message in the thread. It doesn't take different time zones
4996 into account.</DD><P>
4998  <DT>WHO STARTED THE THREAD:</DT>
4999  <DD>This is usually the name of the sender of the first message in the thread, taken from
5000 the From header of the message.
5001 If there is no personal name given in that
5002 address, then the email address is used instead.
5003 If the message is from you (or from one of your
5004 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5005 then the recipient's name is shown here instead, with the characters
5006 &quot;To: &quot; inserted before the name.
5007 (The idea of this is that if you started the thread you would rather see who
5008 the mail was sent to instead of that the mail was from you.)
5009 In Newsgroups, if you are
5010 the sender and there are no email recipients, the newsgroup name will be
5011 listed after the &quot;To: &quot;.
5012 </DD><P>
5014  <DT>SIZE:</DT>
5015  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5017  <DT>SUBJECT:</DT>
5018  <DD>As much of the thread's subject line as will fit on the screen.
5019 This is the subject of the first message in the thread.</DD>
5020 </DL>
5022 <P><UL>
5023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5024 </UL>
5026 &lt;End of help on this topic&gt;
5027 </BODY>
5028 </HTML>
5029 ============= h_mail_index =============
5030 <HTML>
5031 <HEAD>
5032 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5033 </HEAD>
5034 <BODY>                 
5035 <H1>MESSAGE INDEX COMMANDS</H1>
5036 <!--chtml if pinemode="function_key"-->
5037 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>
5038 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5039 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>
5040 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>
5041 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>
5042 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>
5043 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>
5044 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>
5045 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>
5046 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>
5047 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>
5048 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>
5049 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>
5050 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>
5051 <BR>
5052 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5053 -----------------------------<BR>
5054 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>
5055 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>
5056 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>
5057 <BR>
5058 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5059 -----------------------------<BR>
5060 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
5061 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>
5062 <BR>
5063 <!--chtml else-->
5064 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>
5065 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5066 &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>
5067 &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>
5068 &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>
5069 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>
5070 &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>
5071 &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>
5072 &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>
5073 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>
5074 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5075 Miscellaneous&nbsp;Operations<BR>
5076 ------------------------<BR>
5077 &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>
5078 &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>
5079 &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>
5080 &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>
5081 &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>
5082 &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>
5083 &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>
5084 &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>
5085 <!--chtml endif-->
5088 NOTE:
5089 <OL>
5090  <LI>For help on a particular command, highlight the bold text associated
5091 with it above and hit Return.
5092  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5093 </OL>
5095 <H2>Description of the MESSAGE INDEX Screen</H2>
5097 The MESSAGE INDEX displays summary information from each
5098 message in the current folder.
5099 This is useful if you want to quickly
5100 scan new messages, or find a particular message without having to go
5101 through the text of each message, or to quickly get rid of junk
5102 messages, etc.
5104 The current message is always highlighted
5105 and many commands operate on the current message.
5106 For example, the Delete command will delete the current message.
5107 If the folder is sorted by either Threads or OrderedSubject, then, depending
5108 on some of your configuration settings, a single line in the index may
5109 refer to an entire thread or to a subthread.
5110 If that is the case, then the commands that normally operate on the current
5111 message will operate on the thread or subthread instead.
5112 For example, the Delete command will delete the whole collapsed thread
5113 instead of just a single message.
5115 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5116 you can change this with the 
5117 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5118 in the SETUP CONFIGURATION screen): <P>
5119 <DL>
5120  <DT>STATUS:</DT>
5121  <DD> The markings on the left side of the message tell you about its
5122 status.  You may see one or more of the following codes on any given
5123 message:
5124 <UL>
5125   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5126          yet eXpunged the folder.
5127   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5128   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5129          to be answered.
5130   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5131          forward a message.
5132   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5133         directly to your account, your copy is not part of a cc: or a
5134         mailing list.
5135   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5136         message was sent to you as a cc:. This symbol will only show up if
5137         the feature
5138         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5139   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5140         &quot;select&quot; command.  (Some systems may optionally allow selected
5141         messages to be denoted by the index line being displayed in bold
5142         type.)
5143   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5144       to mark this message as &quot;important&quot;.
5145 </UL></DD><P>
5147  <DT>MESSAGE NUMBER:</DT>
5148  <DD>Messages in a folder are numbered, from one through the number
5149 of messages in the folder, to help you know where you are in the folder.
5150 These numbers are always in increasing order, even if you sort the folder
5151 in a different way.</DD><P>
5153  <DT>DATE SENT:</DT>
5154  <DD>The date the message was sent.  By default, messages are
5155 ordered by arrival time, not by date sent.  Most of the time, arrival time
5156 and date sent (effectively departure time) are similar.  Sometimes,
5157 however, the index will appear to be out of order because a message took a
5158 long time in delivery or because the sender is in a different time
5159 zone than you are. This date is just the date from the Date header
5160 field in the message.</DD><P>
5162  <DT>WHO SENT THE MESSAGE:</DT>
5163  <DD>This is usually the name of the sender of the message, taken from
5164 the From header of the message.
5165 If there is no personal name given in that
5166 address, then the email address is used instead.
5167 If the message is from you (or from one of your
5168 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5169 then the recipient's name is shown here instead, with the characters
5170 &quot;To: &quot; inserted before the name.
5171 (The idea of this is that if you sent the mail you would rather see who
5172 the mail was sent to instead of that the mail was from you.
5173 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5174 above.
5175 In particular, use the FROM token or the FROMORTONOTNEWS token
5176 in place of the FROMORTO token.)
5177 In Newsgroups, if you are
5178 the sender and there are no email recipients, the newsgroup name will be
5179 listed after the &quot;To: &quot;. </DD><P>
5181  <DT>SIZE:</DT>
5182  <DD>The number in parentheses is the number of characters in the message.
5183 It may have a suffix of K, M, or G which means the number should be
5184 multiplied by one thousand, one million, or one billion to get the
5185 size of the message.</DD><P>
5187  <DT>SUBJECT:</DT>
5188  <DD>As much of the message's subject line as will fit on the screen.</DD>
5189 </DL>
5191 <P><UL>
5192 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5193 </UL>
5195 &lt;End of help on this topic&gt;
5196 </BODY>
5197 </HTML>
5198 ============= h_mail_view ========================
5199 <HTML>
5200 <HEAD>
5201 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5202 </HEAD>
5203 <BODY>
5204 <H1>MESSAGE TEXT SCREEN</H1>
5205 <!--chtml if pinemode="function_key"-->
5206 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>
5207 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5208 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>
5209 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>
5210 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>
5211 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>
5212 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>
5213 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>
5214 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>
5215 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>
5216 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>
5217 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>
5218 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>
5219 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>
5220 <BR>
5221 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5222 ------------------------------<BR>
5223 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5224 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5225 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5226 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5227 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5228 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5229 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5230 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5231 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5232 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5233 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5234 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5235 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5236 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5237 <!--chtml else-->
5238 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5239 ---------------------------------<BR>
5240 <BR>
5241 &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>
5242 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>
5243 &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>
5244 &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>
5245 &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>
5246 &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>
5247 &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>
5248 &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>
5249 &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>
5250 <BR>
5251 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5252 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5253 &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>
5254 &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>
5255 &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>
5256 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>
5257 <BR>
5258 General&nbsp;Alpine&nbsp;Commands<BR>
5259 ---------------------<BR>
5260 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5261 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5262 &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>
5263 &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>
5264 &nbsp;&nbsp;&nbsp;&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>
5265 <!--chtml endif-->
5268 NOTE:
5269 <OL>
5270  <LI>For help on a particular command, highlight the bold text associated
5271 with it above and hit Return.
5272  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5273 </OL>
5275 <H2>Description of the MESSAGE TEXT Screen</H2>
5277 The top line of the view message screen displays status
5278 information about the currently open collection and folder and about the
5279 current message.  It shows the name of the collection in angle brackets
5280 and then the name of the folder.  The line also displays the number
5281 of messages in the folder, the number of the current message and the
5282 percentage of the current message that has been displayed on the screen.
5283 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5284 right corner.
5285 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5286 in the corner.
5289 NOTE: to rapidly move to the end of a message, hit the
5290 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5291 (or Ctrl-W) key followed
5292 by Ctrl-V.  Similarly,
5293 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5294 followed by Ctrl-Y will take you to the beginning of
5295 a message.
5297 <H2>Explanation of Alternate Character Sets</H2>
5299 Alpine attempts to stay out of the way so that it won't prevent you from
5300 viewing mail in any character set.  It will simply send the message to
5301 your display device.  If the device is capable of displaying the
5302 message as it was written it will do so.  If not, the display may be
5303 partially or totally incorrect.
5304 If the message contains characters that are not representable in your 
5305 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5306 variable in your configuration, then a warning message will be printed
5307 to your screen at the beginning of the message display.
5308 It is probably best to use UNIX Alpine in a terminal emulator
5309 capable of displaying UTF-8 characters.
5310 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5311 more information about character set settings.
5313 <P><UL>
5314 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5315 </UL>
5317 &lt;End of help on this topic&gt;
5318 </BODY>
5319 </HTML>
5320 ======= h_index_cmd_select =======
5321 <HTML>
5322 <HEAD>
5323 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5324 </HEAD>
5325 <BODY>
5326 <H1>Selecting: Select and WhereIs/Select</H1>
5328 Aggregate operations give you the ability to process a group of messages
5329 at once.  Acting on multiple messages requires two steps: (1) selecting a
5330 set of messages and then; (2) applying a command to that set. The first
5331 part is handled by the select command.  Select allows you to
5332 select messages based on their status (read, answered, etc.), contents,
5333 date, size, or keywords.
5334 You may also select based on one of your Rules or based on threads,
5335 and there are quick options to select a specific message or range of messages,
5336 to select the current message, or to select all messages.
5339 We describe the various selection criteria briefly:
5342 <DL>
5343 <DT>select All</DT>
5344 <DD> Marks all the messages in the folder as selected.
5345 </DD>
5347 <DT>select Cur</DT>
5348 <DD> Selects the currently highlighted message or currently highlighted
5349 set of messages if in a threaded view.
5350 </DD>
5352 <DT>select by Number</DT>
5353 <DD> Select by message number. This may be a comma-separated list instead or
5354 a single entry.
5355 Each element in the list may be either a single message number or a range
5356 of numbers with a dash between the lowest and highest member of the range.
5357 Some examples are 7 to select only message number 7; 2-5 to select messages
5358 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5359 The word &quot;end&quot; may be used as a substitute for the highest numbered
5360 message in the folder.
5361 If in a separate thread index where the numbers refer to threads instead of
5362 to messages, then you will be selecting all of the messages in the
5363 referenced threads instead of selecting by message number.
5364 </DD>
5366 <DT>select by Date</DT>
5367 <DD> Select by either the date stored in the Date headers of each message,
5368 or by the date when the messages arrived.
5369 This does not adjust for different time zones, but just checks to see what
5370 day the message was sent on.
5371 You may type in a date. If you do, the date should be in the form
5372 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5373 For example,
5374 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5376 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5377 If the date you want is close to the current date, it is probably
5378 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5379 is displayed, instead of typing in the date yourself.
5380 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5381 the date of the currently highlighted message. 
5383 There are six possible settings that are selected using the
5384 &quot;^W&nbsp;Toggle When&quot; command.
5385 Three of them select messages based on the Date headers.
5386 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5387 and &quot;SENT ON&quot;.
5388 SINCE is all messages with the selected date or later.
5389 BEFORE is all messages earlier than the selected date (not including the day
5390 itself).
5391 ON is all messages sent on the selected date.
5392 The other three select messages in the same way but they use the arrival
5393 times of the messages instead of the Date headers included in the messages.
5394 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5395 and &quot;ARRIVED ON&quot;.
5396 When you save a message from one folder to another the arrival time is
5397 preserved.
5398 </DD>
5400 <DT>select by Text</DT>
5401 <DD> Selects messages based on the message contents.
5402 This allows you to select a set of messages based on whether or not the
5403 message headers or message body contain specified text.
5404 You may look for text in the Subject, the From header,
5405 the To header, or the Cc header.
5406 You may also choose Recipient, which searches for the text in
5407 either the To or the Cc header;
5408 or Participant, which means To or Cc or From.
5409 Besides those specific header searches, you may also search the entire
5410 header and text of the message with &quot;All Text&quot;, or just the
5411 body of the message.
5413 To search for the absence of text, first type the &quot;! Not&quot; command
5414 before typing the specific type of text search.
5415 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5416 search for all messages that do not contain a particular word in their
5417 Subjects.
5419 If you choose a Subject search, you may use the subject from the current
5420 message by typing the &quot;^X Cur Subject&quot; command.
5421 You may then edit it further if you wish.
5422 For example, you might select the subject of a reply and edit the
5423 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5424 the original message being replied to.
5425 All of the other header searches allow you to use addresses from the
5426 headers of the current message if you want to.
5427 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5428 &quot;^W Cur Cc&quot;.
5429 In each case, if there is more than one address, only the first is offered.
5430 </DD>
5432 <DT>select by Status</DT>
5433 <DD> Selects messages based on their status.
5434 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5435 messages.
5436 Or, if you first type the &quot;! Not&quot; command, you get not New,
5437 or not Important, and so on.
5438 If you select Deleted messages, you will get all messages with their
5439 Deleted flag set.
5440 Likewise for Important messages, all messages that you have flagged as
5441 being Important with the
5442 <A HREF="h_common_flag">Flag</A> command.
5443 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5444 because they try to match what you see on the screen by default.
5445 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5446 and Unanswered.
5447 If you have looked at the message, or deleted it, or answered it; then it
5448 is not considered &quot;New &quot;.
5449 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5451 &quot;Answered&quot; is another one that is a little different.
5452 It means that the message has been Answered <EM>and</EM> is not deleted.
5453 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5454 the opposite of &quot;Answered&quot;!
5455 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5456 both Unanswered <EM>and</EM> not deleted.
5458 The other two types were added later because the special nature of the
5459 New flag was not what was wanted by all users.
5460 New does match what you see in the index by default, but if you use
5461 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5462 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5463 be exactly what you want.
5464 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5465 they are deleted or answered, and
5466 &quot;Recent&quot; selects all of the messages that have been added to
5467 the folder since you started this Alpine session.
5468 (That's not technically quite true. If there are multiple mail clients
5469 reading an IMAP mailbox, each message will be marked as Recent in only
5470 one of the client's sessions.)
5471 </DD>
5473 <DT>select by siZe</DT>
5474 <DD> Selects messages based on their size being smaller than or larger
5475 than the size you specify.
5476 The size is the number of bytes.
5477 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5478 the number.
5479 For example, 7K is the same as 7000.
5480 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5481 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5482 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5483 and Larger.
5484 </DD>
5486 <DT>select by Keyword</DT>
5487 <DD> Selects messages that either have or do not have
5488 (using the &quot;!&nbsp;Not&quot; command)
5489 a particular <A HREF="h_config_keywords">Keyword</A> set.
5490 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5491 command to select one from your list of keywords.
5493 <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.
5494 </DD>
5496 <DT>select by Rule</DT>
5497 <DD> Selects messages that either match or don't match
5498 (using the &quot;!&nbsp;Not&quot; command)
5499 one of the Rules you have defined.
5500 The most likely method of filling in the Rule is to use the
5501 &quot;^T&nbsp;To&nbsp;List&quot;
5502 command to select one of your Rules.
5503 All of the Rules you have defined will be in the list, including
5504 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5505 They may not all make sense for this purpose, but they are all there for
5506 flexibility.
5507 You might find it useful to define some rules solely for the purpose
5508 of being used by the Select command.
5509 There is a special category for such Rules. They are called Search Rules.
5511 Unfortunately, Alpine does not allow all possible Rules to be defined.
5512 For example, there is no logical OR operation.
5513 OR is accomplished in the Filter Rules or the other types of Rules by
5514 simply defining two rules, one that matches the first part of the OR
5515 and another that matches the second part.
5516 But you can't do that here, since you only have a single Rule to work with.
5517 Likewise, the order of Rules is usually important.
5518 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5519 a message, then that stops the search for a further match.
5520 This means that you may be confused if you try to use Select by Rule to
5521 check your Filter rules because the order is important when filtering but
5522 is not considered here.
5523 </DD>
5525 <DT>select by tHread</DT>
5526 <DD> Selects all of the messages in the current thread.
5527 </DD>
5528 </DL>
5530 After you have an initial selection, the next and subsequent selection
5531 commands modify the selection.
5532 The select command changes. It first gives
5533 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5534 &quot;unselect Current&quot;,
5535 &quot;Broaden selection&quot; (implements a logical OR), and
5536 &quot;Narrow selection&quot; (implements a logical AND).
5537 After you choose either Broaden or Narrow, you then choose one of the
5538 selection criteria listed above (by Text or Number or ...).
5539 You may use select as many times as you wish to get the selected set right.
5542 The WhereIs command has a feature (Ctrl-X) to
5543 select all the messages that match the WhereIs search. WhereIs searches
5544 through just the text that appears on the MESSAGE INDEX screen.
5545 This method is often slower than using the select command itself, unless the
5546 line you are looking for is not too far away in the index.
5549 The availability of the aggregate operations commands is determined by the
5550 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5551 Feature-List option in your Alpine
5552 configuration, which defaults to set.
5553 The features
5554 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5556 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5557 affect the behavior of the Select command.
5560 &lt;End of help on this topic&gt;
5561 </BODY>
5562 </HTML>
5563 ======= h_select_rule =======
5564 <HTML>
5565 <HEAD>
5566 <TITLE>Select: Rule</TITLE>
5567 </HEAD>
5568 <BODY>
5569 <H1>Select: Rule</H1>
5571 You are selecting messages that either match or don't match
5572 one of the Rules you have defined.
5573 You may either type the nickname of the Rule at the prompt, or use the
5574 &quot;^T&nbsp;To&nbsp;List&quot;
5575 command to select one of your Rules.
5576 All of the Rules you have defined will be in the list, including
5577 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5578 They may not all make sense for this purpose, but they are all there for
5579 flexibility.
5580 Rules may be added by using the Setup/Rules screen off of the main Alpine
5581 menu.
5583 Unfortunately, Alpine does not allow all possible Rules to be defined.
5584 For example, there is no logical OR operation.
5585 OR is accomplished in the Filter Rules or the other types of Rules by
5586 simply defining two rules, one that matches the first part of the OR
5587 and another that matches the second part.
5588 But you can't do that here, since you only have a single Rule to work with.
5589 Likewise, the order of Rules is usually important.
5590 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5591 a message, then that stops the search for a further match.
5592 This means that you may be confused if you try to use Select by Rule to
5593 check your Filter rules because the order is important when filtering but
5594 is not considered here.
5597 &lt;End of help on this topic&gt;
5598 </BODY>
5599 </HTML>
5600 ======= h_select_text =======
5601 <HTML>
5602 <HEAD>
5603 <TITLE>Select: Text</TITLE>
5604 </HEAD>
5605 <BODY>
5606 <H1>Select: Text</H1>
5608 You are selecting messages based on the contents of the message.
5609 This allows you to select a set of messages based on whether or not the
5610 message headers or message body contain specified text.
5611 You may look for text in the Subject, the From header,
5612 the To header, or the Cc header.
5613 You may also choose Recipient, which searches for the text in
5614 either the To or the Cc header;
5615 or Participant, which means either the To header, or the Cc header,
5616 or the From header.
5617 Besides those specific header searches, you may also search the entire
5618 header and text of the message with &quot;All Text&quot;, or just the
5619 body of the message with &quot;Body&quot;.
5621 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5622 before typing the specific type of text search.
5623 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5624 search for all messages that do not contain a particular word in their
5625 Subjects.
5627 If you choose a Subject search, you may use the subject from the current
5628 message by typing the &quot;^X Cur Subject&quot; command.
5629 You may then edit it further if you wish.
5630 For example, you might select the subject of a reply and edit the
5631 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5632 the original message being replied to.
5633 All of the other header searches allow you to use addresses from the
5634 headers of the current message if you want to.
5635 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5636 &quot;^W Cur Cc&quot;.
5637 In each case, if there is more than one address, only the first is offered.
5640 &lt;End of help on this topic&gt;
5641 </BODY>
5642 </HTML>
5643 ======= h_select_status =======
5644 <HTML>
5645 <HEAD>
5646 <TITLE>Select: Status</TITLE>
5647 </HEAD>
5648 <BODY>
5649 <H1>Select: Status</H1>
5651 You are selecting messages based on the status of the message.
5652 For example, whether or not the message has been marked Deleted or Important,
5653 or whether or not it has been Answered or is New.
5654 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5655 opposite: not Deleted, not Important, and so on.
5657 If you select Deleted messages, you will get all messages with their
5658 Deleted flag set.
5659 Likewise for Important messages, all messages that you have flagged as
5660 being Important with the
5661 <A HREF="h_common_flag">Flag</A> command.
5662 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5663 because they try to match what you see on the screen by default.
5664 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5665 and Unanswered.
5666 If you have looked at the message, or deleted it, or answered it; then it
5667 is not considered &quot;New &quot;.
5668 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5670 &quot;Answered&quot; is another one that is a little different.
5671 It means that the message has been Answered <EM>and</EM> is not deleted.
5672 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5673 the opposite of &quot;Answered&quot;!
5674 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5675 both Unanswered <EM>and</EM> not deleted.
5677 (The New and Answered options may seem counter-intuitive.
5678 The reason it is done this way is
5679 because, by default, a Deleted message will show up with the &quot;D&quot;
5680 symbol in the MAIL INDEX screen even if it is New or Answered.
5681 The Delete symbol overrides the New and Answered symbols, because you
5682 usually don't care about the message anymore once you've deleted it.
5683 Similarly, you usually only care about whether a message is Answered or
5684 not if it is not Deleted.
5685 Once it is Deleted you've put it out of your mind.)
5687 The other two options were added later because the special nature of the
5688 New flag was not what was wanted by all users.
5689 New does match what you see in the index by default, but if you use
5690 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5691 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5692 be exactly what you expect.
5693 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5694 they are deleted or answered, and
5695 &quot;Recent&quot; selects all of the messages that have been added to
5696 the folder since you started this Alpine session.
5697 (That's not technically quite true. If there are multiple mail clients
5698 reading an IMAP mailbox, each message will be marked as Recent in only
5699 one of the client's sessions.
5700 That behavior can be convenienent for some purposes, like filtering, but
5701 it isn't usually what you expect when selecting.)
5704 &lt;End of help on this topic&gt;
5705 </BODY>
5706 </HTML>
5707 ======= h_index_cmd_apply =======
5708 <HTML>
5709 <HEAD>
5710 <TITLE>Apply Command</TITLE>
5711 </HEAD>
5712 <BODY>
5713 <H1>Apply Command</H1>
5715 Apply
5716 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5717 is the second step of most aggregate operations.  Apply
5718 becomes active any time there is a defined set of selected messages.  The
5719 following commands can be applied to a selected message set: delete,
5720 undelete, reply, forward,
5721 <!--chtml if pinemode="os_windows"-->
5722 <!--chtml else--> 
5723 pipe,
5724 <!--chtml endif-->
5725 print, take address, save, export, bounce, and flag.
5728 The behavior of some of these commands in an aggregate sense is not easy to
5729 explain.  Try them out to see what they do.
5730 The feature
5731 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5732 affects the behavior of the Apply command, as does the feature
5733 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5736 &lt;End of help on this topic&gt;
5737 </BODY>
5738 </HTML>
5739 ======= h_index_cmd_zoom =======
5740 <HTML>
5741 <HEAD>
5742 <TITLE>ZoomMode Command</TITLE>
5743 </HEAD>
5744 <BODY>
5745 <H1>ZoomMode Command</H1>
5747 Another action you might want to take on a set of selected messages is to
5748 zoom in on them.  Like apply, zoom only becomes active when messages have
5749 been selected.
5750 ZoomMode
5751 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5752 is a toggle command that allows you to
5753 zoom-in (and only see the selected messages) and zoom-out (to see all
5754 messages in the folder).  Neither apply nor zoom removes the markings that
5755 define the selected set; you need to use a select command in order
5756 to do that.
5759 &lt;End of help on this topic&gt;
5760 </BODY>
5761 </HTML>
5762 ======= h_index_collapse_expand =======
5763 <HTML>
5764 <HEAD>
5765 <TITLE>Collapse/Expand Command</TITLE>
5766 </HEAD>
5767 <BODY>
5768 <H1>Collapse/Expand Command</H1>
5770 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5771 the folder is sorted by either Threads or OrderedSubject, and the
5772 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5773 is set to something other than &quot;none&quot;.
5774 By default, this command collapses or expands the subthread that starts at
5775 the currently highlighted message, if any.
5776 If the subthread is already collapsed, then this command expands it.
5777 If the subthread is expanded, then this command collapses it.
5778 If there are no more messages below the current message in the
5779 thread tree (that is, there are no replies to the current message) then
5780 this command does nothing.
5783 The behavior of this command is affected by the option
5784 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5785 Normally, this command Collapses or Expands the subthread that
5786 starts at the currently highlighted message.
5787 If the above option is set, then this command Collapses or Expands the
5788 entire current thread instead of just the subthread.
5789 The current thread is simply the top-level thread that contains the
5790 current message.
5793 &lt;End of help on this topic&gt;
5794 </BODY>
5795 </HTML>
5796 ======= h_index_cmd_sort =======
5797 <HTML>
5798 <HEAD>
5799 <TITLE>Sort Command</TITLE>
5800 </HEAD>
5801 <BODY>
5802 <H1>Sort Command</H1>
5804 In Alpine's generic configuration, messages are presented in the order in
5805 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5806 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5807 You can also re-sort the folder on demand with the sort
5808 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5809 command.
5810 Your sorting options are:
5812 <UL>
5813  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5814  <LI> <A HREF="h_index_sort_date">D</A>ate
5815  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5816  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5817  <LI> t<A HREF="h_index_sort_thread">H</A>read
5818  <LI> <A HREF="h_index_sort_from">F</A>rom
5819  <LI> si<A HREF="h_index_sort_size">Z</A>e
5820  <LI> scor<A HREF="h_index_sort_score">E</A>,
5821  <LI> <A HREF="h_index_sort_to">T</A>o
5822  <LI> <A HREF="h_index_sort_cc">C</A>c
5823 </UL>
5826 The Reverse option will toggle the order the index is currently
5827 sorted by, but will not change the relative sort order.
5830 Sorting a folder does not actually rearrange the way the folder is saved,
5831 it just re-arranges how the messages are presented to you.  This means
5832 that Alpine has to do the work of sorting every time you change sort order.
5833 Sometimes, especially with PC-Alpine or with large folders, this could take
5834 a while.
5837 &lt;End of help on this topic&gt;
5838 </BODY>
5839 </HTML>
5840 ======= h_index_sort_default =======
5841 <HTML>
5842 <HEAD>
5843 <TITLE>SORT OPTION: Default</TITLE>
5844 </HEAD>
5845 <BODY>
5846 <H1>SORT OPTION: Default</H1>
5848 The <EM>Default</EM> sort option just means to use the default sort order
5849 set in the
5850 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5851 option in Setup/Config.
5854 &lt;End of help on this topic&gt;
5855 </BODY>
5856 </HTML>
5857 ======= h_index_sort_arrival =======
5858 <HTML>
5859 <HEAD>
5860 <TITLE>SORT OPTION: Arrival</TITLE>
5861 </HEAD>
5862 <BODY>
5863 <H1>SORT OPTION: Arrival</H1>
5865 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5866 in the order that they exist in the folder.  This is usually the same as the
5867 order in which they arrived.  This option is comparable to not sorting
5868 the messages at all.
5871 &lt;End of help on this topic&gt;
5872 </BODY>
5873 </HTML>
5874 ======= h_index_sort_date =======
5875 <HTML>
5876 <HEAD>
5877 <TITLE>SORT OPTION: Date</TITLE>
5878 </HEAD>
5879 <BODY>
5880 <H1>SORT OPTION: Date</H1>
5882 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5883 according to the date and time they were
5884 sent.
5887 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5888 identical to sorting by &quot;Arrival&quot;.
5891 &lt;End of help on this topic&gt;
5892 </BODY>
5893 </HTML>
5894 ======= h_index_sort_subj =======
5895 <HTML>
5896 <HEAD>
5897 <TITLE>SORT OPTION: Subject</TITLE>
5898 </HEAD>
5899 <BODY>
5900 <H1>SORT OPTION: Subject</H1>
5902 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5903 by subject. 
5906 Messages with the same subject are
5907 first grouped together, and then the groups of like-subject messages
5908 are arranged alphabetically.
5911 Alpine ignores leading &quot;Re:&quot; and
5912 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5913 likeness and alphabetical order of subject lines.
5916 &lt;End of help on this topic&gt;
5917 </BODY>
5918 </HTML>
5919 ======= h_index_sort_ordsubj =======
5920 <HTML>
5921 <HEAD>
5922 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5923 </HEAD>
5924 <BODY>
5925 <H1>SORT OPTION: OrderedSubject</H1>
5927 The <EM>OrderedSubject</EM> sort option arranges messages in the
5928 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5929 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5932 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5933 messages by the date of the oldest message in the group.
5936 This sort method provides for pseudo threading of conversations within
5937 a folder.
5938 You may want to try sorting by Thread instead.
5941 &lt;End of help on this topic&gt;
5942 </BODY>
5943 </HTML>
5944 ======= h_index_sort_thread =======
5945 <HTML>
5946 <HEAD>
5947 <TITLE>SORT OPTION: Thread</TITLE>
5948 </HEAD>
5949 <BODY>
5950 <H1>SORT OPTION: Thread</H1>
5952 The <EM>Thread</EM> sort option arranges messages in the
5953 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5954 they are part of a conversation (discussion thread) taking
5955 place within a mailbox or newsgroup.  This indication is
5956 based on information in the message's header -- specifically
5957 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5960 &lt;End of help on this topic&gt;
5961 </BODY>
5962 </HTML>
5963 ======= h_index_sort_from =======
5964 <HTML>
5965 <HEAD>
5966 <TITLE>SORT OPTION: From</TITLE>
5967 </HEAD>
5968 <BODY>
5969 <H1>SORT OPTION: From</H1>
5971 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5972 by the name of the author of the message.
5975 Messages with the same author are grouped together. Groups of
5976 messages are then put into alphabetical order according to message
5977 author.
5980 &lt;End of help on this topic&gt;
5981 </BODY>
5982 </HTML>
5983 ======= h_index_sort_size =======
5984 <HTML>
5985 <HEAD>
5986 <TITLE>SORT OPTION: Size</TITLE>
5987 </HEAD>
5988 <BODY>
5989 <H1>SORT OPTION: Size</H1>
5991 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5992 by their relative sizes.
5995 &lt;End of help on this topic&gt;
5996 </BODY>
5997 </HTML>
5998 ======= h_index_sort_score =======
5999 <HTML>
6000 <HEAD>
6001 <TITLE>SORT OPTION: Score</TITLE>
6002 </HEAD>
6003 <BODY>
6004 <H1>SORT OPTION: Score</H1>
6006 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6007 by their scores.
6010 Messages with the same score are sorted in arrival order.
6011 Scores are something you create using the
6012 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6015 &lt;End of help on this topic&gt;
6016 </BODY>
6017 </HTML>
6018 ======= h_index_sort_to =======
6019 <HTML>
6020 <HEAD>
6021 <TITLE>SORT OPTION: To</TITLE>
6022 </HEAD>
6023 <BODY>
6024 <H1>SORT OPTION: To</H1>
6026 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6027 by the names of the recipients of the message.
6030 Messages with the same recipients are grouped together. Groups of
6031 messages are then put into alphabetical order according to message
6032 recipients.
6035 &lt;End of help on this topic&gt;
6036 </BODY>
6037 </HTML>
6038 ======= h_index_sort_cc =======
6039 <HTML>
6040 <HEAD>
6041 <TITLE>SORT OPTION: Cc</TITLE>
6042 </HEAD>
6043 <BODY>
6044 <H1>SORT OPTION: Cc</H1>
6046 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6047 the names of the carbon copy addresses of the message.
6050 &lt;End of help on this topic&gt;
6051 </BODY>
6052 </HTML>
6053 ======= h_index_cmd_whereis =======
6054 <HTML>
6055 <HEAD>
6056 <TITLE>WhereIs Command</TITLE>
6057 </HEAD>
6058 <BODY>
6059 <H1>WhereIs Command</H1>
6061 The WhereIs
6062 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6063 command lets you search the MESSAGE INDEX for a word.
6064 It scans through whatever you see, usually the name of the author
6065 and the Subject line.
6066 WhereIs has special subcommands to let you find the beginning of the
6067 index (Ctrl-Y -- first message)
6068 or the end of the index (Ctrl-V -- last message).
6070 Note that WhereIs only searches through the visible text on the screen.
6071 For example, if only part of the Subject of a message is shown because it
6072 is long, then only the visible portion of the Subject is searched.
6073 Also note that WhereIs does not &quot;see&quot; the 
6074 &quot;X&quot; in column one of Index entries for selected messages
6075 so it can't be used to search for
6076 selected messages (use &quot;Zoom&quot; instead).
6078 If the feature
6079 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6080 is turned on,
6081 WhereIs can also be used as a quick way to select messages that match the
6082 string being searched for.
6083 Instead of typing carriage return to search for the next match, type
6084 Ctrl-X to select all matches.
6085 Once again, this only selects matches that are (or would be if the right
6086 index line was on the screen) visible.
6087 Truncated From lines or Subjects will cause matches to be missed.
6088 Although WhereIs is sometimes convenient for quick matching, the Select
6089 command is usually more powerful and usually faster.
6092 &lt;End of help on this topic&gt;
6093 </BODY>
6094 </HTML>
6095 ======= h_view_cmd_whereis =======
6096 <HTML>
6097 <HEAD>
6098 <TITLE>WhereIs Command</TITLE>
6099 </HEAD>
6100 <BODY>
6101 <H1>WhereIs Command</H1>
6103 The WhereIs
6104 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6105 command does a &quot;find in current message&quot; operation.  You
6106 type in text and Alpine will try to find it in the message you are
6107 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6108 or end (Ctrl-V) of the message.
6109 That is, to rapidly move to the end of a message, hit the 
6110 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6111 (or Ctrl-W) key followed
6112 by Ctrl-V.  Similarly,
6113 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6114 followed by Ctrl-Y will take you to the beginning of a message.
6117 &lt;End of help on this topic&gt;
6118 </BODY>
6119 </HTML>
6120 ======= h_view_cmd_hilite =======
6121 <HTML>
6122 <HEAD>
6123 <TITLE>View Hilite and Next item/Previous item</TITLE>
6124 </HEAD>
6125 <BODY>
6126 <H1>View Hilite and Next item/Previous item</H1>
6128 Sometimes messages may be in the form of formatted HTML text
6129 or they may contain URLs or Web server hostnames.
6130 When any of the features
6131 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6132 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6133 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6135 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6136 are enabled, Alpine will represent such selectable items in the text
6137 in bold typeface.  One of the selectable items will be displayed in
6138 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6139 Press the Return key to view the currently selected item.
6142 The Up and Down Arrows keys can be used to change the selected item
6143 (also see the feature
6144 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6145 If there are no selectable items in the direction of the arrow you
6146 pressed, Alpine will scroll the display in that direction until one
6147 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6148 items in the message text, use the Previous and Next item commands,
6149 <!--chtml if pinemode="function_key"-->F5 and F6
6150 <!--chtml else-->^B and ^F<!--chtml endif-->.
6153 &lt;End of help on this topic&gt;
6154 </BODY>
6155 </HTML>
6156 ======= h_view_cmd_viewattch =======
6157 <HTML>
6158 <HEAD>
6159 <TITLE>ViewAttch Command</TITLE>
6160 </HEAD>
6161 <BODY>
6162 <H1>ViewAttch Command</H1>
6165 The View/Save Attachment
6166 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6167 command allows you to handle MIME attachments to a message you have
6168 received.  Alpine shows you a list of the message attachments -- you just
6169 choose the attachment you want.  You may either view or save the
6170 selected attachment.
6173 Because many attachments require external programs for display, there
6174 is some system configuration that has to happen before you can
6175 actually display attachments.  Hopefully much of that will have been
6176 done already by your system administrator.  MIME configuration is
6177 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6178 on configuration in the
6179 <A HREF="h_news">release notes</A> for more information.)
6182 &lt;End of help on this topic&gt;
6183 </BODY>
6184 </HTML>
6185 ======= h_index_cmd_expunge =======
6186 <HTML>
6187 <HEAD>
6188 <TITLE>Expunge/Exclude Command</TITLE>
6189 </HEAD>
6190 <BODY>
6191 <H1>Expunge/Exclude Command</H1>
6193 Expunge/Exclude
6194 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6195 is the command Alpine uses to actually remove all messages
6196 marked for deletion.  With regular email files, expunge literally deletes
6197 the text from the current folder.  With newsgroups or shared mailboxes,
6198 you don't have permission to actually remove the message, so it is an
6199 exclude -- Alpine removes the message from your view of the folder even
6200 though it is not technically gone.
6202 <P> A selective expunge command is available in IMAP folders that support 
6203 the UID EXPUNGE extension in <A 
6204 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6205 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6206 as a subcommand of the apply command. If some selected messages are marked 
6207 deleted, then the apply command will offer the eXpunge command, which when 
6208 executed will only expunge those messages that are selected and deleted.
6210 <P> 
6211 Observe that the expunge command (when not used from the apply command) 
6212 will expunge/exclude all deleted messages from the folder, and so all 
6213 messages marked deleted will be expunged, regardless of if they are 
6214 selected or not. In other words, there is no protection against 
6215 potentially expunging more messages than only those that have been 
6216 selected and deleted.
6219 The configuration features
6220 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6222 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6223 affect the behavior of the Expunge command.
6226 &lt;End of help on this topic&gt;
6227 </BODY>
6228 </HTML>
6229 ======= h_common_compose =======
6230 <HTML>
6231 <HEAD>
6232 <TITLE>Compose Command</TITLE>
6233 </HEAD>
6234 <BODY>
6235 <H1>Compose Command</H1>
6237 The Compose command takes you into the Alpine message composer where you
6238 can start a new message for sending.  This is where you type in the
6239 message's text and specify its recipient list (the &quot;To:&quot;
6240 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6241 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6242 be attached to the message.
6245 When you type this command, Alpine will also automatically check for any
6246 interrupted (i.e., a message that was being composed when your modem
6247 or network connection was broken) or previously postponed messages and
6248 offer you a chance to continue working on those.
6251 <UL>   
6252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6253 </UL><P>
6254 &lt;End of help on this topic&gt;
6255 </BODY>
6256 </HTML>
6257 ======= h_common_index =======
6258 <HTML>
6259 <HEAD>
6260 <TITLE>Message Index Command</TITLE>
6261 </HEAD>
6262 <BODY>
6263 <H1>Message Index Command</H1>
6265 The Index command takes you to the MESSAGE INDEX screen that displays a
6266 summary caption for each message in the currently-open folder. One
6267 message will be highlighted; this is the &quot;Current&quot; message.
6268 The message commands available from this screen (e.g. View, Reply,
6269 Forward, Delete, Print, Save, etc) apply to the current message.
6272 &lt;End of help on this topic&gt;
6273 </BODY>
6274 </HTML>
6275 ======= h_common_folders =======
6276 <HTML>
6277 <HEAD>
6278 <TITLE>Folder List Command</TITLE>
6279 </HEAD>
6280 <BODY>
6281 <H1>Folder List Command</H1>
6283 This Folder List command takes you to the FOLDER LIST screen that displays
6284 the names of all your message folders and allows you to view, rename,
6285 delete, and add folders.  You can open (view) a different folder than the
6286 one currently open by highlighting the desired one (using the arrow keys
6287 or their control-key equivalents) and pressing RETURN.
6290 If you have multiple folder collections defined (see the Help text for
6291 the FOLDER LIST screen to learn more about Collections), you may need
6292 to press Return to expand the collection and display all of the
6293 folders in it.
6296 &lt;End of help on this topic&gt;
6297 </BODY>
6298 </HTML>
6299 ======= h_main_addrbook =======
6300 <HTML>
6301 <HEAD>
6302 <TITLE>Address Book Command</TITLE>
6303 </HEAD>
6304 <BODY>
6305 <H1>Address Book Command</H1>
6307 This command, available only from the MAIN MENU, takes you
6308 to the ADDRESS BOOK management screen.  From here, your personal address
6309 book(s) may be updated.
6312 &lt;End of help on this topic&gt;
6313 </BODY>
6314 </HTML>
6315 ======= h_main_setup =======
6316 <HTML>
6317 <HEAD>
6318 <TITLE>Setup Command</TITLE>
6319 </HEAD>
6320 <BODY>
6321 <H1>Setup Command</H1>
6323 The Setup command, available only from the MAIN MENU, prompts you for
6324 one of several configuration screens, including the SETUP CONFIGURATION 
6325 screen, by which you may activate optional Alpine features.
6328 &lt;End of help on this topic&gt;
6329 </BODY>
6330 </HTML>
6331 ======= h_main_release_notes =======
6332 <HTML>
6333 <HEAD>
6334 <TITLE>Release Notes Command</TITLE>
6335 </HEAD>
6336 <BODY>
6337 <H1>Release Notes Command</H1>
6339 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6340 as well as pointers to further information such as history and legal notes.
6343 &lt;End of help on this topic&gt;
6344 </BODY>
6345 </HTML>
6346 ======= h_main_kblock =======
6347 <HTML>
6348 <HEAD>
6349 <TITLE>Keyboard Lock Command</TITLE>
6350 </HEAD>
6351 <BODY>
6352 <H1>Keyboard Lock Command</H1>
6354 This command allows your Alpine session to be protected
6355 during a temporary absence from your terminal.
6358 &lt;End of help on this topic&gt;
6359 </BODY>
6360 </HTML>
6361 ======= h_main_journal =======
6362 <HTML>
6363 <HEAD>
6364 <TITLE>Journal Command</TITLE>
6365 </HEAD>
6366 <BODY>
6367 <H1>Journal Command</H1>
6369 This command displays a list of all the status messages Alpine has
6370 displayed (on the third line from the bottom of the screen). This may
6371 be useful if a message disappeared before you had a chance to read it.
6374 &lt;End of help on this topic&gt;
6375 </BODY>
6376 </HTML>
6377 ======= h_common_role =======
6378 <HTML>
6379 <HEAD>
6380 <TITLE>Role Command</TITLE>
6381 </HEAD>
6382 <BODY>
6383 <H1>Role Command</H1>
6385 The Role command is similar to the Compose command except that it starts
6386 off by letting you select a <A HREF="h_rules_roles">role</A>
6387 to be used for the composition.
6388 You may set up alternate roles by using Setup/Rules/Roles.
6391 &lt;End of help on this topic&gt;
6392 </BODY>
6393 </HTML>
6394 ======= h_common_conditional_cmds =======
6395 <HTML>
6396 <HEAD>
6397 <TITLE>Conditional Commands</TITLE>
6398 </HEAD>
6399 <BODY>
6400 <H1>Conditional Commands</H1>
6402 The presence or absence of certain commands, particularly in the
6403 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6404 whether or not specific features are set in your Alpine configuration.  
6405 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6406 Alpine's MAIN MENU.)  To see if a desired command's availability is
6407 conditioned on a feature setting, see the command's help text (highlight
6408 the phrase associated with the command and hit Return).
6411 Also note that some
6412 commands may be administratively disabled by your system manager;
6413 if they don't work, please check with your local help desk.
6416 <UL>   
6417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6418 </UL><P>
6419 &lt;End of help on this topic&gt;
6420 </BODY>
6421 </HTML>
6422 ======= h_common_pipe =======
6423 <HTML>
6424 <HEAD>
6425 <TITLE>Pipe Command</TITLE>
6426 </HEAD>
6427 <BODY>
6428 <H1>Pipe Command</H1>
6430 Pipe
6431 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6432 allows you to send a message to a specified Unix command for external
6433 processing.
6434 This command's availability is controlled by the
6435 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6436 feature.
6437 By default, the processed text of the message is sent to the command
6438 you specify and the output is captured by Alpine and shown to you.
6439 When you run the pipe command, there are some sub-commands which may be
6440 used to alter this behavior.
6441 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6444 &lt;End of help on this topic&gt;
6445 </BODY>
6446 </HTML>
6447 ======= h_common_goto =======
6448 <HTML>
6449 <HEAD>
6450 <TITLE>Goto Command</TITLE>
6451 </HEAD>
6452 <BODY>
6453 <H1>Goto Command</H1>
6455 Goto
6456 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6457 is the command that lets you bypass Alpine's folder selection screens
6458 and jump directly to a new folder.  You can select any folder in the
6459 world: one in your current collection, one in a different collection or
6460 one in a collection you've never even used before.
6463 Alpine will help you as much as possible to narrow in on the folder you want.
6464 However, if the folder is outside of your defined collections, you are
6465 going to have to enter the exact folder location using the correct
6466 <A HREF="h_valid_folder_names">syntax</A>
6467 for a remote folder and/or fully-qualified path name.
6470 &lt;End of help on this topic&gt;
6471 </BODY>
6472 </HTML>
6473 ======= h_common_nextnew =======
6474 <HTML>
6475 <HEAD>
6476 <TITLE>NextNew Command</TITLE>
6477 </HEAD>
6478 <BODY>
6479 <H1>NextNew Command</H1>
6481 When you press the TAB key, Alpine advances to the next
6482 &quot;interesting&quot; message.
6483 This will be the next message you have not seen before, or the next message
6484 you have flagged Important, whichever comes first.
6485 Unread messages that have been deleted are not considered interesting.
6486 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6487 articles after you have read them if you want to remove them from future
6488 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6489 more information.)
6492 The NextNew command is affected by the feature
6493 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6494 which causes Alpine to only consider Unread messages interesting, not messages
6495 flagged Important.
6498 This command behaves a little differently when it finds there are no more
6499 interesting messages left in the current folder.
6500 If the current folder is one of your Incoming Message Folders
6501 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6502 or it is a newsgroup, then Alpine will try to find the next folder or
6503 newsgroup that contains <EM>Recent</EM> messages and will ask you
6504 if you want to open that folder.
6505 This behavior may be modified by using the
6506 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6507 feature that causes Alpine to look for Unseen messages instead of Recent
6508 messages.
6509 The NextNew command's behavior is also affected by the configuration features
6510 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6512 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6515 &lt;End of help on this topic&gt;
6516 </BODY>
6517 </HTML>
6518 ======= h_common_jump =======
6519 <HTML>
6520 <HEAD>
6521 <TITLE>Jump Command</TITLE>
6522 </HEAD>
6523 <BODY>
6524 <H1>Jump Command</H1>
6526 This is Alpine's way of allowing you to go straight to a specific message.
6527 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6528 configured such that typing in any number automatically jumps you to that
6529 message 
6530 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6531 in the SETUP CONFIGURATION).
6534 &lt;End of help on this topic&gt;
6535 </BODY>
6536 </HTML>
6537 ======= h_common_flag =======
6538 <HTML>
6539 <HEAD>
6540 <TITLE>Flag Command</TITLE>
6541 </HEAD>
6542 <BODY>
6543 <H1>Flag Command</H1>
6545 Flag
6546 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6547 is the command that allows users to manipulate the status flags that
6548 appear on the left side of the MESSAGE INDEX screen.  The most common
6549 use of this is to mark a message as important. This is something of a
6550 note to yourself to get back to that message.  You may also use the
6551 flag command to set (or unset) the flags that indicate that a message
6552 is new, answered, deleted, or forwarded.<P>
6554 Provided the mail server supports it,
6555 you may also manipulate user-defined keywords
6556 for a message using the flag command.
6557 These keywords will be available if you use the Flag Details screen that you
6558 can get to after typing the
6559 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6560 command.
6561 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6562 which are always present.
6563 You may add new keywords by using the Add KW command from the Flag Details screen
6564 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6566 The availability of the flag command is determined by the
6567 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6568 feature in your Alpine configuration. Also, it is possible that Flag could be
6569 administratively disabled by your system manager; if it doesn't work,
6570 please check with your local help desk before reporting a bug.
6571 The behavior of the flag command may be modified by the
6572 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6573 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6576 &lt;End of help on this topic&gt;
6577 </BODY>
6578 </HTML>
6579 ======= h_common_hdrmode =======
6580 <HTML>
6581 <HEAD>
6582 <TITLE>HdrMode Command</TITLE>
6583 </HEAD>
6584 <BODY>
6585 <H1>HdrMode Command</H1>
6587 Every email message comes with some header lines that you normally
6588 don't see (and don't want to see).
6589 These include anywhere from 3-20 lines (or more) added by the
6590 Internet mail transport system to record the route your message took,
6591 for diagnostic purposes.
6592 These are normally of no import and simply
6593 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6594 This also includes other non-standard headers the message may contain.
6595 If you want to see these headers, there is a way to reveal them.
6598 The Header Mode
6599 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6600 command is a toggle that controls Alpine's handling of these header
6601 lines.  Normally, full headers is &quot;off&quot; and you only see a
6602 few lines about who a message is to and who it is from.  When you
6603 press
6604 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6605 to turn full headers on, Alpine will show you
6606 the normal header lines as well as delivery headers, comment headers,
6607 MIME headers, and any other headers present.
6610 Several different Alpine commands honor the header mode -- it affects how
6611 messages are displayed, how they appear in forward and reply email, how
6612 they are printed, how they are saved, and how they are exported.
6613 <!--chtml if pinemode="os_windows"-->
6614 <!--chtml else--> 
6615 The pipe command is also affected.
6616 <!--chtml endif-->
6619 The presence or absence of the Header Mode command is determined by the
6620 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6621 Feature-List option in your Alpine configuration.
6624 If you have also turned on the
6625 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6626 option then the HdrMode command actually rotates through three states
6627 instead of just two.
6628 The first is the normal view with long quotes suppressed.
6629 The second is the normal view but with the long quotes included.
6630 The last enables the display of all headers in the message.
6631 When using Export, Pipe, Print, Forward, or Reply the quotes are
6632 never suppressed, so the first two states are identical.
6635 The behavior of the Header Mode command may be altered slightly by
6636 turning on the
6637 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6638 Feature-List option in your Alpine configuration.
6639 In particular, it will cause the Header Mode to be persistent when moving
6640 from message to message instead of resetting to the default for each message.
6643 <UL>   
6644 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6645 </UL><P>
6646 &lt;End of help on this topic&gt;
6647 </BODY>
6648 </HTML>
6649 ======= h_common_print =======
6650 <HTML>
6651 <HEAD>
6652 <TITLE>Print Command</TITLE>
6653 </HEAD>
6654 <BODY>
6655 <H1>Print Command</H1>
6657 The Print
6658 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6659 command allows you to print a copy of a message.
6660 There are many SETUP CONFIGURATION features that affect the
6661 Print command, including
6662 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6663 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6664 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6665 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6666 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6667 You set up for printing by using the Printer option of the Setup command
6668 on the MAIN MENU.
6672 &lt;End of help on this topic&gt;
6673 </BODY>
6674 </HTML>
6675 ======= h_common_take =======
6676 <HTML>
6677 <HEAD>
6678 <TITLE>TakeAddr Command</TITLE>
6679 </HEAD>
6680 <BODY>
6681 <H1>TakeAddr Command</H1>
6684 With the Take Address
6685 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6686 command, you can extract email addresses from an
6687 incoming message and save them in an address book.  This is an easy way
6688 to add to your address book and avoid having to remember the email
6689 addresses of the people who write to you.
6692 If the message is just to you individually, then you will only need to
6693 provide a nickname.  If the message contains more than one email address,
6694 then you will see an address
6695 selection screen that lets you choose the address you want to save into
6696 your address book, or lets you choose several of them add to a
6697 personal distribution list.
6700 Once you've added an entry to your address book, you can use it from the
6701 message composer by typing the nickname of the entry into one of the
6702 header fields (for example, into the To: field), or you can use ^T from
6703 the header field to select the entry from your address book.
6706 If the configuration feature
6707 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6708 is set, the behavior of the Take command is altered slightly.
6711 &lt;End of help on this topic&gt;
6712 </BODY>
6713 </HTML>
6714 ======= h_ge_import =======
6715 <HTML>
6716 <HEAD>
6717 <TITLE>Import File Selection</TITLE>
6718 </HEAD>
6719 <BODY>
6720 <H1>Import File Selection</H1>
6722 You are importing a file that you previously
6723 exported from Alpine.
6724 You are now being asked for the name of that file.
6725 The easiest way to select a file is probably with the &quot;^T&quot;
6726 &quot;To Files&quot; command.
6727 Alternatively, you may type in a file name.
6728 It may be an absolute pathname.
6729 Otherwise, it is a file located in your home directory
6730 or current working directory
6731 <!--chtml if pinemode="running"-->
6732 (which, at least for your current Alpine &quot;session,&quot; 
6733 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6734 <!--chtml endif-->, depending on the
6735 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6736 In any case, you finish by typing a carriage return to accept the
6737 file name that is displayed.
6738 When the feature
6739 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6740 is turned on you may use TAB to complete partially typed in names.
6742 You may cancel the import operation by typing &quot;^C&quot; after exiting
6743 this help.
6745 &lt;End of help on this topic&gt;
6746 </BODY>
6747 </HTML>
6748 ======= h_ge_allparts =======
6749 <HTML>
6750 <HEAD>
6751 <TITLE>Export Message File Selection</TITLE>
6752 </HEAD>
6753 <BODY>
6754 <H1>Export Message File Selection</H1>
6756 You are Exporting a message from an Alpine mail folder
6757 to a plain text file.
6758 You also have the option of exporting all of the attachments associated
6759 with the message.
6760 You are now being asked for the name of the file to export <EM>to</EM>.
6761 The easiest way to select a file is probably with the &quot;^T&quot;
6762 &quot;To Files&quot; subcommand.
6763 After returning from that subcommand you will still be allowed to
6764 edit the name you have selected.
6765 Alternatively, you may type in a file name.
6766 It may be an absolute pathname.
6767 Otherwise, it is a file located in your home directory
6768 or current working directory
6769 <!--chtml if pinemode="running"-->
6770 (which, at least for your current Alpine &quot;session,&quot; 
6771 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6772 <!--chtml endif-->, depending on the
6773 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6774 In any case, you finish by typing a carriage return to accept the
6775 file name that is displayed.
6776 When the feature
6777 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6778 is turned on you may use TAB to complete partially typed in names.
6780 The message you are exporting appears to have some attachments.
6781 If you wish to save <EM>all</EM> of the attachments at once,
6782 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6783 saving of the attachments.
6784 You may turn it back off by typing &quot;^P&quot; again, which will now
6785 be labeled &quot;NoAllParts&quot; instead.
6786 If you want to save the parts the command displayed should be
6787 &quot;NoAllParts&quot;!
6788 When you choose to save attachments like this, the attachments will be saved
6789 in a newly created directory.
6790 That directory will have the same name as the file name you choose here,
6791 with the letters &quot;.d&quot; appended.
6792 If that directory already exists, then the letters &quot;.d_1&quot; will
6793 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6794 is found.
6795 For example, if you select the file name
6797 <CENTER><SAMP>filename</SAMP></CENTER>
6799 to export the message to, then the directory used for the attachments will be
6801 <CENTER><SAMP>filename.d</SAMP></CENTER>
6803 or perhaps
6805 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6807 The attachments will then be put into files inside that directory.
6808 The names for the attachment files will be derived from the attachments
6809 if possible.
6810 This is done in the same way as the default values are derived if you
6811 save them one at a time.
6812 (The &quot;filename&quot; parameter from the Content-Disposition header
6813 is the first choice. If that doesn't exist, the &quot;name&quot;
6814 parameter from the Content-Type header is used.)
6815 If a name for a particular attachment is not available, then the
6816 part number of the attachment is used, with the characters &quot;part_&quot;
6817 prepended.
6818 An example of that would be
6820 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6822 If you want to save only some of the attachments or if you want more control
6823 over the directory and filename where an attachment is saved you may
6824 cancel out of this command and View the attachment list.
6825 From there you can save each attachment individually.
6827 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6828 this help.
6830 &lt;End of help on this topic&gt;
6831 </BODY>
6832 </HTML>
6833 ======= h_ge_export =======
6834 <HTML>
6835 <HEAD>
6836 <TITLE>Export File Selection</TITLE>
6837 </HEAD>
6838 <BODY>
6839 <H1>Export File Selection</H1>
6841 You are Exporting or Saving something from within the Alpine world
6842 (a message, an attachment, etc.)
6843 to a plain text file.
6844 You are now being asked for the name of the file to export <EM>to</EM>.
6845 The easiest way to select a file is probably with the &quot;^T&quot;
6846 &quot;To Files&quot; subcommand.
6847 After returning from that subcommand you will still be allowed to
6848 edit the name you have selected.
6849 Alternatively, you may type in a file name.
6850 It may be an absolute pathname.
6851 Otherwise, it is a file located in your home directory
6852 or current working directory
6853 <!--chtml if pinemode="running"-->
6854 (which, at least for your current Alpine &quot;session,&quot; 
6855 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6856 <!--chtml endif-->, depending on the
6857 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6858 In any case, you finish by typing a carriage return to accept the
6859 file name that is displayed.
6860 When the feature
6861 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6862 is turned on you may use TAB to complete partially typed in names.
6864 If the object you are exporting is a message with some attachments,
6865 you may wish to save all of the attachments by typing the &quot;^P&quot;
6866 &quot;AllParts&quot; command to turn on saving of the attachments.
6867 This subcommand will only be visible if the message actually has attachments.
6868 You may also View the attachment list and save individual attachments from
6869 there.
6871 If you are SAVING a text part (text/plain, text/html, etc.) you can use
6872 the Control-R subcommand to toggle if saving will be done in binary mode,
6873 meaning that the attachment will be decoded, but will not be transformed
6874 to UTF-8 for further processing (either in internal filters, or user
6875 supplied filters.) This is useful in case you either want to preserve
6876 the text as it was encoded originally to you, or the attachment was
6877 incorrectly attached (the attachment is not of text type) and you need
6878 the original text to process the attachment.
6880 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6881 this help.
6883 &lt;End of help on this topic&gt;
6884 </BODY>
6885 </HTML>
6886 ======= h_common_save =======
6887 <HTML>
6888 <HEAD>
6889 <TITLE>Save and Export Commands</TITLE>
6890 </HEAD>
6891 <BODY>
6892 <H1>Save and Export Commands</H1>
6894 Save
6895 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6896 and Export
6897 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6898 are the two alternatives Alpine gives you to keep a copy of the message
6899 you are reading. If you want to keep the message within Alpine's email
6900 world, use &quot;Save&quot;; if you want to use the message in another
6901 program, use &quot;Export&quot;.
6904 When you Save a message, it is put into an existing folder or into a new
6905 folder in one of your existing folder collections.  The message stays in
6906 email format and can be read by Alpine again.  Alpine may use a special format
6907 for its mail folders -- never edit an Alpine folder by hand or with any
6908 program other than Alpine.  The exact behavior of the Save command can be
6909 configured with the
6910 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6911 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6912 and 
6913 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6914 feature list settings.
6915 The name of the folder offered as a default is controlled by the option
6916 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6919 When you use Export, the message is placed in a plain text file in your
6920 home directory 
6921 <!--chtml if pinemode="running"-->
6922 (which, in the present configuration of your system, is
6923  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6924 <!--chtml endif-->
6925 or current working directory
6926 <!--chtml if pinemode="running"-->
6927 (which, at least for your current Alpine &quot;session,&quot; 
6928 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6929 <!--chtml endif-->, depending on the
6930 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6931 configuration setting.  In the normal case, only minimal
6932 headers are exported with the message; however, if the full header mode 
6933 (whose availability may be disabled  by setting the feature 
6934 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6935 in SETUP CONFIGURATION) is
6936 toggled on, then complete headers are exported along with the message
6937 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6938 defined, they may affect the contents of the exported file.)
6941 &lt;End of help on this topic&gt;
6942 </BODY>
6943 </HTML>
6944 ======= h_common_bounce =======
6945 <HTML>
6946 <HEAD>
6947 <TITLE>Bounce Command</TITLE>
6948 </HEAD>
6949 <BODY>
6950 <H1>Bounce Command</H1>
6952 The Bounce 
6953 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6954 command allows you to re-send, or &quot;remail&quot;, a
6955 message, as if you were never in the loop.  It is analogous to crossing
6956 out your address on a postal letter, writing a different address on the
6957 envelope, and putting it into the mailbox. Bounce is used primarily to
6958 redirect email that was sent to you in error.
6959 Also, some owners of email
6960 lists need the bounce command to handle list traffic.
6961 Bounce is not anonymous.
6962 A ReSent-From header is added to the message so that the recipient may
6963 tell that you Bounced it to them.
6966 The presence or absence of the Bounce command is determined by the
6967 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6968 feature in your Alpine configuration.
6969 The feature
6970 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6971 affects the behavior of the Bounce command.
6972 Also, it is possible that Bounce could be
6973 administratively disabled by your system manager; if it doesn't work,
6974 please check with your local help desk before reporting a bug.
6977 &lt;End of help on this topic&gt;
6978 </BODY>
6979 </HTML>
6980 ======= h_common_reply =======
6981 <HTML>
6982 <HEAD>
6983 <TITLE>Reply and Forward Commands</TITLE>
6984 </HEAD>
6985 <BODY>
6987 <H1>Reply and Forward Commands</H1>
6989 Replying 
6990 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6991 and Forwarding 
6992 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6993 are your two alternatives for following up on the
6994 message you are reading.  You would use reply if you want to get email
6995 back to the author of the message and/or the other people who have
6996 already seen it.  You use forward if you want somebody new to see the
6997 message.
7000 In the normal case, the only thing that you must supply when forwarding a
7001 message is the name/email address of the new recipient.
7002 Alpine will include the text of the forwarded message.
7003 Alpine will also include any attachments to the message.
7004 There is space above the forwarded text for you to include additional comments.
7007 When replying, you usually have to answer some questions.
7008 If the message is to multiple people and/or specified with a Reply-To: header,
7009 then you will have to decide who should get the reply.
7010 You also need to decide whether or not to include the previous
7011 message in your reply.
7012 Some of this is configurable.
7013 Specifically, see the
7014 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7015 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7016 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7018 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7019 configuration features.
7022 Both the Reply and Forward commands react to the full header mode toggle.
7023 If the full header mode is on, then all the header and delivery lines are
7024 included with the text of the message in your reply/forward.
7027 Other configuration features that affect the Reply command are
7028 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7029 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7030 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7033 &lt;End of help on this topic&gt;
7034 </BODY>
7035 </HTML>
7036 ======= h_common_delete =======
7037 <HTML>
7038 <HEAD>
7039 <TITLE>Delete and Undelete Commands</TITLE>
7040 </HEAD>
7041 <BODY>
7042 <H1>Delete and Undelete Commands</H1>
7044 Delete 
7045 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7046 and Undelete 
7047 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7048 allow you to change the Deleted flag for the current message.
7049 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7050 removes the mark.
7051 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7052 at the left hand edge of the index line.
7053 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7054 in the upper right hand corner of the screen.
7055 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7056 get rid of the message.
7057 The eXpunge command (available from the MESSAGE INDEX screen) actually
7058 removes all of the deleted messages in a folder.
7059 Once a message is eXpunged, it can't be retrieved.
7062 The Delete command is affected by the setting of the configuration feature
7063 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7066 &lt;End of help on this topic&gt;
7067 </BODY>
7068 </HTML>
7069 ======= h_common_postpone =======
7070 <HTML>
7071 <HEAD>
7072 <TITLE>Postpone Command</TITLE>
7073 </HEAD>
7074 <BODY>
7075 <H1>Postpone Command</H1>
7077 The postpone
7078 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7079 command allows you to temporarily stop working on the current
7080 message so you may read
7081 other messages or compose another message.  When you want to resume a
7082 message later, start to compose and answer &quot;yes&quot; to the
7083 &quot;Continue postponed composition?&quot; question.  You may
7084 postpone as many messages as you like.
7087 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7088 in the Setup/Config screen, then the Postpone command will prompt you for
7089 the folder in which to store your outgoing message.
7092 &lt;End of help on this topic&gt;
7093 </BODY>
7094 </HTML>
7095 ======= h_compose_cancel =======
7096 <HTML>
7097 <HEAD>
7098 <TITLE>Cancel Command</TITLE>
7099 </HEAD>
7100 <BODY>
7101 <H1>Cancel Command</H1>
7103 Cancel
7104 <!--chtml if pinemode="function_key"-->
7105 (F2)
7106 <!--chtml else-->
7107 (^C) 
7108 <!--chtml endif-->
7110 The Cancel command returns you to Alpine's normal mail processing and
7111 causes the message currently under composition to be thrown out.
7112 The message text <EM>will be lost</EM>.
7115 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
7116 will be preserved in the file named
7117 <!--chtml if pinemode="os_windows"-->
7118 &quot;DEADLETR&quot;.
7119 <!--chtml else-->
7120 &quot;dead.letter&quot; in your home directory.
7121 <!--chtml endif-->
7122 If you unintentionally cancel a message, look there for its text.
7125 &lt;End of help on this topic&gt;
7126 </BODY>
7127 </HTML>
7128 ======= h_compose_addrcomplete =======
7129 <HTML>
7130 <HEAD>
7131 <TITLE>Address Completion</TITLE>
7132 </HEAD>
7133 <BODY>
7134 <H1>Address Completion</H1>
7136 When entering addresses in the address fields of the composer (To, Cc, etc.)
7137 the TAB key may be used to help complete the address.
7138 Type a partial nickname and tap the TAB key to complete the typing.
7139 The unambiguous part of the name will be filled in automatically.
7140 Typing TAB twice in succession will bring up a selection list of possibilities,
7141 making it easy to find and choose the correct address.
7144 The matching algorithm is rather ad hoc.
7145 The search starts with a search of your address book.
7146 It counts as a match if the nickname, address, or fullname field of an
7147 entry begins with the text typed in so far. It is also a match if
7148 a later word in the fullname (for example, the middle name or last name)
7149 begins with the entered text.
7151 Next comes an LDAP search.
7152 The search will happen for any servers that have the
7153 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7154 feature set. You can set or unset the feature for each server independently
7155 in the Setup/Directory screen.
7157 Finally, if you are replying to or forwarding a message, that message is
7158 searched for likely candidate addresses that match the typed-in text.
7161 &lt;End of help on this topic&gt;
7162 </BODY>
7163 </HTML>
7164 ======= h_compose_richhdr =======
7165 <HTML>
7166 <HEAD>
7167 <TITLE>Rich Header Command</TITLE>
7168 </HEAD>
7169 <BODY>
7170 <H1>Rich Header Command</H1>
7172 The Rich Header command allows you to toggle between the list of 
7173 all message headers available for editing and those that are most
7174 common.
7177 Use this toggle to expose headers that are not normally visible by
7178 default.
7179 This set usually includes the
7180 &quot;Bcc:&quot;,
7181 &quot;Fcc:&quot;,
7182 &quot;Lcc:&quot;,
7183 and &quot;Newsgroups&quot;
7184 headers.
7185 If you are posting to a newsgroup the set of defaults is a little different.
7186 Obviously, in that case, the Newsgroups header is of interest so is not
7187 hidden.
7188 For news posting the hidden set includes the
7189 &quot;To:&quot;,
7190 &quot;Cc:&quot;,
7191 &quot;Bcc:&quot;,
7192 &quot;Fcc:&quot;,
7193 and &quot;Lcc:&quot;
7194 headers.
7195 You won't normally want to edit these, which is why they are hidden,
7196 but it is sometimes useful to be able to set them manually.
7199 The default sets of headers listed above can be altered.
7200 Any header that you have added to the
7201 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7202 option, but not to the
7203 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7204 option will appear when you use the Rich Headers command to
7205 make the Rich Headers visible.
7206 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7207 even without toggling the Rich Headers command.)
7210 &lt;End of help on this topic&gt;
7211 </BODY>
7212 </HTML>
7213 ======= h_compose_send =======
7214 <HTML>
7215 <HEAD>
7216 <TITLE>Send Command</TITLE>
7217 </HEAD>
7218 <BODY>
7219 <H1>Send Command</H1>
7221 The Send command
7222 <!--chtml if pinemode="function_key"-->
7223 (F3)
7224 <!--chtml else-->
7225 (^X) 
7226 <!--chtml endif-->
7227 tells Alpine you are finished composing.
7228 Before actually sending it, though, Alpine will ask you to confirm 
7229 your intention, and, at the same time, redisplayed the message text
7230 with the recipients at the top of the screen to give you the opportunity
7231 to review and verify that the message is addressed to the people
7232 you intended.
7234 If the feature
7235 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7236 then this confirmation prompt and any options it allows are skipped.
7239 This confirmation prompt may also offer, depending
7240 on your particular Setup/Config, options allowing you to set
7241 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7242 include attachments in the &quot;Fcc&quot; (if you had previously
7243 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7244 observe details of the
7245 <A HREF="h_config_verbose_post">message submission process</A>,
7246 choose the filter through which the
7247 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7248 or turn of flowed text generation.
7251 &lt;End of help on this topic&gt;
7252 </BODY>
7253 </HTML>
7254 ======= h_compose_markcutpaste =======
7255 <HTML>
7256 <HEAD>
7257 <TITLE>Mark, Cut and Paste Commands</TITLE>
7258 </HEAD>
7259 <BODY>
7260 <H1>Mark, Cut and Paste Commands</H1>
7262 You can define a &quot;block&quot; of text, which can subsequently
7263  be deleted or
7264 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7265 then moving the cursor to the end of the desired text block.  You can then
7266 &quot;cut&quot; the block out 
7267 <!--chtml if pinemode="function_key"-->
7268 &quot;F9&quot;,
7269 <!--chtml else-->
7270 &quot;Ctrl-K&quot;,
7271 <!--chtml endif-->
7272 move the cursor, and &quot;paste&quot; it
7273 <!--chtml if pinemode="function_key"-->
7274 &quot;F10&quot;,
7275 <!--chtml else-->
7276 &quot;Ctrl-U&quot;,
7277 <!--chtml endif-->
7278 in the new location.  Also, you can paste more than once, allowing you
7279 to use this feature to copy a block of text.<P>
7281 If you press 
7282 <!--chtml if pinemode="function_key"-->
7283 &quot;F9&quot;
7284 <!--chtml else-->
7285 &quot;^K&quot;
7286 <!--chtml endif-->
7287 without having marked anything, Alpine will delete
7288 a single line.  If you delete a group of lines together, Alpine keeps them
7289 in the same buffer, so 
7290 <!--chtml if pinemode="function_key"-->
7292 <!--chtml else-->
7294 <!--chtml endif-->
7295 will restore them as a block.  About
7296 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7297 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7298 &quot;type the character ^&quot;.
7301 &lt;End of help on this topic&gt;
7302 </BODY>
7303 </HTML>
7304 ======= h_compose_justify =======
7305 <HTML>
7306 <HEAD>
7307 <TITLE>Justify Command</TITLE>
7308 </HEAD>
7309 <BODY>
7310 <H1>Justify Command</H1>
7312 The Justify
7313 <!--chtml if pinemode="function_key"-->
7314 (F4)
7315 <!--chtml else-->
7316 (^J) 
7317 <!--chtml endif-->
7318 command reformats the text in the paragraph the cursor is in.
7319 Paragraphs are separated by one blank line or a line beginning with a space.
7320 This is useful when you have been editing a paragraph and the lines become
7321 uneven.  The text is left aligned or justified and the right is ragged.  If
7322 the text is already justified as typed with auto-wrap, no justification will
7323 be done.
7326 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7327 block of text, the Justify command is modified.
7328 Instead of automatically justifying the current paragraph you will be
7329 asked if you want to justify the paragraph, justify the selected region,
7330 or adjust the quote level of the selected region.
7331 Adjusting the quote level only works if you are using standard
7332 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7333 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7336 When composing a reply containing included text, the justify command
7337 will reformat text to the right of the 
7338 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7339 adding or removing indented lines as needed.  Paragraphs are separated
7340 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7341 line containing the indent string and one or more blank spaces.
7342 Included text that was previously indented (or &quot;quoted&quot;) is
7343 not preserved.
7346 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7347 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7348 use the standard
7349 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7352 &lt;End of help on this topic&gt;
7353 </BODY>
7354 </HTML>
7355 ======= h_compose_spell =======
7356 <HTML>
7357 <HEAD>
7358 <TITLE>Spell Check Command</TITLE>
7359 </HEAD>
7360 <BODY>
7361 <H1>Spell Check Command</H1>
7363 The &quot;To Spell&quot;
7364 <!--chtml if pinemode="function_key"-->
7365 (F12)
7366 <!--chtml else-->
7367 (^T) 
7368 <!--chtml endif-->
7369 command calls an external spell checking program to look over the
7370 message you are composing.  By default, Alpine uses
7372 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7374 if it knows where to find &quot;aspell&quot;.
7375 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7376 then the command used is
7378 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7380 Otherwise, the ancient &quot;spell&quot; command is used.
7382 For PC-Alpine, you must install the aspell library code that you
7383 may get from
7384 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7387 &lt;End of help on this topic&gt;
7388 </BODY>
7389 </HTML>
7390 ======= h_compose_alted =======
7391 <HTML>
7392 <HEAD>
7393 <TITLE>Alt Editor Command</TITLE>
7394 </HEAD>
7395 <BODY>
7396 <H1>Alt Editor Command</H1>
7398 The &quot;Alt Editor&quot; command's availability depends on the
7399 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7402 When the variable specifies a valid editor on your system, this
7403 command will launch it with the current text of your message
7404 already filled in.
7407 &lt;End of help on this topic&gt;
7408 </BODY>
7409 </HTML>
7410 ======= h_compose_readfile =======
7411 <HTML>
7412 <HEAD>
7413 <TITLE>Read File Command</TITLE>
7414 </HEAD>
7415 <BODY>
7416 <H1>Read File Command</H1>
7418 The &quot;Read File&quot;
7419 <!--chtml if pinemode="function_key"-->
7420 (F5)
7421 <!--chtml else-->
7422 (^R) 
7423 <!--chtml endif-->
7424 command allows you to copy in text from an existing file. You will be
7425 prompted for the name of a file to be inserted into the message.  The file
7426 name is relative to your home directory 
7427 <!--chtml if pinemode="running"-->
7428 (which, in the present configuration of your system, is
7429  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7430 <!--chtml endif-->
7431 or current working directory
7432 <!--chtml if pinemode="running"-->
7433 (which, at least for your current Alpine &quot;session,&quot; 
7434 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7435 <!--chtml endif-->, depending on the
7436 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7437 configuration setting; or, the file name must be specified as a full path name 
7438 <!--chtml if pinemode="os_windows"-->
7439 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7440 <!--chtml else-->
7441 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7442 <!--chtml endif-->
7443 (without the quotation marks).
7446 The file will be inserted where the cursor is located.  <B>The
7447 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7448 Unix machine but have files on a PC or Mac, the files must be transferred
7449 to the system Alpine is running on before they can be read.  Please ask your
7450 local computer support people about the correct way to transfer a file to 
7451 your Alpine system.
7454 &lt;End of help on this topic&gt;
7455 </BODY>
7456 </HTML>
7457 ======= h_config_tray_icon =======
7458 <HTML>
7459 <HEAD>
7460 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7461 </HEAD>
7462 <BODY>
7463 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7465 PC-Alpine only.
7467 This option restores a behavior of previous versions of PC-Alpine.
7468 These
7469 versions, when started, installed a PC-Alpine icon in the notification 
7470 tray of Window's Taskbar.  The primary use of this icon was to indicate
7471 new mail arrival by turning red (while the Taskbar icon remained green).
7472 Additionally, the icon now changes to yellow to signify that a mail folder
7473 has been closed unexpectedly.
7476 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7477 color its Taskbar entry's icon red (as well as the icon in the Window
7478 Title).  This feature is only provided for backwards compatibility.
7481 &lt;End of help on this topic&gt;
7482 </BODY>
7483 </HTML>
7484 ======= h_common_suspend =======
7485 <HTML>
7486 <HEAD>
7487 <TITLE>Suspend Command</TITLE>
7488 </HEAD>
7489 <BODY>
7490 <H1>Suspend Command</H1>
7492 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7493 enabled, you can, at almost any time, temporarily halt your Alpine session,
7494 <!--chtml if pinemode="os_windows"-->
7495 minimizing it into an icon.
7496 <!--chtml else-->
7497 and return to your system prompt.
7498 <!--chtml endif-->
7501 &lt;End of help on this topic&gt;
7502 </BODY>
7503 </HTML>
7504 ======= h_pipe_command =======
7505 <HTML>
7506 <HEAD>
7507 <TITLE>Pipe Command SubOptions</TITLE>
7508 </HEAD>
7509 <BODY>
7510 <H1>Pipe Command SubOptions</H1>
7512 By default, when you use the Pipe command, the processed text of the
7513 message is sent to the Unix command
7514 you specify and the output is captured by Alpine and shown to you.
7515 (This command is available in PC-Alpine, as well, but there aren't many
7516 Windows commands that work well with piping.)
7517 There are some sub-commands that may be used to alter this behavior.
7518 These are toggles that switch the behavior between two possibilities.
7519 They can be combined in any way you wish.
7521 By default, the prompt at the bottom of the screen looks like
7523 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7527 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7529 if you are piping more than one message.
7531 The sub-command options are:
7532 <DL>
7533    <DT>Shown Text or Raw Text</DT>
7534    <DD>This option toggles between sending the shown (processed) text
7535 of the message to the Unix command, and sending the
7536 raw (unprocessed) text of the message to the Unix command.
7537 The default is to send the shown text.
7538 The raw version of the message will contain all of the headers and any
7539 MIME encoding that the message contains.
7540 If you've selected the Raw Text then the prompt will have the additional word
7541 &quot;RAW&quot; in it, like
7543 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7545 You can experiment with this option by piping to something simple like the
7546 Unix &quot;cat&quot; command.
7547    </DD>
7548    <DT>Captured Output or Free Output</DT>
7549    <DD>This option toggles between having Alpine capture the output of
7550 the Unix pipe command for display, and not capturing it.
7551 If the command you are piping to is a filter that will produce output
7552 you want to view, then you want to capture that output
7553 for display (the default).
7554 If the Unix command doesn't produce output or handles the display itself,
7555 then you want free output.
7556 When you've selected the Free Output option the prompt will change to
7558 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7560    </DD>
7561    <DT>No Delimiter or With Delimiter</DT>
7562    <DD>This option controls whether or not a Unix mailbox style delimiter
7563 will come before the text of the message.
7564 This is the delimiter used in the common Unix mailbox format.
7565 It's the single line that begins with the five characters
7566 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7567 You'll usually only want to include this if the Unix command requires
7568 input in the format of a traditional Unix mailbox file.
7569 When you've selected the With Delimiter option the prompt will change to
7571 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7573    </DD>
7574    <DT>To Same Pipe or To Individual Pipes</DT>
7575    <DD>This option only shows up if you are running an aggregate
7576 pipe command.
7577 That is, the command was Apply Pipe, not just Pipe.
7578 You have the option of piping all of the selected messages through a
7579 single pipe to a single instance of the Unix command,
7580 or piping each individual message through a separate pipe to separate
7581 instances of the Unix command.
7582 The default is that all of the output will go through a single pipe
7583 to a single instance of the command.
7584 You can try this option with a command like &quot;less&quot;, with Free
7585 Output enabled.
7586 When you've selected the Individual Pipes option the prompt will change to
7588 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7590    </DD>
7591 </DL>
7594 As mentioned earlier, the options can be combined in any way you wish.
7595 You may leave them all off, turn them all on, or turn some of them on
7596 and some of them off.
7597 If you use the pipe command a second time in the same session the default
7598 options will be what you used the last time.
7601 &lt;End of help on this topic&gt;
7602 </BODY>
7603 </HTML>
7604 ========== h_emptydir_subfolder_name =========
7605 <HTML>
7606 <HEAD>
7607 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7608 </HEAD>
7609 <BODY>
7610 <H1>Enter Subfolder Name</H1>
7612 <P> 
7613 This is the name of a new subfolder in the directory you are creating.
7614 Because empty directories are hidden and therefore not useful, you must also
7615 create a subfolder in the directory you are creating in order that the
7616 directory remains visible.
7618 Alternatively, you may turn off the configuration feature
7619 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7620 so that empty directories remain visible.
7621 If you do that, you will not be required to create the subfolder when you
7622 create a directory.
7625 &lt;End of help on this topic&gt;
7626 </BODY>
7627 </HTML>
7628 ========== h_incoming_add_folder_name =========
7629 <HTML>
7630 <HEAD>
7631 <TITLE>ENTER FOLDER NAME</TITLE>
7632 </HEAD>
7633 <BODY>
7634 <H1>Enter Folder Name</H1>
7636 <P> 
7637 This is the name of the folder on the previously specified server.
7638 By default the folder name is interpreted as defining a section of your personal
7639 folder area.  This area and how you specify it are defined by the
7640 server, if one is specified.
7643 To define a folder outside the default area, prefix
7644 the path with the namespace to use when interpreting the
7645 given path.  If a namespace is specified, the folder name begins with the
7646 sharp (#) character followed by the name of the namespace
7647 and then the namespace's path-element-delimiter.  Aside from the
7648 name's format, namespaces can also imply access rights, content
7649 policy, audience, location, and, occasionally, access methods.
7652 Each server exports its own set (possibly of size one) of 
7653 namespaces.
7654 For a more detailed explanation read about
7655 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7658 To specify the default for INBOX on the server you can usually just enter
7659 &quot;INBOX&quot;, and the server will understand the special meaning of
7660 that word.
7663 &lt;End of help on this topic&gt;
7664 </BODY>
7665 </HTML>
7666 ========== h_incoming_add_folder_host =========
7667 <HTML>
7668 <HEAD>
7669 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7670 </HEAD>
7671 <BODY>
7672 <H1>Enter Incoming Folder Server</H1>
7674 You are being asked for the name of the server for use with this incoming
7675 folder.
7676 If the folder is on the machine where Alpine is running, then just enter
7677 RETURN without typing a server name.
7680 If the folder is on an IMAP server then type the server's name followed
7681 by RETURN.
7682 You may use the ^X command if the server is the same as the server that
7683 the INBOX is on.
7686 You may have to add optional extra information to the server name.
7687 For example, if the IMAP server is using a non-standard port number you
7688 would specify that by appending a colon (:) followed by the port number
7689 to the server name
7692 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7695 or you may need to specify a different protocol if the server is not an
7696 IMAP server. For example:
7699 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7702 for a POP server or
7705 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7708 for an NNTP news server.
7709 For an explanation of all of the possibilities, see
7710 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7711 for folders.
7714 There is a special command (^W) if you want to set up a folder that gets its
7715 mail from a
7716 <A HREF="h_maildrop">Mail Drop</A>.
7717 If you type that command, you will be prompted for the information for
7718 both the Mail Drop folder and the destination folder.
7721 &lt;End of help on this topic&gt;
7722 </BODY>
7723 </HTML>
7724 ========== h_incoming_add_inbox =========
7725 <HTML>
7726 <HEAD>
7727 <TITLE>ENTER INBOX SERVER</TITLE>
7728 </HEAD>
7729 <BODY>
7730 <H1>Enter INBOX Server</H1>
7732 You are being asked for the name of the server for use with
7733 the INBOX folder.
7734 Type the server's name followed by RETURN.
7737 You may have to add optional extra information to the server name.
7738 For example, if the server is using a non-standard port number you
7739 would specify that by appending a colon (:) followed by the port number
7740 to the server name
7743 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7746 or you may need to specify a different protocol if the server is not an
7747 IMAP server. For example:
7750 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7753 for a POP server.
7756 For an explanation of all of the possibilities, see
7757 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7758 for folders.
7761 If the INBOX folder is on the machine where Alpine is running, then just enter
7762 RETURN without typing a server name.
7765 There is a special command (^W) if you want to set up a folder that gets its
7766 mail from a
7767 <A HREF="h_maildrop">Mail Drop</A>.
7768 If you type that command, you will be prompted for the information for
7769 both the Mail Drop folder and the destination folder, which will be used
7770 as your INBOX folder.
7773 &lt;End of help on this topic&gt;
7774 </BODY>
7775 </HTML>
7776 ========== h_incoming_add_maildrop_destn =========
7777 <HTML>
7778 <HEAD>
7779 <TITLE>ENTER DESTINATION SERVER</TITLE>
7780 </HEAD>
7781 <BODY>
7782 <H1>Enter Destination Server</H1>
7784 You are being asked for the name of the server where the destination
7785 folder is for use with this Mail Drop incoming folder.
7786 That is, you are using a Mail Drop for this incoming folder and
7787 you've already entered
7788 the server and folder name for the Mail Drop.
7789 Now you need to enter the server for the destination folder
7790 where the mail should be copied to.
7791 Mail will come from the Mail Drop and be copied to the destination folder.
7794 Type the server's name followed by RETURN.
7795 If the folder is local to this computer, just type RETURN without entering
7796 a server name.
7799 You may have to add optional extra information to the server name.
7800 For example, if the server is using a non-standard port number you
7801 would specify that by appending a colon (:) followed by the port number
7802 to the server name
7805 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7808 For an explanation of all of the possibilities, see
7809 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7810 for folders.
7813 &lt;End of help on this topic&gt;
7814 </BODY>
7815 </HTML>
7816 ========== h_inbox_add_maildrop_destn =========
7817 <HTML>
7818 <HEAD>
7819 <TITLE>ENTER DESTINATION SERVER</TITLE>
7820 </HEAD>
7821 <BODY>
7822 <H1>Enter Destination Server</H1>
7824 You are being asked for the name of the server where the destination
7825 folder is for use with your Mail Drop INBOX.
7826 That is, you are using a Mail Drop for your INBOX and you've already entered
7827 the server and folder name for the Mail Drop.
7828 Now you need to enter the server for the destination folder
7829 where the mail should be copied to.
7830 Mail will come from the Mail Drop and be copied to the destination folder.
7833 Type the server's name followed by RETURN.
7834 If the folder is local to this computer, just type RETURN without entering
7835 a server name.
7838 You may have to add optional extra information to the server name.
7839 For example, if the server is using a non-standard port number you
7840 would specify that by appending a colon (:) followed by the port number
7841 to the server name
7844 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7847 For an explanation of all of the possibilities, see
7848 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7849 for folders.
7852 &lt;End of help on this topic&gt;
7853 </BODY>
7854 </HTML>
7855 ========== h_inbox_add_maildrop =========
7856 <HTML>
7857 <HEAD>
7858 <TITLE>ENTER MAILDROP SERVER</TITLE>
7859 </HEAD>
7860 <BODY>
7861 <H1>Enter Mail Drop Server</H1>
7863 You are being asked for the name of the Mail Drop server for use with
7864 your INBOX.
7867 Type the server's name followed by RETURN.
7870 You may have to add optional extra information to the server name.
7871 For example, if the server is using a non-standard port number you
7872 would specify that by appending a colon (:) followed by the port number
7873 to the server name
7876 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7879 or you may need to specify a different protocol if the server is not an
7880 IMAP server. For example:
7883 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7886 for a POP server or
7889 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7892 for an NNTP news server.
7893 For an explanation of all of the possibilities, see
7894 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7895 for folders.
7898 &lt;End of help on this topic&gt;
7899 </BODY>
7900 </HTML>
7901 ========== h_incoming_add_maildrop =========
7902 <HTML>
7903 <HEAD>
7904 <TITLE>ENTER MAILDROP SERVER</TITLE>
7905 </HEAD>
7906 <BODY>
7907 <H1>Enter Mail Drop Server</H1>
7909 You are being asked for the name of the Mail Drop server for use with
7910 this incoming folder.
7913 Type the server's name followed by RETURN.
7914 You may use the ^X command if the server is the same as the server that
7915 the INBOX is on.
7918 You may have to add optional extra information to the server name.
7919 For example, if the server is using a non-standard port number you
7920 would specify that by appending a colon (:) followed by the port number
7921 to the server name
7924 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7927 or you may need to specify a different protocol if the server is not an
7928 IMAP server. For example:
7931 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7934 for a POP server or
7937 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7940 for an NNTP news server.
7941 For an explanation of all of the possibilities, see
7942 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7943 for folders.
7946 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7947 RETURN without typing a server name.
7950 &lt;End of help on this topic&gt;
7951 </BODY>
7952 </HTML>
7953 ========== h_maildrop =========
7954 <HTML>
7955 <HEAD>
7956 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7957 </HEAD>
7958 <BODY>
7959 <H1>What is a Mail Drop?</H1>
7961 In some situaions it may make sense to have your mail delivered to one
7962 folder (the Mail Drop) and then when you want to read mail that has been
7963 delivered to the Mail Drop folder Alpine will move it to another
7964 destination folder.
7965 Often the Mail Drop will be a remote folder and messages will be moved from
7966 there to a local destination folder.
7969 One example where this might make sense is if the Mail Drop folder is accessible
7970 only with the POP protocol.
7971 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7972 mail from there to a local (on the same machine Alpine is running on)
7973 destination folder, where you'll read it.
7976 A Mail Drop may only be used as your Inbox or as an
7977 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7980 There is no attempt to synchronize the contents of the destination folder
7981 with the contents of the Mail Drop folder.
7982 All that happens is that all of the messages in the Mail Drop folder are
7983 copied to the destination folder and then they are deleted and expunged (if possible)
7984 from the Mail Drop folder.
7985 The next time a check for new mail is made, any messages in the Mail 
7986 Drop folder are once again copied to the destination folder and deleted
7987 and expunged from the Mail Drop folder.
7988 (If the Mail Drop folder is a news group, then the messages can't be
7989 expunged from the newsgroup. Instead, only Recent messages are copied from
7990 the newsgroup to the destination folder.)
7993 Configuration of a Mail Drop is a little different from configuration of
7994 a folder that does not use a Mail Drop because you have to specify two
7995 folder names instead of one.
7996 The two folders may be any types of folders that Alpine can normally use.
7997 They don't have to be a remote folder and a local folder, that is
7998 simply the most common usage.
7999 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8000 Drop to check for new mail.
8001 The new-mail checks will happen at the frequency set with the
8002 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8003 but with a minimum time
8004 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8005 between checks.
8006 Because of this minimum you may notice that new mail does not
8007 appear promptly when you expect it.
8008 The reason for this is to protect the server from over-zealous opening and
8009 closing of the Mail Drop folder.
8010 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8011 the end of the folder index, then the check will happen, regardless of how
8012 long it has been since the previous check.
8014 If there is new mail, that mail will be copied to the destination folder
8015 and then will be deleted from the Mail Drop.
8016 Note that using a Mail Drop with a local destination folder does not make
8017 sense if you read mail from more than one machine, because the mail is
8018 downloaded to the destination folder (which is accessible from only one
8019 machine) and deleted from the Mail Drop.
8021 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8024 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8027 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8029 The brackets are not literal.
8031 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8033 is a single character that does not appear in the MailDropFolder name.
8034 If the name doesn't contain spaces then it can be a space character.
8035 The two folder names are full technical
8036 <A HREF="h_valid_folder_names">folder names</A>
8037 as used by Alpine.
8038 Here are a couple examples to give you an idea what is being talked about:
8041 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8043 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8046 A #move folder may only be used as an
8047 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8048 an Inbox.
8049 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8050 on the
8051 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8052 option)
8053 the Add command has a subcommand &quot;Use Mail Drop&quot;
8054 which may be helpful for defining the folder in your Alpine configuration.
8055 The same is true when you edit the
8056 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8057 option in Setup/Config.
8058 Each of these configuration methods will also create the DestinationFolder
8059 if it doesn't already exist.
8060 If you are having problems, make sure the DestinationFolder exists.
8063 &lt;End of help on this topic&gt;
8064 </BODY>
8065 </HTML>
8066 ========== h_save =========
8067 <HTML>
8068 <HEAD>
8069 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8070 </HEAD>
8071 <BODY>
8072 <H1>Choose a Folder to Save Into</H1>
8074 After Exiting from this help text,
8075 type the name of the folder you want to save into and press RETURN.
8077 Press ^T to get a list of your folders to choose from.
8078 Press ^C to cancel the Save.
8080 If you have Folder Collections defined you may use
8081 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8082 the collection being saved to.
8084 If Tab Completion is enabled (it is enabled by default)
8085 you may type a Tab character to have Alpine complete the folder name for you.
8087 If Partial Match Lists is enabled (it is enabled by default) you may type
8088 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8090 If the Ctrl-R subcommand is present that means you can decide to Delete or
8091 not Delete the message you are saving after you save it.
8092 The label on that key gives the action to switch to.
8093 If it says Delete and you type Ctrl-R the label displayed will change to
8094 No Delete and the source message will be deleted after the save. If it
8095 says No Delete and you type Ctrl-R the label displayed will change to
8096 Delete and the message will not be deleted.
8097 You can control the default for the Delete parameter with the
8098 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8100 Similarly, if the Ctrl-W subcommand is present that means you can decide
8101 to Preserve the order of the messages being saved or not.
8102 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8103 will be in the same order as you see them in the source folder now.
8104 The opposite action (which is usually the default) is that you don't care
8105 about the order.
8106 The Saved messages may or may not be in the same order in the destination folder.
8107 There may be a performance penalty for choosing to save the messages in order.
8108 You can control the default for the Preserve Order parameter with the
8109 configuration feature
8110 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8113 If you haven't disabled the Save Input History and you've already done a
8114 Save earlier in this session then you may use the Up and Down arrows to retrieve
8115 a folder name used in a previous Save.
8118 &lt;End of help on this topic&gt;
8119 </BODY>
8120 </HTML>
8121 ============= h_simple_index ========================
8122 <HTML>
8123 <HEAD>
8124 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8125 </HEAD>
8126 <BODY>
8127 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8128 <!--chtml if pinemode="function_key"-->
8129 <PRE>
8130 Navigating the List of Messages               General Alpine Commands
8131 -------------------------------               -----------------------
8132  F5   Move to previous message                 F1   Show this help text
8133  F6   Move to next message
8134  F7   Show previous screen of messages
8135  F8   Show next screen of messages
8137 Message Selection Commands
8138 --------------------------
8139  F3   Exit the Message Select menu (canceling Send command)
8140  F4   Select the currently highlighted message
8141  F9   Mark the currently highlighted message as deleted
8142  F10  Undelete (remove deletion mark from) the highlighted message
8143 </PRE>
8144 <!--chtml else-->
8145 <PRE>
8146 Navigating the List of Messages               General Alpine Commands
8147 -------------------------------               -----------------------
8148   P  Move to previous message                  ?  Show this help text
8149   N  Move to next message
8150   -  Show previous screen of messages
8151  Spc (space bar) Show next screen of messages
8153 Message Selection Commands
8154 --------------------------
8155   E  Exit the Message Select menu (canceling Send command)
8156   S  Select the currently highlighted message
8157   D  Mark the currently highlighted message as deleted
8158   U  Undelete (remove deletion mark from) the highlighted message
8159 </PRE>
8160 <!--chtml endif-->
8162 <H2>Description of the Select Postponed Message Screen</H2>
8164 This screen allows you to select one of several previously postponed
8165 messages in order to continue composition.  Your options are very limited
8166 -- the screen is not meant to let you manipulate these messages.  However,
8167 you may now delete messages from this list.  Once you choose a message,
8168 Alpine reads it in and puts you into the regular message composer.
8171 Messages do not stay in this postponed state automatically.  If you select
8172 a message and then want to postpone it again, use the normal postpone
8173 (Ctrl-O) command in the composer.
8176 If you exit this screen without selecting a message, the Compose command
8177 that got you here is canceled.  Other than messages explicitly marked
8178 &quot;Deleted&quot;, no messages will be removed.
8181 &lt;End of help on this topic&gt;
8182 </BODY>
8183 </HTML>
8184 ============= h_collection_screen ========================
8185 <HTML>
8186 <HEAD>
8187 <TITLE>COLLECTION LIST screen</TITLE>
8188 </HEAD>
8189 <BODY>
8190 <H1>COLLECTION LIST screen</H1>
8192 The COLLECTION LIST screen is used to select one of your  
8193 collection definitions to display the folders they contain.  See
8194 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8195 detailed explanation of collections.<P>
8197 To manage your collection definitions (Add, Change, Delete, etc.), use
8198 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8199 MAIN MENU.
8202 &lt;End of help on this topic&gt;
8203 </BODY>
8204 </HTML>
8205 ============= h_collection_maint ========================
8206 <HTML>
8207 <HEAD>
8208 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8209 </HEAD>
8210 <BODY>
8211 <H1>SETUP COLLECTION LIST screen</H1>
8213 The SETUP COLLECTION LIST screen lets you manage your collection
8214 definitions.  See 
8215 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8216 for detailed explanation of collections.<P>
8218 Maintenance commands include:
8219 <DL>
8220 <DT>Change
8221 <!--chtml if pinemode="function_key"-->
8222 (F4)
8223 <!--chtml else-->
8225 <!--chtml endif-->
8226 </DT>
8228 <DD>Modify attributes of the selected collection definition.
8230 <DT>Add Cltn
8231 <!--chtml if pinemode="function_key"-->
8232 (F9)
8233 <!--chtml else-->
8235 <!--chtml endif-->
8236 </DT>
8238 <DD>Create a new collection definition.
8239 </DD>
8241 <DT>Del Cltn
8242 <!--chtml if pinemode="function_key"-->
8243 (F10)
8244 <!--chtml else-->
8246 <!--chtml endif-->
8247 </DT>
8249 <DD>Delete the selected collection definition.<BR>
8250 NOTE: The folders and directories referred to by the
8251 collection definition are <EM>NOT</EM> deleted.  Folders must
8252 be deleted, if that's what you wish to do, from the 
8253 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8254 individual folders in a collection.
8255 </DD>
8257 <DT>Shuffle
8258 <!--chtml if pinemode="function_key"-->
8259 (F11)
8260 <!--chtml else-->
8262 <!--chtml endif-->
8263 </DT>
8265 <DD>Change the order of the displayed collections.  Alpine will offer
8266 to move the currently selected collection one position UP
8267 or DOWN.
8268 </DD>
8269 </DL>
8272 &lt;End of help on this topic&gt;
8273 </BODY>
8274 </HTML>
8275 ============ h_what_are_collections ==========
8276 <HTML>
8277 <HEAD>
8278 <TITLE>Folder Collections Explained</TITLE>
8279 </HEAD>
8280 <BODY>
8281 <H1>Folder Collections Explained</H1>
8284 Those of you with simple mail configurations will just see a list of all the
8285 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8286 The special folders for INBOX, sent mail and saved messages
8287 will appear at the top of the list.  All others are in alphabetical order.
8289 If you
8290 or your system administrator have defined more than one collection or if
8291 you have a collection (for newsgroups or email folders) defined on your 
8292 system, then you will see the COLLECTION LIST screen first when choosing 
8293 FOLDER LIST from Alpine's MAIN MENU.
8295 <H2>Why have multiple folder collections?</H2>
8297 For Alpine users who only maintain email folders (and not too many) on one host, 
8298 a single folder collection is probably sufficient.<P>
8300 However, people who have more than one email account - for example, one 
8301 at their university, and one with their personal Internet Service Provider - 
8302 will have different sets of folders on different hosts, and they may want to
8303 access them all from the same installation of Alpine, rather than use different 
8304 software and/or log into other hosts to manipulate messages in different 
8305 accounts.  (If in doubt whether one of your email accounts can be accessed 
8306 with Alpine, contact the technical support people for that account.)  Even people
8307 who have only one email account on one host, but have dozens or
8308 hundreds of email folders, may want to arrange these folders together in a 
8309 meaningful way.<BR>
8310 That is where multiple collections come in.
8312 <H2>Types of Collections</H2>
8313 <DL>
8314 <DT>INCOMING FOLDERS</DT>
8315 <DD>&quot;Incoming Message Folders&quot; 
8316 is a special collection typically used to supplement your single INBOX.  
8317 All the folders here are meant to be ones that receive incoming messages, 
8318 which you intend to check more or less frequently.  
8319 You may have multiple folders like this because you or your systems 
8320 administrator have set up an external program or you may have set up
8321 Alpine to filter incoming 
8322 messages into different folders, based on certain criteria such as 
8323 sender, recipient, or subject; or because you have multiple accounts and 
8324 wish to check their INBOXes easily.  This collection is established by 
8325 setting the 
8326 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8327 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8328 MAIN MENU.
8329 </DD>
8331 <DT>NEWS</DT>
8332 <DD>You can also define a collection specifically for
8333 newsgroups.  Alpine does this for you implicitly when you 
8334 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8335 in your Alpine configuration.  The news collection appears last in the 
8336 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8337 and Alpine knows not to save messages there.
8338 </DD>
8340 <DT>DEFAULT COLLECTION</DT>
8341 <DD>This is the default collection for your saved and sent messages folders.
8342 </DD>
8343 </DL>
8347 <H2>Defining Collections</H2>
8349 In the absence of any folder-collection definitions, Alpine will assume a
8350 single default folder collection.
8351 <!--chtml if pinemode="os_windows"-->
8352 <!--chtml else-->
8353 If necessary, Alpine will create the directory
8354 &quot;mail&quot; in your Unix home directory 
8355 to hold your folders.
8356 <!--chtml endif-->
8358 You can use the 
8359 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8360 the MAIN MENU, to manage your collection list.  
8362 &lt;End of help on this topic&gt;
8363 </BODY>
8364 </HTML>
8365 ===== h_select_address_screen =====
8366 <HTML>
8367 <HEAD>
8368 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8369 </HEAD>
8370 <BODY>
8371 <H1>SELECT AN ADDRESS SCREEN</H1>
8372 <H2>COMMANDS</H2>
8373 <!--chtml if pinemode="function_key"-->
8374 <PRE>
8375 Available  Commands                        
8376 -------------------------------            
8377 F1  Show Help Text
8378 F3  Exit without selecting anything
8379 F4  Select the highlighted address
8380 F5  Move highlight to previous address
8381 F6  Move highlight to next address
8382 F7  Previous page of addresses
8383 F8  Next page of addresses
8384 F11 Print
8385 F12 WhereIs
8386 </PRE>
8387 <!--chtml else-->
8388 <PRE>
8389 Navigation                     General Alpine Commands
8390 -------------------------      -----------------------
8391  P  Prev Address                ?  Display this help text
8392  N  Next Address                E  Exit without selecting anything
8393  -  Previous page               %  Print
8394 Spc (space bar) Next page
8395  W  WhereIs
8397 Select Command
8398 ------------------------------------------------
8399  S  Select the highlighted address
8400 </PRE>
8401 <!--chtml endif-->
8403 <H2>Description of the Select Address Screen</H2>
8405 This screen gives you an easy way to select an address from all of
8406 the address book entries that match the prefix typed so far.
8408 <P><UL>
8409 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8410 </UL>
8412 &lt;End of help on this topic&gt;
8413 </BODY>
8414 </HTML>
8415 ===== h_select_rule_screen =====
8416 <HTML>
8417 <HEAD>
8418 <TITLE>SELECT A RULE SCREEN</TITLE>
8419 </HEAD>
8420 <BODY>
8421 <H1>SELECT A RULE SCREEN</H1>
8422 <H2>COMMANDS</H2>
8423 <!--chtml if pinemode="function_key"-->
8424 <PRE>
8425 Available  Commands                        
8426 -------------------------------            
8427 F1  Show Help Text
8428 F3  Exit without selecting anything
8429 F4  Select the highlighted rule
8430 F5  Move highlight to previous rule
8431 F6  Move highlight to next rule
8432 F7  Previous page of rules
8433 F8  Next page of rules
8434 F11 Print
8435 F12 WhereIs
8436 </PRE>
8437 <!--chtml else-->
8438 <PRE>
8439 Navigation                     General Alpine Commands
8440 -------------------------      -----------------------
8441  P  Prev Rule                   ?  Display this help text
8442  N  Next Rule                   E  Exit without selecting anything
8443  -  Previous page               %  Print
8444 Spc (space bar) Next page
8445  W  WhereIs
8447 Select Command
8448 ------------------------------------------------
8449  S  Select the highlighted rule
8450 </PRE>
8451 <!--chtml endif-->
8453 <H2>Description of the Select Rule Screen</H2>
8455 This screen just gives you an easy way to select a rule from all of your
8456 defined rules.
8457 The list of rules presented is the list of nicknames of all of the rules
8458 defined using Setup/Rules.
8459 For selecting messages, it is likely that the Indexcolor rules and possibly
8460 the Roles rules will be most useful.
8461 The others are there also, in case you find a use for them.
8463 In order for this to be useful for selecting messages, the nicknames of
8464 the rules have to be different.
8465 Alpine actually just gets the nickname of the rule that you select and then
8466 looks up that rule using the nickname.
8467 So if there are duplicate nicknames, the first rule that has that
8468 nickname will be used.
8470 <P><UL>
8471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8472 </UL>
8474 &lt;End of help on this topic&gt;
8475 </BODY>
8476 </HTML>
8477 ===== h_select_priority_screen =====
8478 <HTML>
8479 <HEAD>
8480 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8481 </HEAD>
8482 <BODY>
8483 <H1>SELECT A PRIORITY SCREEN</H1>
8484 <H2>COMMANDS</H2>
8485 <!--chtml if pinemode="function_key"-->
8486 <PRE>
8487 Available  Commands                        
8488 -------------------------------            
8489 F1  Show Help Text
8490 F3  Exit without selecting anything
8491 F4  Select the highlighted priority
8492 F5  Move highlight to previous priority
8493 F6  Move highlight to next priority
8494 F7  Previous page of priorities
8495 F8  Next page of priorities
8496 F11 Print
8497 F12 WhereIs
8498 </PRE>
8499 <!--chtml else-->
8500 <PRE>
8501 Navigation                     General Alpine Commands
8502 -------------------------      -----------------------
8503  P  Prev Priority               ?  Display this help text
8504  N  Next Priority               E  Exit without selecting anything
8505  -  Previous page               %  Print
8506 Spc (space bar) Next page
8507  W  WhereIs
8509 Select Command
8510 ------------------------------------------------
8511  S  Select the highlighted priority
8512 </PRE>
8513 <!--chtml endif-->
8515 <H2>Description of the Select Priority Screen</H2>
8517 This screen gives you a way to select a priority for the message you are sending.
8518 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8519 Some mail programs will display an indication of the priority level to
8520 the recipient of the message, some will ignore it.
8521 Even in cases where the mail programs of both the sender and the recipient
8522 agree on the meaning of this header, keep in mind that it is
8523 something that the sender sets so it is only an indication
8524 of the priority that the sender attaches to the mail.
8525 Alpine can be made to display an indication of this priority in incoming
8526 messages by use of one of the tokens
8527 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8528 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8529 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8531 <P><UL>
8532 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8533 </UL>
8535 &lt;End of help on this topic&gt;
8536 </BODY>
8537 </HTML>
8538 ===== h_select_keyword_screen =====
8539 <HTML>
8540 <HEAD>
8541 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8542 </HEAD>
8543 <BODY>
8544 <H1>SELECT A KEYWORD SCREEN</H1>
8545 <H2>COMMANDS</H2>
8546 <!--chtml if pinemode="function_key"-->
8547 <PRE>
8548 Available  Commands                        
8549 -------------------------------            
8550 F1  Show Help Text
8551 F3  Exit without selecting anything
8552 F4  Select the highlighted keyword
8553 F5  Move highlight to previous keyword
8554 F6  Move highlight to next keyword
8555 F7  Previous page of keywords
8556 F8  Next page of keywords
8557 F11 Print
8558 F12 WhereIs
8559 </PRE>
8560 <!--chtml else-->
8561 <PRE>
8562 Navigation                     General Alpine Commands
8563 -------------------------      -----------------------
8564  P  Prev Keyword                ?  Display this help text
8565  N  Next Keyword                E  Exit without selecting anything
8566  -  Previous page               %  Print
8567 Spc (space bar) Next page
8568  W  WhereIs
8570 Select Command
8571 ------------------------------------------------
8572  S  Select the highlighted keyword
8573 </PRE>
8574 <!--chtml endif-->
8576 <H2>Description of the Select Keyword Screen</H2>
8578 This screen just gives you an easy way to select a keyword.
8579 The list of keywords presented is the list of all keywords defined in your 
8580 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8581 If you have given a keyword a nickname, that nickname is displayed
8582 instead of the actual keyword.
8584 <P><UL>
8585 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8586 </UL>
8588 &lt;End of help on this topic&gt;
8589 </BODY>
8590 </HTML>
8591 ===== h_select_charset_screen =====
8592 <HTML>
8593 <HEAD>
8594 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8595 </HEAD>
8596 <BODY>
8597 <H1>SELECT A CHARACTER SET SCREEN</H1>
8598 <H2>COMMANDS</H2>
8599 <!--chtml if pinemode="function_key"-->
8600 <PRE>
8601 Available  Commands                        
8602 -------------------------------            
8603 F1  Show Help Text
8604 F3  Exit without selecting anything
8605 F4  Select the highlighted character set
8606 F5  Move highlight to previous character set
8607 F6  Move highlight to next character set
8608 F7  Previous page of character sets
8609 F8  Next page of character sets
8610 F11 Print
8611 F12 WhereIs
8612 </PRE>
8613 <!--chtml else-->
8614 <PRE>
8615 Navigation                     General Alpine Commands
8616 -------------------------      -----------------------
8617  P  Prev Character Set          ?  Display this help text
8618  N  Next Character Set          E  Exit without selecting anything
8619  -  Previous page               %  Print
8620 Spc (space bar) Next page
8621  W  WhereIs
8623 Select Command
8624 ------------------------------------------------
8625  S  Select the highlighted character set
8626 </PRE>
8627 <!--chtml endif-->
8629 <H2>Description of the Select A Character Set Screen</H2>
8631 This screen just gives you an easy way to select a character set from the
8632 set of character sets Alpine knows about.
8633 The list presented will vary slightly depending on what option you are
8634 selecting the character set for.
8636 <P><UL>
8637 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8638 </UL>
8640 &lt;End of help on this topic&gt;
8641 </BODY>
8642 </HTML>
8643 ===== h_select_multcharsets_screen =====
8644 <HTML>
8645 <HEAD>
8646 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8647 </HEAD>
8648 <BODY>
8649 <H1>SELECT CHARACTER SETS SCREEN</H1>
8650 <H2>COMMANDS</H2>
8651 <!--chtml if pinemode="function_key"-->
8652 <PRE>
8653 Available  Commands
8654 -------------------------------            
8655 F1  Show Help Text
8656 F3  Exit without selecting anything
8657 F4  Select the highlighted charset (or chosen charsets in ListMode)
8658 F5  Move highlight to previous charset
8659 F6  Move highlight to next charset
8660 F7  Previous page of charsets
8661 F8  Next page of charsets
8662 F9  Toggle choices when using ListMode
8663 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8664 F11 Print
8665 F12 WhereIs
8666 </PRE>
8667 <!--chtml else-->
8668 <PRE>
8669 Navigation                     General Alpine Commands
8670 -------------------------      -----------------------
8671  P  Prev Charset                ?  Display this help text
8672  N  Next Charset                E  Exit without selecting anything
8673  -  Previous page               %  Print
8674 Spc (space bar) Next page
8675  W  WhereIs
8677 Select Command
8678 ------------------------------------------------
8679  S  Select the highlighted charset (or chosen charsets in ListMode)
8680  L  Turn on ListMode (makes it easy to choose multiple charsets)
8681  1  Turn off ListMode
8682  X  Toggle choices when using ListMode
8683 </PRE>
8684 <!--chtml endif-->
8686 <H2>Description of the Select Character Set Screen</H2>
8688 This screen just gives you an easy way to select a character set or a list of
8689 character sets.
8690 The list of character sets presented is the list of all character sets known to
8691 Alpine.
8692 You may select other character sets by typing them in directly.
8694 <P><UL>
8695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8696 </UL>
8698 &lt;End of help on this topic&gt;
8699 </BODY>
8700 </HTML>
8701 ===== h_select_multkeyword_screen =====
8702 <HTML>
8703 <HEAD>
8704 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8705 </HEAD>
8706 <BODY>
8707 <H1>SELECT KEYWORDS SCREEN</H1>
8708 <H2>COMMANDS</H2>
8709 <!--chtml if pinemode="function_key"-->
8710 <PRE>
8711 Available  Commands
8712 -------------------------------            
8713 F1  Show Help Text
8714 F3  Exit without selecting anything
8715 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8716 F5  Move highlight to previous keyword
8717 F6  Move highlight to next keyword
8718 F7  Previous page of keywords
8719 F8  Next page of keywords
8720 F9  Toggle choices when using ListMode
8721 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8722 F11 Print
8723 F12 WhereIs
8724 </PRE>
8725 <!--chtml else-->
8726 <PRE>
8727 Navigation                     General Alpine Commands
8728 -------------------------      -----------------------
8729  P  Prev Keyword                ?  Display this help text
8730  N  Next Keyword                E  Exit without selecting anything
8731  -  Previous page               %  Print
8732 Spc (space bar) Next page
8733  W  WhereIs
8735 Select Command
8736 ------------------------------------------------
8737  S  Select the highlighted keyword (or chosen keywords in ListMode)
8738  L  Turn on ListMode (makes it easy to choose multiple keywords)
8739  1  Turn off ListMode
8740  X  Toggle choices when using ListMode
8741 </PRE>
8742 <!--chtml endif-->
8744 <H2>Description of the Select Keyword Screen</H2>
8746 This screen just gives you an easy way to select a keyword or a list of
8747 keywords.
8748 The list of keywords presented is the list of all keywords defined in your 
8749 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8750 If you have given a keyword a nickname, that nickname is displayed
8751 instead of the actual keyword.
8753 <P><UL>
8754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8755 </UL>
8757 &lt;End of help on this topic&gt;
8758 </BODY>
8759 </HTML>
8760 ===== h_select_incoming_to_monitor =====
8761 <HTML>
8762 <HEAD>
8763 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8764 </HEAD>
8765 <BODY>
8766 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8767 <H2>COMMANDS</H2>
8768 <!--chtml if pinemode="function_key"-->
8769 <PRE>
8770 Available  Commands
8771 -------------------------------            
8772 F1  Show Help Text
8773 F3  Exit without selecting anything
8774 F4  Select the marked folders
8775 F5  Move highlight to previous folder
8776 F6  Move highlight to next folder
8777 F7  Previous page of folders
8778 F8  Next page of folders
8779 F9  Toggle choices on or off
8780 F11 Print
8781 F12 WhereIs
8782 </PRE>
8783 <!--chtml else-->
8784 <PRE>
8785 Navigation                     General Alpine Commands
8786 -------------------------      -----------------------
8787  P  Prev Folder                 ?  Display this help text
8788  N  Next Folder                ^C  exit without changing anything
8789  -  Previous page               %  Print
8790 Spc (space bar) Next page
8791  W  WhereIs
8793 Select Command
8794 ------------------------------------------------
8795  S  Select the marked folders
8796  X  Toggle choices on or off
8797 </PRE>
8798 <!--chtml endif-->
8800 <H2>Description of the Select Folders to Check Screen</H2>
8802 This screen is only useful if the feature
8803 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8804 is set.
8805 By default, when you set that feature all of your incoming folders
8806 will be checked periodically for Unseen messages.
8807 By using this screen, you may restrict the set of monitored folders to
8808 a subset of all of the incoming folders.
8810 Mark the folders you want to monitor for Unseen messages with
8811 an &quot;X&quot;.
8812 When you've finished marking all your selections use the Select
8813 command to register your choices.
8814 To return to the default of checking all incoming folders
8815 delete all folders or unmark all folders.
8817 <P><UL>
8818 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8819 </UL>
8821 &lt;End of help on this topic&gt;
8822 </BODY>
8823 </HTML>
8824 ===== h_role_select =====
8825 <HTML>
8826 <HEAD>
8827 <TITLE>ROLES SCREEN</TITLE>
8828 </HEAD>
8829 <BODY>
8830 <H1>ROLES SCREEN</H1>
8831 <H2>ROLES COMMANDS</H2>
8832 <!--chtml if pinemode="function_key"-->
8833 <PRE>
8834 Available  Commands                        
8835 -------------------------------            
8836 F1  Show Help Text
8837 F3  Exit without a selection
8838 F4  Select a role to use in composition
8839 F5  Move to previous role
8840 F6  Move to next role
8841 F7  Previous page of roles
8842 F8  Next page of roles
8843 F11 Change Default Role
8844 F12 Whereis (search role nicknames)
8845 </PRE>
8846 <!--chtml else-->
8847 <PRE>
8848 Navigation                     General Alpine Commands
8849 -------------------------      -----------------------
8850  P  Prev Role                     ?  Display this help text
8851  N  Next Role                     E  Exit without a selection
8852  -  Previous page
8853 Spc (space bar) Next page
8854  W  WhereIs (search for word in role nicknames)
8856 Select Role Commands
8857 ------------------------------------------------
8858  [Return]  Select highlighted role
8859  D         Change Default Role
8860 </PRE>
8861 <!--chtml endif-->
8863 <H2>Description of the Roles Screen</H2>
8865 With this screen you select a role to be used in the composition of a
8866 message.
8867 Use the Previous and Next commands to highlight the role you wish to
8868 use.
8869 When you type carriage return you will be placed in the composer using the highlighted role.
8871 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8872 available unless you set them up.
8873 You may do so by using the Setup/Rules command on the MAIN MENU.
8875 By using the D command, you may set a default role that will persist until
8876 you change it or until you exit Alpine.
8877 The D command toggles through three states: set the default role, unset the
8878 default role, and leave the default role as it is.
8879 <P><UL>
8880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8881 </UL>
8883 &lt;End of help on this topic&gt;
8884 </BODY>
8885 </HTML>
8886 ===== h_role_abook_select =====
8887 <HTML>
8888 <HEAD>
8889 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8890 </HEAD>
8891 <BODY>
8892 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8893 <H2>COMMANDS</H2>
8894 <!--chtml if pinemode="function_key"-->
8895 <PRE>
8896 Available  Commands                        
8897 -------------------------------            
8898 F1  Show Help Text
8899 F3  Exit screen without selecting anything
8900 F4  Select highlighted address book
8901 F5  Move to previous address book
8902 F6  Move to next address book
8903 F7  Previous page of address books
8904 F8  Next page of address books
8905 F12 Whereis
8906 </PRE>
8907 <!--chtml else-->
8908 <PRE>
8909 Navigation                     General Alpine Commands
8910 -------------------------      -----------------------
8911  P  Previous addrbook          ?  Display this help text
8912  N  Next addrbook
8913  -  Previous page
8914 Spc (space bar) Next page
8915  W  WhereIs
8917 Select Role Commands
8918 ------------------------------------------------
8919  S  Select highlighted address book
8920  E  Exit screen without selecting anything
8921 </PRE>
8922 <!--chtml endif-->
8924 <H2>Description of the Select Address Book Screen</H2>
8926 This screen helps you select one of your address books.
8927 Use the Previous and Next commands to highlight the address book you wish to
8928 select.
8929 <P><UL>
8930 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8931 </UL>
8933 &lt;End of help on this topic&gt;
8934 </BODY>
8935 </HTML>
8936 ======== h_rule_patterns =============
8937 <HTML>
8938 <HEAD>
8939 <TITLE>PATTERNS</TITLE>
8940 </HEAD>
8941 <BODY>
8942 <H1>PATTERNS</H1>
8943 Patterns are used with Roles, Filtering, Index Coloring,
8944 Scoring, Other Rules, and Search Rules.
8945 Patterns are compared with a message to see if there is a match.
8946 For Filtering, the messages being checked are all the messages in the
8947 folder, one at a time.
8948 For Index Line Coloring, each message that is visible on the screen is
8949 checked for matches with the Index Coloring Patterns.
8950 Roles are used with the Reply, Forward, and Compose commands.
8951 For Reply, the message used to compare the Pattern with is the message
8952 being replied to;
8953 for Forward, the message used to compare the Pattern with is the message
8954 being forwarded;
8955 and for Compose, there is no message, so the parts of the Pattern that depend
8956 on a message (everything other than Current Folder Type and the
8957 Beginning of Month and Year)
8958 are not used.
8959 Only the Current Folder Type matters for Compose (plus the Beginning of
8960 Month or Year, which you wouldn't usually use for a Role).
8961 For Scoring, the message being scored is compared with all of the Score
8962 Patterns, and the Score Values from the ones that match are added together to 
8963 get the message's score.
8964 For Other Rules, there is no message. Only the Current Folder Type is checked
8965 for Other Rules.
8967 Each Pattern has several possible parts, all of which are optional.
8968 In order for there to be a match, <EM>ALL</EM> of the
8969 <EM>defined</EM> parts of the Pattern must match the message.
8970 If a part is not defined it is considered a match, but note that a filtering
8971 Pattern must have at least one defined part or it will be ignored.
8972 For example, if the To pattern is not defined it will be
8973 displayed as
8975 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8977 That is considered a match because it is not defined.
8978 This means that the Pattern with nothing defined is a match if the
8979 Current Folder Type matches, but there is an exception that was mentioned
8980 in the previous paragraph.
8981 Because filtering is a potentially destructive action, filtering Patterns
8982 with nothing other than Current Folder Type defined are ignored.
8983 If you really want a filtering Pattern to match all messages (subject to
8984 Current Folder Type) the best way to do it is to define a Score interval
8985 that includes all possible scores.
8986 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8987 This can be used even if you haven't defined any rules to Set Scores.
8989 There are six predefined header patterns called the To, From, Sender, Cc, News,
8990 and Subject patterns.
8991 Besides those six predefined header patterns, you may add
8992 additional header patterns with header fieldnames of your choosing.
8993 You add an extra header pattern by placing the cursor on one of the
8994 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8995 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8996 and the Partic pattern is a header pattern that stands for
8997 Participant (From OR To OR Cc).
8998 (Defining the Recip pattern does not have the same effect as defining both
8999 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9000 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9001 Instead of comparing this pattern's text against only the contents of
9002 a particular header field, the text for the AllText pattern is compared
9003 with text anywhere in the message's header or body, and the text for the
9004 BodyText pattern is compared with text anywhere in the message's body.
9006 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9007 &quot;!&quot; &quot;toggle NOT&quot; command.
9008 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9009 &quot;!&quot; at the beginning of the pattern line.
9010 When the &quot;!&quot; is present, it reverses the meaning of the match.
9011 That is, if the pattern matches then it is considered to NOT be a match, and
9012 if it does not match it is considered to be a match.
9014 Don't make the mistake of putting the &quot;!&quot; in the data field for
9015 a pattern.
9016 For example, if you type the characters &quot;!urgent&quot; into the Subject
9017 pattern, the pattern will look like:
9019 <PRE>
9020  Subject pattern = !urgent
9021 </PRE>
9023 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9024 In order to match messages that do not have &quot;urgent&quot; in
9025 their Subject field, first type the characters &quot;urgent&quot; followed
9026 by carriage return for the value of the Subject pattern, then negate it
9027 by typing the &quot;!&quot; command.
9028 It should look like
9030 <PRE>
9031  ! Subject pattern = urgent
9032 </PRE>
9034 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9035 be a complete email address, part of an address, or a random set of
9036 characters to match against.
9037 It may also be a list of such patterns, which means you
9038 are looking for a match against the first pattern in the list <EM>OR</EM>
9039 the second pattern <EM>OR</EM> the third and so on.
9040 For example, a Subject pattern equal to
9042 <PRE>
9043  Subject pattern = urgent
9044                    emergency
9045                    alert
9046 </PRE>
9048 would match all messages with a subject that contained at least one
9049 of those words.
9050 It would also match subjects containing the words &quot;alerts&quot; or
9051 &quot;Urgently&quot;.
9053 The same example with &quot;NOT&quot; turned on would be
9055 <PRE>
9056  ! Subject pattern = urgent
9057                      emergency
9058                      alert
9059 </PRE>
9061 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9062 those words.
9063 You can use the &quot;Add Value&quot; command to add new words to the list,
9064 or you can enter them as a comma-separated list.
9066 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9067 present for a match.
9068 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9069 pattern2 must be present,
9070 and that is exactly what using a list does.)
9072 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9073 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9074 when checking for matches for Scoring.
9075 There are five similar settings that relate to the status of the message.
9076 These settings rely on the message being New or not, Deleted or not,
9077 Answered or not, Important or not, and Recent or not.
9078 There are also some other miscellaneous settings.
9079 The first is the Age of the message in days.
9080 Another is the Size of the message, in bytes.
9081 The third is a setting that detects whether or not the Subject of a
9082 message contains raw 8-bit characters (unencoded characters with the most
9083 significant bit set).
9084 There is a setting that detects whether or not this is the first time
9085 Alpine has been run this month (doesn't depend on individual messages),
9086 and another that detects whether or not this is the first time Alpine has
9087 been run this year.
9088 Other parts of the Pattern detect whether or not the From address of a
9089 message appears in your address book, whether or not certain keywords
9090 are set for a message, and whether or not certain character sets are
9091 used in a message.
9093 <H2>Parts of a Pattern</H2>
9095 <H3>Header patterns</H3>
9097 A header pattern is simply text that is searched for in the corresponding
9098 header field.
9099 For example, if a Pattern has a From header pattern with the value
9100 &quot;@company.com&quot;, then only messages that have a From header
9101 that contains the text &quot;@company.com&quot; will be possible
9102 matches.
9103 Matches don't have to be exact.
9104 For example, if the relevant field of a message contains the text
9105 &quot;mailbox@domain&quot; somewhere
9106 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9107 &quot;mailbox@domain&quot; are all matches.
9109 All parts of the Pattern must match so, for example,
9110 if a message matches a defined
9111 From pattern, it still must be checked against the other parts of the
9112 Pattern that have been defined.
9113 The To header pattern is a slightly special case.
9114 If the message being checked has a Resent-To header
9115 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9116 there are used in place of the addresses in the To header.
9117 This is only true for the To header.
9118 Resent-cc and Resent-From headers are never used unless you add them
9119 with the eXtraHdrs command.
9121 The meaning of a header pattern may be negated with the
9122 &quot;!&quot; &quot;toggle NOT&quot; command.
9123 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9124 &quot;!&quot; at the beginning of the pattern line.
9125 It would look something like
9127 <PRE>
9128  ! From pattern = susan@example.com
9129 </PRE>
9131 When the &quot;!&quot; is present, it reverses the meaning of the match.
9133 If you want to check for the presence of a header field but don't care
9134 about its value, then
9135 the empty pattern that you get by entering a pair of
9136 double quotes (&quot;&quot;) should match any message that
9137 has the corresponding header field.
9139 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9141 AllText patterns are just like header patterns except that the text is
9142 searched for anywhere in the message's headers or body, not just in the
9143 contents of a particular header field.
9146 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9148 BodyText patterns are just like header patterns except that the text is
9149 searched for anywhere in the message's body, not just in the
9150 contents of a particular header field.
9153 If there is more than one header pattern or AllText pattern or BodyText pattern
9154 for which you want to take the
9155 same action there is a shorthand notation that may be used.
9156 Any of these patterns may be a list of patterns instead of
9157 just a single pattern.
9158 If any one of the patterns in the list matches the message
9159 then it is considered a match.
9160 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9161 you to use the same role when replying to messages, you might have
9162 a To pattern that looks like
9164 <PRE>
9165  To pattern = company1.com
9166               company2.com
9167 </PRE>
9169 This means that if the mail you are replying to was addressed to
9170 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9171 then this Pattern is a match and the same actions will be taken.
9173 The meaning of an AllText or BodyText pattern may be negated with the
9174 &quot;!&quot; &quot;toggle NOT&quot; command.
9175 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9176 &quot;!&quot; at the beginning of the pattern line.
9177 When the &quot;!&quot; is present, it reverses the meaning of the match.
9179 A technicality: Since comma is the character used to separate multiple values
9180 in any of the fields that may have multiple values (such as header patterns,
9181 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9182 you must escape comma with a
9183 backslash (&#92;) if you want to include a literal comma in one of those fields.
9184 In other words, if you type a backslash followed by a comma it will
9185 be interpreted as a comma by Alpine, instead of as a separator between
9186 pattern values.
9187 All other backslashes (those not followed by a comma) are literal
9188 backslashes and should not be escaped.
9189 It's unlikely you'll ever need to enter a literal comma or backslash in
9190 any of the patterns.
9192 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9194 The &quot;Current Folder Type&quot; may be set to one of four different
9195 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9196 &quot;Specific&quot;.
9197 If the value is set to &quot;News&quot;, then the
9198 Pattern will only match if the currently open folder is a newsgroup.
9199 The value &quot;Email&quot; only matches if the current folder is not news and
9200 the value &quot;Any&quot; causes any folder to match.
9201 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9202 then you must fill in a value for &quot;Folder&quot;, which is on the line
9203 below the &quot;Specific&quot; line.
9204 In this case you will only get a match if the currently open folder is
9205 the specific folder you list.
9206 You may give a list of folders instead of just a single
9207 folder name, in which case the Pattern will match if the open folder is
9208 any one of the folders in the list.
9209 The name of each folder in the list may be either &quot;INBOX&quot;,
9210 the technical specification
9211 of the folder (like what appears in your configuration file) or, if the
9212 folder is one of your incoming folders, it may be the nickname you've given
9213 the folder.
9214 Here are some samples of specific folder names:
9216 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9218 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9220 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9222 The easiest way to fill in the &quot;Folder&quot; field is to use
9223 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9224 highlighted, or to use the &quot;Take&quot; command with the configuration
9225 feature
9226 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9227 turned on.
9229 When reading a newsgroup, there may be a performance penalty
9230 incurred when collecting the information necessary to check whether
9231 or not a Pattern matches a message.
9232 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9233 If you have Patterns with a Current Folder Type of either
9234 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9235 Index Line Coloring or Scoring, you may experience
9236 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9238 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9240 The &quot;Age Interval&quot; may be set to an interval of message
9241 ages that should be considered a match.
9242 Like the other parts of the Pattern, if it is unset it will be ignored.
9243 The Age Interval looks like
9245 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9247 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9248 than or equal to zero.
9249 The special value &quot;INF&quot; may be used for
9250 the max value. It represents infinity.
9252 Actually, this option may be defined as a list of intervals instead
9253 of just a single interval.
9254 The list is separated by commas.
9255 It can look like
9257 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9259 When there is an Age Interval defined, it is a match if the age, in days, of
9260 the message is contained in any of the intervals.
9261 The intervals include both endpoints.
9263 Even though this option is called Age, it isn't actually
9264 the <EM>age</EM> of the message.
9265 Instead, it is how many days ago the message arrived in one of your folders.
9266 If the current time is a little past midnight, then a message that arrived
9267 just before midnight arrived yesterday, even though the message is only
9268 a few minutes old.
9269 By default, the date being used is not the date in the Date
9270 header of the message.
9271 It is the date that the message arrived in one of your folders.
9272 When you Save a message from one folder to another that arrival date
9273 is preserved.
9274 If you would like to use the date in the Date header that is possible.
9275 Turn on the option
9276 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9277 near the bottom of the rule definition.
9278 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9280 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9282 The &quot;Size Interval&quot; may be set to an interval of message
9283 sizes that should be considered a match.
9284 Like the other parts of the Pattern, if it is unset it will be ignored.
9285 The Size Interval looks like
9287 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9289 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9290 than or equal to zero.
9291 The special value &quot;INF&quot; may be used for
9292 the max value. It represents infinity.
9294 Actually, this option may be defined as a list of intervals instead
9295 of just a single interval.
9296 The list is separated by commas.
9297 It can look like
9299 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9301 When there is a Size Interval defined, it is a match if the size, in bytes, of
9302 the message is contained in any of the intervals.
9303 The intervals include both endpoints.
9305 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9307 The &quot;Score Interval&quot; may be set to an interval of message
9308 scores that should be considered a match.
9309 Like the other parts of the Pattern, if it is unset it will be ignored.
9310 The Score Interval looks like
9312 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9314 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9315 negative integers, with min_score less than or equal to max_score.
9316 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9317 the min and max values to represent negative and positive infinity.
9319 Actually, a list of intervals may be used if you wish.
9320 A list would look like
9322 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9324 When there is a Score Interval defined, it is a match if the score for
9325 the message is contained in any of the intervals in the list.
9326 The intervals include the endpoints.
9327 The score for a message is calculated by looking at every Score rule defined and
9328 adding up the Score Values for the ones that match the message.
9329 When deciding whether or not a Pattern matches a message for purposes of
9330 calculating the score, the Score Interval is ignored.
9332 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9334 There are five separate message status settings.
9335 By default, all five are set to the value &quot;Don't care&quot;, which
9336 will match any message.
9337 The value &quot;Yes&quot; means that the particular status must be true
9338 for a match, and the value &quot;No&quot; means that the particular
9339 status must not be true for a match.
9340 For example, one of the five Message Status settings is whether a message
9341 is marked Important or not.
9342 A &quot;Yes&quot; means that the message must be Important to be
9343 considered a match and &quot;No&quot; means that the message must not be
9344 Important to be considered a match.
9345 The same is true of the other four message status settings that depend
9346 on whether or not the message is New; whether the message has 
9347 been Answered or not; whether the message has been Deleted or not, and
9348 whether the message is Recent or not. 
9350 The nomenclature for New and Recent is a bit confusing:
9352 New means that the message is Unseen.
9353 It could have been in your mailbox for a long time but if you haven't looked
9354 at it, it is still considered New.
9355 That matches the default Alpine index display that shows an N for such a
9356 message.
9358 Recent means that the message was added to this folder since the last time
9359 you opened the folder.
9360 Alpine also shows an N by default for these types of messages.
9361 If you were to run two copies of Alpine that opened a folder one right after
9362 the other, a message would only show up as Recent in (at most) the first
9363 Alpine session.
9365 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9367 Keywords are similar to Message Status, but they are chosen by the user.
9368 Provided the mail server allows for it, you may add a set of possible keywords
9369 to a folder and then you may set those keywords or not for each message
9370 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9371 The syntax of this part of the Pattern is similar to the header patterns.
9372 It is a list of keywords.
9373 The Keyword part of the Pattern is a match if the message has any of
9374 the keywords in the list set.
9375 Like other parts of the Pattern, if this is unset it will be ignored.
9377 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9379 A message may use one or more character sets.
9380 This part of the Pattern matches messages that make use of one or more of
9381 the character sets specified in the pattern.
9382 It will be considered a match if a message uses any of the character
9383 sets in the list you give here.
9386 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9387 GB2312) you may also use some shorthand names that Alpine provides.
9388 These names are more understandable shorthand names for sets of 
9389 character set names.
9390 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9391 Selecting one of these shorthand names is equivalent to selecting all of
9392 the character sets that make up the set.
9393 You can see all of these shorthand names and the lists of character sets
9394 they stand for by typing the &quot;T&quot; command with the Character
9395 Set pattern highlighted.
9396 The syntax of this part of the Pattern is similar to the header patterns
9397 and the Message Keywords pattern.
9398 It is a list of character sets (or shorthand names).
9399 The Character Set part of the Pattern is a match if the message uses any
9400 of the character sets in the list.
9401 Like other parts of the Pattern, if this is unset it will be ignored.
9403 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9405 It seems that lots of unwanted email contains unencoded 8-bit characters
9406 in the Subject.
9407 Normally, characters with the 8th bit set are not allowed in the Subject
9408 header unless they are MIME-encoded.
9409 This option gives you a way to match messages that have Subjects that
9410 contain unencoded 8-bit characters.
9411 By default, the value of this option is &quot;Don't care&quot;, which
9412 will match any message.
9413 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9414 the Subject of the message in order for there to be a match,
9415 and the value &quot;No&quot; is the opposite.
9416 Setting this option will affect performance in large folders because the
9417 subject of each message in the folder has to be checked.
9419 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9421 This option gives you a way to take some action once per month.
9422 By default, the value of this option is &quot;Don't care&quot;, which
9423 will always match.
9424 The value &quot;Yes&quot; means that this must be the first time Alpine has
9425 been run this month in order to count as a match,
9426 and the value &quot;No&quot; is the opposite.
9428 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9430 This option gives you a way to take some action once per year.
9431 By default, the value of this option is &quot;Don't care&quot;, which
9432 will always match.
9433 The value &quot;Yes&quot; means that this must be the first time Alpine has
9434 been run this year in order to count as a match,
9435 and the value &quot;No&quot; is the opposite.
9437 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9439 This option gives you a way to match messages that have an address
9440 that is in one of your address books.
9441 Only the simple entries in your address books are searched.
9442 Address book distribution lists are ignored!
9443 By default, the value of this option is &quot;Don't care&quot;, which
9444 will match any message.
9445 The value &quot;Yes, in any address book&quot; means the address
9446 from the message must be in at least one of your
9447 address books in order to be a match.
9448 The value &quot;No, not in any address book&quot;
9449 means none of the addresses may
9450 be in any of your address books in order to be a match.
9451 The values &quot;Yes, in specific address books&quot; and
9452 &quot;No, not in any of specific address books&quot; are similar but instead
9453 of depending on all address books you are allowed to give a list of address
9454 books to look in.
9455 The addresses from the message that are checked for are determined by the
9456 setting you have for &quot;Types of addresses to check for in address book&quot;.
9457 If you set this to &quot;From&quot; the From address from the message will
9458 be looked up in the address book.
9459 If you set it to only &quot;To&quot; then the To addresses will be used.
9460 If any of the To addresses are in the address book then it is considered
9461 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9462 You could set it to both From and To, in which case all of the From and To
9463 addresses are used.
9464 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9465 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9466 exists or the From address if there is no Reply-To address.
9467 Same for the Sender address.
9468 Setting this option may affect performance in large folders because the
9469 From and Reply-To of each message in the folder have to be checked.
9471 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9473 This is a command that is run with its standard input set to the message
9474 being checked and its standard output discarded.
9475 The full directory path should be specified.
9476 The command will be run and then its exit status will be checked against
9477 the Exit Status Interval, which defaults to just the value zero.
9478 If the exit status of the command falls in the interval, it is considered
9479 a match, otherwise it is not a match.
9482 This option may actually be a list of commands.
9483 The first one that exists and is executable is used.
9484 That makes it possible to use the same configuration with Unix Alpine and
9485 PC-Alpine.
9488 If none of the commands in the list exists and is executable then the rule
9489 is <EM>not</EM> a match.
9490 If it is possible that the command may not exist, you should be careful
9491 to structure your rules so that nothing destructive
9492 happens when the command does not exist.
9493 For example, you might have a filter that filters away spam when there is
9494 a match but does nothing when there is not a match.
9495 That would continue to work correctly if the command didn't exist.
9496 However, if you have a filter that filters away spam when there is not
9497 a match and keeps it when there is a match, that would filter everything
9498 if the categorizer command didn't exist.
9500 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9501 setup for the bogofilter filter.
9504 &lt;End of help on this topic&gt;
9505 </BODY>
9506 </HTML>
9507 ===== h_rules_roles =====
9508 <HTML>
9509 <HEAD>
9510 <TITLE>SETUP ROLES SCREEN</TITLE>
9511 </HEAD>
9512 <BODY>
9513 <H1>SETUP ROLES SCREEN</H1>
9514 <H2>SETUP ROLES COMMANDS</H2>
9515 <!--chtml if pinemode="function_key"-->
9516 <PRE>
9517 Available  Commands -- Group 1         Available Commands -- Group 2   
9518 -------------------------------        ------------------------------  
9519 F1  Show Help Text                      F1  Show Help Text             
9520 F2  See commands in next group          F2  See commands in next group
9521 F3  Back to MAIN Alpine menu
9522 F4  Change configuration for role
9523 F5  Move to previous role               F5  Include file in role config
9524 F6  Move to next role                   F6  Exclude file from config
9525 F7  Previous page of roles
9526 F8  Next page of roles
9527 F9  Add new role                        F9  Replicate existing role
9528 F10 Delete existing role
9529 F11 Shuffle the order of roles
9530 F12 Whereis (search role nicknames)
9531 </PRE>
9532 <!--chtml else-->
9533 <PRE>
9534 Navigation                     General Alpine Commands
9535 -------------------------      -----------------------
9536  P  Prev Role                     ?  Display this help text
9537  N  Next Role                     E  Back to MAIN Alpine menu
9538  -  Previous page
9539 Spc (space bar) Next page
9540  W  WhereIs (search for word in role nicknames)
9542 Setup Roles Commands
9543 ------------------------------------------------
9544  A  Add new role                  $  Shuffle the order of roles
9545  D  Delete existing role          C  Change configuration for highlighted role
9546  R  Replicate existing role
9547  I  Include file in role config   X  Exclude file from role config
9548 </PRE>
9549 <!--chtml endif-->
9551 <H2>Description of the Setup Roles Screen</H2>
9553 This screen lets you add, delete, modify, or change the order of the rules
9554 that determine the role you are playing when composing a message.
9556 You may play different roles depending on who you are replying to.
9557 For example, if you are replying to a message addressed to help-desk you
9558 may be acting as a Help Desk Worker.
9559 That role may require that you use a different return address and/or
9560 a different signature.
9562 Roles are optional.
9563 If you set up roles they work like this:  Each role has a set of
9564 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9565 considered for a particular use; a &quot;Pattern&quot;,
9566 which is used to decide which of the eligible roles is used; and a set
9567 of &quot;Actions&quot;, which are taken when that role is used.
9568 When you reply to a message, the message you are replying to is compared
9569 with the Patterns of the roles marked as eligible for use when replying.
9570 The comparisons start with the first eligible role and keep going until there
9571 is a match.
9572 If a match is found, the matching role's Actions are taken.
9574 It is also possible to set a default role and to change that role during
9575 your Alpine session.
9576 When you start Alpine no default role will be set.
9577 You may set or change the current default role by using the &quot;D&quot;
9578 command in the role selection screen.
9579 You'll see that screen while composing a message and being asked to select
9580 a role.
9581 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9582 compose a message.
9583 You may find a default role useful if you normally perform the duties of one
9584 of your roles for a while, then you switch to another role and stay in the
9585 new role for another period of time.
9586 It may be easier than using the Role Command to select the role each time you
9587 compose a message.
9589 <H2>Role Uses</H2>
9591 There are three types of use to be configured;
9592 one for Replying, one for Forwarding, and one for Composing.
9593 These indicate whether or not you want a role to be considered when you
9594 type the Reply, Forward, or Compose commands.
9595 (The Role command is an alternate form of the Compose command, and it is
9596 not affected by these settings.)
9597 Each of these Use types has three possible values.
9598 The value &quot;Never&quot;
9599 means that the role will never be considered as a candidate for use with
9600 the corresponding command.
9601 For example, if you set a role's Reply Use to Never, then when you Reply to
9602 a message, that role won't even be considered.
9603 (That isn't quite true. If the message you are replying to matches some other
9604 role that requires confirmation,
9605 then there will be a ^T command available which allows you to select a role
9606 from all of your roles, not just the reply-eligible roles.)
9609 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9610 both mean that you do want to consider this role when using the corresponding
9611 command.
9612 For either of these settings the role's Pattern will
9613 be checked to see if it matches the message.
9614 For Reply Use, the message used to compare the Pattern with is the message
9615 being replied to.
9616 For Forward Use, the message used to compare the Pattern with is the message
9617 being forwarded.
9618 For Compose Use, there is no message, so the parts of the Pattern that depend
9619 on a message (everything other than Current Folder Type) are ignored.
9620 In all cases, the Current Folder Type is checked if defined.
9621 If there is a match then this role will either be used without confirmation
9622 or will be the default when confirmation is asked for, depending on
9623 which of the two options is selected.
9624 If confirmation is requested, you will have a chance to
9625 choose No Role instead of the offered role, or to
9626 change the role to any one of your other roles (with the ^T command).
9628 <H2>Role Patterns</H2>
9630 In order to determine whether or not a message matches a role the message is
9631 compared with the Role's Pattern.
9632 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9633 Scoring, Other Rules, and Search Rules, so are described in only one place,
9634 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9636 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9637 a role that has all header patterns unset, the AllText pattern unset,
9638 the BodyText pattern unset,
9639 the Score Interval unset, and the Current Folder Type set to
9640 &quot;Any&quot; may be used as a default role.
9641 It should be put last in the list of roles since the matching
9642 starts at the beginning and proceeds until one of the roles is a match.
9643 If no roles at all match, then Alpine will
9644 use its regular methods of defining the role.
9645 If you wanted to, you could define a different &quot;default&quot; role
9646 for Replying, Forwarding, and Composing by setting the
9647 &quot;Use&quot; fields appropriately.
9649 <H2>Role Actions</H2>
9651 Once a role match is found, the role's Actions are taken.
9652 For each role there are several possible actions that may be defined.
9653 They are actions to set the From address, the Reply-To address,
9654 the Fcc, the Signature, the Template file, and Other Headers.
9656 <H3>Set From</H3>
9658 The From address is the address used on the From line of the message
9659 you are sending.
9661 <H3>Set Reply-To</H3>
9663 The Reply-To address is the address used on the Reply-To line of the message
9664 you are sending.
9665 You don't need a Reply-To address unless it is different from the From address.
9667 <H3>Set Other Headers</H3>
9669 If you want to set the value of the From or Reply-To headers, use
9670 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9671 If you want to set the values of other headers, use this field.
9672 This field is similar to the
9673 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9674 Each header you specify here must include the header tag
9675 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9676 and may optionally include a value for that header.
9677 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9678 for a header here will replace any value that already exists.
9679 For example, if you are Replying to a message there will be at least one
9680 address in the To header (the address you are Replying to).
9681 However, if you Reply using a role that sets the To header, that role's
9682 To header value will be used instead.
9684 <H3>Set Fcc</H3>
9686 The Fcc is used as the Fcc for the message you are sending.
9688 <H3>Set Signature or Set LiteralSig</H3>
9690 The Signature is the name of a file to be used as the signature file when
9691 this role is being used.
9692 If the name of the file has a vertical bar following it (|)
9693 then it is assumed that the file is a program that should be run to
9694 produce the signature.
9695 If the LiteralSig is set, then it is used instead of the signature file.
9696 LiteralSig is just a different way to store the signature.
9697 It is stored in the pine configuration file instead of in a separate
9698 signature file.
9699 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9700 either in the role or as the default signature in the Setup/Config screen,
9701 then the signature file is ignored.
9703 <H3>Set Template</H3>
9705 A Template is the name of a file to be included in the message when this
9706 role is being used.
9707 If the name of the file has a vertical bar following it (|)
9708 then it is assumed that the file is a program that should be run to
9709 produce the template.
9712 Both signature files and template files may be stored remotely on an IMAP
9713 server.
9714 In order to do that you just give the file a remote name.
9715 This works just like the regular
9716 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9717 option that is configured from the Setup/Configuration screen.
9718 A remote signature file name might look like:
9720 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9722 Once you have named the remote signature or template file you create its
9723 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9724 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9725 line of the role editor.
9728 Both signature files and template files (or the output of signature programs
9729 and template file programs) may contain special tokens
9730 that are replaced with contents
9731 that depend on the message being replied to or forwarded.
9732 See the help for the individual fields inside the role editor for more
9733 information on tokens.
9735 <H3>Use SMTP Server</H3>
9737 If this field has a value, then it will be used as the SMTP server
9738 to send mail when this role is being used (unless the SMTP server variable
9739 is set in the system-wide fixed configuration file).
9740 It has the same semantics as the
9741 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9742 variable in the Setup/Config screen.
9743 When you postpone the composition this SMTP server list will be saved
9744 with the postponed composition and it cannot be changed later.
9745 Because of that, you may want to make this a list of SMTP servers
9746 with the preferred server at the front of the list and alternate servers
9747 later in the list.
9750 If any of the actions are left unset, then the action depends on what
9751 is present in the &quot;Initialize settings using role&quot; field.
9752 If you've listed the nickname of another one of your roles there, then the
9753 corresponding action from that role will be used here.
9754 If that action is also blank, or if there is no nickname specified,
9755 then Alpine will do whatever it normally does to set these actions.
9756 This depends on other configuration options and features you've set.
9758 <H2>Command Descriptions</H2>
9760 <H3>Add</H3>
9762 The Add command is used to add a new role definition to your set of
9763 roles.
9764 The new role will be added after the highlighted role.
9766 <H3>Delete</H3>
9768 The Delete command deletes the currently highlighted role.
9770 <H3>Change</H3>
9772 The Change command lets you edit the nickname, Uses, Pattern,
9773 and Actions of the currently highlighted role.
9775 <H3>Shuffle</H3>
9777 The Shuffle command allows you to change the order of the roles.
9778 You may move the currently highlighted role up or down in the list.
9779 The order of the roles is important since the roles are tested for a
9780 match starting with the first role and continuing until a match is found.
9781 You should place the roles with more specific Patterns near the beginning
9782 of the list, and those with more general Patterns near the end so that
9783 the more specific matches will happen when appropriate.
9785 <H3>Replicate</H3>
9787 The Replicate command is used to copy an existing role and modify it.
9788 The new role will be added after the highlighted role.
9790 <H3>IncludeFile</H3>
9792 The IncludeFile command allows you to add a roles file to your configuration.
9793 Usually, your roles will be contained in your Alpine configuration file.
9794 If you wish, some or all of your roles may be stored in a separate file.
9795 If a roles file already exists (maybe it was made by somebody else using
9796 Alpine), you may insert it before the currently highlighted role.
9797 You may also insert an empty file or a file that does not yet exist.
9798 Once you have an empty roles file in your configuration, you may use
9799 the Shuffle command to move roles into it.
9800 In fact, that's the only way to get the initial role into the file.
9802 <H3>eXcludeFile</H3>
9804 The eXcludeFile command removes a roles file from your roles configuration.
9805 A limitation of the program is that in order to exclude a roles file
9806 that file must have at least one role
9807 in it, otherwise you won't be able to highlight a line in the file.
9808 So you may have to add a dummy role to the file in order to exclude the file.
9809 <P><UL>
9810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9811 </UL>
9813 &lt;End of help on this topic&gt;
9814 </BODY>
9815 </HTML>
9816 ===== h_rules_other =====
9817 <HTML>
9818 <HEAD>
9819 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9820 </HEAD>
9821 <BODY>
9822 <H1>SETUP OTHER RULES SCREEN</H1>
9823 <H2>SETUP OTHER RULES COMMANDS</H2>
9824 <!--chtml if pinemode="function_key"-->
9825 <PRE>
9826 Available  Commands -- Group 1         Available Commands -- Group 2   
9827 -------------------------------        ------------------------------  
9828 F1  Show Help Text                      F1  Show Help Text             
9829 F2  See commands in next group          F2  See commands in next group
9830 F3  Back to MAIN Alpine menu
9831 F4  Change configuration for rule
9832 F5  Move to previous rule               F5  Include file in rule config
9833 F6  Move to next rule                   F6  Exclude file from config
9834 F7  Previous page of rules
9835 F8  Next page of rules
9836 F9  Add new rule                        F9  Replicate existing rule
9837 F10 Delete existing rule
9838 F11 Shuffle the order of rules
9839 F12 Whereis (search rule nicknames)
9840 </PRE>
9841 <!--chtml else-->
9842 <PRE>
9843 Navigation                     General Alpine Commands
9844 -------------------------      -----------------------
9845  P  Prev rule                     ?  Display this help text
9846  N  Next rule                     E  Back to MAIN Alpine menu
9847  -  Previous page
9848 Spc (space bar) Next page
9849  W  WhereIs (search for word in rule nicknames)
9851 Setup Other Rules Commands
9852 ------------------------------------------------
9853  A  Add new rule                  $  Shuffle the order of rules
9854  D  Delete existing rule          C  Change configuration for highlighted rule
9855  R  Replicate existing rule
9856  I  Include file in rule config   X  Exclude file from rule config
9857 </PRE>
9858 <!--chtml endif-->
9860 <H2>Description of the Setup Other Rules Screen</H2>
9862 This is where you may set various actions that do not fit well into the
9863 other Rules categories.
9865 <H2>Patterns</H2>
9867 Other Rules are a little different from the rest of the Rules because
9868 they depend only on the current folder, and not on a particular message.
9869 In order to determine whether or not a rule's actions should be applied
9870 the current folder is compared with the rule's Pattern, which consists
9871 of only the Current Folder Type.
9872 Current Folder Type works the same for Other Rules as it does for Roles,
9873 Filtering, Index Coloring, and Scoring.
9874 Keep in mind that the only part of the Pattern that applies to Other
9875 Rules is the Current Folder Type when looking at the description of
9876 Patterns given
9877 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9879 <H2>The Actions</H2>
9881 <H3>Set Sort Order</H3>
9883 When you enter a new folder, these rules will be checked to see if you
9884 have set a sort order that is different from your default sort order.
9885 The default is set in the Setup/Config screen with
9886 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9887 If the Sort Order action is set, then the folder will be displayed sorted in
9888 that sort order instead of in the default order.
9890 A possible point of confusion arises when you change the configuration
9891 of the Sort Order for the currently open folder.
9892 The folder will normally be re-sorted when you go back to viewing the
9893 index.
9894 However, if you have manually sorted the folder with the
9895 Sort
9896 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9897 command, then it will not be re-sorted until the next time it is opened.
9899 <H3>Set Index Format</H3>
9901 When you enter a new folder, these rules will be checked to see if you
9902 have set an Index Format that is different from your default Index Format,
9903 which is set with the
9904 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9905 If so, the index will be displayed with this format instead of the default.
9907 <H3>Set Startup Rule</H3>
9909 When you enter a new folder, these rules will be checked to see if you
9910 have set a startup rule that is different from the default startup rule.
9911 The default for incoming folders is set in the Setup/Config screen with
9912 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9913 The default for folders other than INBOX that are not part of your
9914 incoming collection
9915 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9916 is to start with the last message in the folder.
9917 If the Startup Rule is set to something other than &quot;default&quot;,
9918 then the rule will determine which message will be the current message when
9919 the folder is first opened.
9921 The various startup rule possibilities work the same here as they do in
9922 the incoming collection, so check
9923 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9924 for more help.
9926 <H2>Command Descriptions</H2>
9928 <H3>Add</H3>
9930 The Add command is used to add a new rule definition to your set of
9931 rules.
9932 The new rule will be added after the highlighted rule.
9934 <H3>Delete</H3>
9936 The Delete command deletes the currently highlighted rule.
9938 <H3>Change</H3>
9940 The Change command lets you edit the nickname, Pattern,
9941 and Action of the currently highlighted rule.
9943 <H3>Shuffle</H3>
9945 The Shuffle command allows you to change the order of the rules.
9946 You may move the currently highlighted rule up or down in the list.
9947 The order of the rules is important since the rules are tested for a
9948 match starting with the first rule and continuing until a match is found.
9949 You should place the rules with more specific Patterns near the beginning
9950 of the list, and those with more general Patterns near the end so that
9951 the more specific matches will happen when appropriate.
9953 <H3>Replicate</H3>
9955 The Replicate command is used to copy an existing rule definition and modify it.
9956 The new rule will be added after the highlighted rule.
9958 <H3>IncludeFile</H3>
9960 The IncludeFile command allows you to add a rules file to your configuration.
9961 Usually, your rules will be contained in your Alpine configuration file.
9962 If you wish, some or all of your rules may be stored in a separate file.
9963 If a rules file already exists (maybe it was made by somebody else using
9964 Alpine), you may insert it before the currently highlighted rule.
9965 You may also insert an empty file or a file that does not yet exist.
9966 Once you have an empty rules file in your configuration, you may use
9967 the Shuffle command to move rules into it.
9968 In fact, that's the only way to get the initial rule into the file.
9970 <H3>eXcludeFile</H3>
9972 The eXcludeFile command removes a rules file from your rules configuration.
9973 A limitation of the program is that in order to exclude a rules file
9974 that file must have at least one rule
9975 in it, otherwise you won't be able to highlight a line in the file.
9976 So you may have to add a dummy rule to the file in order to exclude the file.
9977 <P><UL>
9978 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9979 </UL>
9981 &lt;End of help on this topic&gt;
9982 </BODY>
9983 </HTML>
9984 ===== h_rules_srch =====
9985 <HTML>
9986 <HEAD>
9987 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9988 </HEAD>
9989 <BODY>
9990 <H1>SETUP SEARCH RULES SCREEN</H1>
9991 <H2>SETUP SEARCH RULES COMMANDS</H2>
9992 <!--chtml if pinemode="function_key"-->
9993 <PRE>
9994 Available  Commands -- Group 1         Available Commands -- Group 2   
9995 -------------------------------        ------------------------------  
9996 F1  Show Help Text                      F1  Show Help Text             
9997 F2  See commands in next group          F2  See commands in next group
9998 F3  Back to MAIN Alpine menu
9999 F4  Change configuration for rule
10000 F5  Move to previous rule               F5  Include file in rule config
10001 F6  Move to next rule                   F6  Exclude file from config
10002 F7  Previous page of rules
10003 F8  Next page of rules
10004 F9  Add new rule                        F9  Replicate existing rule
10005 F10 Delete existing rule
10006 F11 Shuffle the order of rules
10007 F12 Whereis (search rule nicknames)
10008 </PRE>
10009 <!--chtml else-->
10010 <PRE>
10011 Navigation                     General Alpine Commands
10012 -------------------------      -----------------------
10013  P  Prev rule                     ?  Display this help text
10014  N  Next rule                     E  Back to MAIN Alpine menu
10015  -  Previous page
10016 Spc (space bar) Next page
10017  W  WhereIs (search for word in rule nicknames)
10019 Setup Search Rules Commands
10020 ------------------------------------------------
10021  A  Add new rule                  $  Shuffle the order of rules
10022  D  Delete existing rule          C  Change configuration for highlighted rule
10023  R  Replicate existing rule
10024  I  Include file in rule config   X  Exclude file from rule config
10025 </PRE>
10026 <!--chtml endif-->
10028 <H2>Description of the Setup Search Rules Screen</H2>
10030 One of the commands that becomes available when that feature is turned on
10031 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10032 screen to select a set of messages.
10033 One way of selecting messages is to use a Rule.
10034 All of the messages that match (or don't match if you wish)
10035 a Rule's Pattern will be selected.
10037 Any of your Rules may be used for this purpose.
10038 You might already have Rules set up for filtering, index line color, scores, or roles;
10039 and you may use any of those Rules with the Select command.
10040 However, you might find it more convenient to set up a separate set of Rules
10041 just for this purpose without having to worry about what other effects
10042 they may cause.
10043 That is the purpose of these Select Rules.
10046 Each rule has a &quot;Pattern&quot;
10047 that is used to decide which messages are selected when you use it with
10048 the Select command.
10050 <H2>Patterns</H2>
10052 In order to determine whether or not a message should be selected
10053 the message is compared with the rule's Pattern.
10054 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10055 Scoring, Other Rules, and Search Rules, so are described in only one place,
10056 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10058 <H2>Command Descriptions</H2>
10060 <H3>Add</H3>
10062 The Add command is used to add a new rule definition to your set of
10063 rules.
10064 The new rule will be added after the highlighted rule.
10066 <H3>Delete</H3>
10068 The Delete command deletes the currently highlighted rule.
10070 <H3>Change</H3>
10072 The Change command lets you edit the nickname and Pattern
10073 of the currently highlighted rule.
10075 <H3>Shuffle</H3>
10077 The Shuffle command allows you to change the order of the rules.
10078 This affects only the order they are presented in when you use the
10079 ^T subcommand of the Select by Rule command.
10080 You may move the currently highlighted rule up or down in the list.
10082 <H3>Replicate</H3>
10084 The Replicate command is used to copy an existing rule definition and modify it.
10085 The new rule will be added after the highlighted rule.
10087 <H3>IncludeFile</H3>
10089 The IncludeFile command allows you to add a rules file to your configuration.
10090 Usually, your rules will be contained in your Alpine configuration file.
10091 If you wish, some or all of your rules may be stored in a separate file.
10092 If a rules file already exists (maybe it was made by somebody else using
10093 Alpine), you may insert it before the currently highlighted rule.
10094 You may also insert an empty file or a file that does not yet exist.
10095 Once you have an empty rules file in your configuration, you may use
10096 the Shuffle command to move rules into it.
10097 In fact, that's the only way to get the initial rule into the file.
10099 <H3>eXcludeFile</H3>
10101 The eXcludeFile command removes a rules file from your rules configuration.
10102 A limitation of the program is that in order to exclude a rules file
10103 that file must have at least one rule
10104 in it, otherwise you won't be able to highlight a line in the file.
10105 So you may have to add a dummy rule to the file in order to exclude the file.
10106 <P><UL>
10107 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10108 </UL>
10110 &lt;End of help on this topic&gt;
10111 </BODY>
10112 </HTML>
10113 ===== h_rules_incols =====
10114 <HTML>
10115 <HEAD>
10116 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10117 </HEAD>
10118 <BODY>
10119 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10120 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10121 <!--chtml if pinemode="function_key"-->
10122 <PRE>
10123 Available  Commands -- Group 1         Available Commands -- Group 2   
10124 -------------------------------        ------------------------------  
10125 F1  Show Help Text                      F1  Show Help Text             
10126 F2  See commands in next group          F2  See commands in next group
10127 F3  Back to MAIN Alpine menu
10128 F4  Change configuration for rule
10129 F5  Move to previous rule               F5  Include file in rule config
10130 F6  Move to next rule                   F6  Exclude file from config
10131 F7  Previous page of rules
10132 F8  Next page of rules
10133 F9  Add new rule                        F9  Replicate existing rule
10134 F10 Delete existing rule
10135 F11 Shuffle the order of rules
10136 F12 Whereis (search rule nicknames)
10137 </PRE>
10138 <!--chtml else-->
10139 <PRE>
10140 Navigation                     General Alpine Commands
10141 -------------------------      -----------------------
10142  P  Prev rule                     ?  Display this help text
10143  N  Next rule                     E  Back to MAIN Alpine menu
10144  -  Previous page
10145 Spc (space bar) Next page
10146  W  WhereIs (search for word in rule nicknames)
10148 Setup Index Color Commands
10149 ------------------------------------------------
10150  A  Add new rule                  $  Shuffle the order of rules
10151  D  Delete existing rule          C  Change configuration for highlighted rule
10152  R  Replicate existing rule
10153  I  Include file in rule config   X  Exclude file from rule config
10154 </PRE>
10155 <!--chtml endif-->
10157 <H2>Description of the Setup Index Line Colors Screen</H2>
10159 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10160 This action is only available if your terminal is capable of displaying
10161 color and color display has been enabled with the
10162 <A HREF="h_config_color_style">Color Style</A> option within the
10163 Setup Color screen.
10164 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10165 This screen lets you add, delete, modify, or change the order of the rules
10166 that cause the lines in the MESSAGE INDEX to be displayed in different
10167 colors.
10169 Each rule has a &quot;Pattern&quot;,
10170 which is used to decide which of the rules is used; and the color that
10171 is used if the Pattern matches a particular message.
10173 <H2>Index Color Patterns</H2>
10175 In order to determine whether or not a message matches an Index Color Rule
10176 the message is compared with the rule's Pattern.
10177 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10178 Scoring, Other Rules, and Search Rules, so are described in only one place,
10179 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10182 If none of the Index Color rules is a match for a particular index line,
10183 then the color used is set using
10184 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10186 <H2>Index Line Color</H2>
10188 This is the color that index lines are colored when there is a matching
10189 Pattern.
10190 This colors the whole index line, except possibly the status letters,
10191 which may be colored separately using
10192 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10194 <H2>Command Descriptions</H2>
10196 <H3>Add</H3>
10198 The Add command is used to add a new rule definition to your set of
10199 rules.
10200 The new rule will be added after the highlighted rule.
10202 <H3>Delete</H3>
10204 The Delete command deletes the currently highlighted rule.
10206 <H3>Change</H3>
10208 The Change command lets you edit the nickname, Pattern,
10209 and Index Line Color of the currently highlighted rule.
10211 <H3>Shuffle</H3>
10213 The Shuffle command allows you to change the order of the rules.
10214 You may move the currently highlighted rule up or down in the list.
10215 The order of the rules is important since the rules are tested for a
10216 match starting with the first rule and continuing until a match is found.
10217 You should place the rules with more specific Patterns near the beginning
10218 of the list, and those with more general Patterns near the end so that
10219 the more specific matches will happen when appropriate.
10221 <H3>Replicate</H3>
10223 The Replicate command is used to copy an existing rule definition and modify it.
10224 The new rule will be added after the highlighted rule.
10226 <H3>IncludeFile</H3>
10228 The IncludeFile command allows you to add a rules file to your configuration.
10229 Usually, your rules will be contained in your Alpine configuration file.
10230 If you wish, some or all of your rules may be stored in a separate file.
10231 If a rules file already exists (maybe it was made by somebody else using
10232 Alpine), you may insert it before the currently highlighted rule.
10233 You may also insert an empty file or a file that does not yet exist.
10234 Once you have an empty rules file in your configuration, you may use
10235 the Shuffle command to move rules into it.
10236 In fact, that's the only way to get the initial rule into the file.
10238 <H3>eXcludeFile</H3>
10240 The eXcludeFile command removes a rules file from your rules configuration.
10241 A limitation of the program is that in order to exclude a rules file
10242 that file must have at least one rule
10243 in it, otherwise you won't be able to highlight a line in the file.
10244 So you may have to add a dummy rule to the file in order to exclude the file.
10245 <P><UL>
10246 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10247 </UL>
10249 &lt;End of help on this topic&gt;
10250 </BODY>
10251 </HTML>
10252 ===== h_rules_filter =====
10253 <HTML>
10254 <HEAD>
10255 <TITLE>SETUP FILTERING SCREEN</TITLE>
10256 </HEAD>
10257 <BODY>
10258 <H1>SETUP FILTERING SCREEN</H1>
10259 <H2>SETUP FILTERING COMMANDS</H2>
10260 <!--chtml if pinemode="function_key"-->
10261 <PRE>
10262 Available  Commands -- Group 1         Available Commands -- Group 2   
10263 -------------------------------        ------------------------------  
10264 F1  Show Help Text                      F1  Show Help Text             
10265 F2  See commands in next group          F2  See commands in next group
10266 F3  Back to MAIN Alpine menu
10267 F4  Change configuration for filter
10268 F5  Move to previous filter             F5  Include file in filter config
10269 F6  Move to next filter                 F6  Exclude file from config
10270 F7  Previous page of filters
10271 F8  Next page of filters
10272 F9  Add new filter                      F9  Replicate existing filter
10273 F10 Delete existing filter
10274 F11 Shuffle the order of filters
10275 F12 Whereis (search filter nicknames)
10276 </PRE>
10277 <!--chtml else-->
10278 <PRE>
10279 Navigation                     General Alpine Commands
10280 -------------------------      -----------------------
10281  P  Prev Filter                   ?  Display this help text
10282  N  Next Filter                   E  Back to MAIN Alpine menu
10283  -  Previous page
10284 Spc (space bar) Next page
10285  W  WhereIs (search for word in filter nicknames)
10287 Setup Filters Commands
10288 ------------------------------------------------
10289  A  Add new filter                $  Shuffle the order of filters
10290  D  Delete existing filter        C  Change configuration for highlighted filter
10291  R  Replicate existing filter
10292  I  Include file in filter config X  Exclude file from filter config
10293 </PRE>
10294 <!--chtml endif-->
10296 <H2>Description of the Setup Filtering Screen</H2>
10298 This screen lets you add, delete, modify, or change the order of the rules
10299 that determine the filtering Alpine does on folders you view.
10301 The software that actually delivers mail (the stuff that happens
10302 before Alpine is involved) for you is in a better position to do mail filtering
10303 than Alpine itself.
10304 If possible, you may want to look into using that sort of mail filtering to
10305 deliver mail to different folders, delete it, or forward it.
10306 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10308 Filtering is a way to automatically move certain messages from one folder
10309 to another or to delete messages.
10310 It can also be used to set message status (Important, Deleted, New,
10311 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10312 Alpine doesn't have the ability to forward mail to another address or
10313 to deliver vacation messages.
10315 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10316 When a folder is opened, when new mail arrives in an open folder, or
10317 when mail is Expunged from a folder; each
10318 message is compared with the Patterns of your filtering rules.
10319 The comparisons start with the first rule and keep going until there
10320 is a match.
10321 If a match is found, the message may be deleted or moved, depending on
10322 the setting of the Filter Action.
10323 If the message is not deleted, it may have its status altered.
10326 <EM>NOTE:</EM>
10327 When setting up a Pattern used to delete messages,
10328 it is recommended that you test the Pattern first with a &quot;Move&quot;
10329 folder specified in
10330 case unintended matches occur.  Messages that are deleted will be removed 
10331 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10332 next Expunge command or once the folder being filtered has been closed.
10334 <H2>Filter Patterns</H2>
10336 In order to determine whether or not a message matches a filter the message is
10337 compared with the Filter's Pattern.
10338 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10339 Scoring, Other Rules, and Search Rules, so are described in only one place,
10340 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10342 Since filtering is a potentially destructive action, if you have a filtering
10343 Pattern with nothing other than Current Folder Type set, that filtering
10344 rule is ignored.
10346 <H2>Filter Actions</H2>
10348 Once a filter match is found for a particular message, there are some actions
10349 that may be taken.
10350 First, the message may have its status changed.
10351 This is the same message status that you can manipulate manually using the
10352 <a href="h_common_flag">Flag Command</a>.
10353 There are always four elements of message status that you can control.
10354 You can set or clear the Important status, the New status, the Deleted
10355 status, and the Answered status.
10356 Of course, if the filter is going to delete the message,
10357 then there is no point in setting message status.
10358 You may also be able to set user-defined keywords for a message.
10359 Read a little about keywords in the help text for the
10360 <A HREF="h_common_flag">Flag</A> command.
10362 Second, the filter may delete or move the message.
10363 Deleting the message marks it Deleted and removes it from view.
10364 It is effectively gone forever (though it technically is still there until
10365 the next expunge command, which may happen implicitly).
10366 Moving the message moves it from the open folder into the folder
10367 listed on the &quot;Folder List&quot; line of the filter configuration.
10368 If you list more than one folder name (separated by commas) then the message
10369 will be copied to each of those folders.
10370 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10371 message is removed from the current folder.
10372 If you just want to set the messages status without deleting it from
10373 the folder, then set the filter action to
10374 &quot;Just Set Message Status&quot;.
10376 (There is no way to do a Copy instead of a Move, due to the difficulties
10377 involved in keeping track of whether or not a message has
10378 already been copied.)
10380 <H2>Command Descriptions</H2>
10382 <H3>Add</H3>
10384 The Add command is used to add a new filter definition to your set of
10385 filters.
10386 The new filter will be added after the highlighted filter.
10388 <H3>Delete</H3>
10390 The Delete command deletes the currently highlighted filter.
10392 <H3>Change</H3>
10394 The Change command lets you edit the nickname, Pattern,
10395 and Folder of the currently highlighted filter.
10397 <H3>Shuffle</H3>
10399 The Shuffle command allows you to change the order of the filters.
10400 You may move the currently highlighted filter up or down in the list.
10401 The order of the filters is important since the filters are tested for a
10402 match starting with the first filter and continuing until a match is found.
10403 You should place the filters with more specific Patterns near the beginning
10404 of the list, and those with more general Patterns near the end so that
10405 the more specific matches will happen when appropriate.
10407 <H3>Replicate</H3>
10409 The Replicate command is used to copy an existing filter and modify it.
10410 The new filter will be added after the highlighted filter.
10412 <H3>IncludeFile</H3>
10414 The IncludeFile command allows you to add a filters file to your configuration.
10415 Usually, your filters will be contained in your Alpine configuration file.
10416 If you wish, some or all of your filters may be stored in a separate file.
10417 If a filters file already exists (maybe it was made by somebody else using
10418 Alpine), you may insert it before the currently highlighted filter.
10419 You may also insert an empty file or a file that does not yet exist.
10420 Once you have an empty filters file in your configuration, you may use
10421 the Shuffle command to move filters into it.
10422 In fact, that's the only way to get the initial filter into the file.
10424 <H3>eXcludeFile</H3>
10426 The eXcludeFile command removes a filters file from your filters configuration.
10427 A limitation of the program is that in order to exclude a filters file
10428 that file must have at least one filter
10429 in it, otherwise you won't be able to highlight a line in the file.
10430 So you may have to add a dummy filter to the file in order to exclude the file.
10431 <P><UL>
10432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10433 </UL>
10435 <H3>Performance Considerations</H3>
10436 The number and type of patterns being tested can 
10437 adversely effect performance.  Issues to be aware
10438 of include:
10440 <UL>
10441   <LI> The more filters you have defined the longer it will take to run down
10442 the list.  Deleting unused filters is a good idea.
10443   <LI> Filtering in newsgroups served by an NNTP server will be slow
10444 if your patterns include tests other than &quot;From:&quot;
10445 or &quot;Subject:&quot;.
10446 </UL>
10448 &lt;End of help on this topic&gt;
10449 </BODY>
10450 </HTML>
10451 ===== h_rules_score =====
10452 <HTML>
10453 <HEAD>
10454 <TITLE>SETUP SCORING SCREEN</TITLE>
10455 </HEAD>
10456 <BODY>
10457 <H1>SETUP SCORING SCREEN</H1>
10458 <H2>SETUP SCORING COMMANDS</H2>
10459 <!--chtml if pinemode="function_key"-->
10460 <PRE>
10461 Available  Commands -- Group 1         Available Commands -- Group 2   
10462 -------------------------------        ------------------------------  
10463 F1  Show Help Text                      F1  Show Help Text             
10464 F2  See commands in next group          F2  See commands in next group
10465 F3  Back to MAIN Alpine menu
10466 F4  Change configuration for rule
10467 F5  Move to previous rule               F5  Include file in rule config
10468 F6  Move to next rule                   F6  Exclude file from config
10469 F7  Previous page of rules
10470 F8  Next page of rules
10471 F9  Add new rule                        F9  Replicate existing rule
10472 F10 Delete existing rule
10473 F11 Shuffle the order of rules
10474 F12 Whereis (search rule nicknames)
10475 </PRE>
10476 <!--chtml else-->
10477 <PRE>
10478 Navigation                     General Alpine Commands
10479 -------------------------      -----------------------
10480  P  Prev rule                     ?  Display this help text
10481  N  Next rule                     E  Back to MAIN Alpine menu
10482  -  Previous page
10483 Spc (space bar) Next page
10484  W  WhereIs (search for word in rule nicknames)
10486 Setup Scoring Commands
10487 ------------------------------------------------
10488  A  Add new rule                  $  Shuffle the order of rules
10489  D  Delete existing rule          C  Change configuration for highlighted rule
10490  R  Replicate existing rule
10491  I  Include file in rule config   X  Exclude file from rule config
10492 </PRE>
10493 <!--chtml endif-->
10495 <H2>Description of the Setup Scoring Screen</H2>
10497 Most people will not use scores at all, but if you do use them, here's how
10498 they work in Alpine.
10499 Using this screen, you may define Scoring rules.
10500 The score for a message is calculated by looking at every Score rule defined
10501 and adding up the Score Values for the ones that match the message.
10502 If there are no matches for a message, it has a score of zero.
10503 Message scores may be used a couple of ways in Alpine.
10505 <H3>Sorting by Score</H3>
10507 One of the methods you may use to sort message indexes is to sort by
10508 score.
10509 The scores of all the messages in a folder will be calculated and then
10510 the index will be ordered by placing the messages in order of ascending or
10511 descending score.
10513 <H3>Scores for use in Patterns</H3>
10515 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10516 category labeled &quot;Score Interval&quot;.
10517 When a message is being compared with a Pattern to check for a match, if
10518 the Score Interval is set only messages that have a score somewhere in
10519 the interval are a match.
10521 <H2>Scoring Rule Patterns</H2>
10523 In order to determine whether or not a message matches a scoring rule
10524 the message is compared with the rule's Pattern.
10525 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10526 Scoring, Other Rules, and Search Rules, so are described in only one place,
10527 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10530 Actually, Scoring rule Patterns are slightly different from the other types of
10531 Patterns because Scoring rule Patterns don't contain a Score Interval.
10532 In other words, when calculating the score for a message, which is done
10533 by looking at the Scoring rule Patterns, scores aren't used.
10535 <H2>Score Value</H2>
10537 This is the value that will be added to the score for a message if the
10538 rule's Pattern is a match.
10539 Each individual Score Value is an integer between -100 and 100, and the
10540 values from matching rules are added together to get a message's score.
10541 There is also a way to extract the value from a particular header of each
10542 message. See the help text for Score Value for further information.
10544 <H2>Command Descriptions</H2>
10546 <H3>Add</H3>
10548 The Add command is used to add a new scoring rule definition.
10549 The new rule will be added after the highlighted rule.
10551 <H3>Delete</H3>
10553 The Delete command deletes the currently highlighted scoring rule.
10555 <H3>Change</H3>
10557 The Change command lets you edit the nickname, Pattern,
10558 and Score Value of the currently highlighted scoring rule.
10560 <H3>Shuffle</H3>
10562 The Shuffle command allows you to change the order of the scoring rules.
10563 You may move the currently highlighted rule up or down in the list.
10564 The order of the rules is important since the rules are tested for a
10565 match starting with the first rule and continuing until a match is found.
10566 You should place the rules with more specific Patterns near the beginning
10567 of the list, and those with more general Patterns near the end so that
10568 the more specific matches will happen when appropriate.
10570 <H3>Replicate</H3>
10572 The Replicate command is used to copy an existing rule and modify it.
10573 The new rule will be added after the highlighted rule.
10575 <H3>IncludeFile</H3>
10577 The IncludeFile command allows you to add a rules file to your configuration.
10578 Usually, your rules will be contained in your Alpine configuration file.
10579 If you wish, some or all of your rules may be stored in a separate file.
10580 If a rules file already exists (maybe it was made by somebody else using
10581 Alpine), you may insert it before the currently highlighted rule.
10582 You may also insert an empty file or a file that does not yet exist.
10583 Once you have an empty rules file in your configuration, you may use
10584 the Shuffle command to move rules into it.
10585 In fact, that's the only way to get the initial rule into the file.
10587 <H3>eXcludeFile</H3>
10589 The eXcludeFile command removes a rules file from your rules configuration.
10590 A limitation of the program is that in order to exclude a rules file
10591 that file must have at least one rule
10592 in it, otherwise you won't be able to highlight a line in the file.
10593 So you may have to add a dummy rule to the file in order to exclude the file.
10594 <P><UL>
10595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10596 </UL>
10598 &lt;End of help on this topic&gt;
10599 </BODY>
10600 </HTML>
10601 ===== h_direct_config =====
10602 <HTML>
10603 <HEAD>
10604 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10605 </HEAD>
10606 <BODY>
10607 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10608 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10609 <!--chtml if pinemode="function_key"-->
10610 <PRE>
10611 Available  Commands                        
10612 -------------------------------            
10613 F1  Show Help Text                         
10614 F3  Back to MAIN Alpine menu                 
10615 F4  Change configuration for directory server  
10616 F5  Move to previous directory server          
10617 F6  Move to next directory server              
10618 F7  Previous page of directory servers         
10619 F8  Next page of directory servers
10620 F9  Add new directory server
10621 F10 Delete existing directory server
10622 F11 Shuffle the order of directory servers
10623 F12 Whereis (search directory server titles)   
10624 </PRE>
10625 <!--chtml else-->
10626 <PRE>
10627 Navigation                     General Alpine Commands
10628 -------------------------      -----------------------
10629  P  Prev Directory Server         ?  Display this help text
10630  N  Next Directory Server         E  Back to MAIN Alpine menu
10631  -  Previous page
10632 Spc (space bar) Next page
10633  W  WhereIs (search for word in directory server titles)
10635 Setup LDAP Directory Server Commands
10636 ------------------------------------------------
10637  A  Add new directory server      $  Shuffle the order of directory servers
10638  D  Delete existing dir server    C  Change configuration for highlighted server
10639 </PRE>
10640 <!--chtml endif-->
10642 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10644 This screen lets you add, delete, modify, or change the order of your
10645 directory servers. You may also set some optional behavior for each server.
10646 The &quot;Add Dir&quot; command brings up a blank form to 
10647 fill in. You will have to supply at least the name of the LDAP server.
10648 You will often have to supply a search base to be used with that server,
10649 as well. Once the form has been brought up on your screen, there is help
10650 available for each of the options you may set.
10652 The &quot;Del Dir&quot; command allows you to remove a directory server
10653 from your configuration.
10655 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10656 The difference is that instead of bringing up a form for a new server
10657 configuration, you are changing the configuration of an existing entry.
10658 For example, you might want to correct a typing error, change a
10659 nickname, or change one of the options set for that server.
10661 The &quot;Shuffle&quot; command is used to change the order of directory
10662 servers.
10663 <P><UL>
10664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10665 </UL>
10667 &lt;End of help on this topic&gt;
10668 </BODY>
10669 </HTML>
10670 ============= h_address_display ========================
10671 <HTML>
10672 <HEAD>
10673 <TITLE>SEARCH RESULTS INDEX</TITLE>
10674 </HEAD>
10675 <BODY>
10676 <H1>SEARCH RESULTS INDEX</H1>
10677 This screen shows the results, if any, of your Directory Server search.  
10678 Commands (besides those for screen navigation) are:
10679 <DL>
10680 <DT>View
10681 <!--chtml if pinemode="function_key"-->
10682 (F4)
10683 <!--chtml else-->
10685 <!--chtml endif-->
10686 </DT>
10687 <DD>See the full information for the selected entry.
10689 <DT>Compose
10690 <!--chtml if pinemode="function_key"-->
10691 (F9)
10692 <!--chtml else-->
10694 <!--chtml endif--></DT>
10695 <DD>Compose a message with the selected entry as the recipient.
10697 <DT>Role
10698 <!--chtml if pinemode="function_key"-->
10699 (F2)
10700 <!--chtml else-->
10702 <!--chtml endif--></DT>
10703 <DD>Compose a message with the selected entry as the recipient. This differs
10704 from Compose in that you may select a role before beginning your composition.
10706 <DT>Forward
10707 <!--chtml if pinemode="function_key"-->
10708 (F10)
10709 <!--chtml else-->
10711 <!--chtml endif--></DT>
10712 <DD>Send the full information for the selected entry as an 
10713 email message to someone else.
10715 <DT>Save
10716 <!--chtml if pinemode="function_key"-->
10717 (F11)
10718 <!--chtml else-->
10720 <!--chtml endif-->
10721 </DT>
10722 <DD>Save to your address book:
10723 <UL>
10724 <LI>the result of the search (as just found through your query) for the 
10725 selected entry; or 
10726 <LI>the selected entry for repeated Directory Server searching when used 
10727 in the future.
10728 </UL>
10729 or<BR>
10730 Export to a file (external to Alpine):
10731 <UL>
10732 <LI>the full information for the selected entry; or
10733 <LI>the email address from the selected entry; or
10734 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10735 </UL>
10736 <DT>WhereIs
10737 <!--chtml if pinemode="function_key"-->
10738 (F12)
10739 <!--chtml else-->
10741 <!--chtml endif-->
10742 </DT>
10743 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10744 displayed text, not the full records for each entry.)  
10745 </DL>
10746 &lt;End of help on this topic&gt;
10747 </BODY>
10748 </HTML>
10749 ============= h_address_select ========================
10750 <HTML>
10751 <HEAD>
10752 <TITLE>SEARCH RESULTS INDEX</TITLE>
10753 </HEAD>
10754 <BODY>
10755 <H1>SEARCH RESULTS INDEX</H1>
10756 This screen shows the results, if any, of your Directory Server search.  
10757 Commands (besides those for screen navigation) are:
10758 <DL>
10759 <DT>Select
10760 </DT>
10761 <DD>Select this entry for use.
10763 <DT>ExitSelect
10764 <DD>Exit without selecting any of the entries.
10766 <DT>WhereIs
10767 </DT>
10768 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10769 displayed text, not the full records for each entry.)  
10770 </DL>
10771 &lt;End of help on this topic&gt;
10772 </BODY>
10773 </HTML>
10774 ===== h_folder_maint =====
10775 <HTML>
10776 <HEAD>
10777 <TITLE>Help for Folder List</TITLE>
10778 </HEAD>
10779 <BODY>
10780 <H1>FOLDER LIST COMMANDS</H1>
10781 <!--chtml if pinemode="function_key"-->
10782 <PRE>
10783 Available Commands -- Group 1        Available Commands -- Group 2
10784 -------------------------------      ------------------------------
10785 F1  Show Help Text                    F1  Show Help Text               
10786 F2  See commands in next group        F2  See commands in next group  
10787 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10788 F4  Select folder and view it         F4  MAIN MENU Screen
10789 F5  Move to previous folder
10790 F6  Move to next folder               F6  Specify a folder to go to
10791 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10792 F8  Show next screen of listing       F8  Compose a message
10793 F9  Add a new folder                  F9  Print folder listing
10794 F10 Delete selected folder
10795 F11 Rename selected folder
10796 F12 Whereis (search folder names)
10798 Available Commands -- Group 3
10799 F1  Show Help Text
10800 F2  See commands in next group
10801 F5  Go to next new message
10802     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10803 F8  Compose a message using roles
10804 F9  Export folder to a file
10805 F10 Import the file back to a folder
10806 </PRE>
10807 <!--chtml else-->
10808 <PRE>
10809 Navigating the Folder Screen            Operations on the Selected Folder
10810 ----------------------------            ---------------------------------
10811  P   Move to previous folder              V  View Index of selected folder
10812  N   Move to next folder                  D  Delete
10813  -   Show previous page of listing        R  Rename
10814 Spc  (space bar) Show next page           E  Export to file
10815                                           U  Import from file to folder
10817 FOLDER LIST Screen Commands              General Alpine Command
10818 ---------------------------              -----------------------
10819  A  Add a folder                          O  Show all other available commands
10820  G  Specify a folder to go to             ?  Show Help text
10821  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10822  W  Whereis (search folder names)         Q  Quit Alpine
10823  %  Print folder listing                  C  Compose a message
10824                                           #  Compose a message using roles
10825 </PRE>
10826 <!--chtml endif-->
10828 These commands are only available in the FOLDER LIST screen when the 
10829 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10830 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10831 <DT>Select:</DT>
10832 <DD>Select folders by certain criteria:<UL>
10833 <LI>All: of limited use, since there is no Apply command.
10834 <LI>by Property: <UL>
10835         <LI>folder contains messages not yet seen 
10836         <LI>folder contains new messages
10837         <LI>folder contains exactly as many, more, or fewer messages 
10838 than a given number
10839         </UL>
10840 <LI>by Text: <UL>
10841         <LI>contained in name of folder (Name Select)
10842         <LI>contained in messages in folder (Content Select)
10843         </UL>
10844 </UL></DD>
10846 <DT>Select current:</DT>
10847 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10848 add one or more folders to a set created with the Select command described 
10849 above.)</DD>
10850 <DT>Zoom mode:</DT>
10851 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10852 </DL>
10854 If the feature
10855 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10856 is set then the TAB key will display the number of recent messages and
10857 the total number of messages in the highlighted folder.
10859 The &quot;Export&quot; command causes the lowest common denominator style
10860 mailbox to be written to a file.
10861 If the file already exists, you are asked if you want to delete it.
10862 If you say No, then the operation is aborted.
10863 Export might be a reasonable way to store a backup or an archival copy of
10864 a folder.
10865 The exported-to file is a local file on the system where you are running Alpine.
10866 The &quot;Import&quot; command is the opposite of the Export command.
10867 It reads a file created by Export and asks where it should save it in your
10868 folders.
10869 This could be a new folder or an existing folder.
10870 If the folder already exists, the messages from the exported file will be
10871 appended to the folder.
10873 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10875 The purpose of the FOLDER LIST screen is to help you browse and manage
10876 the folders and directories (also known as &quot;hierarchy&quot;)
10877 contained within a collection.
10880 Folders and directories are arranged alphabetically across lines of
10881 the screen.  Directories, if present, are denoted by a special
10882 character at the end of the name known as the hierarchy delimiter
10883 (typically, &quot;/&quot;).  By default, folders and directories are
10884 mixed together.  The
10885 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10886 configuration option can be used to group directories toward the 
10887 beginning or end of the list.
10890 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10891 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10892 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10893 selected item.  Folder and directory management is provided via the
10894 Rename, Delete and Add commands.
10896 <P><CENTER>About Folders</CENTER>
10897 What are Folders?<P>
10899 Folders are simply files where messages are kept.  Every message has to be
10900 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10901 folder for sent mail and a folder for saved messages.<P>
10903 You may create as many other folders as you wish.  They must be given
10904 names that can be filenames on the filesystem.  
10907 You can move messages from one folder to another by opening the original
10908 folder and saving messages into the other folder just as you can save
10909 message from your INBOX to any other folder.<P>
10911 Folders are typically just files in the filesystem.  However, the files
10912 that are
10913 folders have some special formatting in them (so that Alpine knows where one
10914 message ends and another begins) and should <EM>not</EM> be edited outside of
10915 Alpine.  If you want copies of your messages in text files that you can edit
10916 or otherwise manipulate, use the Export command to copy them from Alpine into
10917 your regular file area.
10920 FOR MORE INFORMATION: See the section on
10921 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10923 <CENTER>About Directories</CENTER>
10925 A directory is simply a container used to group folders within a
10926 folder list.  You can create as many directories as you like.  And 
10927 directories can even contain directories themselves.
10930 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10931 to note that not all IMAP servers support directories.  If you find that
10932 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10933 then it's likely that directories are not supported by the server serving
10934 in that collection.
10937 Similarly, servers that do provide for directories may not do so in
10938 the same way.  On some servers, for example, each folder name you
10939 create is at the same time capable of being a directory.  When this
10940 happens, Alpine will display both the folder name and the name of the
10941 directory (with trailing hierarchy delimiter) in the folder list.
10944 Another issue with IMAP access, though with a much smaller set of servers,
10945 is that not all servers accept the request to list out the available
10946 folders and directories in the same way.  If you find yourself having
10947 trouble viewing folders on your server, you might investigate the
10948 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10949 feature.
10951 <UL>
10952 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10953 </UL>
10955 &lt;End of help on this topic&gt;
10956 </BODY>
10957 </HTML>
10958 ========= h_valid_folder_names ========
10959 <HTML>
10960 <HEAD>
10961 <TITLE>Explanation of Valid Folder Names</TITLE>
10962 </HEAD>
10963 <BODY>
10964 <H1>Folder Name Syntax Explained</H1>
10966 Once your folder collections are defined, you can usually refer to
10967 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10968 display.  However, understanding the complete syntax for folder names,
10969 both local and remote, is handy when using the Goto command and when
10970 you are adding new folder collections via the Setups/collectionList screen.
10972 An Alpine folder name looks like
10975 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10978 The square brackets ([]) mean that the part is optional.
10981 If there is no remote-specification, then the folder name is interpreted
10982 locally on the computer running Alpine.
10983 Local folder names depend on the operating system used by the computer 
10984 running Alpine, as well as the configuration of that system.  For example,
10985 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10986 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10987 system running Unix.
10990 Alpine users have the option of using folders that are stored on some other
10991 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10992 Access Protocol), or in the case of news, via NNTP (the Network News
10993 Transport Protocol).  To be able to access remote folders in Alpine, the
10994 remote host must be running the appropriate server software (imapd or
10995 nntpd) and you must correctly specify the name of the folder to Alpine,
10996 including the domain name of the remote machine. For example,
10998 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11000 could be a remote folder specification, and so could
11002 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11005 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11007 Note that in the case of remote folders, the directory/file path in the specification is 
11008 determined by the operating system of the remote computer, <B>not</B> by
11009 the operating system of the computer on which you are running Alpine.
11011 As you can tell, the name of the computer is in &#123;} brackets
11012 followed immediately by the name of the folder.  (In each of these cases the
11013 optional namespace is missing.)  If, as in these
11014 examples, there is no remote access protocol specified, then IMAP is
11015 assumed.  Check
11016 <A HREF="h_folder_server_syntax">here</A>
11017 for a more detailed look at what options can be placed between the brackets.
11018 If there are no brackets at all, then the folder name is interpreted locally
11019 on the computer on which you are running Alpine.
11022 To the right of the brackets when a server name is present, or at the
11023 start of the foldername if no server is present, the sharp sign,
11024 &quot;#&quot;, holds special meaning.  It indicates a folder name
11025 outside the area reserved for your personal folders.  In fact, it's
11026 used to indicate both the name of the folder, and a special phrase
11027 telling Alpine how to interpret the name that follows.
11030 So, for example, Alpine can be used to access a newsgroup that might be 
11031 available on your computer using:
11033 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11035 The sharp sign indicates the folder name is outside your personal
11036 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11037 interpret the remainder of the name as a newsgroup.
11040 Similarly, to access a newsgroup on your IMAP server, you might
11041 use something like:
11043 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11046 There are a number of such special phrases (or &quot;namespaces&quot;)
11047 available.  For a more detailed explanation read about
11048 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11051 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11052 names.  The name INBOX refers to your &quot;principal incoming
11053 message folder&quot; and will be mapped to the actual file name used for your
11054 INBOX on any given host.  Therefore, a name like
11055 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11056 store incoming mail for you on that particular host.
11059 &lt;End of help on this topic&gt;
11060 </BODY>
11061 </HTML>
11062 ======= h_folder_name_namespaces =======
11063 <HTML>
11064 <HEAD>
11065 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11066 </HEAD>
11067 <BODY>
11068 <H1>Folder Name Namespaces Explained</H1>
11070 An Alpine folder name looks like
11073 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11076 The local part of a folder name has an optional &quot;Namespace&quot; which
11077 tells Alpine how to interpret the rest of the name.
11079 <P> 
11080 By default the folder name is interpreted as defining a section of your personal
11081 folder area.  This area and how you specify it are defined by the
11082 server, if one is specified, or, typically, the home
11083 directory, if no server is defined.
11086 If a namespace is specified, it begins with the
11087 sharp, &quot;#&quot;, character followed by the name of the namespace
11088 and then the namespace's path-element-delimiter.  Aside from the
11089 path's format, namespaces can also imply access rights, content
11090 policy, audience, location, and, occasionally, access methods.
11093 Each server exports its own set (possibly of size one) of 
11094 namespaces.  Hence, it's likely communication with your server's
11095 administrator will be required for specific configurations.  Some of
11096 the more common namespaces, however, include:
11098 <DL>
11099 <DT>#news.</DT>
11100 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11101 names are hierarchically defined with each level delimited by a period.
11103 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11105 </DD>
11106 <DT>#public/</DT>
11107 <DD>This specifies a folder area that the server may export to the general
11108 public.
11109 </DD>
11110 <DT>#shared/</DT>
11111 <DD>This specifies a folder area that the server may export to groups
11112 of users.
11113 </DD>
11114 <DT>#ftp/</DT>
11115 <DD>This specifies a folder area that is the same as that it may have 
11116 exported via the &quot;File Transfer Protocol&quot;.
11117 </DD>
11118 <DT>#mh/</DT>
11119 <DD>This specifies the personal folder area associated with folders
11120 and directories that were created using the MH message handling system.
11121 </DD>
11122 <DT>#move/</DT>
11123 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11125 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11127 The #move namespace is followed by two folder names separated by a delimiter
11128 character.
11129 The delimiter character may be any character that does not appear in
11130 the MailDropFolder name.
11131 The meaning of #move is that mail will be copied from the MailDropFolder to
11132 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11133 Periodic checks at frequency
11134 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11135 time between checks set by
11136 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11137 are made for new mail arriving in the MailDropFolder.
11138 An example that copies mail from a POP inbox to a local folder follows
11140 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11142 To you it appears that mail is being delivered to the local folder when it
11143 is copied from the MailDropFolder, and you read mail from the local folder.
11145 Note that if the DestinationFolder does not exist then the messages are not
11146 copied from the MailDropFolder.
11147 A #move folder may only be used as an
11148 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11149 an Inbox.
11150 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11151 on the
11152 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11153 option)
11154 the Add command has a subcommand &quot;Use Mail Drop&quot;
11155 which may be helpful for defining the folder in your Alpine configuration.
11156 The same is true when you edit the
11157 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11158 option in Setup/Config.
11159 Each of these configuration methods will also create the DestinationFolder
11160 if it doesn't already exist.
11161 If you are having problems, make sure the DestinationFolder exists.
11162 You may find some more useful information about Mail Drops at
11163 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11164 </DD>
11165 </DL>
11168 In addition, the server may support access to other user's folders,
11169 provided you have suitable permissions.  Common methods use a prefix
11170 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11171 indicate the root of the other user's folder area.
11174 No, nothing's simple.
11177 &lt;End of help on this topic&gt;
11178 </BODY>
11179 </HTML>
11180 ============= h_whatis_vcard ========================
11181 <HTML>
11182 <HEAD>
11183 <TITLE>VCARD EXPLAINED</TITLE>
11184 </HEAD>
11185 <BODY>
11186 <H1>What is the vCard format?</H1>
11187 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11188 information about and among people and organizations electronically.  
11189 More information about vCard can be found (as of May 1998) on the WWW site 
11190 of the Internet Mail Consortium at the URL:
11192 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11194 &lt;End of help on this topic&gt;
11195 </BODY>
11196 </HTML>
11197 ===== h_folder_open =====
11198 <HTML>
11199 <HEAD>
11200 <TITLE>Explanation of Folder Selection</TITLE>
11201 </HEAD>
11202 <BODY>
11203 <BR>
11204 <BR>
11205 This screen is designed to allow you to quickly and easily survey your
11206 folders and select one to open.
11207 <!--chtml if pinemode="function_key"-->
11208 <PRE>
11209 Navigating the List of Folders             General Alpine Commands
11210 ------------------------------             -----------------------
11211  P   Move to previous folder               ?   Show this help text
11212  N   Move to next folder
11213  -   Show previous screen of folders
11214 Spc  (space bar) Show next screen
11215  W   WhereIs (search folder names)
11217 Folder Selection Commands
11218 -------------------------
11219  E   Exit the Folder Select menu (without selecting a folder)
11220  S   Select the currently highlighted folder
11221 </PRE>
11222 <!--chtml else-->
11223 <PRE>
11224 Navigating the List of Folders             General Alpine Commands
11225 ------------------------------             -----------------------
11226 F5   Move to previous folder               F1  Show this help text
11227 F6   Move to next folder
11228 F7   Show previous screen of folders
11229 F8   Show next screen of folders
11230 F12  WhereIs (search folder names)
11232 Folder Selection Commands
11233 -------------------------
11234 F3   Exit the Folder Select menu (without selecting a folder)
11235 F4   Select the currently highlighted folder
11236 </PRE>
11237 <!--chtml endif-->
11239 FOR MORE INFORMATION: See the section on
11240 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11242 &lt;End of help on this topic&gt;
11243 </BODY>
11244 </HTML>
11245 ===== h_folder_subscribe =====
11246 <HTML>
11247 <HEAD>
11248 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11249 </HEAD>
11250 <BODY>
11251 <H1>FOLDER SUBSCRIBE HELP</H1>
11253 This screen is designed to help you subscribe to newsgroups you are
11254 not currently subscribed to.  The screen display is a list of all
11255 available newsgroups (or possibly a partial list if you specified a
11256 partial name when entering the screen).  Groups you have already
11257 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11258 select a single new group to subscribe to by moving the cursor to that
11259 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11260 you may change into ListMode with the &quot;ListMode&quot; command.
11261 The display will change slightly so that each group has a checkbox in
11262 front of it.  Use the cursor and the Set/Unset command to place an
11263 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11266 When you are finished marking groups, the &quot;Subscribe&quot;
11267 command will subscribe you to those groups you have marked.  Note, you
11268 may not unsubscribe to groups with this command.  Instead of the
11269 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11270 UnSbscrbe command.
11273 <!--chtml if pinemode="function_key"-->
11274 <PRE>
11275 Navigating the List of Newsgroups          General Alpine Commands
11276 ---------------------------------          -----------------------
11277 F5   Move to previous group                F1   Show this help text
11278 F6   Move to next group
11279 F7   Show previous screen of groups
11280 F8   Show next screen of groups
11281 F12  WhereIs (search group names)
11282 F9   Use ListMode
11284 Group Selection Commands
11285 -------------------------
11286 F3  Exit the News Subscribe menu (without selecting any groups)
11287 F4  Subscribe to the currently highlighted newsgroup
11288 </PRE>
11289 <!--chtml else-->
11290 <PRE>
11291 Navigating the List of Newsgroups          General Alpine Commands
11292 ---------------------------------          -----------------------
11293  P   Move to previous group                ?   Show this help text
11294  N   Move to next group
11295  -   Show previous screen of groups
11296 Spc  (space bar) Show next screen
11297  W   WhereIs (search group names)
11298  L   Use ListMode
11300 Group Selection Commands
11301 -------------------------
11302  E   Exit the News Subscribe menu (without selecting any groups)
11303  S   Subscribe to the currently highlighted newsgroup
11304 </PRE>
11305 <!--chtml endif-->
11307 When in ListMode, there is an additional command for marking groups to
11308 subscribe to:
11310 <!--chtml if pinemode="function_key"-->
11311 <PRE>
11312 ListMode Commands
11313 -------------------------
11314 F9  Set or unset the highlighted group
11315 </PRE>
11316 <!--chtml else-->
11317 <PRE>
11318 ListMode Commands
11319 -------------------------
11320 X   Set or unset the highlighted group
11321 </PRE>
11322 <!--chtml endif-->
11324 &lt;End of help on this topic&gt;
11325 </BODY>
11326 </HTML>
11327 ===== h_folder_postnews =====
11328 <HTML>
11329 <HEAD>
11330 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11331 </HEAD>
11332 <BODY>
11333 This screen is designed to allow you to quickly and easily survey
11334 the available newsgroups and select one to post news to.
11336 <!--chtml if pinemode="function_key"-->
11337 <PRE>
11338 Navigating the List of Newsgroups          General Alpine Commands
11339 ---------------------------------          -----------------------
11340 F5   Move to previous group                F1  Show this help text
11341 F6   Move to next group
11342 F7   Show previous screen of groups
11343 F8   Show next screen of groups
11344 F12  WhereIs (search group names)
11346 Group Selection Commands
11347 -------------------------
11348 F3   Exit the Selection menu (without selecting a group)
11349 F4   Select the currently highlighted newsgroup
11350 </PRE>
11351 <!--chtml else-->
11352 <PRE>
11353 Navigating the List of Newsgroups          General Alpine Commands
11354 ---------------------------------          -----------------------
11355  P   Move to previous group                ?  Show this help text
11356  N   Move to next group
11357  -   Show previous screen of groups
11358 Spc  (space bar) Show next screen of groups
11359  W   WhereIs (search group names)
11361 Group Selection Commands
11362 -------------------------
11363  E   Exit the Selection menu (without selecting a group)
11364  S   Select the currently highlighted newsgroup
11365 </PRE>
11366 <!--chtml endif-->
11368 &lt;End of help on this topic&gt;
11369 </BODY>
11370 </HTML>
11371 ===== h_folder_save =====
11372 <HTML>
11373 <HEAD>
11374 <TITLE>Folder Select for Save Explained</TITLE>
11375 </HEAD>
11376 <BODY>
11377 This screen is designed to allow you to quickly and easily survey your
11378 folders and select one to use for saving the current message.
11381 <!--chtml if pinemode="function_key"-->
11382 <PRE>
11383 Navigating the List of Folders             General Alpine Commands
11384 ------------------------------             -----------------------
11385 F5   Move to previous folder               F1  Show this help text
11386 F6   Move to next folder
11387 F7   Show previous screen of folders
11388 F8   Show next screen of folders
11389 F12  WhereIs (search folder names)
11391 Folder Selection Commands
11392 -------------------------
11393 F3   Exit the Folder Select menu (without selecting a folder)
11394 F4   Select the currently highlighted folder
11395 F11  AddNew folder (just like Select, but you type in a new folder name)
11396 </PRE>
11397 <!--chtml else-->
11398 <PRE>
11399 Navigating the List of Folders             General Alpine Commands
11400 ------------------------------             -----------------------
11401  P   Move to previous folder               ?  Show this help text
11402  N   Move to next folder
11403  -   Show previous screen of folders
11404 Spc  (space bar) Show next screen of folders
11405  W   WhereIs (search folder names)
11407 Folder Selection Commands
11408 -------------------------
11409  E   Exit the Folder Select menu (without selecting a folder)
11410  S   Select the currently highlighted folder
11411  A   AddNew folder (just like Select, but you type in a new folder name)
11412 </PRE>
11413 <!--chtml endif-->
11415 FOR MORE INFORMATION: See the section on
11416 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11418 &lt;End of help on this topic&gt;
11419 </BODY>
11420 </HTML>
11421 ===== h_folder_fcc =====
11422 <HTML>
11423 <HEAD>
11424 <TITLE>Folder Select for Fcc Explained</TITLE>
11425 </HEAD>
11426 <BODY>
11427 This screen is designed to allow you to quickly and easily survey your
11428 folders and select one to use as the file carbon copy (fcc) for the
11429 current message.
11432 <!--chtml if pinemode="function_key"-->
11433 <PRE>
11434 Navigating the List of Folders             General Alpine Commands
11435 ------------------------------             -----------------------
11436 F5   Move to previous folder               F1  Show this help text
11437 F6   Move to next folder
11438 F7   Show previous screen of folders
11439 F8   Show next screen of folders
11440 F12  WhereIs (search folder names)
11442 Folder Selection Commands
11443 -------------------------
11444 F3   Exit the Folder Select menu (without selecting a folder)
11445 F4   Select the currently highlighted folder
11446 F11  AddNew folder (just like Select, but you type in a new folder name)
11447 </PRE>
11448 <!--chtml else-->
11449 <PRE>
11450 Navigating the List of Folders             General Alpine Commands
11451 ------------------------------             -----------------------
11452  P   Move to previous folder               ?  Show this help text
11453  N   Move to next folder
11454  -   Show previous screen of folders
11455 Spc  (space bar) Show next screen of folders
11456  W   WhereIs (search folder names)
11458 Folder Selection Commands
11459 -------------------------
11460  E   Exit the Folder Select menu (without selecting a folder)
11461  S   Select the currently highlighted folder
11462  A   AddNew folder (just like Select, but you type in a new folder name)
11463 </PRE>
11464 <!--chtml endif-->
11466 FOR MORE INFORMATION: See the section on
11467 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11469 &lt;End of help on this topic&gt;
11470 </BODY>
11471 </HTML>
11472 ===== h_folder_pattern_roles =====
11473 <HTML>
11474 <HEAD>
11475 <TITLE>Folder Select for Current Folder Explained</TITLE>
11476 </HEAD>
11477 <BODY>
11478 This screen is designed to allow you to quickly and easily survey your
11479 folders and select one to use as the specific Current Folder
11480 in a Pattern.
11483 <!--chtml if pinemode="function_key"-->
11484 <PRE>
11485 Navigating the List of Folders             General Alpine Commands
11486 ------------------------------             -----------------------
11487 F5   Move to previous folder               F1  Show this help text
11488 F6   Move to next folder
11489 F7   Show previous screen of folders
11490 F8   Show next screen of folders
11491 F12  WhereIs (search folder names)
11493 Folder Selection Commands
11494 -------------------------
11495 F3   Exit the Folder Select menu (without selecting a folder)
11496 F4   Select the currently highlighted folder
11497 F11  AddNew folder (just like Select, but you type in a new folder name)
11498 </PRE>
11499 <!--chtml else-->
11500 <PRE>
11501 Navigating the List of Folders             General Alpine Commands
11502 ------------------------------             -----------------------
11503  P   Move to previous folder               ?  Show this help text
11504  N   Move to next folder
11505  -   Show previous screen of folders
11506 Spc  (space bar) Show next screen of folders
11507  W   WhereIs (search folder names)
11509 Folder Selection Commands
11510 -------------------------
11511  E   Exit the Folder Select menu (without selecting a folder)
11512  S   Select the currently highlighted folder
11513  A   AddNew folder (just like Select, but you type in a new folder name)
11514 </PRE>
11515 <!--chtml endif-->
11517 FOR MORE INFORMATION: See the section on
11518 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11520 &lt;End of help on this topic&gt;
11521 </BODY>
11522 </HTML>
11523 ===== h_folder_stayopen_folders =====
11524 <HTML>
11525 <HEAD>
11526 <TITLE>Folder Select Explained</TITLE>
11527 </HEAD>
11528 <BODY>
11529 This screen is designed to allow you to quickly and easily survey your
11530 folders and select one to use as a Stay-Open folder.
11533 <!--chtml if pinemode="function_key"-->
11534 <PRE>
11535 Navigating the List of Folders             General Alpine Commands
11536 ------------------------------             -----------------------
11537 F5   Move to previous folder               F1  Show this help text
11538 F6   Move to next folder
11539 F7   Show previous screen of folders
11540 F8   Show next screen of folders
11541 F12  WhereIs (search folder names)
11543 Folder Selection Commands
11544 -------------------------
11545 F3   Exit the Folder Select menu (without selecting a folder)
11546 F4   Select the currently highlighted folder
11547 F11  AddNew folder (just like Select, but you type in a new folder name)
11548 </PRE>
11549 <!--chtml else-->
11550 <PRE>
11551 Navigating the List of Folders             General Alpine Commands
11552 ------------------------------             -----------------------
11553  P   Move to previous folder               ?  Show this help text
11554  N   Move to next folder
11555  -   Show previous screen of folders
11556 Spc  (space bar) Show next screen of folders
11557  W   WhereIs (search folder names)
11559 Folder Selection Commands
11560 -------------------------
11561  E   Exit the Folder Select menu (without selecting a folder)
11562  S   Select the currently highlighted folder
11563  A   AddNew folder (just like Select, but you type in a new folder name)
11564 </PRE>
11565 <!--chtml endif-->
11567 FOR MORE INFORMATION: See the section on
11568 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11570 &lt;End of help on this topic&gt;
11571 </BODY>
11572 </HTML>
11573 ===== h_folder_action_roles =====
11574 <HTML>
11575 <HEAD>
11576 <TITLE>Folder Select Explained</TITLE>
11577 </HEAD>
11578 <BODY>
11579 This screen is designed to allow you to quickly and easily survey your
11580 folders and select one to use as the folder into which messages
11581 matching this filter will be moved.
11584 <!--chtml if pinemode="function_key"-->
11585 <PRE>
11586 Navigating the List of Folders             General Alpine Commands
11587 ------------------------------             -----------------------
11588 F5   Move to previous folder               F1  Show this help text
11589 F6   Move to next folder
11590 F7   Show previous screen of folders
11591 F8   Show next screen of folders
11592 F12  WhereIs (search folder names)
11594 Folder Selection Commands
11595 -------------------------
11596 F3   Exit the Folder Select menu (without selecting a folder)
11597 F4   Select the currently highlighted folder
11598 F11  AddNew folder (just like Select, but you type in a new folder name)
11599 </PRE>
11600 <!--chtml else-->
11601 <PRE>
11602 Navigating the List of Folders             General Alpine Commands
11603 ------------------------------             -----------------------
11604  P   Move to previous folder               ?  Show this help text
11605  N   Move to next folder
11606  -   Show previous screen of folders
11607 Spc  (space bar) Show next screen of folders
11608  W   WhereIs (search folder names)
11610 Folder Selection Commands
11611 -------------------------
11612  E   Exit the Folder Select menu (without selecting a folder)
11613  S   Select the currently highlighted folder
11614  A   AddNew folder (just like Select, but you type in a new folder name)
11615 </PRE>
11616 <!--chtml endif-->
11618 FOR MORE INFORMATION: See the section on
11619 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11621 &lt;End of help on this topic&gt;
11622 </BODY>
11623 </HTML>
11624 ===== h_abook_config =====
11625 <HTML>
11626 <HEAD>
11627 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11628 </HEAD>
11629 <BODY>
11630 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11631 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11632 <!--chtml if pinemode="function_key"-->
11633 <PRE>
11634 Available  Commands                        
11635 -------------------------------            
11636 F1  Show Help Text                         
11637 F3  Back to MAIN Alpine menu                 
11638 F4  Change configuration for address book  
11639 F5  Move to previous address book          
11640 F6  Move to next address book              
11641 F7  Previous page of address books         
11642 F8  Next page of address books             
11643 F9  Add new address book                   
11644 F10 Delete existing address book           
11645 F11 Shuffle the order of address books     
11646 F12 Whereis (search address book titles)   
11647 </PRE>
11648 <!--chtml else-->
11649 <PRE>
11650 Navigation                     General Alpine Commands
11651 -----------------------        -----------------------
11652  P  Prev Address Book           ?  Display this help text
11653  N  Next Address Book           E  Back to MAIN Alpine menu
11654  -  Previous page
11655 Spc (space bar) Next page
11656  W  WhereIs (search for word in address book titles)
11658 Setup Address Books Commands
11659 ------------------------------------------------
11660  A  Add new address book          $  Shuffle the order of address books
11661  D  Delete existing address book  C  Change configuration for address book
11662 </PRE>
11663 <!--chtml endif-->
11665 <H2>Description of the Setup Address Books Screen</H2>
11667 This screen lets you add, delete, modify, or change the order of your
11668 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11669 fill in.  If you are adding a remote address book on an IMAP server
11670 you should fill in the name of the IMAP server.  Otherwise, leave
11671 that field blank.  (Note that remote IMAP address books are an Alpine
11672 concept and are unlikely to interoperate with other mail clients.)
11673 For a remote address book, fill in the name of the remote folder
11674 in the Folder field.  This should be a folder that is used only for
11675 this one purpose, not a general purpose folder you expect to store
11676 messages in.
11677 <P>If you are adding a local address book, fill in the
11678 Folder Name field with a local file name (e.g., .addressbook).
11680 <B>Please note:</B> Remote address books stored on an IMAP server are 
11681 of an entirely different format (namely, a special-purpose 
11682 &quot;mail folder&quot;) than that of the local addressbook familiar 
11683 to Alpine users.  Therefore, 
11684 you cannot use &quot;add a remote address book&quot; to make an existing 
11685 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11686 Alpine running on a different host.  
11689 The &quot;Del Abook&quot; command allows you to remove an address book
11690 from your configuration.  It will also ask you if you wish to remove
11691 the data for that address book, which would erase all traces of the
11692 address book if you answer Yes.
11695 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11696 The difference is that instead of adding a new address book to your
11697 configuration, you are changing the configuration of an existing entry.
11698 For example, you might want to correct a typing error or change a
11699 nickname.  The &quot;Change&quot; command is not a move command.  If you
11700 change the folder name or server name the data will not be moved for you.
11703 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11704 an address book toward another address book in the same group then
11705 the order of those two address books will be swapped.  If you shuffle
11706 the last Personal address book down towards the Global address book
11707 section, it will become a Global address book.  If you shuffle
11708 the first Global address book up it will become a Personal address
11709 book.  The main difference between Personal and Global address
11710 books is that Global address books are forced read-only.
11711 <P><UL>
11712 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11713 </UL>
11715 &lt;End of help on this topic&gt;
11716 </BODY>
11717 </HTML>
11718 ===== h_abook_top =====
11719 <HTML>
11720 <HEAD>
11721 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11722 </HEAD>
11723 <BODY>
11724 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11725 <!--chtml if pinemode="function_key"-->
11726 <PRE>
11727 Available  Commands -- Group 1         Available Commands -- Group 2
11728 -------------------------------        ------------------------------
11729 F1  Show Help Text                      F1  Show Help Text
11730 F2  See commands in next group          F2  See commands in next group
11731 F3  Exit to MAIN MENU                   F3  Quit Alpine
11732 F4  View/Edit selected address book
11733 F5  Move to previous address book       F5  FOLDER LIST screen
11734 F6  Move to next address book           F6  Specify a folder to go to
11735 F7  Previous page                       F7  MESSAGE INDEX screen
11736 F8  Next page                           F9  Print list of address books
11737 F12 Whereis (search for word)
11738 </PRE>
11739 <!--chtml else-->
11740 <PRE>
11741 Navigation                       General Alpine Commands
11742 -----------------------          -----------------------
11743  P  Previous Entry                ?  Display this help text
11744  N  Next Entry                    O  Show all other available commands
11745  -  Previous page                 &lt;  Back to MAIN Alpine menu
11746 Spc (space bar) Next page         Q  Quit Alpine
11747  W  WhereIs (search for word)     L  FOLDER LIST screen
11748                                   G  Specify a folder to go to
11749 Address Book Commands             I  MESSAGE INDEX screen
11750 ------------------------------------------------
11751  &gt;  View/Edit selected address book
11752               or
11753  &gt;  Search on selected directory server
11755  %  Print list of address books and directory servers
11756 </PRE>
11757 <!--chtml endif-->
11759 <H2>Description of the Address Book List Screen</H2>
11761 From this screen you may choose which address book you wish to view
11762 or edit. For more information on address books, view one of your
11763 address books (with
11764 <!--chtml if pinemode="function_key"-->
11766 <!--chtml else-->
11767 &quot;&gt;&quot;
11768 <!--chtml endif-->)
11769 and see the Help Text there.<P>
11771 You may also choose a directory server on which to search for entries.
11772 You do that by highlighting the directory server line and using
11773 <!--chtml if pinemode="function_key"-->
11775 <!--chtml else-->
11776 &quot;&gt;&quot;
11777 <!--chtml endif-->.<P>
11779 If you wish to define new address books or directory servers go to the Main
11780 menu and choose Setup. You may then either choose to setup AddressBooks or
11781 Directory (among other things). It's possible that the Directory option
11782 will not be there if the Alpine you are using does not contain LDAP directory
11783 lookup functionality.
11785 <P><UL>
11786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11787 </UL><P>
11788 &lt;End of help on this topic&gt;
11789 </BODY>
11790 </HTML>
11791 ===== h_abook_opened =====
11792 <HTML>
11793 <HEAD>
11794 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11795 </HEAD>
11796 <BODY>
11797 <H1>THE ALPINE ADDRESS BOOK</H1>
11798 <H2>ADDRESS BOOK COMMANDS</H2>
11799 <PRE>
11800 <!--chtml if pinemode="function_key"-->
11801 Available  Commands -- Group 1         Available Commands -- Group 2   
11802 -------------------------------        ------------------------------  
11803 F1  Show Help Text                      F1  Show Help Text             
11804 F2  See commands in next group          F2  See commands in next group
11805 F3  Exit this screen                    F3  Quit Alpine                  
11806 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11807 F5  Move to previous entry              F5  FOLDER LIST screen         
11808 F6  Move to next entry                  F6  Specify a folder to go to  
11809 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11810 F8  Next page of address book           F8  Compose to entry using roles
11811 F9  Add new entry to address book       F9  Print address book         
11812 F10 Delete selected entry               F10 TakeAddr to another addrbook
11813 F11 Compose to selected entry           F11 Save or Export addrbook selections
11814 F12 Whereis (search address book)       F12 Forward entry by mail       
11816 Available Commands -- Group 3                                           
11817 ------------------------------                                          
11818 F3  Select                              F6  Zoom (or unZoom)            
11819 F5  Select Current                      F7  Apply Command to Selection  
11820 <!--chtml else-->
11821 Address Book Navigation        General Alpine Commands
11822 -----------------------        -----------------------
11823  P  Prev Address                  ?  Display this help text
11824  N  Next Address                  O  Show all other available commands
11825  -  Previous page of address book M  Back to MAIN MENU
11826 Spc (space bar) Next page         Q  Quit Alpine
11827  W  WhereIs (search for word      C  Compose message to selected addr
11828      or name in address book)     #  Compose to addr using roles
11829  &lt;  To List of Address Books if   L  FOLDER LIST screen
11830      more than one, else to MAIN  G  Specify a folder to go to
11831                                   I  MESSAGE INDEX screen
11833 Address Book Commands
11834 ----------------------------------------------------
11835  &gt;  View/Update selected entry    D  Delete selected entries
11836  %  Print address book            S  Save or Export address book selections
11837  F  Forward entries by mail       @  Add new entry to address book
11839  ;  Select command                Z  Toggle Zoom Mode
11840  :  Select highlighted entry      A  Apply command to selected entries
11842 <!--chtml endif-->
11843 </PRE>
11844 Note:  The presence or absence of the final four commands above is
11845 controlled by the option 
11846 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11849 <H2>Description of the Address Book Screen</H2>
11851 This screen lets you edit and manage entries in your address book.  It
11852 also acts as a short-cut for composing messages to people in the address
11853 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11854 message starts &quot;pre-addressed&quot; to whatever address book entry is
11855 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
11856 role to use in your composition.
11858 Alpine's address book helps you keep a list of addresses you send email to so
11859 you do not have to remember addresses that are often complex.  Each entry
11860 in the address book has five fields, all of them optional.  The three
11861 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11863         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11864         This is what you type in as you are addressing the message in the
11865         composer.  If there is a matching entry in your address book(s),
11866         Alpine will extract the corresponding FullName and Address fields to
11867         generate the actual address for your message.
11869         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11870 of the
11871         person or organization.  Usually the full names are put in last
11872         name first so they sort nicely in alphabetical order.  Whatever
11873         you put as the name here will appear on the message when it is
11874         finally delivered.  Examples:<PRE>
11875            Garcia Marquez, Gabriel
11876            Henscheid, Eckhard
11877            Alpine-Info mailing list
11878            Library materials renewal requests
11879            Kim An-guk
11880            &quot;George III, King of Great Britain, 1738-1820&quot;
11881 </PRE>
11882 (In the second-to-last example, no comma is used in the name so that 
11883 the family name appears first in the address book and when the entry is 
11884 used in the composer.
11885 In the last example, retaining the commas is intended; 
11886 double-quotation marks surround the name to 
11887 prevent the transposition of its parts when the entry is used in 
11888 the composer.)
11890         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11891         a valid Internet address that conforms to the Internet message
11892         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11894 The two fields that aren't usually visible are:<DL>
11896   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11897         message to this address to be saved in.  If this field is set, and
11898         this address is the first one in the message's To: header, then
11899         Alpine will use this folder name for the FCC in lieu of the normal
11900         FCC folder name.
11902   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11903         </DL>
11905 Due to screen width limitations, these last two fields do not show up in
11906 the normal ADDRESS BOOK display.  You may select the 
11907 &quot;View/Update&quot; command to
11908 view or modify them.  You may use the configuration variable
11909 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11910 to add these fields to your ADDRESS BOOK 
11911 display, or to modify the format of the display.
11913 <H2>Sorting the Address book</H2>
11915 By default, address book entries are sorted alphabetically on the full
11916 name with distribution lists sorted to the end.  Sorting can be changed by
11917 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11918 --assuming you have &quot;write&quot; permission for the address book file.
11920 Unlike the sorting of folders (which only changes presentation), sorting an
11921 address book actually changes the file as it is kept on the computer.  For
11922 this reason you won't be able to sort a shared or system-wide address
11923 book.
11925 <H2>Adding New Entries</H2>
11927 The easiest way to add new entries to your address book is to use the
11928 &quot;TakeAddr&quot; command when viewing a message.
11929 This command allows you to take addresses from the header and body of the
11930 message and put them into your address book, without having to type
11931 them in.
11934 To manually add a new entry from within the address book screen, use the AddNew
11935 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11936 Use this command both for adding a simple alias and for adding a
11937 distribution list.
11939 <H2>Distribution Lists</H2>
11941 Address book entries can be simple cases of aliases (a single nickname is linked
11942 to a single email address) or distribution lists (a single nickname
11943 pointing at more than one email address).  Each distribution list has a
11944 nickname, a full name and a list of addresses.  The addresses may be
11945 actual addresses or they may be other nicknames in your address book.
11946 They may even refer to other distribution lists.
11947 There's really no difference between a simple alias and a distribution list,
11948 other than the number of addresses.
11949 Therefore, you can turn a simple alias with one address into a distribution
11950 list simply by adding more addresses.
11951 To add entries to an existing list or alias
11952 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
11953 a single address from the list if the cursor is placed on the address;
11954 it will delete the entire distribution list if the cursor is on the
11955 nickname/fullname line.  View/Update may also be used to delete addresses
11956 from a list.
11958 Address field entries in distribution lists may take any one of three
11959 forms: a nickname existing in any of the defined address books, a normal
11960 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11961 fullname/address combination, e.g. &quot;John Smith
11962 &lt;jsmith@art.example.com&gt;&quot;.
11964 Distribution lists in Alpine address books can only be used by the person or
11965 people who have access to that address book.  They are not usually used to
11966 implement discussion groups, but can be used to facilitate small
11967 discussion groups if all the participants have access to the same shared
11968 address book.
11970 <H2>FCC and Comments</H2>
11972 As mentioned above, each entry in the address book also has two other optional
11973 fields, Fcc and Comments.  The command to look at or change either of these
11974 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
11975 Comments field is just for your own use.  The Fcc field overrides the
11976 default Fcc if this address is the first one on the To line.  The WhereIs
11977 command may be used to search for particular strings in the address book,
11978 including fields that are not visible (like Comment and Fcc by default).
11980 <H2>Aggregate Operations</H2>
11982 If the feature
11983 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11984 is turned on (the default), then the four commands &quot;Select&quot;,
11985 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11986 are available.  The two selection commands allow you to mark a set of
11987 address book entries as being selected.  If you have more than one address
11988 book, the selections may be in more than one of those address books.
11989 The &quot;Zoom&quot; command will toggle between displaying only the selected
11990 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11991 apply one of the regular address book commands to all of the selected
11992 entries.  Usually the address book commands apply to only the entry
11993 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11994 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11995 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11997 <H2>Exporting and Forwarding Address book entries</H2>
11999 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
12000 address book entry is placed in a plain text file in your home directory
12001 <!--chtml if pinemode="running"-->
12002 (which, in the present configuration of your system, is
12003  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12004 <!--chtml endif-->
12005 or current working directory
12006 <!--chtml if pinemode="running"-->
12007 (which, at least for your current Alpine &quot;session,&quot; 
12008 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12009 <!--chtml endif-->, depending on the 
12010 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12011 configuration setting.  If you have some entries selected and use the
12012 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12013 placed in the text file.
12015 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12016 address book entry is placed in a special attachment and you are put into
12017 the composer.  You can fill in some comments in the body of the message,
12018 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12019 may use the TakeAddr command on that message to insert the address book
12020 entry you sent in their own address book.  If you have some entries
12021 selected and use the Apply Forward command all of the selected entries
12022 will be forwarded in a single message.  You may
12023 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.
12024 The recipient must be using Alpine in order to receive this correctly.
12025 One way for the recipient to handle this might be to create an empty
12026 address book and then &quot;Take&quot; your forwarded address book entries into
12027 that empty address book.
12029 <H2>Multiple and/or Site-Wide Address books</H2>
12031 You may have more than one personal address book.  In addition, there may
12032 be one or more global address books.  This capability allows you to have
12033 multiple personal address books (some of which may be shared) and it also
12034 allows system administrators to implement site-wide address books that
12035 contain entries for users on multiple machines within the organization.
12036 <P><DL>
12037 <DT>Searching
12038   <DD> If you enter a nickname when composing a message, your
12039   personal address books will be searched through in order, and then the
12040   global address book(s) searched. If more than one address book has an entry
12041   for the nickname, Alpine uses the first one that it finds, so an entry in
12042   your personal address book would override a global address book entry. If
12043   after searching all the address books there is still no match, (Unix) Alpine
12044   then searches the local host password file on the assumption that you have
12045   entered a local user name rather than an address book nickname.
12046   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12047   command, but global address books are always searched after personal
12048   address books.
12050   <P><DT>Tab completion
12051   <DD> If the
12052   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12053   feature is turned on (the default) then the Tab key may be used
12054   in the composer to complete partially typed nicknames in the To
12055   or Cc lines. You type the first few letters of a nickname and then
12056   press the Tab key. It there is only one nickname that matches it will
12057   be filled in by Alpine. If there is more than one the unambiguous part
12058   of the nicknames will be filled in. For example, if your address book or
12059   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12060   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12061   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12062   If you then type a second Tab character you will be presented with a list
12063   of matching nicknames to select from. Alternatively, you could type another
12064   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12065   in the entire &quot;barbecue&quot; entry.
12067   <P><DT>Defining
12068   <DD> You define multiple personal address books in the 
12069   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12070   from the MAIN MENU.  
12071   You may add as many as you like.  Global address books are usually
12072   site-wide address books defined by the System administrator, but
12073   you may define global address books of your own just like you define
12074   personal address books.
12076   <P><DT>Creating and updating
12077   <DD> Personal address books are normally created empty
12078   and populated by explicit additions from within Alpine, e.g. via the
12079   TakeAddr command.  Unlike personal address books, global address books may
12080   not be modified/updated from within Alpine; that is, they are Read-Only.
12081   Thus, global address books are created, populated and updated outside of
12082   Alpine. They might be hand-edited, generated by a program from another
12083   database, or by copying an existing address book.  They might also be
12084   some other user's personal address book, and so be modified normally by
12085   that user but accessed Read-Only by you.  See the Alpine Technical
12086   Notes document (included in the Alpine distribution) for more information on
12087   this.
12089   <P><DT>Accessing
12090   <DD>There are two different types of address books in Alpine.
12091   A local address book is stored in a regular file and the normal file
12092   access permissions apply.  A remote address book is stored on an IMAP
12093   server in a special folder that contains only messages pertaining to
12094   that address book.  The last message in the remote folder contains a
12095   copy of the address book data, and that data is copied to a local cache
12096   file in your home directory.  From there it is accessed just like a local
12097   address book.  The name of the cache file is kept track of in a special
12098   file called the
12099   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12100   the name of which is stored in
12101   your Alpine configuration file the first time you use a remote address book.
12102   Just as local Alpine address books use a format that only Alpine understands,
12103   remote Alpine address books do the same and other mail reading programs
12104   are unlikely to be able to understand them.<P>
12105   While global address books are explicitly intended to be shared, there is
12106   nothing to prevent you from sharing a personal address book with other
12107   Alpine users. This might be useful in the case of a small workgroup.
12108   However, it is recommended that updates to shared personal address books
12109   be done when other Alpine users are not accessing the address book. Alpine
12110   does not do any file-locking to manage concurrent updates to the
12111   addressbook, but it does check to see if the file has been modified before
12112   making any changes.  Consequently, inadvertent concurrent updates will
12113   only cause other Alpine users to have to restart their address book
12114   operation, which will cause Alpine to reopen the updated file.
12116   <P><DT>Converting to Remote
12117   <DD>The easiest way to convert an existing local
12118   address book into a remote address book is to create an empty new remote
12119   personal address book by typing &quot;A&quot; to execute the
12120   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12121   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12122   address book.
12123   After you have added the empty
12124   remote address book, go into the screen for the address book you wish
12125   to copy and &quot;Select&quot; &quot;All&quot;.
12126   This selects every entry in that
12127   address book.  Then type the command &quot;Apply Save&quot;.
12128   You will be asked for the address book to save to.  You may use ^P and ^N
12129   to get to the new empty address book, then hit RETURN and the addresses
12130   will be copied.
12131   At this point you'll probably want to unselect all the entries in the local
12132   address book before proceeding. You do that with
12133   &quot;Select&quot; &quot;unselect All&quot;.
12135 </DL>
12136 <UL>
12137 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12138 </UL>
12139 <P><UL>
12140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12141 </UL>
12143 &lt;End of help on this topic&gt;
12144 </BODY>
12145 </HTML>
12146 ===== h_abook_select_addr =====
12147 <HTML>
12148 <HEAD>
12149 <TITLE>Addressbook Selection Explained</TITLE>
12150 </HEAD>
12151 <BODY>
12152 <H1>SELECT ADDRESS</H1>
12153 <!--chtml if pinemode="function_key"-->
12154 <PRE>
12155 Navigating the List of Messages               General Alpine Commands
12156 -------------------------------               -----------------------
12157 F5   Move to previous entry                   F1  Show this help text
12158 F6   Move to next entry
12159 F7   Show previous screen of address book
12160 F8   Show next screen of address book
12161 F12  WhereIs (search through address book)
12163 Address Selection Commands
12164 --------------------------
12165 F3   Exit the Address Select screen (without selecting an address)
12166 F4   Select the currently highlighted entry
12167 </PRE>
12168 <!--chtml else-->
12169 <PRE>
12170 Navigating the List of Messages               General Alpine Commands
12171 -------------------------------               -----------------------
12172  P   Move to previous entry                    ?  Show this help text
12173  N   Move to next entry
12174  -   Show previous screen of address book
12175 Spc  (space bar) Show next screen of address book
12176  W   WhereIs (search through address book)
12178 Address Selection Commands
12179 --------------------------
12180  E   Exit the Address Select screen (without selecting an address)
12181  S   Select the currently highlighted entry
12182 </PRE>
12183 <!--chtml endif-->
12186 This screen is designed to let you easily scan your address book(s) in
12187 order to select an entry for the message you are composing.  You cannot
12188 edit your address book in any way at this time, for address book
12189 maintenance, select the address book command when not composing a message.
12192 If you are composing a message and know the nickname of the person/list you
12193 want, you can bypass this screen by simply typing in the nickname on the
12194 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12195 selecting an entry does not cancel your message.
12198 FOR MORE INFORMATION on addressing see
12199 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12200 <A HREF="h_abook_opened">Address Book Screen's</A>
12201 help text.
12203 &lt;End of help on this topic&gt;
12204 </BODY>
12205 </HTML>
12206 ===== h_abook_select_top =====
12207 <HTML>
12208 <HEAD>
12209 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12210 </HEAD>
12211 <BODY>
12212 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12213 <!--chtml if pinemode="function_key"-->
12214 <PRE>
12215 Navigating the List of Address Books       General Alpine Commands
12216 ------------------------------------       -----------------------
12217 F4   View the highlighted address book
12218 F5   Move to previous address book         F1  Show this help text
12219 F6   Move to next address book
12220 F7   Show previous screen of address books
12221 F8   Show next screen of address books
12222 F12  WhereIs (search through address books)
12224 Address Selection Commands
12225 --------------------------
12226 F3   Exit the Address Select screen (without selecting an address)
12227 F4   Select the currently selected entries (if using ListMode)
12228 F9   Change to ListMode
12229 </PRE>
12230 <!--chtml else-->
12231 <PRE>
12232 Navigating the List of Address Books       General Alpine Commands
12233 ------------------------------------       -----------------------
12234  &gt;   View the highlighted address book
12235  P   Move to previous address book         ?  Show this help text
12236  N   Move to next address book
12237  -   Show previous screen of address books
12238 Spc  (space bar) Show next screen of address books
12239  W   WhereIs (search through address books)
12241 Address Selection Commands
12242 --------------------------
12243  E   Exit the Address Select screen (without selecting an address)
12244  S   Select the currently selected entries (if using ListMode)
12245  L   Change to ListMode
12246 </PRE>
12247 <!--chtml endif-->
12250 This screen is designed to let you easily scan your address book(s) in
12251 order to select entries for the message you are composing.  You cannot
12252 edit your address book in any way at this time.  For address book
12253 maintenance, select the address book command when not composing a message.
12256 If you are composing a message and know the nickname of the person/list you
12257 want, you can bypass this screen by simply typing in the nickname on the
12258 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12259 selecting an entry does not cancel your message.
12262 The ListMode command will add a column at the left edge of the screen.
12263 You mark the entries that you wish to select with the &quot;X&quot; command.
12264 This allows you to choose more than one entry at a time.
12267 An alternative method of composing a message to entries in your
12268 address book(s) is to first use the &quot;Select&quot; command from
12269 the address book maintenance screen and then the &quot;Apply&quot;
12270 &quot;ComposeTo&quot; command to start the composer composing to the
12271 selected entries.
12274 FOR MORE INFORMATION on addressing see
12275 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12276 <A HREF="h_abook_opened">Address Book Screen's</A>
12277 help text.
12279 &lt;End of help on this topic&gt;
12280 </BODY>
12281 </HTML>
12282 ===== h_abook_select_listmode =====
12283 <HTML>
12284 <HEAD>
12285 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12286 </HEAD>
12287 <BODY>
12288 <H1>COMPOSER: SELECT ADDRESSES</H1>
12289 <!--chtml if pinemode="function_key"-->
12290 <PRE>
12291 Navigating the List of Messages                 General Alpine Commands
12292 -------------------------------                 -----------------------
12293 F5   Move to previous entry                     F1  Show this help text
12294 F6   Move to next entry
12295 F7   Show previous screen of address book
12296 F8   Show next screen of address book
12297 F12  WhereIs (search through address book)
12299 Address Selection Commands
12300 --------------------------
12301 F3   Exit the Address Select screen (without selecting an address)
12302 F4   Select the currently highlighted entry
12303 F9   Change to ListMode
12304 </PRE>
12305 <!--chtml else-->
12306 <PRE>
12307 Navigating the List of Messages                 General Alpine Commands
12308 -------------------------------                 -----------------------
12309  P   Move to previous entry                     ?  Show this help text
12310  N   Move to next entry
12311  -   Show previous screen of address book
12312 Spc  (space bar) Show next screen of address book
12313  W   WhereIs (search through address book)
12315 Address Selection Commands
12316 --------------------------
12317  E   Exit the Address Select screen (without selecting an address)
12318  S   Select the currently highlighted entry
12319  L   Change to ListMode
12320 </PRE>
12321 <!--chtml endif-->
12324 This screen is designed to let you easily scan your address book(s) in
12325 order to select entries for the message you are composing.  You cannot
12326 edit your address book in any way at this time, for address book
12327 maintenance, select the address book command when not composing a message.
12330 If you are composing a message and know the nickname of the person/list you
12331 want, you can bypass this screen by simply typing in the nickname on the
12332 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12333 selecting an entry does not cancel your message.
12336 The ListMode command will add a column at the left edge of the screen.
12337 You mark the entries that you wish to select with the &quot;X&quot; command.
12338 This allows you to choose more than one entry at a time.
12341 An alternative method of composing a message to entries in your
12342 address book(s) is to first use the &quot;Select&quot; command from
12343 the address book maintenance screen and then the &quot;Apply&quot;
12344 &quot;ComposeTo&quot; command to start the composer composing to the
12345 selected entries.
12348 FOR MORE INFORMATION on addressing see
12349 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12350 <A HREF="h_abook_opened">Address Book Screen's</A>
12351 help text.
12353 &lt;End of help on this topic&gt;
12354 </BODY>
12355 </HTML>
12356 ===== h_abook_select_checks =====
12357 <HTML>
12358 <HEAD>
12359 <TITLE>Address Selection from Composer Explained</TITLE>
12360 </HEAD>
12361 <BODY>
12362 <H1>COMPOSER: SELECT ADDRESSES</H1>
12363 <!--chtml if pinemode="function_key"-->
12364 <PRE>
12365 Navigating the List of Messages                 General Alpine Commands
12366 -------------------------------                 -----------------------
12367 F5   Move to previous entry                     F1  Show this help text
12368 F6   Move to next entry
12369 F7   Show previous screen of address book
12370 F8   Show next screen of address book
12371 F12  WhereIs (search through address book)
12373 Address Selection Commands
12374 --------------------------
12375 F3   Exit the Address Select screen (without selecting an address)
12376 F4   Select the currently highlighted entry
12377 F8   Either Sets or Unsets all entries in this address book
12378 F9   Set or Unset the highlighted entry
12379 </PRE>
12380 <!--chtml else-->
12381 <PRE>
12382 Navigating the List of Messages                 General Alpine Commands
12383 -------------------------------                 -----------------------
12384  P   Move to previous entry                     ?  Show this help text
12385  N   Move to next entry
12386  -   Show previous screen of address book
12387 Spc  (space bar) Show next screen of address book
12388  W   WhereIs (search through address book)
12390 Address Selection Commands
12391 --------------------------
12392  E   Exit the Address Select screen (without selecting an address)
12393  S   Select the currently highlighted entry
12394  X   Set or Unset the highlighted entry
12395  A   Either Sets or Unsets all entries in this address book
12396 </PRE>
12397 <!--chtml endif-->
12400 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12401 command.  Type &quot;S Select&quot; to select all of the entries you
12402 have marked, just as if you had typed them in by hand.
12405 An alternative method of composing a message to entries in your
12406 address book(s) is to first use the &quot;Select&quot; command from
12407 the address book maintenance screen and then the &quot;Apply&quot;
12408 &quot;ComposeTo&quot; command to start the composer composing to the
12409 selected entries.
12412 FOR MORE INFORMATION on addressing see
12413 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12414 <A HREF="h_abook_opened">Address Book Screen's</A>
12415 help text.
12417 &lt;End of help on this topic&gt;
12418 </BODY>
12419 </HTML>
12420 ===== h_abook_select_nicks_take =====
12421 <HTML>
12422 <HEAD>
12423 <TITLE>Take Address Nickname Selection Explained</TITLE>
12424 </HEAD>
12425 <BODY>
12426 <H1>TAKEADDR: SELECT NICKNAME</H1>
12427 <!--chtml if pinemode="function_key"-->
12428 <PRE>
12429 Navigating the List of Messages                 General Alpine Commands
12430 -------------------------------                 -----------------------
12431 F5   Move to previous entry                     F1  Show this help text
12432 F6   Move to next entry
12433 F7   Show previous screen of address book
12434 F8   Show next screen of address book
12435 F12  WhereIs (search through address book)
12437 Message Selection Commands
12438 --------------------------
12439 F3   Exit the Nickname Select screen (without selecting an address)
12440 F4   Select the currently highlighted entry
12441 </PRE>
12442 <!--chtml else-->
12443 <PRE>
12444 Navigating the List of Messages                 General Alpine Commands
12445 -------------------------------                 -----------------------
12446  P   Move to previous entry                     ?  Show this help text
12447  N   Move to next entry
12448  -   Show previous screen of address book
12449 Spc  (space bar) Show next screen of address book
12450  W   WhereIs (search through address book)
12452 Message Selection Commands
12453 --------------------------
12454  E   Exit the Nickname Select screen (without selecting an address)
12455  S   Select the currently highlighted entry
12456 </PRE>
12457 <!--chtml endif-->
12460 This screen is designed to let you modify or add to an existing
12461 address book entry.  You have already selected the name(s) and
12462 address(es) through &quot;Take Address&quot;.  This screen simply lets
12463 you scan your address books and select the nickname to be
12464 changed/augmented.  If you want to add a new entry, then you are in
12465 the wrong place-- Select &quot;Exit&quot; command.
12468 FOR MORE INFORMATION on addressing see
12469 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12470 <A HREF="h_abook_opened">Address Book Screen's</A>
12471 help text.
12473 &lt;End of help on this topic&gt;
12474 </BODY>
12475 </HTML>
12476 ===== h_abook_select_nick =====
12477 <HTML>
12478 <HEAD>
12479 <TITLE>Nickname Selection Explained</TITLE>
12480 </HEAD>
12481 <BODY>
12482 <H1>SELECT NICKNAME</H1>
12483 <!--chtml if pinemode="function_key"-->
12484 <PRE>
12485 Navigating the List of Messages                 General Alpine Commands
12486 -------------------------------                 -----------------------
12487 F5   Move to previous entry                     F1  Show this help text
12488 F6   Move to next entry
12489 F7   Show previous screen of address book
12490 F8   Show next screen of address book
12491 F12  WhereIs (search through address book)
12493 Message Selection Commands
12494 --------------------------
12495 F3   Exit the Nickname Select screen (without selecting an address)
12496 F4   Select the currently highlighted entry
12497 </PRE>
12498 <!--chtml else-->
12499 <PRE>
12500 Navigating the List of Messages                 General Alpine Commands
12501 -------------------------------                 -----------------------
12502  P   Move to previous entry                     ?  Show this help text
12503  N   Move to next entry
12504  -   Show previous screen of address book
12505 Spc  (space bar) Show next screen of address book
12506  W   WhereIs (search through address book)
12508 Message Selection Commands
12509 --------------------------
12510  E   Exit the Nickname Select screen (without selecting an address)
12511  S   Select the currently highlighted entry
12512 </PRE>
12513 <!--chtml endif-->
12516 This screen is designed to let you look at the nicknames in your address
12517 books before choosing a new one.
12520 FOR MORE INFORMATION on addressing see
12521 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12522 <A HREF="h_abook_opened">Address Book Screen's</A>
12523 help text.
12525 &lt;End of help on this topic&gt;
12526 </BODY>
12527 </HTML>
12528 ===== h_takeaddr_screen =====
12529 <HTML>
12530 <HEAD>
12531 <TITLE>Take Address Screen Explained</TITLE>
12532 </HEAD>
12533 <BODY>
12534 <H1>TAKE ADDRESS COMMANDS</H1>
12535 <!--chtml if pinemode="function_key"-->
12536 <PRE>
12537 Navigating the List of Addresses       Address Selection Commands        
12538 --------------------------------       --------------------------        
12539  F5  Move to previous entry            F3  Exit without taking address
12540  F6  Move to next entry                F4  Take current address(es)
12541  F7  Show previous page of address list
12542  F8  Show next page of address list
12543  F2  WhereIs (search list)
12544                                --------------
12545 Mode Toggle            F9  Set/Unset current address
12546 -----------            F10 Set all
12547  F12 Toggle between List and single mode       F11 Unset all
12548 </PRE>
12549 <!--chtml else-->
12550 <PRE>
12551 Navigating the List of Addresses       Address Selection Commands
12552 --------------------------------       --------------------------
12553  P  Move to previous entry              &lt;  Exit without taking address
12554  N  Move to next entry                  T  Take address
12555  -  Show previous page of address list
12556 Spc (space bar) Show next page of address list
12557  W  WhereIs (search list)              List Mode
12558                                        ---------
12559 Single Mode                             X  Set/Unset current address
12560 -----------                             A  Set all addresses
12561  L  Switch to list mode                 U  Unset all addresses
12562                                         S  Switch to single mode
12563 </PRE>
12564 <!--chtml endif-->
12566 <H2>Description of the Take Address Screen</H2>
12568 This screen is designed to let you select one or more address/name
12569 combinations from the current message and put them into your address book.
12570 The cursor is initially placed on the line with the message author.
12571 Other lines include the names of people and/or mailing lists who also
12572 received the message.  Other people &quot;involved&quot; in the
12573 message (e.g. the person named as Reply-To:) are also listed here.
12576 The simple case is adding a new, single entry into your address book. To
12577 do this, simply highlight the correct line and press 
12578 <!--chtml if pinemode="function_key"-->
12580 <!--chtml else-->
12581 &quot;T&quot;.
12582 <!--chtml endif-->
12583 To create a new list or add to an existing list, switch the screen display
12584 into List Mode by pressing
12585 <!--chtml if pinemode="function_key"-->
12586 F12.
12587 <!--chtml else-->
12588 &quot;L&quot;.
12589 <!--chtml endif-->
12590 In List Mode, you select the
12591 group of addresses you wish to manipulate by marking them with an
12592 &quot;X&quot;.
12593 The Set/Unset
12594 <!--chtml if pinemode="function_key"-->
12595 (F9)
12596 <!--chtml else-->
12597 (&quot;X&quot;)
12598 <!--chtml endif-->
12599 command will turn the &quot;X&quot; on for the
12600 highlighted address if it was off or turn it off if it was previously on.
12601 The SetAll command will select all of the addresses, and the UnSetAll
12602 command will turn off all the selections.  Once you've gotten the
12603 selection the way you want it, you may create a new list by pressing
12604 <!--chtml if pinemode="function_key"-->
12606 <!--chtml else-->
12607 &quot;T&quot;.
12608 <!--chtml endif-->
12611 In both the simple and list cases, after choosing to take the address,
12612 you will be asked for the nickname of the entry.  Typing in a new name
12613 creates the new entry/list.  Entering an existing nickname will replace
12614 the entry (simple case) or add to the list (list case).  Alternatively,
12615 you can press Ctrl-T at the nickname prompt and select an existing
12616 nickname from your address book.
12619 You will normally start in Single Mode, unless you used the Apply command
12620 to startup the TakeAddr screen, in which case you will start in List Mode.
12621 You may switch between the two modes at any time.  If you've already
12622 selected several addresses in List Mode, those will be remembered when you
12623 switch to Single Mode and then back to List Mode.  The set of addresses
12624 that are pre-selected when you start in List Mode are the From addresses
12625 of all of the messages you are operating on.  You may, of course, easily
12626 erase those selections with the UnSetAll command.
12629 If you have more than one writable address book, you will be prompted for
12630 the name of the address book you wish to add the new entry to before
12631 anything else. You can use ^N and ^P to choose among the defined address
12632 books, or type in the address book name.
12635 FOR MORE INFORMATION on addressing see
12636 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12637 <A HREF="h_abook_opened">Address Book Screen's</A>
12638 help text.
12640 &lt;End of help on this topic&gt;
12641 </BODY>
12642 </HTML>
12643 ===== h_takeexport_screen =====
12644 <HTML>
12645 <HEAD>
12646 <TITLE>Take Export Screen Explained</TITLE>
12647 </HEAD>
12648 <BODY>
12649 <H1>TAKE EXPORT COMMANDS</H1>
12650 <!--chtml if pinemode="function_key"-->
12651 <PRE>
12652 Navigating the List of Addresses       Address Selection Commands        
12653 --------------------------------       --------------------------        
12654  F5  Move to previous entry            F3  Exit without taking address
12655  F6  Move to next entry                F4  Take current address(es)
12656  F7  Show previous page of address list
12657  F8  Show next page of address list
12658  F2  WhereIs (search list)
12659                                --------------
12660 Mode Toggle            F9  Set/Unset current address
12661 -----------            F10 Set all
12662  F12 Toggle between List and single mode       F11 Unset all
12663 </PRE>
12664 <!--chtml else-->
12665 <PRE>
12666 Navigating the List of Addresses       Address Selection Commands
12667 --------------------------------       --------------------------
12668  P  Move to previous entry              &lt;  Exit without taking address
12669  N  Move to next entry                  T  Take address
12670  -  Show previous page of address list
12671 Spc (space bar) Show next page of address list
12672  W  WhereIs (search list)              List Mode
12673                                        ---------
12674 Single Mode                             X  Set/Unset current address
12675 -----------                             A  Set all addresses
12676  L  Switch to list mode                 U  Unset all addresses
12677                                         S  Switch to single mode
12678 </PRE>
12679 <!--chtml endif-->
12681 <H2>Description of the Take Export Screen</H2>
12683 This screen is designed to let you select one or more addresses
12684 from the current message and put them into a file.
12685 Only the user@domain_name part of each address is put into the file.
12688 To put a single entry into a file simply highlight the correct line and press 
12689 <!--chtml if pinemode="function_key"-->
12691 <!--chtml else-->
12692 &quot;T&quot;.
12693 <!--chtml endif-->
12694 To put more than one entry into a file
12695 switch the screen display
12696 into List Mode by pressing
12697 <!--chtml if pinemode="function_key"-->
12698 F12.
12699 <!--chtml else-->
12700 &quot;L&quot;.
12701 <!--chtml endif-->
12702 In List Mode, you select the
12703 group of addresses you wish to manipulate by marking them with an
12704 &quot;X&quot;.
12705 The Set/Unset
12706 <!--chtml if pinemode="function_key"-->
12707 (F9)
12708 <!--chtml else-->
12709 (&quot;X&quot;)
12710 <!--chtml endif-->
12711 command will turn the &quot;X&quot; on for the
12712 highlighted address if it was off or turn it off if it was previously on.
12713 The SetAll command will select all of the addresses, and the UnSetAll
12714 command will turn off all the selections.  Once you've gotten the
12715 selection the way you want it, you may put the addresses in a file by typing
12716 <!--chtml if pinemode="function_key"-->
12718 <!--chtml else-->
12719 &quot;T&quot;.
12720 <!--chtml endif-->
12723 You will be asked for the name of a file to put the addresses in.
12724 If the file already exists, you will be asked whether you want to Overwrite
12725 (replace) the contents of the file or Append to the contents of the file.
12728 &lt;End of help on this topic&gt;
12729 </BODY>
12730 </HTML>
12731 ============= h_abook_view ========================
12732 <HTML>
12733 <HEAD>
12734 <TITLE>Address Book View Explained</TITLE>
12735 </HEAD>
12736 <BODY>
12737 This function allows you to view the contents of an address book entry. You
12738 can only view one entry at a time.
12740 <DL>
12741 <DT>Help
12742 <!--chtml if pinemode="function_key"-->
12743 (F1)
12744 <!--chtml else-->
12746 <!--chtml endif-->
12747 </DT>
12748 <DD>
12749 Display this help text.
12751 <DT>Abook
12752 <!--chtml if pinemode="function_key"-->
12753 (F3)
12754 <!--chtml else-->
12755 (&lt;)
12756 <!--chtml endif-->
12757 </DT>
12758 <DD>
12759 Go back to index of address book entries.
12761 <DT>Update
12762 <!--chtml if pinemode="function_key"-->
12763 (F4)
12764 <!--chtml else-->
12766 <!--chtml endif-->
12767 </DT>
12768 <DD>
12769 Update (modify) this entry.
12771 <DT>ComposeTo
12772 <!--chtml if pinemode="function_key"-->
12773 (F5)
12774 <!--chtml else-->
12776 <!--chtml endif-->
12777 </DT>
12778 <DD>Compose a message to the address(es) in this entry.
12780 <DT>Role
12781 <!--chtml if pinemode="function_key"-->
12782 (F6)
12783 <!--chtml else-->
12785 <!--chtml endif-->
12786 </DT>
12787 <DD>Compose a message to the address(es) in this entry using roles.
12789 <DT>Prev Page
12790 <!--chtml if pinemode="function_key"-->
12791 (F7)
12792 <!--chtml else-->
12794 <!--chtml endif-->
12795 </DT>
12796 <DD>
12797 Show the previous page of the current entry.
12799 <DT>Next Page
12800 <!--chtml if pinemode="function_key"-->
12801 (F8)
12802 <!--chtml else-->
12803 (Space)
12804 <!--chtml endif-->
12805 </DT>
12806 <DD>
12807 Show the next page of the current entry.
12809 <DT>Print
12810 <!--chtml if pinemode="function_key"-->
12811 (F9)
12812 <!--chtml else-->
12814 <!--chtml endif-->
12815 </DT>
12816 <DD>Print the current entry.  You can select the
12817 printer or the print command via the &quot;Setup&quot; command
12818 on the MAIN MENU.
12820 <DT>WhereIs
12821 <!--chtml if pinemode="function_key"-->
12822 (F10)
12823 <!--chtml else-->
12825 <!--chtml endif-->
12826 </DT>
12827 <DD>Search the entry for a string of letters.  If it is
12828 found, move to it.  The string can be one word or a phrase.
12829 If there are multiple occurrences, the cursor moves to the
12830 first occurrence beyond the current cursor position.
12832 <DT>Fwd Email
12833 <!--chtml if pinemode="function_key"-->
12834 (F11)
12835 <!--chtml else-->
12837 <!--chtml endif-->
12838 </DT>
12839 <DD>Begin composition of a new mail message with the displayed
12840 text already inserted in the message body.
12842 </DL>
12844 &lt;End of help on this topic&gt;
12845 </BODY>
12846 </HTML>
12847 ============= h_ldap_view ========================
12848 <HTML>
12849 <HEAD>
12850 <TITLE>LDAP Response View Explained</TITLE>
12851 </HEAD>
12852 <BODY>
12853 This function allows you to view the contents of a directory entry. You
12854 can only view one entry at a time.
12856 <DL>
12857 <DT>Help
12858 <!--chtml if pinemode="function_key"-->
12859 (F1)
12860 <!--chtml else-->
12862 <!--chtml endif-->
12863 </DT>
12864 <DD>
12865 Display this help text.
12867 <DT>Results Index
12868 <!--chtml if pinemode="function_key"-->
12869 (F3)
12870 <!--chtml else-->
12871 (&lt;)
12872 <!--chtml endif-->
12873 </DT>
12874 <DD>Go back to index of search results.
12876 <DT>ComposeTo
12877 <!--chtml if pinemode="function_key"-->
12878 (F5)
12879 <!--chtml else-->
12881 <!--chtml endif-->
12882 </DT>
12883 <DD>Compose a message to the address(es) in this entry.
12885 <DT>Role
12886 <!--chtml if pinemode="function_key"-->
12887 (F6)
12888 <!--chtml else-->
12890 <!--chtml endif-->
12891 </DT>
12892 <DD>Compose a message to the address(es) in this entry using roles.
12894 <DT>Prev Page
12895 <!--chtml if pinemode="function_key"-->
12896 (F7)
12897 <!--chtml else-->
12899 <!--chtml endif-->
12900 </DT>
12901 <DD>
12902 Show the previous page of the current entry.
12904 <DT>Next Page
12905 <!--chtml if pinemode="function_key"-->
12906 (F8)
12907 <!--chtml else-->
12908 (Space)
12909 <!--chtml endif-->
12910 </DT>
12911 <DD>
12912 Show the next page of the current entry.
12914 <DT>Print
12915 <!--chtml if pinemode="function_key"-->
12916 (F9)
12917 <!--chtml else-->
12919 <!--chtml endif-->
12920 </DT>
12921 <DD>Print the current entry on paper.  You can select the
12922 printer or the print command via the &quot;Setup&quot; command
12923 on the MAIN MENU.
12925 <DT>WhereIs
12926 <!--chtml if pinemode="function_key"-->
12927 (F10)
12928 <!--chtml else-->
12930 <!--chtml endif-->
12931 </DT>
12932 <DD>Search the entry for a string of letters.  If it is
12933 found, move to it.  The string can be one word or a phrase.
12934 If there are multiple occurrences, the cursor moves to the
12935 first occurrence beyond the current cursor position.
12937 <DT>Fwd Email
12938 <!--chtml if pinemode="function_key"-->
12939 (F11)
12940 <!--chtml else-->
12942 <!--chtml endif-->
12943 </DT>
12944 <DD>Begin composition of a new mail message with the displayed
12945 text already inserted in the message body.
12947 <DT>Save
12948 <!--chtml if pinemode="function_key"-->
12949 (F12)
12950 <!--chtml else-->
12952 <!--chtml endif-->
12953 </DT>
12954 <DD>Save the displayed entry to one of your address books or export
12955 it to a file.
12956 </DL>
12958 &lt;End of help on this topic&gt;
12959 </BODY>
12960 </HTML>
12961 ===== h_attachment_screen =====
12962 <HTML>
12963 <HEAD>
12964 <TITLE>Attachment Index Screen Explained</TITLE>
12965 </HEAD>
12966 <BODY>
12967 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12968 message's attachments, and allows various operations on them.  The
12969 first attachment is usually the message text, but does not include the
12970 header portion of the message.
12972 Available commands include:
12974 <DL>
12976 <DT>Help</DT>
12977 <DD>Show this help text.
12979 <DT>Msg #<I>num</I></DT>
12980 <DD>Leave this screen without displaying or saving any attachments.
12982 <DT>View</DT>
12983 <DD>View the currently selected attachment.
12985 <DT>Prev Attach</DT>
12986 <DD>Move to previous attachment.
12988 <DT>Next Attach</DT>
12989 <DD>Move to next attachment.
12991 <DT>Prev Page</DT>
12992 <DD>Previous page of the listed attachments.
12994 <DT>Next Page</DT>
12995 <DD>Next page of the listed attachments.
12997 <DT>Delete</DT>
12998 <DD>Mark the currently selected attachment for Deletion.
12999 This does not modify the current message by deleting the attachment from
13000 it, but instead the delete flag <EM>only</EM> has an effect when saving
13001 the message to a folder.
13002 Attachments marked for deletion are not copied to the destination folder
13003 along with the rest of the message when it is saved.
13004 It is ok for the destination folder to be the same as the current folder.
13005 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13007 <DT>Undelete</DT>
13008 <DD>Turn off the Delete flag for the selected attachment.
13010 <DT>Save</DT>
13011 <DD>Save the selected attachment to a file.  If the attachment is of
13012 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13013 the specified mail folder.
13015 <DT>Export</DT>
13016 <DD>If the attachment is of
13017 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13018 copy the message to a file in the same way this command works on 
13019 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13021 <DT>Pipe</DT>
13022 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13023 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13025 <DT>WhereIs</DT>
13026 <DD>Find a matching string in the attachment list.
13028 <DT>AboutAttch</DT>
13029 <DD>Examine various aspects of the selected attachment.
13031 <DT>Print</DT>
13032 <DD>Print the selected attachment.
13034 <DT>Forward</DT>
13035 <DD>Forward the selected attachment as an attachment.
13036 </DL>
13040 All attachments can be saved or piped into a UNIX command, but some may
13041 not be readily displayed by either Alpine or an external tool.  In such
13042 cases, the reason why the message cannot be displayed is displayed on
13043 Alpine's message line.
13045 &lt;End of help on this topic&gt;
13046 </BODY>
13047 </HTML>
13048 ============= h_mail_text_att_view ========================
13049 <HTML>
13050 <HEAD>
13051 <TITLE>Attachment View Screen Explained</TITLE>
13052 </HEAD>
13053 <BODY>
13054 This function allows you to view the contents of a text attachment. You
13055 can only view one attachment at a time.
13057 Available commands include:
13059 <DL>
13061 <DT>Help</DT>
13062 <DD>Display this help text
13064 <DT>AttchIndex</DT>
13065 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13067 <DT>Prev Page</DT>
13068 <DD>Show the previous page of the current attachment.
13070 <DT>Next Page</DT>
13071 <DD>Show the next page of the current attachment by pressing the space bar.
13073 <DT>Delete</DT>
13074 <DD>Mark the viewed attachment for Deletion.  The delete
13075 flag <EM>only</EM> has affect when saving the message to a folder.
13076 Attachments marked for deletion are exluded from the messsage when
13077 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13078 this Alpine session.
13080 <DT>Undelete</DT>
13081 <DD>Turn off the Delete flag for the selected attachment.
13083 <DT>Save</DT>
13084 <DD>Copy the current attachment to a file.  If you just enter
13085 a filename, the attachment will be saved with that name in
13086 your home directory 
13087 <!--chtml if pinemode="running"-->
13088 (which, in the present configuration of your system, is
13089  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13090 <!--chtml endif-->
13091 or current working directory
13092 <!--chtml if pinemode="running"-->
13093 (which, at least for your current Alpine &quot;session,&quot; 
13094 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13095 <!--chtml endif-->, depending on the
13096 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13097 configuration setting.  You may enter the full
13098 path and filename to save it in another directory instead.
13100 <DT>Export</DT>
13101 <DD>If the attachment is of
13102 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13103 copy the message to a file in the same way this command works on 
13104 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13105 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13106 defined, they may affect the contents of the exported file.)
13108 <DT>Pipe</DT>
13109 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13111 <DT>WhereIs</DT>
13112 <DD>Search the attachment for a string of letters.  If it is
13113 found, move to it.  The string can be one word or a phrase.
13114 If there are multiple occurrences, the cursor moves to the
13115 first occurrence beyond the current cursor position.
13117 <DT>Print</DT>
13118 <DD>Print the current attachment on paper.  You can select the
13119 printer or the print command via the &quot;Setup&quot; command
13120 on the MAIN MENU.
13122 <DT>Forward</DT>
13123 <DD>Forward the selected attachment as an attachment.
13124 </DL>
13126 &lt;End of help on this topic&gt;
13127 </BODY>
13128 </HTML>
13129 ============= h_journal ==============
13130 <HTML>
13131 <HEAD>
13132 <TITLE>Recent Message Journal Explained</TITLE>
13133 </HEAD>
13134 <BODY>
13136 The following commands are available on this screen:
13138 <DL>
13139 <DT>Help</DT>
13140 <DD>Show this help text
13142 <DT>Exit</DT>
13143 <DD>Exit Viewer, and go back to mail processing
13145 <DT>Prev Page</DT>
13146 <DD>Show the previous page text
13148 <DT>Next Page</DT>
13149 <DD>Show the next page of text by pressing the space bar
13151 <DT>Print</DT>
13152 <DD>Print the displayed text on paper.  You can select the
13153 printer or the print command via the &quot;Setup&quot; command
13154 on the MAIN MENU.
13156 <DT>Fwd Email</DT>
13157 <DD>Begin composition of a new mail message with the displayed
13158 text already inserted in the message body.
13160 <DT>Save</DT>
13161 <DD>Copy the displayed text to a file.  If you just enter
13162 a filename, the text will be saved with that name in
13163 your 
13164 home directory 
13165 <!--chtml if pinemode="running"-->
13166 (which, in the present configuration of your system, is
13167  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13168 <!--chtml endif-->
13169 or current working directory
13170 <!--chtml if pinemode="running"-->
13171 (which, at least for your current Alpine &quot;session,&quot; 
13172 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13173 <!--chtml endif-->, depending on the
13174 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13175 configuration setting.   You may enter the full
13176 path and filename to save it in another directory instead.
13178 <DT>WhereIs</DT>
13179 <DD>Search the text for a string of letters.  If it is
13180 found, move to it.  The string can be one word or a phrase.
13181 If there are multiple occurrences, the cursor moves to the
13182 first occurrence beyond the current cursor position.
13183 </DL>
13185 &lt;End of help on this topic&gt;
13186 </BODY>
13187 </HTML>
13188 ============= h_debugjournal ==============
13189 <HTML>
13190 <HEAD>
13191 <TITLE>Debug Journal Explained</TITLE>
13192 </HEAD>
13193 <BODY>
13195 The following commands are available on this screen:
13197 <DL>
13198 <DT>Help</DT>
13199 <DD>Show this help text
13201 <DT>Exit</DT>
13202 <DD>Exit Viewer, and go back to mail processing
13204 <DT>Timestamps</DT>
13205 <DD>Turn on or off timestamps.
13207 <DT>DebugView</DT>
13208 <DD>Set the level of debugging you want to see. The level may be any number
13209 in the range 0-9. Higher numbers show more debugging detail. Note that the
13210 debugging information has already been captured. This setting just causes the
13211 debugging information that you see to be filtered. If you set this to
13212 the number &quot;5&quot; then you will be shown all of the debugging information
13213 at levels 5 and below.
13214 It's actually a bit more complicated than that. A fixed amount of memory
13215 is used to store the debug information.
13216 Since the amount of memory used is limited the debugging information
13217 has to be trimmed back when it gets too large.
13219 <DT>Prev Page</DT>
13220 <DD>Show the previous page text
13222 <DT>Next Page</DT>
13223 <DD>Show the next page of text by pressing the space bar
13225 <DT>Print</DT>
13226 <DD>Print the displayed text on paper.  You can select the
13227 printer or the print command via the &quot;Setup&quot; command
13228 on the MAIN MENU.
13230 <DT>Fwd Email</DT>
13231 <DD>Begin composition of a new mail message with the displayed
13232 text already inserted in the message body.
13234 <DT>Save</DT>
13235 <DD>Copy the displayed text to a file.  If you just enter
13236 a filename, the text will be saved with that name in
13237 your 
13238 home directory 
13239 <!--chtml if pinemode="running"-->
13240 (which, in the present configuration of your system, is
13241  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13242 <!--chtml endif-->
13243 or current working directory
13244 <!--chtml if pinemode="running"-->
13245 (which, at least for your current Alpine &quot;session,&quot; 
13246 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13247 <!--chtml endif-->, depending on the
13248 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13249 configuration setting.   You may enter the full
13250 path and filename to save it in another directory instead.
13252 <DT>WhereIs</DT>
13253 <DD>Search the text for a string of letters.  If it is
13254 found, move to it.  The string can be one word or a phrase.
13255 If there are multiple occurrences, the cursor moves to the
13256 first occurrence beyond the current cursor position.
13257 </DL>
13259 &lt;End of help on this topic&gt;
13260 </BODY>
13261 </HTML>
13262 ============= h_simple_text_view ==============
13263 <HTML>
13264 <HEAD>
13265 <TITLE>Simple Text View Screen Explained</TITLE>
13266 </HEAD>
13267 <BODY>
13269 The following commands are available on this screen:
13271 <DL>
13272 <DT>Help</DT>
13273 <DD>Show this help text
13275 <DT>Exit</DT>
13276 <DD>Exit Viewer, and go back to mail processing
13278 <DT>Prev Page</DT>
13279 <DD>Show the previous page text
13281 <DT>Next Page</DT>
13282 <DD>Show the next page of text by pressing the space bar
13284 <DT>Print</DT>
13285 <DD>Print the displayed text on paper.  You can select the
13286 printer or the print command via the &quot;Setup&quot; command
13287 on the MAIN MENU.
13289 <DT>Fwd Email</DT>
13290 <DD>Begin composition of a new mail message with the displayed
13291 text already inserted in the message body.
13293 <DT>Save</DT>
13294 <DD>Copy the displayed text to a file.  If you just enter
13295 a filename, the attachment will be saved with that name in
13296 your 
13297 home directory 
13298 <!--chtml if pinemode="running"-->
13299 (which, in the present configuration of your system, is
13300  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13301 <!--chtml endif-->
13302 or current working directory
13303 <!--chtml if pinemode="running"-->
13304 (which, at least for your current Alpine &quot;session,&quot; 
13305 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13306 <!--chtml endif-->, depending on the
13307 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13308 configuration setting.   You may enter the full
13309 path and filename to save it in another directory instead.
13311 <DT>WhereIs</DT>
13312 <DD>Search the attachment for a string of letters.  If it is
13313 found, move to it.  The string can be one word or a phrase.
13314 If there are multiple occurrences, the cursor moves to the
13315 first occurrence beyond the current cursor position.
13316 </DL>
13318 &lt;End of help on this topic&gt;
13319 </BODY>
13320 </HTML>
13321 ======= h_pine_for_windows ========
13322 <HTML>
13323 <HEAD>
13324 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13325 </HEAD>
13326 <BODY>
13327 <H1>Getting Help In PC-Alpine</H1>
13330 PC-Alpine offers general and specific help text. From the <A
13331 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13332 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13333 specific help for that screen is available from the toolbar Help menu or
13334 with the 
13335 <!--chtml if pinemode="function_key"-->
13336 &quot;F1&quot; key.
13337 <!--chtml else-->
13338 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13339 typing &quot;?&quot; would be mistaken as entering text.
13340 <!--chtml endif-->
13343 Although this version of Alpine is for Microsoft Windows, it is not
13344 considered a full &quot;Graphical User Interface&quot; application. 
13345 Yet, many of the controls that Windows users are accustomed to seeing, 
13346 such as scrollbars and toolbars, are available.
13349 PC-Alpine offers considerable mouse support.  You can view what is
13350 &quot;click-able&quot; by dragging your mouse over any screen; when the
13351 arrow cursor changes into a hand, you found something. Mouse-click
13352 possibilities include navigating between screens and folders and
13353 double-clicking on hyperlinks to open your Web browser.
13354 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13355 screen.  Examples of right-click options include &quot;copy&quot; after
13356 selecting text to copy and &quot;View in New Window&quot; when you click
13357 on a particular message in the Message Index. The menu choices available
13358 to you will vary based upon what screen is open, where on the screen your
13359 cursor is located, and even what action you have already taken.
13362 &lt;End of help on this topic&gt;
13363 </BODY>
13364 </HTML>
13365 ===== h_composer =====
13366 <HTML>
13367 <HEAD>
13368 <TITLE>COMPOSER COMMANDS</TITLE>
13369 </HEAD>
13370 <BODY>
13371 <H1>COMPOSER COMMANDS</H1>
13373 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>
13374 &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>
13375 &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>
13376 &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>
13377 &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>
13378 &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>
13379 &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>
13380 &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>
13381 &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>
13382 &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>
13383 ---------------------------------------|&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>
13384 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>
13385 &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>
13386 &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>
13387 &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>
13390 NOTE:
13391 <OL>
13392  <LI>For help on a particular command, highlight the bold text associated
13393 with it above and hit Return.
13394  <LI> The availability of certain commands
13395 is determined by Alpine configuration files and system capabilities.
13396 At some sites, certain commands may not be available due to security or
13397 support concerns.
13398  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13399 Ctrl-&#92;, ESC.
13400  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13401 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13402 </OL>
13405 HINT: To move rapidly to the bottom of a message you are composing,
13406 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13407 with the Mark and Cut commands to eliminate large amounts of unwanted
13408 text in a Reply.
13410 <H2>Description of Composer</H2>
13412 Alpine has a built-in editing program that allows you to compose messages
13413 without having to leave Alpine.  The editor is designed to be very simple to
13414 use so that you can get started writing email right away.
13417 Messages are usually just text, about 80 columns wide.  Using upper and
13418 lower case is encouraged.  On some systems the size limit of the message
13419 is about 100,000 characters, which is about 2,000 lines.  You can include
13420 punctuation and special characters found on most keyboards, but you can't
13421 include characters with diacritical marks and certain special symbols.
13424 Text automatically wraps as you type past the end of a line so you do not
13425 have to hit return.  Using the
13426 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13427 you can also reformat text explicitly, perhaps after you have
13428 deleted some text.
13431 You can include other text files with the 
13432 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13433 which will prompt you for the name of the file to insert at the
13434 current cursor postion.
13437 <UL>
13438 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13439 </UL>
13441 &lt;End of help on this topic&gt;
13442 </BODY>
13443 </HTML>
13444 ====== h_composer_browse =====
13445 <HTML>
13446 <HEAD>
13447 <TITLE>BROWSER</TITLE>
13448 </HEAD>
13449 <BODY>
13450 <H1>BROWSER</H1>
13451 This screen lets you browse your files and directories.  To go to another 
13452 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13453 choose &quot;Select&quot; (the default choice on the menu); 
13454 or choose &quot;Goto&quot; and enter the name of the directory.
13455 <!--chtml if pinemode="os_windows"-->
13456 <!--chtml else--> 
13457 In Unix Alpine, you may use 
13458 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13459 to another's home directory.  
13460 <!--chtml endif--><P>
13461 To select a file, move the cursor to it and 
13462 choose &quot;Select&quot; (the default choice on the menu).  
13464 <UL>
13465 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13466 inclusion in the 
13467 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13468 the 
13469 &quot;----- Message Text -----&quot; line
13470 while composing, then &quot;To Files&quot;):  Since the file 
13471 selected will become part of the message text, it must be in a format 
13472 suitable for that (Alpine does not check!), such as a plain text file.
13473 Files of other formats (for example, graphics, databases, software 
13474 programs) should be 
13475 <B>attached</B> to the message instead --
13476 by moving the cursor in the COMPOSE MESSAGE screen into the 
13477 message header area and pressing 
13478 <!--chtml if pinemode="function_key"-->
13480 <!--chtml else-->
13481 Ctrl-J.
13482 <!--chtml endif--> 
13484 <P><LI>
13485 Note <B>if</B> you are currently using the BROWSER for saving a message 
13486 attachment, or exporting a message, to a file: You can use the Add command to 
13487 provide the name for a new file to save/export to, and then select that name 
13488 to use it for the save/export operation.  Back at the prompt 
13489 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13490 either Overwrite or Append (it doesn't make a difference, since the file is 
13491 so far empty).  Note: If you cancel the 
13492 operation at that point, the file created with the Add command will remain 
13493 0 bytes in size.
13495 </UL>
13496 <P><UL>
13497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13498 </UL>
13500 &lt;End of help on this topic&gt;
13501 </BODY>
13502 </HTML>
13503 ====== h_composer_ins =====
13504 <HTML>
13505 <HEAD>
13506 <TITLE>INSERT TEXT FILE</TITLE>
13507 </HEAD>
13508 <BODY>
13509 <H1>INSERT TEXT FILE</H1>
13511 Use this function to insert a text file. The file name
13512 given can be an absolute file path name for your system
13513 <!--chtml if pinemode="os_windows"-->
13514 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13515 with a relative pathname, or simply a file name without
13516 drive or directory specification.  
13517 <!--chtml else-->
13518 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13519 a file in your home directory, or a file path relative to your 
13520 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13521 your home directory or &quot;~user&quot; to refer to another
13522 account's home directory.
13523 <!--chtml endif-->
13525 No wild card characters may be used.  
13526 The file must reside on the system running Alpine.
13528 If the 
13529 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13530 feature is set, names are relative to your current working directory 
13531 <!--chtml if pinemode="running"-->
13532 (which, at least for your current Alpine &quot;session,&quot; 
13533 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13534 <!--chtml endif-->
13535 rather than your home directory
13536 <!--chtml if pinemode="running"-->
13537 (which, in the present configuration of your system, is
13538  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13539 <!--chtml endif-->
13541 <P><UL>
13542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13543 </UL>
13545 &lt;End of help on this topic&gt;
13546 </BODY>
13547 </HTML>
13548 ====== h_composer_ins_m =====
13549 <HTML>
13550 <HEAD>
13551 <TITLE>INSERT MESSAGE</TITLE>
13552 </HEAD>
13553 <BODY>
13554 <H1>INSERT MESSAGE</H1>
13556 Type in the number of a message in the currently open folder to insert it
13557 into your message.
13558 <P><UL>
13559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13560 </UL>
13562 &lt;End of help on this topic&gt;
13563 </BODY>
13564 </HTML>
13565 ====== h_composer_search =====
13566 <HTML>
13567 <HEAD>
13568 <TITLE>Explanation of Composer Whereis Command </TITLE>
13569 </HEAD>
13570 <BODY>
13571 <H1>Help For Whereis Command</H1>
13573 Whereis is used to search the message for a word or part of a word.
13574 When searching in the composer, only the message part of your mail is
13575 searched, and the cursor is put on the first occurrence appearing
13576 after the location of the cursor.  The search will wrap to the
13577 beginning of the message when it no longer finds matches in the
13578 remainder of the message.
13580 To search for the same string a second time, press 
13581 <!--chtml if pinemode="function_key"-->
13582 &quot;F6&quot;
13583 <!--chtml else-->
13584 &quot;^W&quot;
13585 <!--chtml endif-->
13586 to begin search and then just press RETURN to accept the previous
13587 search string shown in square brackets rather than entering a new
13588 search string.<P>
13590 The &quot;Search&quot; prompt has several sub-command available:
13592 <DL>
13593 <DT>Get Help</DT>
13594 <DD> Takes you to this help page.
13596 <DT>Cancel</DT>
13597 <DD> Cancels the prompt.  No search takes place.
13599 <DT>First Line</DT>
13600 <DD> Takes you back to the composer with the cursor on the first character
13601 of the first line of text.
13603 <DT>Last Line</DT>
13604 <DD> Takes you back to the composer with the cursor on the last character
13605 of the last line of text.
13607 <DT>Replace (Optional)</DT>
13608 <DD> This sub-command is enabled by the 
13609 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13610 feature (which is on by default); see its help screen for details on how replacing works.
13612 </DL>
13614 &lt;End of help on this topic&gt;
13615 </BODY>
13616 </HTML>
13617 ====== h_sigedit_search =====
13618 <HTML>
13619 <HEAD>
13620 <TITLE>Explanation of Whereis Command </TITLE>
13621 </HEAD>
13622 <BODY>
13623 <H1>Help For Whereis Command</H1>
13625 Whereis is used to search for a word or part of a word.
13626 When searching the cursor is put on the first occurrence appearing
13627 after the location of the cursor.  The search will wrap to the
13628 beginning of the signature when it no longer finds matches in the
13629 remainder of the signature.
13631 To search for the same string a second time, press 
13632 <!--chtml if pinemode="function_key"-->
13633 &quot;F6&quot;
13634 <!--chtml else-->
13635 &quot;^W&quot;
13636 <!--chtml endif-->
13637 to begin search and then just press RETURN to accept the previous
13638 search string shown in square brackets rather than entering a new
13639 search string.<P>
13641 The &quot;Search&quot; prompt has several sub-command available:
13643 <DL>
13644 <DT>Get Help</DT>
13645 <DD> Takes you to this help page.
13647 <DT>Cancel</DT>
13648 <DD> Cancels the prompt.  No search takes place.
13650 <DT>First Line</DT>
13651 <DD> Takes you back to the composer with the cursor on the first character
13652 of the first line of text.
13654 <DT>Last Line</DT>
13655 <DD> Takes you back to the composer with the cursor on the last character
13656 of the last line of text.
13658 <DT>Replace (Optional)</DT>
13659 <DD> This sub-command is enabled by the 
13660 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13661 feature (which is on by default); see its help screen for details on how replacing works.
13663 </DL>
13665 &lt;End of help on this topic&gt;
13666 </BODY>
13667 </HTML>
13668 ======= h_composer_to ====
13669 <HTML>
13670 <HEAD>
13671 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13672 </HEAD>
13673 <BODY>
13674 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13676 <H2>The &quot;To:&quot; field</H2>
13677 The address you enter here must be a valid email address that is reachable
13678 from your site. 
13680 <H2>Email Address Format</H2>
13681 You may enter a full name and email address, 
13682 <!--chtml if pinemode="os_windows"-->
13683 <!--chtml else-->
13684 a local (meaning, on the same 
13685 host as the one you are running Alpine on) username that Alpine will
13686 complete for you, 
13687 <!--chtml endif-->
13688 the nickname of someone in a 
13689 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13690 mail alias defined by your system administrator.  When you move the cursor
13691 out of this field, the nicknames will be expanded to the addresses in your
13692 address book, and the local usernames will be expanded to include the 
13693 persons' actual names.  You may enter as many addresses as you wish, but they 
13694 must be separated by commas.  You can move around this and other header fields
13695 with the arrow keys and use many of the usual composer editing keys.
13697 <UL>
13698 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13699 </UL>
13702 <H2>MESSAGE HEADER COMMANDS</H2>
13703 <!--chtml if pinemode="function_key"-->
13704 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13705 ^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>
13706 ^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>
13707 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13708 ^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>
13709 ^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>
13710 ^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>
13711 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>
13712 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>
13713 ^@&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>
13714 ----------------------------------------|<BR>
13715 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13716 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>
13717 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>
13718 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>
13719 <!--chtml else-->
13720 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13721 ^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>
13722 ^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>
13723 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13724 ^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>
13725 ^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>
13726 ^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>
13727 ^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>
13728 ^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>
13729 ^@&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>
13730 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13731 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>
13732 ^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>
13733 ^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>
13734 ^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>
13735 <!--chtml endif-->
13738 NOTE:
13739 <OL>
13740  <LI>For help on a particular command, highlight the bold text associated
13741 with it above and hit Return.
13742  <LI> The availability of certain commands 
13743 is determined by Alpine configuration files and system capabilities.
13744 At some sites, certain commands may not be available due to security or
13745 support concerns.
13746 </OL>
13749 <UL>   
13750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13751 </UL><P>
13752 &lt;End of help on this topic&gt;
13753 </BODY>
13754 </HTML>
13755 ======= h_composer_cc ====
13756 <HTML>
13757 <HEAD>
13758 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13759 </HEAD>
13760 <BODY>
13761 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13762 The Cc: field is just like the To: field, except it is used for addressees
13763 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13764 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13765 them to see the message.  The only difference the recipients see is that their 
13766 name is in the Cc: field, rather than the To: field.
13768 For help with Cc: field editing
13769 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13771 <UL>
13772 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13773 </UL>
13775 <UL>   
13776 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13777 </UL><P>
13778 &lt;End of help on this topic&gt;
13779 </BODY>
13780 </HTML>
13781 ======= h_composer_bcc ====
13782 <HTML>
13783 <HEAD>
13784 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13785 </HEAD>
13786 <BODY>
13787 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13788 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13789 a copy of the message to one or more people whose addresses you do not
13790 wish disclosed, either to reduce clutter or for confidentiality.
13792 The format of the Bcc: field is just the same as the To: and Cc: fields in
13793 the way the addresses are entered.  The recipients listed here will
13794 receive a copy of the message, but --assuming your site's mail transport
13795 software is properly configured-- their addresses will not show up in the
13796 headers of the message, as delivered to all of the recipients.  The To:
13797 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13799 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13800 will automatically generate and place in the To: field a pseudo-address of 
13801   &quot;undisclosed-recipients: ;&quot;
13802 or whatever string has been specified in the 
13803 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13804 variable.
13806 The reason for this is to avoid embarrassment caused by some Internet
13807 mail transfer software that interprets a &quot;missing&quot; To: header as 
13808 an error and replaces it with an Apparently-to: header that may contain
13809 the addresses you entered on the Bcc: line.  In addition, it may be
13810 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13812 You can manipulate what text ends up on the (originally) empty To:
13813 field.  Just remember to put a colon and semicolon at the end of the
13814 field, which is a special notation denoting that it is not a real address.
13816 For information on message header editing
13817 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13819 <UL>
13820 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13821 </UL>
13823 <UL>   
13824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13825 </UL><P>
13826 &lt;End of help on this topic&gt;
13827 </BODY>
13828 </HTML>
13829 ======= h_composer_lcc ====
13830 <HTML>
13831 <HEAD>
13832 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13833 </HEAD>
13834 <BODY>
13835 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13836 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13837 you wish to send a message to a list of people but avoid having all
13838 of their addresses visible, in order to reduce clutter when the
13839 message is received.
13841 It is similar to the 
13842 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13843 in that individual
13844 addressees are hidden, but Lcc is designed to work specifically with
13845 distribution lists you have created in your 
13846 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13847 the nickname of the list on the Lcc line will result in the full name of
13848 your Alpine Address Book list being placed on the To: line of the message,
13849 using a special notation that distinguishes it from a real address. You
13850 must leave the To: line blank for your list name to appear there.
13852 For example, if you have this list entered in your Address Book:<PRE>
13854         largo         Key Largo List       DISTRIBUTION LIST:
13855                                            bogie@mgm.com
13856                                            lauren@mgm.com
13857                                            walter@mgm.com</PRE>
13860 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13861 the result is:<PRE>
13863         To      : Key Largo List: ;
13864         Cc      :
13865         Bcc     :
13866         Fcc     : sent-mail
13867         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13868                   lauren@mgm.com,
13869                   walter@mgm.com
13870         Subject :</PRE>
13872 Each recipient listed on the Lcc: line receives a copy of the message
13873 without their address being visible (as though they were listed on the
13874 Bcc: line). The colon-semicolon notation used to put the full-name of the
13875 list on the To: line is a special address format that doesn't specify any
13876 actual addressees, but does give some information to the recipients of the
13877 message.
13879 Note: if after entering an LCC, you delete the list name that is placed
13880 on the To: line, then recipients will see <PRE>
13881        To: undisclosed-recipients: ;</PRE>
13883 (or whatever string is defined in the 
13884 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13885 variable) just as in the BCC case. 
13887 For help with Lcc: field editing
13888 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13890 <UL>
13891 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13892 </UL>
13894 <UL>   
13895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13896 </UL><P>
13897 &lt;End of help on this topic&gt;
13898 </BODY>
13899 </HTML>
13900 ======= h_composer_from =======
13901 <HTML>
13902 <HEAD>
13903 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13904 </HEAD>
13905 <BODY>
13906 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13908 This header carries your return address.  It is the address toward which
13909 replies (and often, future unrelated correspondence) will be directed,
13910 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13911 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13912 sure this address is correct.
13914 For help with message header editing
13915 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13917 <UL>
13918 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13919 </UL>
13921 <UL>   
13922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13923 </UL><P>
13924 &lt;End of help on this topic&gt;
13925 </BODY>
13926 </HTML>
13927 ======= h_composer_reply_to =======
13928 <HTML>
13929 <HEAD>
13930 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13931 </HEAD>
13932 <BODY>
13933 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13935 Most people should not need this header. The Reply-To: header is used in
13936 cases where you would like replies to your messages to be directed to an
13937 address other than your normal &quot;From:&quot; address.  This is atypical, 
13938 but can happen when you use multiple machines and do not have the same account
13939 name on each one, or when you wish to direct certain replies to accounts
13940 or folders designated for specific classes of correspondence.
13942 For help with message header editing
13943 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13945 <UL>
13946 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13947 </UL>
13950 <UL>   
13951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13952 </UL><P>
13953 &lt;End of help on this topic&gt;
13954 </BODY>
13955 </HTML>
13956 ======= h_composer_custom_addr ====
13957 <HTML>
13958 <HEAD>
13959 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13960 </HEAD>
13961 <BODY>
13962 <H1>CUSTOMIZED HEADER FIELD</H1>
13963 This is a customized header, i.e. not one that is part of Alpine's normal
13964 set of Compose headers.
13966 For help with message header editing
13967 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13969 <UL>
13970 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13971 </UL>
13973 <UL>   
13974 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13975 </UL><P>
13976 &lt;End of help on this topic&gt;
13977 </BODY>
13978 </HTML>
13979 ======= h_composer_custom_free ====
13980 <HTML>
13981 <HEAD>
13982 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13983 </HEAD>
13984 <BODY>
13985 <H1>CUSTOMIZED HEADER FIELD</H1>
13986 This is a customized header, i.e. not one that is part of Alpine's normal
13987 set of Compose headers.
13989 This field consists of arbitrary text.
13991 For help with message header editing
13992 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13994 <UL>   
13995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13996 </UL><P>
13997 &lt;End of help on this topic&gt;
13998 </BODY>
13999 </HTML>
14000 ====== h_composer_news =====
14001 <HTML>
14002 <HEAD>
14003 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14004 </HEAD>
14005 <BODY>
14006 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14007 Use the newsgroups line to specify any and all USENET newsgroups to which
14008 your message should be posted.  When composing a message from scratch, this
14009 line may be hidden.  If so, just press the rich headers command
14010 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14011 to make it visible.
14013 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14014 people will be reading your message.  Also, you or your system manager
14015 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14016 in order for you to be able to post.
14018 For help with message header editing
14019 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14020 <P><UL>
14021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14022 </UL>
14024 &lt;End of help on this topic&gt;
14025 </BODY>
14026 </HTML>
14027 ======= h_composer_fcc ====
14028 <HTML>
14029 <HEADER>
14030 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14031 </HEADER>
14032 <BODY>
14033 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14034 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14035 each outgoing message.  The default value can be configured with the
14036 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14037 the file carbon copy on any message you send by editing the FCC header.<p>
14039 You may type ^T to get a list of all your folders and select one to use as
14040 the FCC for this message.<P>
14042 For help with message header editing
14043 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14045 <UL>   
14046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14047 </UL><P>
14048 &lt;End of help on this topic&gt;
14049 </BODY>
14050 </HTML>
14051 ======= h_composer_subject ====
14052 <HTML>
14053 <HEADER>
14054 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14055 </HEADER>
14056 <BODY>
14057 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14059 The subject header provides a place to enter a few words that summarize
14060 the topic of the message you are sending.  You may leave this line blank,
14061 but it is considered a courtesy to use a meaningful subject.<p>
14063 For help with message header editing
14064 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14066 <UL>   
14067 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14068 </UL><P>
14069 &lt;End of help on this topic&gt;
14070 </BODY>
14071 </HTML>
14072 ======= h_composer_attachment ====
14073 <HTML>
14074 <HEAD>
14075 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14076 </HEAD>
14077 <BODY>
14078 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14080 The &quot;Attchmnt:&quot; field is where you specify what file or
14081 files you'd like attached to
14082 the message you are composing.  Those files must reside on the machine
14083 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14084 account on a Unix machine, you'll have to transfer it before attaching it.
14085 Contact local computer support people for assistance with transferring.
14088 The file name
14089 given can be an absolute file path name for your system
14090 <!--chtml if pinemode="os_windows"-->
14091 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14092 with a relative pathname, or simply a file name without
14093 drive or directory specification.  
14094 <!--chtml else-->
14095 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14096 a file in your home directory, or a file path relative to your 
14097 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14098 your home directory or &quot;~user&quot; to refer to another
14099 account's home directory.
14100 <!--chtml endif--><P>
14101 No wild card characters may be used.
14102 <P>If the 
14103 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14104 feature is set, names are relative to your current working directory 
14105 <!--chtml if pinemode="running"-->
14106 (which, at least for your current Alpine &quot;session,&quot; 
14107 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14108 <!--chtml endif-->
14109 rather than your home directory
14110 <!--chtml if pinemode="running"-->
14111 (which, in the present configuration of your system, is
14112  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14113 <!--chtml endif-->
14116 Alpine uses MIME encoding for attachments, so binaries and files of any
14117 length can safely be delivered to any MIME-capable mail reading program.
14118 If you send an attachment to someone who does not have a MIME-capable mail
14119 reading program yet, then the main message text will be readable, but
14120 attachments (even attachments that are just plain text) are not.
14123 Typing the filename on the Attchmnt: line achieves the same
14124 result as using the 
14125 <!--chtml if pinemode="function_key"-->
14127 <!--chtml else-->
14128 Ctrl-J
14129 <!--chtml endif--> command.
14132 If you Forward a message with attachments, you may delete them from your
14133 Forwarded message by editing the Attchmnt header line.
14136 For help with message header editing
14137 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14139 <UL>   
14140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14141 </UL><P>
14142 &lt;End of help on this topic&gt;
14143 </BODY>
14144 </HTML>
14145 ======= h_composer_ctrl_j ====
14146 <HTML>
14147 <HEAD>
14148 <TITLE>COMPOSER ATTACH</TITLE>
14149 </HEAD>
14150 <BODY>
14151 After the
14152 <!--chtml if pinemode="function_key"-->
14154 <!--chtml else-->
14155 Ctrl-J
14156 <!--chtml endif--> command:
14157 At the &quot;File to attach:&quot; prompt, enter the name of the 
14158 existing file to attach to your message.  
14159 When the feature
14160 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14161 is set
14162 you need only enter the beginning of the filename (enough of it to uniquely 
14163 identify the file) and press TAB to complete it.
14165 Or, press ^T to use the BROWSER screen for 
14166 selecting the file.  <P>
14167 For more information on attaching files, see the help screen for the 
14168 composer's 
14169 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14170 but can be revealed using the 
14171 <!--chtml if pinemode="function_key"-->
14173 <!--chtml else-->
14174 Ctrl-R
14175 <!--chtml endif--> 
14176 command with the cursor positioned above the
14177 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14179 &lt;End of help on this topic&gt;
14180 </BODY>
14181 </HTML>
14182 ======= h_edit_nav_cmds =========
14183 <HTML>
14184 <HEAD>
14185 <TITLE>Composer Editing Commands Explained</TITLE>
14186 </HEAD>
14187 <BODY>
14188 <H1>EDITING and NAVIGATION COMMANDS</H1>
14189 <!--chtml if pinemode="function_key"-->
14190 <PRE>
14191 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14192 ^B (Left Arrow)    Back character       | ^D       Delete current character
14193 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14194 ^P (Up Arrow)      Previous line        |
14195 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14196 ^A                 Beginning of line    |            delete current line
14197 ^E                 End of line          | F10      Undelete line(s)
14198 F7                 Previous page        |
14199 F8                 Next page            |-------------------------------------
14200 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14201 ----------------------------------------|
14202 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14203 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14204 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14205 </PRE>
14206 <!--chtml else-->
14207 <PRE>
14208 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14209 ^B (Left Arrow)    Back character       | ^D       Delete current character
14210 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14211 ^P (Up Arrow)      Previous line        |
14212 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14213 ^A                 Beginning of line    |            delete current line
14214 ^E                 End of line          | ^U       Undelete line(s)
14215 ^Y                 Previous page        |
14216 ^V                 Next page            |-------------------------------------
14217 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14218 ----------------------------------------|
14219 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14220 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14221 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14222 </PRE>
14223 <!--chtml endif-->
14224 &lt;End of help on this topic&gt;
14225 </BODY>
14226 </HTML>
14227 ===== h_composer_sigedit =====
14228 <HTML>
14229 <HEAD>
14230 <TITLE>Signature Editor Commands Explained</TITLE>
14231 </HEAD>
14232 <BODY>
14233 <H1>SIGNATURE EDITOR COMMANDS</H1>
14234 <!--chtml if pinemode="function_key"-->
14235 <PRE>
14236 CURSOR MOTION KEYS                     |EDITING KEYS
14237   ^B (Left Arrow)   Back character     | ^D       Delete current character
14238   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14239   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14240   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14241   ^A                Beginning of line  |           delete current line
14242   ^E                End of line        | F10       Paste text, undelete lines
14243   F7                Previous page      |           cut with ^K, or unjustify
14244   F8                Next page          |-------------------------------------
14245   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14246 ---------------------------------------| F6       Whereis (search for string)
14247 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14248  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14249                  |  ^Z    Suspend      | ^L       Redraw Screen
14250  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14251 </PRE>
14252 <!--chtml else-->
14253 <PRE>
14254 CURSOR MOTION KEYS                     |EDITING KEYS
14255   ^B (Left Arrow)   Back character     | ^D       Delete current character
14256   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14257   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14258   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14259   ^A                Beginning of line  |           delete current line
14260   ^E                End of line        | ^U        Paste text, undelete lines
14261   ^Y                Previous page      |           cut with ^K, or unjustify
14262   ^V                Next page          |-------------------------------------
14263   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14264 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14265 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14266  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14267                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14268  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14269 </PRE>
14270 <!--chtml endif-->
14272 NOTE: The presence or absence of the following commands is determined
14273 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14274 some of these commands may be administratively disabled by your system
14275 manager; if they don't work, please check with your local help desk
14276 before reporting a bug.
14278 <UL>
14279  <LI>Suspend (suspends Alpine and gives a system prompt)
14280  <LI>Alternate editor (allows you to compose with your own editor)
14281 </UL>
14284 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14285 Ctrl-&#92;, ESC
14288 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14289 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14291 &lt;End of help on this topic&gt;
14292 </BODY>
14293 </HTML>
14294 ===== h_composer_commentedit =====
14295 <HTML>
14296 <HEAD>
14297 <TITLE>Comment Editor Commands Explained</TITLE>
14298 </HEAD>
14299 <BODY>
14300 <H1>COMMENT EDITOR COMMANDS</H1>
14301 <!--chtml if pinemode="function_key"-->
14302 <PRE>
14303 CURSOR MOTION KEYS                     |EDITING KEYS
14304   ^B (Left Arrow)   Back character     | ^D       Delete current character
14305   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14306   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14307   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14308   ^A                Beginning of line  |           delete current line
14309   ^E                End of line        | F10       Paste text, undelete lines
14310   F7                Previous page      |           cut with ^K, or unjustify
14311   F8                Next page          |-------------------------------------
14312   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14313 ---------------------------------------| F6       Whereis (search for string)
14314 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14315  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14316                  |  ^Z    Suspend      | ^L       Redraw Screen
14317  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14318 </PRE>
14319 <!--chtml else-->
14320 <PRE>
14321 CURSOR MOTION KEYS                     |EDITING KEYS
14322   ^B (Left Arrow)   Back character     | ^D       Delete current character
14323   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14324   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14325   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14326   ^A                Beginning of line  |           delete current line
14327   ^E                End of line        | ^U        Paste text, undelete lines
14328   ^Y                Previous page      |           cut with ^K, or unjustify
14329   ^V                Next page          |-------------------------------------
14330   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14331 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14332 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14333  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14334                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14335  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14336 </PRE>
14337 <!--chtml endif-->
14339 NOTE: The presence or absence of the following commands is determined
14340 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14341 some of these commands may be administratively disabled by your system
14342 manager; if they don't work, please check with your local help desk
14343 before reporting a bug.
14345 <UL>
14346  <LI>Suspend (suspends Alpine and gives a system prompt)
14347  <LI>Alternate editor (allows you to compose with your own editor)
14348 </UL>
14351 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14352 Ctrl-&#92;, ESC
14355 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14356 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14358 &lt;End of help on this topic&gt;
14359 </BODY>
14360 </HTML>
14361 ======= h_composer_abook_nick =======
14362 <HTML>
14363 <HEAD>
14364 <TITLE>Addressbook Nickname Explained</TITLE>
14365 </HEAD>
14366 <BODY>
14367 This is a short nickname for this address book entry.  If it is used in
14368 place of an address from the composer, the composer will fill in the
14369 address(es) for the entry that matches the nickname. 
14372 Look <A HREF="h_edit_nav_cmds">here</A>
14373 to see the available Editing and Navigation commands.
14375 &lt;End of help on this topic&gt;
14376 </BODY>
14377 </HTML>
14378 ======= h_composer_abook_full =======
14379 <HTML>
14380 <HEAD>
14381 <TITLE>Addressbook Fullname Explained</TITLE>
14382 </HEAD>
14383 <BODY>
14384 This is the full name field for this entry.  If this is going to be a
14385 distribution list (more than one address), it should be a descriptive
14386 phrase describing the list.  It will be included in the mail header if you
14387 put the list in the To: or CC: field, or in the To: line if you put the
14388 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14389 leave any of the other fields blank, too). If this address book entry is
14390 going to be a simple entry with just one address, then this field is the
14391 person's name. When you send mail to this entry, this is the field to the
14392 left of the brackets. That is, it is the most readable part of the 
14393 address. For example, in the sample address:
14394 <PRE>
14395        John Doe &lt;jdoe@some.domain&gt;
14396 </PRE>
14397 "John Doe" is the full name field. If you are sorting your address book
14398 with one of the options that uses full names, then it might be useful to
14399 enter the full name as "Last, First", for example:
14400 <PRE>
14401        Doe, John
14402 </PRE>
14403 so that it will be sorted using Doe instead of John. This will be changed
14404 back into John Doe when you use it.
14406 Look <A HREF="h_edit_nav_cmds">here</A>
14407 to see the available Editing and Navigation commands.
14409 &lt;End of help on this topic&gt;
14410 </BODY>
14411 </HTML>
14412 ======= h_composer_abook_fcc =======
14413 <HTML>
14414 <HEAD>
14415 <TITLE>Addressbook Fcc Explained</TITLE>
14416 </HEAD>
14417 <BODY>
14418 If this entry is the first one in the To: line of an outgoing message,
14419 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14420 you would normally get (which depends on which
14421 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14422 you've chosen). 
14424 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14425 that you don't want any Fcc associated with this entry.
14427 Look <A HREF="h_edit_nav_cmds">here</A>
14428 to see the available Editing and Navigation commands.
14430 &lt;End of help on this topic&gt;
14431 </BODY>
14432 </HTML>
14433 ====== h_config_combined_abook_display =====
14434 <HTML>
14435 <HEAD>
14436 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14437 </HEAD>
14438 <BODY>
14439 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14441 This feature affects the address book display screens.
14442 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14443 will cause the remaining address books and directory servers to disappear
14444 from the screen, leaving only the entries of the expanded address book.
14445 If this feature is set, then the other address books will remain on the screen,
14446 so that all of the address books can be present at once.
14449 The way that commands work won't be changed.
14450 For example, the Select All command will select all of the entries in the
14451 current address book, not all of the entries in all of the address books.
14452 The WhereIs command will change a little.
14453 It will search through all of the text on the screen plus all of the entries
14454 from expanded address books.
14457 When this feature is set, the setting of the feature
14458 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14459 has an effect.
14461 &lt;End of help on this topic&gt;
14462 </BODY>
14463 </HTML>
14464 ====== h_config_titlebar_color_style =====
14465 <HTML>
14466 <HEAD>
14467 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14468 </HEAD>
14469 <BODY>
14470 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14472 This option affects the colors used to display the titlebar (the top
14473 line on the screen) when viewing a message.
14476 The available options include:
14479 <DL>
14480 <DT>default</DT>
14481 <DD>The color of the titlebar will be the color you set for the
14482 <A HREF="h_config_title_color">Title Color</A>.
14483 The Title Color may be set by using the
14484 <A HREF="h_color_setup">Setup Kolor</A> screen.
14485 </DD>
14487 <DT>indexline</DT>
14488 <DD>The color of the titlebar will be the same as the color of the
14489 index line corresponding to the message being viewed.
14490 The rules that determine what color the index line will be may be set
14491 up by going to the Setup/Rules/Indexcolor screen.
14492 If the index line for a message is not colored explicitly by the
14493 Indexcolor rules, then the titlebar will be colored the same as for
14494 the &quot;default&quot; option above (which is not the same color that
14495 the index line itself will have).
14496 </DD>
14498 <DT>reverse-indexline</DT>
14499 <DD>This is similar to the &quot;indexline&quot; option except the
14500 foreground and background colors from the corresponding index line will
14501 be reversed.
14502 For example, if the index line color is red letters on a white background,
14503 then the titlebar will be white letters on a red background.
14504 If the index line for a message is not colored explicitly by the
14505 Indexcolor rules, then the titlebar will be colored the same as for
14506 the &quot;default&quot; option above (which is not the same color that
14507 the index line itself will have).
14508 </DD>
14509 </DL>
14513 <UL>   
14514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14515 </UL><P>
14516 &lt;End of help on this topic&gt;
14517 </BODY>
14518 </HTML>
14519 ====== h_config_index_color_style =====
14520 <HTML>
14521 <HEAD>
14522 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14523 </HEAD>
14524 <BODY>
14525 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14527 This option affects the colors used to display the current line in the
14528 MESSAGE INDEX screen.
14529 If you do not have Index Color Rules defined, then this option will
14530 have no effect in the index.
14531 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14533 If the option
14534 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14535 is turned on and the
14536 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14537 is set to something other than the default, then
14538 this option also affects the color used to display the current folder
14539 in the Incoming FOLDER LIST screen.
14542 The available options include:
14545 <DL>
14546 <DT>flip-colors</DT>
14547 <DD>This is the default.
14548 If an index line is colored because it matches one of your
14549 Index Color Rules, then its colors will be reversed when it is the currently
14550 highlighted line.
14551 For example, if the line is normally red text on a blue background, then
14552 when it is the current line it will be drawn as blue text on a red background.
14554 The rest of the option values all revert to this flip-colors behavior if
14555 there is no Reverse Color defined.
14556 </DD>
14558 <DT>reverse</DT>
14559 <DD>With this option the Reverse color is always used to highlight the
14560 current line.
14561 </DD>
14563 <DT>reverse-fg</DT>
14564 <DD>The foreground part of the Reverse Color is used to highlight
14565 the current line.
14566 If this would cause the text to be unreadable (because the foreground and
14567 background colors are the same) or if it would cause no change in the
14568 color of the index line, then the colors are flipped instead.
14570 Some people think this works particularly well if you use different
14571 background colors to emphasize &quot;interesting&quot; lines,
14572 but always with the same Normal foreground color,
14573 and you use a different foreground color for the Reverse Color.
14574 </DD>
14576 <DT>reverse-fg-no-ambiguity</DT>
14577 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14578 the resulting color will be exactly the same as the regular Reverse
14579 Color.
14580 That can lead to some possible confusion because an
14581 &quot;interesting&quot;
14582 line that is the current line will be displayed exactly the same as a
14583 non-interesting line that is current.
14584 You can't tell whether the line is just a regular current line or if it is
14585 an &quot;interesting&quot; current line by looking at the color.
14586 Setting the option to this value removes that ambiguity.
14587 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14588 interesting current line would look just like a non-interesting current line.
14589 In that case, the interesting line's colors are simply flipped (like in the
14590 default behavior).
14592 As an alternative way to preserve the line's interestingness in this case,
14593 you may find that using both a different foreground and a different
14594 background color for the interesting line will help.
14595 </DD>
14597 <DT>reverse-bg</DT>
14598 <DD>The background part of the Reverse Color is used to highlight
14599 the current line.
14600 If this would cause the text to be unreadable (because the foreground and
14601 background colors are the same) or if it would cause no change in the
14602 color of the index line, then the colors are flipped instead.
14604 Some people think this works particularly well if you use different
14605 foreground colors to emphasize &quot;interesting&quot; lines,
14606 but always with the same Normal background color,
14607 and you use a different background color for the Reverse Color.
14608 </DD>
14610 <DT>reverse-bg-no-ambiguity</DT>
14611 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14612 rule may also result in a color that is exactly the same as the regular
14613 Reverse Color.
14614 Setting the option to this value removes that ambiguity.
14615 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14616 current line has the same color as the Reverse Color.
14617 In that case, the interesting line's colors are simply flipped (like in the
14618 default behavior).
14619 </DD>
14620 </DL>
14624 <UL>   
14625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14626 </UL><P>
14627 &lt;End of help on this topic&gt;
14628 </BODY>
14629 </HTML>
14630 ====== h_config_expanded_addrbooks =====
14631 <HTML>
14632 <HEAD>
14633 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14634 </HEAD>
14635 <BODY>
14636 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14638 If multiple address books (either personal or global) are defined, and you
14639 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14640 screen, then set this feature. This feature will have no effect unless the
14641 feature
14642 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14643 is also set.
14645 &lt;End of help on this topic&gt;
14646 </BODY>
14647 </HTML>
14648 ====== h_config_combined_folder_display =====
14649 <HTML>
14650 <HEAD>
14651 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14652 </HEAD>
14653 <BODY>
14654 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14656 This feature affects the folder list display screens.
14657 Normally, each folder list is viewed within its collection only.  This
14658 command allows folder lists to be viewed within a single screen that
14659 combines the contents of all collections.
14662 The way that commands work won't be changed.
14663 For example, the Select All command will select all of the folders in the
14664 current collection, not all of the entries in all of the collections.
14665 The WhereIs command will change a little.
14666 It will search through all of the folders in the current collection as well
14667 as all the folder in any other expanded collection.
14670 When this feature is set, the setting of the feature
14671 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14672 has an effect.
14674 &lt;End of help on this topic&gt;
14675 </BODY>
14676 </HTML>
14677 ====== h_config_combined_subdir_display =====
14678 <HTML>
14679 <HEAD>
14680 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14681 </HEAD>
14682 <BODY>
14683 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14685 This feature affects the Folder List screen when
14687 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14688 feature is enabled.  Normally, selecting a directory from the Folder
14689 List takes you into a new screen displaying only the contents of
14690 that directory.
14693 Enabling this feature will cause the contents of the selected
14694 directory to be
14695 displayed within the boundaries of the &quot;Collection&quot; it
14696 is a part of.  All previously displayed collections will remain
14697 in the screen.
14700 The way that commands work won't be changed.
14701 For example, the Select All command will select all of the folders in the
14702 directory, as opposed to all of the entries in all of the collections.
14703 The WhereIs command will change a little.
14704 It will search through all of the folders in the current collection as well
14705 as all the folder in any other expanded collection.
14708 &lt;End of help on this topic&gt;
14709 </BODY>
14710 </HTML>
14711 ====== h_config_separate_fold_dir_view =====
14712 <HTML>
14713 <HEAD>
14714 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14715 </HEAD>
14716 <BODY>
14717 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14719 This feature affects folder collections wherein a folder
14720 and directory can have the same name.  By default, Alpine displays them
14721 only once, denoting that it is both a folder and directory by appending
14722 the folder name with the hierarchy character enclosed
14723 in square brackets.
14727 Enabling this feature will cause Alpine to display such names
14728 separately marking the name representing a directory with a trailing
14729 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14732 The feature also alters the command set slightly.  By default, the
14733 right-arrow descends into the directory, while hitting the Return key will
14734 cause the folder by that name to be opened.
14737 With this feature set, the Return key will open the highlighted folder, or
14738 enter the highlighted directory.
14741 &lt;End of help on this topic&gt;
14742 </BODY>
14743 </HTML>
14744 ====== h_config_expanded_folders =====
14745 <HTML>
14746 <HEAD>
14747 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14748 </HEAD>
14749 <BODY>
14750 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14752 If multiple folder collections are defined, and you
14753 wish to have them all expanded implicitly upon entering the FOLDER LIST
14754 screen, then set this feature. This feature will have no effect unless the
14755 feature
14756 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14757 is also set.
14759 &lt;End of help on this topic&gt;
14760 </BODY>
14761 </HTML>
14762 ======= h_config_ldap_server =======
14763 <HTML>
14764 <HEAD>
14765 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14766 </HEAD>
14767 <BODY>
14768 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14769 This is the name of the host where an LDAP server is running.
14770 For redundancy, this may be a space-delimited set of server names, in which
14771 case the first server that answers is used.
14772 Each of the server names may be optionally followed by
14773 a colon and a port number.
14774 If this form is used then the port number configured below in the
14775 <EM>port</EM> field is not used.
14777 To find out whether your organization has its own LDAP server, 
14778 contact its computing support staff.
14779 <P><UL>
14780 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14781 </UL>
14783 &lt;End of help on this topic&gt;
14784 </BODY>
14785 </HTML>
14786 ======= h_config_ldap_base =======
14787 <HTML>
14788 <HEAD>
14789 <TITLE>LDAP OPTION: Search-Base</TITLE>
14790 </HEAD>
14791 <BODY>
14792 <H1>LDAP OPTION: Search-Base</H1>
14794 This is the search base to be used on this server.  It functions as a filter 
14795 by restricting your searches in the LDAP server database
14796 to the specified contents of the specified fields.  Without it, searches 
14797 submitted to this directory server may fail.  It might be something
14798 like:
14800 <PRE>
14801       O = &lt;Your Organization Name&gt;, C = US
14802 </PRE>
14803 or it might be blank.  
14804 (Some LDAP servers actually ignore anything specified here.)
14806 If in doubt what parameters you should specify here, 
14807 contact the maintainers of the LDAP server.
14808 <P><UL>
14809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14810 </UL>
14812 &lt;End of help on this topic&gt;
14813 </BODY>
14814 </HTML>
14815 ======= h_config_ldap_port =======
14816 <HTML>
14817 <HEAD>
14818 <TITLE>LDAP OPTION: Port</TITLE>
14819 </HEAD>
14820 <BODY>
14821 <H1>LDAP OPTION: Port</H1>
14823 This is the TCP port number to be used with this LDAP server. If you leave
14824 this blank port 389 will be used.
14826 &lt;End of help on this topic&gt;
14827 </BODY>
14828 </HTML>
14829 ======= h_config_ldap_nick =======
14830 <HTML>
14831 <HEAD>
14832 <TITLE>LDAP OPTION: Nickname</TITLE>
14833 </HEAD>
14834 <BODY>
14835 <H1>LDAP OPTION: Nickname</H1>
14837 This is a nickname to be used in displays. If you don't supply a
14838 nickname the server name
14839 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14840 will be used instead.  This option is strictly for your convenience.
14842 &lt;End of help on this topic&gt;
14843 </BODY>
14844 </HTML>
14845 ======= h_config_ldap_binddn =======
14846 <HTML>
14847 <HEAD>
14848 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14849 </HEAD>
14850 <BODY>
14851 <H1>LDAP OPTION: Bind-DN</H1>
14853 You may need to authenticate to the LDAP server before you are able to use it.
14854 This is the Distinguished Name to bind to when authenticating to this server.
14855 Try leaving this blank until you know you need it.
14857 Alpine only knows about LDAP Simple authentication.
14858 It does not attempt LDAP SASL authentication.
14859 The DN and password will be sent in the clear unless TLS encryption is
14860 being used on this connection.
14861 Because of this, you may want to set the LDAP feature
14862 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14863 or the feature
14864 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14865 if you are going to be providing a password.
14866 <P><UL>
14867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14868 </UL>
14870 &lt;End of help on this topic&gt;
14871 </BODY>
14872 </HTML>
14873 ======= h_config_ldap_opts_impl =======
14874 <HTML>
14875 <HEAD>
14876 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14877 </HEAD>
14878 <BODY>
14879 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14881 Set this to have lookups done to this server implicitly from the composer.
14882 If an address doesn't look like a fully-qualified address, it will be looked
14883 up in your address books, and if it doesn't match a nickname there, then it
14884 will be looked up on the LDAP servers that have this feature set.
14885 The lookups will also be done when using the address completion feature
14886 (TAB command) in the composer if any of the serves have this feature set.
14887 Also see the LDAP feature
14888 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14889 and the Setup/Config feature
14890 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14892 &lt;End of help on this topic&gt;
14893 </BODY>
14894 </HTML>
14895 ======= h_config_ldap_opts_tls =======
14896 <HTML>
14897 <HEAD>
14898 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14899 </HEAD>
14900 <BODY>
14901 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14903 When connecting to this server Alpine will attempt to use TLS encryption
14904 on the connection.
14905 Also see the closely related feature
14906 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14908 Note that if this option is set, then 
14909 <A HREF="h_config_ldap_opts_ldaps">
14910 &quot;Require-LDAPS-On-Connection&quot;</A>
14911 can not be enabled for this server. You must disable this feature in
14912 order to use 
14913 <A HREF="h_config_ldap_opts_ldaps">
14914 &quot;Require-LDAPS-On-Connection&quot;</A>
14916 &lt;End of help on this topic&gt;
14917 </BODY>
14918 </HTML>
14919 ======= h_config_ldap_opts_tlsmust =======
14920 <HTML>
14921 <HEAD>
14922 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14923 </HEAD>
14924 <BODY>
14925 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14927 When connecting to this server Alpine will attempt to use TLS encryption
14928 on the connection.
14929 If the StartTLS operation fails then the connection will not be used.
14931 Note that if this option is set, then 
14932 <A HREF="h_config_ldap_opts_ldaps">
14933 &quot;Require-LDAPS-On-Connection&quot;</A>
14934 can not be enabled for this server. You must disable this feature in
14935 order to use 
14936 <A HREF="h_config_ldap_opts_ldaps">
14937 &quot;Require-LDAPS-On-Connection&quot;</A>
14939 &lt;End of help on this topic&gt;
14940 </BODY>
14941 </HTML>
14942 ======= h_config_ldap_opts_ldaps =======
14943 <HTML>
14944 <HEAD>
14945 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
14946 </HEAD>
14947 <BODY>
14948 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
14950 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
14951 on the connection.
14953 This feature can not be used along with 
14954 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14955  or
14956 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
14957 If you want to connect using StartTLS to this server, you must disable
14958 this feature first.
14960 &lt;End of help on this topic&gt;
14961 </BODY>
14962 </HTML>
14963 ====== h_config_ldap_opts_rhs =====
14964 <HTML>
14965 <HEAD>
14966 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14967 </HEAD>
14968 <BODY>
14969 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14971 Normally implicit LDAP lookups from the composer are done only for the
14972 strings you type in from the composer screen. In other words, you type in
14973 something in the To or CC field and press return, then the string is looked up.
14974 First that string is looked up in your address books. If a match is found
14975 there, then the results of that match are looked up again. If you place
14976 a string in your address book that you want to have looked up on the LDAP
14977 directory server, you need to turn on this feature. If you set this feature
14978 for a server, you almost always will also want to set the
14979 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14980 feature. An example might serve to best illustrate this feature.
14982 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14983 entry with an
14984 address of pres@whitehouse.gov, then you might put an entry in your address
14985 book that looks like:
14987 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14988 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14990 Now, when you type &quot;bill&quot; into an
14991 address field in the composer Alpine will
14992 find the &quot;bill&quot; entry in your address book.
14993 It will replace &quot;bill&quot; with
14994 &quot;William Clinton&quot;.
14995 It will then search for an entry with that nickname
14996 in your address book and not find one. If this feature
14997 is set, Alpine will then attempt to lookup
14998 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14999 pres@whitehouse.gov.
15001 A better way to accomplish the same thing is probably to use the feature
15002 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15004 &lt;End of help on this topic&gt;
15005 </BODY>
15006 </HTML>
15007 ====== h_config_ldap_opts_ref =====
15008 <HTML>
15009 <HEAD>
15010 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15011 </HEAD>
15012 <BODY>
15013 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15015 Normally when you save the results of an LDAP directory lookup to your
15016 address book the results of the lookup are saved. If this feature is set
15017 and the entry being saved was found on this directory server, then the
15018 search criteria is saved instead of the results of the search. When this
15019 address book entry is used in the future, instead of copying the results
15020 from the address book the directory lookup will be done again. This could
15021 be useful if the copied result might become stale because the data on
15022 the directory server changes (for example, the entry's email address changes).
15023 You probably don't want to set this feature if the server is at all slow or
15024 unreliable.
15026 The way this actually works is that instead of saving the email address
15027 in your address book, Alpine saves enough information to look up the same
15028 directory entry again. In particular, it saves the server name and the
15029 distinguished name of the entry. It's possible that the server administrators
15030 might change the format of distinguished names on the server, or that the
15031 entry might be removed from the server. If Alpine notices this, you will be warned
15032 and a backup copy of the email address will be used. You may want to create
15033 a new entry in this case, since you will get the annoying warning every
15034 time you use the old entry. You may do that by Saving the entry to a new
15035 nickname in the same address book. You will be asked whether or not you
15036 want to use the backup email address.
15038 A related feature in the Setup/Config screen is
15039 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15041 &lt;End of help on this topic&gt;
15042 </BODY>
15043 </HTML>
15044 ======= h_config_ldap_opts_nosub =======
15045 <HTML>
15046 <HEAD>
15047 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15048 </HEAD>
15049 <BODY>
15050 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15052 Spaces in your input are normally handled specially.
15053 Each space character is replaced
15056 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15058 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15059 The reason this is done is so the input string
15061 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15063 (which is converted to &quot;Greg* Donald&quot;) will match
15064 the names &quot;Greg Donald&quot;,
15065 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15066 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15067 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15068 then it would also match the name &quot;Greg Donaldson&quot;.
15070 Turning on this feature will disable this substitution.
15072 &lt;End of help on this topic&gt;
15073 </BODY>
15074 </HTML>
15075 ====== h_config_ldap_searchtypes =======
15076 <HTML>
15077 <HEAD>
15078 <TITLE>LDAP OPTION: Search-Type</TITLE>
15079 </HEAD>
15080 <BODY>
15081 <H1>LDAP OPTION: Search-Type</H1>
15083 This affects the way that LDAP searches are done.
15084 In particular, this tells the server where to look for the string to be matched.
15085 If set to &quot;name&quot; then the string that is being searched for will
15086 be compared with the string in the
15087 &quot;Name&quot; field on the server
15088 (technically, it is the &quot;commonname&quot; field on the server).
15089 &quot;Surname&quot; means we're looking for a
15090 match in the &quot;Surname&quot; field on the
15091 server (actually the &quot;sn&quot; field).
15092 &quot;Givenname&quot; really is &quot;givenname&quot;
15093 and &quot;email&quot; is the electronic mail address (this is actually the field
15094 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15095 The other three types are combinations of
15096 the types listed so far. &quot;Name-or-email&quot;
15097 means the string should appear
15098 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15099 Likewise, &quot;surname-or-givenname&quot;
15100 means &quot;surname&quot; OR &quot;givenname&quot;
15101 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15103 This search TYPE is combined with the
15104 search <A HREF="h_config_ldap_searchrules">RULE</A>
15105 to form the actual search query.
15107 The usual default value for this
15108 option is &quot;sur-or-given-or-name-or-email&quot;.
15109 This type of search may be slow on some servers.
15110 Try &quot;name-or-email&quot;, which is often
15111 faster, or just &quot;name&quot; if the performance seems to be a problem.
15113 Some servers have been configured with different attribute names for
15114 these four fields.
15115 In other words, instead of using the attribute name &quot;mail&quot;
15116 for the email address field, the server might be configured to use something
15117 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15118 Alpine can be configured to use these different attribute names by using
15119 the four configuration options:
15120 <P><UL>
15121 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15122 </UL>
15123 <P><UL>
15124 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15125 </UL>
15126 <P><UL>
15127 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15128 </UL>
15129 <P><UL>
15130 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15131 </UL>
15133 &lt;End of help on this topic&gt;
15134 </BODY>
15135 </HTML>
15136 ====== h_config_ldap_searchrules =======
15137 <HTML>
15138 <HEAD>
15139 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15140 </HEAD>
15141 <BODY>
15142 <H1>LDAP OPTION: Search-Rule</H1>
15144 This affects the way that LDAP searches are done.
15145 If set to &quot;equals&quot; then
15146 only exact matches count.
15147 &quot;Contains&quot; means that the string you type in
15148 is a substring of what you are matching against.
15149 &quot;Begins-with&quot; and &quot;ends-with&quot;
15150 mean that the string starts or ends with the string you type in.
15152 Spaces in your input are normally handled specially, but you can turn that
15153 special handling off with the
15154 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15155 feature.
15157 The usual default value for this option is &quot;begins-with&quot;.
15159 &lt;End of help on this topic&gt;
15160 </BODY>
15161 </HTML>
15162 ======= h_config_ldap_email_attr =======
15163 <HTML>
15164 <HEAD>
15165 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15166 </HEAD>
15167 <BODY>
15168 <H1>LDAP OPTION: EmailAttribute</H1>
15170 This is the name of the attribute that is searched for when looking for
15171 an email address. The default value for this option is &quot;mail&quot; or
15172 &quot;electronicmail&quot;.
15173 If the server you are using uses a different attribute name for the email
15174 address, put that attribute name here.
15176 This will affect the search filter used if your Search-Type is one that
15177 contains a search for &quot;email&quot;.
15178 It will also cause the attribute value matching this attribute name to be used
15179 as the email address when you look up an entry from the composer.
15181 &lt;End of help on this topic&gt;
15182 </BODY>
15183 </HTML>
15184 ======= h_config_ldap_sn_attr =======
15185 <HTML>
15186 <HEAD>
15187 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15188 </HEAD>
15189 <BODY>
15190 <H1>LDAP OPTION: SurnameAttribute</H1>
15192 This is the name of the attribute that is searched for when looking for
15193 the surname of the entry. The default value for this option is &quot;sn&quot;.
15194 If the server you are using uses a different attribute name for the surname,
15195 put that attribute name here.
15196 This will affect the search filter used if your Search-Type is one that
15197 contains a search for &quot;surname&quot;.
15199 &lt;End of help on this topic&gt;
15200 </BODY>
15201 </HTML>
15202 ======= h_config_ldap_gn_attr =======
15203 <HTML>
15204 <HEAD>
15205 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15206 </HEAD>
15207 <BODY>
15208 <H1>LDAP OPTION: GivennameAttribute</H1>
15210 This is the name of the attribute that is searched for when looking for
15211 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15212 If the server you are using uses a different attribute name for the given name,
15213 put that attribute name here.
15214 This will affect the search filter used if your Search-Type is one that
15215 contains a search for &quot;givenname&quot;.
15217 &lt;End of help on this topic&gt;
15218 </BODY>
15219 </HTML>
15220 ======= h_config_ldap_cn_attr =======
15221 <HTML>
15222 <HEAD>
15223 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15224 </HEAD>
15225 <BODY>
15226 <H1>LDAP OPTION: NameAttribute</H1>
15228 This is the name of the attribute that is searched for when looking for
15229 the name of the entry. The default value for this option is &quot;cn&quot;, which
15230 stands for common name.
15231 If the server you are using uses a different attribute name for the name,
15232 put that attribute name here.
15233 This will affect the search filter used if your Search-Type is one that
15234 contains a search for &quot;name&quot;.
15236 &lt;End of help on this topic&gt;
15237 </BODY>
15238 </HTML>
15239 ======= h_config_ldap_time =======
15240 <HTML>
15241 <HEAD>
15242 <TITLE>LDAP OPTION: Timelimit</TITLE>
15243 </HEAD>
15244 <BODY>
15245 <H1>LDAP OPTION: Timelimit</H1>
15247 This places a limit on the number of seconds the LDAP search will continue.
15248 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15249 may place limits of their own on searches.
15251 &lt;End of help on this topic&gt;
15252 </BODY>
15253 </HTML>
15254 ======= h_config_ldap_size =======
15255 <HTML>
15256 <HEAD>
15257 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15258 </HEAD>
15259 <BODY>
15260 <H1>LDAP OPTION: Sizelimit</H1>
15262 This places a limit on the number of entries returned by the LDAP server.
15263 A value of 0 means no limit. The default is 0. Note that some servers
15264 may place limits of their own on searches.
15266 &lt;End of help on this topic&gt;
15267 </BODY>
15268 </HTML>
15269 ======= h_config_ldap_cust =======
15270 <HTML>
15271 <HEAD>
15272 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15273 </HEAD>
15274 <BODY>
15275 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15277 This one is for advanced users only! If you define this, then the
15278 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15279 However, the feature
15280 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15281 is still in effect.
15282 That is, the space substitution will take place even in a custom filter unless
15283 you disable it.
15285 If your LDAP service stops working and you suspect it might be because
15286 of your custom filter, just delete this filter and try using the
15287 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15288 Another option that sometimes causes trouble is the
15289 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15291 This variable may be set to the string representation of an LDAP search
15292 filter (see RFC1960). In the places where you want the address string to be
15293 substituted in, put a '%s' in this filter string. Here are some examples:
15295 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15296 is equivalent to the &quot;Custom-Search-Filter&quot;
15297 <PRE>
15298      (cn=%s*)
15299 </PRE>
15300 When you try to match against the string &quot;string&quot; the program replaces
15301 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15302 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15304 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15305 of &quot;contains&quot; is equivalent to
15306 <PRE>
15307      (|(cn=*%s*)(mail=*%s*))
15308 </PRE>
15310 If your server uses a different attribute <EM>name</EM> than
15311 Alpine uses by default,
15312 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15313 then you may be able to use one or more of the four attribute configuration
15314 options instead of defining a custom filter:
15315 <P><UL>
15316 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15317 </UL>
15318 <P><UL>
15319 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15320 </UL>
15321 <P><UL>
15322 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15323 </UL>
15324 <P><UL>
15325 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15326 </UL>
15328 &lt;End of help on this topic&gt;
15329 </BODY>
15330 </HTML>
15331 ======= h_composer_abook_comment =======
15332 <HTML>
15333 <HEAD>
15334 <TITLE>Addressbook Comment Explained</TITLE>
15335 </HEAD>
15336 <BODY>
15337 This is a comment to help you remember what this entry is. The WhereIs
15338 command searches comments so that it is easier to find an entry with a comment
15339 you know about attached to it. This field is not used in the outgoing message.
15341 Look <A HREF="h_edit_nav_cmds">here</A>
15342 to see the available Editing and Navigation commands.
15344 &lt;End of help on this topic&gt;
15345 </BODY>
15346 </HTML>
15347 ======= h_composer_abook_addrs =======
15348 <HTML>
15349 <HEAD>
15350 <TITLE>Addressbook Lists</TITLE>
15351 </HEAD>
15352 <BODY>
15353 <H1>Addressbook Lists</H1>
15355 This is a list of addresses to send to when sending to this address book
15356 entry.  Each member of the list may be an address or another nickname from
15357 any of your address books.  If it is an address, it is OK to include the
15358 full name field as well as the electronic address portion of that address.
15359 For example, the following are all legitimate entries in this field:
15361 <DL><DT>&nbsp;</DT>
15362 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15363 <DD>jdoe@some.domain
15364 <DD>John Doe &lt;jdoe@some.domain&gt;
15365 </DL>
15367 The addresses should be listed separated by commas, just like you would
15368 enter them from the composer.
15372 The only difference between a distribution list and a simple entry with a
15373 single address, is that a distribution list has more than one address   
15374 listed in the Addresses: field, whereas a simple personal entry has just  
15375 one address.
15379 For individual address book entries, if there is a full name in the
15380 Fullname: field (filling in the Fullname: field is not required), it is
15381 used.  If the full name is specified in the Address: field and not in the
15382 Fullname: field, then the full name from the Address: field is used.
15386 If you type the nickname of a distribution list from one of your address 
15387 books in the Lcc: field, then the full name of that list is used in the  
15388 To: field.  If you put a list in the To: or Cc: fields, that list will be
15389 expanded into all of its addresses.  If the list has a full name, then
15390 that will appear at the beginning of the addresses.
15392 <DL><DT>&nbsp;</DT>
15393 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15394 &lt;sal@here.there&gt;
15395 </DL>
15397 If the first address in the distribution list also has a full name, then
15398 the list full name and that full name are combined into something like the
15399 following:
15401 <DL><DT>&nbsp;</DT>
15402 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15403 </DL>
15406 If you specify a list via Lcc, the full name is used in the To: line.  If
15407 you specify a list in the To: or Cc: fields, then it uses the same method
15408 as for individual entries for filling in the full name.
15412 For help with editing and navigation commands, check the Help for the
15413 Nickname: field.
15416 &lt;End of help on this topic&gt;
15417 </BODY>
15418 </HTML>
15419 ======= h_config_role_nick =======
15420 <HTML>
15421 <HEAD>
15422 <TITLE>Nickname Explained</TITLE>
15423 </HEAD>
15424 <BODY>
15425 <H1>Nickname Explained</H1>
15427 This is a nickname to help you.
15428 You should have a different nickname for each role you define.
15429 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15430 pick a role to edit.
15431 It will also be used when you send a message to let you know you are
15432 sending with a different role than you use by default, and
15433 it will be useful for choosing a role when composing with the Role command
15434 or when composing with one of the Role Uses set to With Confirmation.
15435 This field is not used in the outgoing message.
15437 Look <A HREF="h_edit_nav_cmds">here</A>
15438 to see the available Editing and Navigation commands.
15440 &lt;End of help on this topic&gt;
15441 </BODY>
15442 </HTML>
15443 ======= h_config_role_comment =======
15444 <HTML>
15445 <HEAD>
15446 <TITLE>Comment Explained</TITLE>
15447 </HEAD>
15448 <BODY>
15449 <H1>Comment Explained</H1>
15451 This is a comment to help you.
15452 This comment does not play any functional role, it is simply an optional
15453 comment to help you remember what the rule is for.
15455 Look <A HREF="h_edit_nav_cmds">here</A>
15456 to see the available Editing and Navigation commands.
15458 &lt;End of help on this topic&gt;
15459 </BODY>
15460 </HTML>
15461 ======= h_config_other_nick =======
15462 <HTML>
15463 <HEAD>
15464 <TITLE>Nickname Explained</TITLE>
15465 </HEAD>
15466 <BODY>
15467 <H1>Nickname Explained</H1>
15469 This is a nickname to help you.
15470 You should have a different nickname for each rule you define.
15471 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15472 pick a rule to edit.
15474 Look <A HREF="h_edit_nav_cmds">here</A>
15475 to see the available Editing and Navigation commands.
15477 &lt;End of help on this topic&gt;
15478 </BODY>
15479 </HTML>
15480 ======= h_config_score_nick =======
15481 <HTML>
15482 <HEAD>
15483 <TITLE>Nickname Explained</TITLE>
15484 </HEAD>
15485 <BODY>
15486 <H1>Nickname Explained</H1>
15488 This is a nickname to help you.
15489 You should have a different nickname for each scoring rule you define.
15490 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15491 pick a rule to edit.
15493 Look <A HREF="h_edit_nav_cmds">here</A>
15494 to see the available Editing and Navigation commands.
15496 &lt;End of help on this topic&gt;
15497 </BODY>
15498 </HTML>
15499 ======= h_config_incol_nick =======
15500 <HTML>
15501 <HEAD>
15502 <TITLE>Nickname Explained</TITLE>
15503 </HEAD>
15504 <BODY>
15505 <H1>Nickname Explained</H1>
15507 This is a nickname to help you.
15508 You should have a different nickname for each color rule you define.
15509 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15510 pick a rule to edit.
15512 Look <A HREF="h_edit_nav_cmds">here</A>
15513 to see the available Editing and Navigation commands.
15515 &lt;End of help on this topic&gt;
15516 </BODY>
15517 </HTML>
15518 ======= h_config_filt_nick =======
15519 <HTML>
15520 <HEAD>
15521 <TITLE>Nickname Explained</TITLE>
15522 </HEAD>
15523 <BODY>
15524 <H1>Nickname Explained</H1>
15526 This is a nickname to help you.
15527 You should have a different nickname for each filtering rule you define.
15528 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15529 pick a rule to edit.
15531 Look <A HREF="h_edit_nav_cmds">here</A>
15532 to see the available Editing and Navigation commands.
15534 &lt;End of help on this topic&gt;
15535 </BODY>
15536 </HTML>
15537 ======= h_config_score_topat =======
15538 <HTML>
15539 <HEAD>
15540 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15541 </HEAD>
15542 <BODY>
15543 <H1>&quot;To:&quot; Pattern Explained</H1>
15545 Any text you enter as the &quot;To pattern&quot;
15546 will be compared to the recipients from the To: line of
15547 the message being scored.
15548 When the text you entered matches
15549 all or part of the To: line of a message, then the Score Value
15550 you have specified will be added to the score for the message.
15551 (Any other non-blank parts of the Pattern must match, too.)
15554 You may enter a complete email address, part of an address, or a
15555 list of addresses or partial addresses.
15556 For example:
15559 <PRE>
15560  To pattern = friend@public.com
15562  To pattern = rated.net
15564  To pattern = xxx@adults.com
15565               admin@msn.com
15566               fool@motleyfool.com
15567 </PRE>
15570 Each of those are valid To patterns.
15573 Messages match those patterns if any of the
15574 addresses in the To: line of the message contains the pattern.
15575 If the pattern is a list of patterns
15576 (like the last example above) then it is a match if any of the patterns in
15577 the list match any of the addresses in the To: line.
15578 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15579 present for a match.
15580 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15581 address2 must be present.
15582 That is exactly what using a list does.)
15585 Some messages may be &quot;bounced&quot; to you, and will
15586 have a &quot;Resent-To:&quot; header line.
15587 If the message contains a Resent-To: line
15588 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15589 Alpine will look for
15590 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15591 the original To: line.
15594 When entering a pattern, you may choose an address from your address book
15595 with the &quot;T&quot; command.
15598 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15599 &quot;!&quot; &quot;toggle NOT&quot; command.
15600 This changes the meaning of the To pattern so that it has the opposite meaning.
15601 It will be considered a match if there are no matches between the
15602 addresses in the To: line and the list of To patterns.
15604 Don't make the mistake of putting the &quot;!&quot; in the data field for
15605 the pattern.
15606 For example, if you type the characters &quot;!frizzle&quot; into the To
15607 pattern, the pattern will look like:
15609 <PRE>
15610  To pattern = !frizzle
15611 </PRE>
15613 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15614 In order to match messages that do not have &quot;frizzle&quot; in
15615 their To field, first type the characters &quot;frizzle&quot; followed
15616 by carriage return for the value of the To pattern, then negate it
15617 by typing the &quot;!&quot; command.
15618 It should end up looking like
15620 <PRE>
15621  ! To pattern = frizzle
15622 </PRE>
15624 You are not limited to using the six standard header patterns that are
15625 normally shown (To, From, Sender, Cc, News, and Subject).
15626 You may add any other header to a Pattern by
15627 using the &quot;eXtraHdr&quot; command to specify a different
15628 message header line; and then the Add or Change command to fill in
15629 a pattern for the new header line, just like you would for a standard header.
15631 A technicality: Since comma is the character used to separate multiple
15632 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15633 you want to include a literal comma in the field.
15634 In other words, if you type a backslash followed by a comma it will
15635 be interpreted as a comma by Alpine, instead of as a separator between
15636 pattern values.
15637 All other backslashes are literal backslashes and should not be escaped.
15639 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15640 for more information on Patterns.
15642 Look <A HREF="h_edit_nav_cmds">here</A>
15643 to see the available Editing and Navigation commands.
15645 &lt;End of help on this topic&gt;
15646 </BODY>
15647 </HTML>
15648 ======= h_config_incol_topat =======
15649 <HTML>
15650 <HEAD>
15651 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15652 </HEAD>
15653 <BODY>
15654 <H1>&quot;To:&quot; Pattern Explained</H1>
15656 Any text you enter as the &quot;To pattern&quot;
15657 will be compared to the recipients from the To: lines of
15658 the messages in the index.
15659 When the text you entered matches
15660 all or part of the To: line of a message, then the Index Line Color you have
15661 specified will be used for that line in the index.
15662 (Any other non-blank parts of the Pattern must match, too.)
15665 You may enter a complete email address, part of an address, or a
15666 list of addresses or partial addresses.
15667 For example:
15670 <PRE>
15671  To pattern = friend@public.com
15672  To pattern = rated.net
15673  To pattern = xxx@adults.com
15674               admin@msn.com
15675               fool@motleyfool.com
15676 </PRE>
15679 Each of those are valid To patterns.
15682 Messages match those patterns if any of the
15683 addresses in the To: line of the message contains the pattern.
15684 If the pattern is a list of patterns
15685 (like the last example above) then it is a match if any of the patterns in
15686 the list match any of the addresses in the To: line.
15687 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15688 present for a match.
15689 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15690 address2 must be present.
15691 That is exactly what using a list does.)
15694 Some messages may be &quot;bounced&quot; to you, and will
15695 have a &quot;Resent-To:&quot; header line.
15696 If the message contains a Resent-To: line
15697 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15698 Alpine will look for
15699 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15700 the original To: line.
15703 When entering a pattern, you may choose an address from your address book
15704 with the &quot;T&quot; command.
15707 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15708 &quot;!&quot; &quot;toggle NOT&quot; command.
15709 This changes the meaning of the To pattern so that it has the opposite meaning.
15710 It will be considered a match if there are no matches between the
15711 addresses in the To: line and the list of To patterns.
15713 Don't make the mistake of putting the &quot;!&quot; in the data field for
15714 the pattern.
15715 For example, if you type the characters &quot;!frizzle&quot; into the To
15716 pattern, the pattern will look like:
15718 <PRE>
15719  To pattern = !frizzle
15720 </PRE>
15722 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15723 In order to match messages that do not have &quot;frizzle&quot; in
15724 their To field, first type the characters &quot;frizzle&quot; followed
15725 by carriage return for the value of the To pattern, then negate it
15726 by typing the &quot;!&quot; command.
15727 It should end up looking like
15729 <PRE>
15730  ! To pattern = frizzle
15731 </PRE>
15734 You are not limited to using the six standard header patterns that are
15735 normally shown (To, From, Sender, Cc, News, and Subject).
15736 You may add any other header to a Pattern by
15737 using the &quot;eXtraHdr&quot; command to specify a different
15738 message header line; and then the Add or Change command to fill in
15739 a pattern for the new header line, just like you would for a standard header.
15741 A technicality: Since comma is the character used to separate multiple
15742 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15743 you want to include a literal comma in the field.
15744 In other words, if you type a backslash followed by a comma it will
15745 be interpreted as a comma by Alpine, instead of as a separator between
15746 pattern values.
15747 All other backslashes are literal backslashes and should not be escaped.
15749 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15750 for more information on Patterns.
15752 Look <A HREF="h_edit_nav_cmds">here</A>
15753 to see the available Editing and Navigation commands.
15755 &lt;End of help on this topic&gt;
15756 </BODY>
15757 </HTML>
15758 ======= h_config_other_topat =======
15759 <HTML>
15760 <HEAD>
15761 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15762 </HEAD>
15763 <BODY>
15764 <H1>&quot;To:&quot; Pattern Explained</H1>
15766 For some of the OTHER RULES actions, there is no message that is being
15767 compared against.
15768 If that is the case, then only the Current Folder Type is checked.
15769 In particular, this To pattern is ignored.
15770 Actions that fall into this category include both
15771 Sort Order and Index Format.
15773 A technicality: Since comma is the character used to separate multiple
15774 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15775 you want to include a literal comma in the field.
15776 In other words, if you type a backslash followed by a comma it will
15777 be interpreted as a comma by Alpine, instead of as a separator between
15778 pattern values.
15779 All other backslashes are literal backslashes and should not be escaped.
15781 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15782 for more information on Patterns.
15784 Look <A HREF="h_edit_nav_cmds">here</A>
15785 to see the available Editing and Navigation commands.
15787 &lt;End of help on this topic&gt;
15788 </BODY>
15789 </HTML>
15790 ======= h_config_filt_topat =======
15791 <HTML>
15792 <HEAD>
15793 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15794 </HEAD>
15795 <BODY>
15796 <H1>&quot;To:&quot; Pattern Explained</H1>
15798 Any text you enter as the &quot;To pattern&quot;
15799 will be compared to the recipients from the To: line of
15800 messages when Alpine opens folders.
15801 When the text you entered matches
15802 all or part of the To: line of a message, then the Filter Action you have
15803 specified will be carried out.
15804 (Any other non-blank parts of the Pattern must match, too.)
15807 You may enter a complete email address, part of an address, or a
15808 list of addresses or partial addresses.
15809 For example:
15812 <PRE>
15813  To pattern = friend@public.com
15814  To pattern = rated.net
15815  To pattern = xxx@adults.com
15816               admin@msn.com
15817               fool@motleyfool.com
15818 </PRE>
15821 Each of those are valid To patterns.
15824 Messages match those patterns if any of the
15825 addresses in the To: line of the message contains the pattern.
15826 If the pattern is a list of patterns
15827 (like the last example above) then it is a match if any of the patterns in
15828 the list match any of the addresses in the To: line.
15829 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15830 present for a match.
15831 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15832 address2 must be present.
15833 That is exactly what using a list does.)
15836 Some messages may be &quot;bounced&quot; to you, and will
15837 have a &quot;Resent-To:&quot; header line.
15838 If the message contains a Resent-To: line
15839 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15840 Alpine will look for
15841 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15842 the original To: line.
15845 When entering a pattern, you may choose an address from your address book
15846 with the &quot;T&quot; command.
15849 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15850 &quot;!&quot; &quot;toggle NOT&quot; command.
15851 This changes the meaning of the To pattern so that it has the opposite meaning.
15852 It will be considered a match if there are no matches between the
15853 addresses in the To: line and the list of To patterns.
15855 Don't make the mistake of putting the &quot;!&quot; in the data field for
15856 the pattern.
15857 For example, if you type the characters &quot;!frizzle&quot; into the To
15858 pattern, the pattern will look like:
15860 <PRE>
15861  To pattern = !frizzle
15862 </PRE>
15864 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15865 In order to match messages that do not have &quot;frizzle&quot; in
15866 their To field, first type the characters &quot;frizzle&quot; followed
15867 by carriage return for the value of the To pattern, then negate it
15868 by typing the &quot;!&quot; command.
15869 It should end up looking like
15871 <PRE>
15872  ! To pattern = frizzle
15873 </PRE>
15876 You are not limited to using the six standard header patterns that are
15877 normally shown (To, From, Sender, Cc, News, and Subject).
15878 You may add any other header to a Pattern by
15879 using the &quot;eXtraHdr&quot; command to specify a different
15880 message header line; and then the Add or Change command to fill in
15881 a pattern for the new header line, just like you would for a standard header.
15883 A technicality: Since comma is the character used to separate multiple
15884 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15885 you want to include a literal comma in the field.
15886 In other words, if you type a backslash followed by a comma it will
15887 be interpreted as a comma by Alpine, instead of as a separator between
15888 pattern values.
15889 All other backslashes are literal backslashes and should not be escaped.
15891 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15892 for more information on Patterns.
15894 Look <A HREF="h_edit_nav_cmds">here</A>
15895 to see the available Editing and Navigation commands.
15897 &lt;End of help on this topic&gt;
15898 </BODY>
15899 </HTML>
15900 ======= h_config_role_topat =======
15901 <HTML>
15902 <HEAD>
15903 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15904 </HEAD>
15905 <BODY>
15906 <H1>&quot;To:&quot; Pattern Explained</H1>
15908 Any text you enter as the &quot;To pattern&quot;
15909 will be compared to the recipients from the To: line of
15910 the message being replied to or forwarded.
15911 (Any other non-blank parts of the Pattern must match, too.)
15912 In the case of the Compose command, this pattern and the other header
15913 patterns are ignored.
15916 You may enter a complete email address, part of an address, or a
15917 list of addresses or partial addresses.
15918 For example:
15921 <PRE>
15922  To pattern = friend@public.com
15923  To pattern = rated.net
15924  To pattern = xxx@adults.com
15925               admin@msn.com
15926               fool@motleyfool.com
15927 </PRE>
15930 Each of those are valid To patterns.
15933 Messages match those patterns if any of the
15934 addresses in the To: line of the message contains the pattern.
15935 If the pattern is a list of patterns
15936 (like the last example above) then it is a match if any of the patterns in
15937 the list match any of the addresses in the To: line.
15938 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15939 present for a match.
15940 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15941 address2 must be present.
15942 That is exactly what using a list does.)
15945 Some messages may be &quot;bounced&quot; to you, and will
15946 have a &quot;Resent-To:&quot; header line.
15947 If the message contains a Resent-To: line
15948 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15949 Alpine will look for
15950 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15951 the original To: line.
15954 When entering a pattern, you may choose an address from your address book
15955 with the &quot;T&quot; command.
15958 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15959 &quot;!&quot; &quot;toggle NOT&quot; command.
15960 This changes the meaning of the To pattern so that it has the opposite meaning.
15961 It will be considered a match if there are no matches between the
15962 addresses in the To: line and the list of To patterns.
15964 Don't make the mistake of putting the &quot;!&quot; in the data field for
15965 the pattern.
15966 For example, if you type the characters &quot;!frizzle&quot; into the To
15967 pattern, the pattern will look like:
15969 <PRE>
15970  To pattern = !frizzle
15971 </PRE>
15973 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15974 In order to match messages that do not have &quot;frizzle&quot; in
15975 their To field, first type the characters &quot;frizzle&quot; followed
15976 by carriage return for the value of the To pattern, then negate it
15977 by typing the &quot;!&quot; command.
15978 It should end up looking like
15980 <PRE>
15981  ! To pattern = frizzle
15982 </PRE>
15985 You are not limited to using the six standard header patterns that are
15986 normally shown (To, From, Sender, Cc, News, and Subject).
15987 You may add any other header to a Pattern by
15988 using the &quot;eXtraHdr&quot; command to specify a different
15989 message header line; and then the Add or Change command to fill in
15990 a pattern for the new header line, just like you would for a standard header.
15992 A technicality: Since comma is the character used to separate multiple
15993 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15994 you want to include a literal comma in the field.
15995 In other words, if you type a backslash followed by a comma it will
15996 be interpreted as a comma by Alpine, instead of as a separator between
15997 pattern values.
15998 All other backslashes are literal backslashes and should not be escaped.
16000 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16001 for more information on Patterns.
16003 Look <A HREF="h_edit_nav_cmds">here</A>
16004 to see the available Editing and Navigation commands.
16006 &lt;End of help on this topic&gt;
16007 </BODY>
16008 </HTML>
16009 ======= h_config_role_frompat =======
16010 <HTML>
16011 <HEAD>
16012 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16013 </HEAD>
16014 <BODY>
16015 <H1>&quot;From:&quot; Pattern Explained</H1>
16017 This is just like the &quot;To pattern&quot; except that it is compared with
16018 the address in the From: line of the message
16019 instead of the addresses from the To: line.
16020 See the help for the To pattern for more information on header patterns.
16022 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16023 for more information on Patterns.
16025 Look <A HREF="h_edit_nav_cmds">here</A>
16026 to see the available Editing and Navigation commands.
16028 &lt;End of help on this topic&gt;
16029 </BODY>
16030 </HTML>
16031 ======= h_config_role_senderpat =======
16032 <HTML>
16033 <HEAD>
16034 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16035 </HEAD>
16036 <BODY>
16037 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16039 This is just like the &quot;To pattern&quot; except that it is compared with
16040 the address from the Sender: line of the message
16041 instead of the addresses from the To: line.
16042 See the help for the To pattern for more information on header patterns.
16044 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16045 for more information on Patterns.
16047 Look <A HREF="h_edit_nav_cmds">here</A>
16048 to see the available Editing and Navigation commands.
16050 &lt;End of help on this topic&gt;
16051 </BODY>
16052 </HTML>
16053 ======= h_config_role_ccpat =======
16054 <HTML>
16055 <HEAD>
16056 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16057 </HEAD>
16058 <BODY>
16059 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16061 This is just like the &quot;To pattern&quot; except that it is compared with
16062 the addresses from the Cc: line of the message
16063 instead of the addresses from the To: line.
16064 See the help for the To pattern for more information on header patterns.
16066 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16067 for more information on Patterns.
16069 Look <A HREF="h_edit_nav_cmds">here</A>
16070 to see the available Editing and Navigation commands.
16072 &lt;End of help on this topic&gt;
16073 </BODY>
16074 </HTML>
16075 ======= h_config_role_recippat =======
16076 <HTML>
16077 <HEAD>
16078 <TITLE>Recipient Pattern Explained</TITLE>
16079 </HEAD>
16080 <BODY>
16081 <H1>Recipient Pattern Explained</H1>
16083 This is just like the &quot;To pattern&quot; except that it is compared with
16084 the addresses from both the To: line and the Cc: line of the
16085 message instead of just the addresses from the To: line.
16086 In other words, it is considered a match if the pattern matches
16087 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16088 in the Cc: line.
16089 (Notice that defining the Recipient pattern does not have the same
16090 effect as defining both the To and Cc patterns.
16091 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16092 It is equivalent to having two different rules;
16093 one with a To pattern and the other with the same Cc pattern.)
16095 A technicality: Since comma is the character used to separate multiple
16096 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16097 you want to include a literal comma in the field.
16098 In other words, if you type a backslash followed by a comma it will
16099 be interpreted as a comma by Alpine, instead of as a separator between
16100 pattern values.
16101 All other backslashes are literal backslashes and should not be escaped.
16103 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16104 for more information on Patterns.
16106 Look <A HREF="h_edit_nav_cmds">here</A>
16107 to see the available Editing and Navigation commands.
16109 &lt;End of help on this topic&gt;
16110 </BODY>
16111 </HTML>
16112 ======= h_config_role_particpat =======
16113 <HTML>
16114 <HEAD>
16115 <TITLE>Participant Pattern Explained</TITLE>
16116 </HEAD>
16117 <BODY>
16118 <H1>Participant Pattern Explained</H1>
16120 This is just like the &quot;To pattern&quot; except that it is compared with
16121 the addresses from the From: line, the To: line, and the Cc: line of the
16122 message instead of just the addresses from the To: line.
16123 In other words, it is considered a match if the pattern matches
16124 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16125 in the To: line, <EM>OR</EM> an address in the Cc: line.
16126 (Notice that defining the Participant pattern does not have the same
16127 effect as defining all of the From, To, and Cc patterns.
16128 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16129 From <EM>AND</EM> To <EM>AND</EM> Cc.
16130 It is equivalent to having three different rules;
16131 one with a From pattern, another with the same To pattern, and a third with
16132 the same Cc pattern.)
16134 A technicality: Since comma is the character used to separate multiple
16135 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16136 you want to include a literal comma in the field.
16137 In other words, if you type a backslash followed by a comma it will
16138 be interpreted as a comma by Alpine, instead of as a separator between
16139 pattern values.
16140 All other backslashes are literal backslashes and should not be escaped.
16142 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16143 for more information on Patterns.
16145 Look <A HREF="h_edit_nav_cmds">here</A>
16146 to see the available Editing and Navigation commands.
16148 &lt;End of help on this topic&gt;
16149 </BODY>
16150 </HTML>
16151 ======= h_config_role_newspat =======
16152 <HTML>
16153 <HEAD>
16154 <TITLE>News Pattern Explained</TITLE>
16155 </HEAD>
16156 <BODY>
16157 <H1>News Pattern Explained</H1>
16159 If this pattern is non-blank, then for this rule to be considered a
16160 match, at least one of the newsgroups from
16161 the Newsgroups line of the message must match this pattern.
16162 If this pattern is a list of patterns, then at least one of the
16163 newsgroups must match at least one of the patterns.
16164 (Any other non-blank parts of the Pattern must match, too.)
16166 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16167 &quot;!&quot; &quot;toggle NOT&quot; command.
16168 This changes the meaning of the News pattern so that it has the opposite meaning.
16169 It will be considered a match if there are no matches between the
16170 addresses in the Newsgroups: line and the list of News patterns.
16172 Don't make the mistake of putting the &quot;!&quot; in the data field for
16173 the pattern.
16174 For example, if you type the characters &quot;!frizzle&quot; into the News
16175 pattern, the pattern will look like:
16177 <PRE>
16178  News pattern = !frizzle
16179 </PRE>
16181 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16182 In order to match messages that do not have &quot;frizzle&quot; in
16183 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16184 by carriage return for the value of the News pattern, then negate it
16185 by typing the &quot;!&quot; command.
16186 It should end up looking like
16188 <PRE>
16189  ! News pattern = frizzle
16190 </PRE>
16192 A technicality: Since comma is the character used to separate multiple
16193 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16194 you want to include a literal comma in the field.
16195 In other words, if you type a backslash followed by a comma it will
16196 be interpreted as a comma by Alpine, instead of as a separator between
16197 pattern values.
16198 All other backslashes are literal backslashes and should not be escaped.
16201 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16202 for more information on Patterns.
16204 Look <A HREF="h_edit_nav_cmds">here</A>
16205 to see the available Editing and Navigation commands.
16207 &lt;End of help on this topic&gt;
16208 </BODY>
16209 </HTML>
16210 ======= h_config_role_subjpat =======
16211 <HTML>
16212 <HEAD>
16213 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16214 </HEAD>
16215 <BODY>
16216 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16218 This is similar to the other parts of the Pattern.
16219 It is compared with
16220 the contents from the Subject of the message.
16222 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16223 for more information on Patterns.
16225 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16226 &quot;!&quot; &quot;toggle NOT&quot; command.
16227 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16228 It will be considered a match if there are no matches between the
16229 text in the Subject: line and the list of Subject patterns.
16232 If you wish to have a header pattern that is not one of the six standard
16233 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16235 A technicality: Since comma is the character used to separate multiple
16236 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16237 you want to include a literal comma in the field.
16238 In other words, if you type a backslash followed by a comma it will
16239 be interpreted as a comma by Alpine, instead of as a separator between
16240 pattern values.
16241 All other backslashes are literal backslashes and should not be escaped.
16243 Look <A HREF="h_edit_nav_cmds">here</A>
16244 to see the available Editing and Navigation commands.
16246 &lt;End of help on this topic&gt;
16247 </BODY>
16248 </HTML>
16249 ======= h_config_role_alltextpat =======
16250 <HTML>
16251 <HEAD>
16252 <TITLE>AllText Pattern Explained</TITLE>
16253 </HEAD>
16254 <BODY>
16255 <H1>AllText Pattern Explained</H1>
16257 This is similar to the header patterns.
16258 Instead of comparing with text in a particular header field it 
16259 is compared with all of the text in the message header and body.
16261 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16262 &quot;!&quot; &quot;toggle NOT&quot; command.
16263 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16264 It will be considered a match if there are no matches between the
16265 text of the message and the list of AllText patterns.
16267 Don't make the mistake of putting the &quot;!&quot; in the data field for
16268 the pattern.
16269 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16270 pattern, the pattern will look like:
16272 <PRE>
16273  AllText pattern = !frizzle
16274 </PRE>
16276 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16277 In order to match messages that do not have &quot;frizzle&quot; in
16278 the text of the message, first type the characters &quot;frizzle&quot; followed
16279 by carriage return for the value of the AllText pattern, then negate it
16280 by typing the &quot;!&quot; command.
16281 It should end up looking like
16283 <PRE>
16284  ! AllText pattern = frizzle
16285 </PRE>
16287 It is possible that you may notice degraded performance when using
16288 AllText Patterns.
16290 A technicality: Since comma is the character used to separate multiple
16291 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16292 you want to include a literal comma in the field.
16293 In other words, if you type a backslash followed by a comma it will
16294 be interpreted as a comma by Alpine, instead of as a separator between
16295 pattern values.
16296 All other backslashes are literal backslashes and should not be escaped.
16298 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16299 for more information on Patterns.
16301 Look <A HREF="h_edit_nav_cmds">here</A>
16302 to see the available Editing and Navigation commands.
16304 &lt;End of help on this topic&gt;
16305 </BODY>
16306 </HTML>
16307 ======= h_config_role_bodytextpat =======
16308 <HTML>
16309 <HEAD>
16310 <TITLE>BodyText Pattern Explained</TITLE>
16311 </HEAD>
16312 <BODY>
16313 <H1>BodyText Pattern Explained</H1>
16315 This is similar to the header patterns.
16316 Instead of comparing with text in a particular header field it 
16317 is compared with all of the text in the message body.
16319 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16320 &quot;!&quot; &quot;toggle NOT&quot; command.
16321 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16322 It will be considered a match if there are no matches between the
16323 text of the body of the message and the list of BodyText patterns.
16325 Don't make the mistake of putting the &quot;!&quot; in the data field for
16326 the pattern.
16327 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16328 pattern, the pattern will look like:
16330 <PRE>
16331  BdyText pattern = !frizzle
16332 </PRE>
16334 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16335 In order to match messages that do not have &quot;frizzle&quot; in
16336 their BodyText, first type the characters &quot;frizzle&quot; followed
16337 by carriage return for the value of the BodyText pattern, then negate it
16338 by typing the &quot;!&quot; command.
16339 It should end up looking like
16341 <PRE>
16342  ! BodyText pattern = frizzle
16343 </PRE>
16345 It is possible that you may notice degraded performance when using
16346 BodyText Patterns.
16348 A technicality: Since comma is the character used to separate multiple
16349 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16350 you want to include a literal comma in the field.
16351 In other words, if you type a backslash followed by a comma it will
16352 be interpreted as a comma by Alpine, instead of as a separator between
16353 pattern values.
16354 All other backslashes are literal backslashes and should not be escaped.
16356 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16357 for more information on Patterns.
16359 Look <A HREF="h_edit_nav_cmds">here</A>
16360 to see the available Editing and Navigation commands.
16362 &lt;End of help on this topic&gt;
16363 </BODY>
16364 </HTML>
16365 ======= h_config_role_charsetpat =======
16366 <HTML>
16367 <HEAD>
16368 <TITLE>Character Set Pattern Explained</TITLE>
16369 </HEAD>
16370 <BODY>
16371 <H1>Character Set Pattern Explained</H1>
16373 A message may use one or more character sets.
16374 This part of the Pattern matches messages that make use of
16375 certain specified character sets.
16376 It will be considered a match if a message uses any of the character
16377 sets in the list you give here.
16380 When filling in a value for this field, you may use
16381 the &quot;T&quot; command, which presents you with a large list of
16382 possible character sets to choose from.
16383 You may also just type in the name of a character set, and it need not
16384 be one that Alpine knows about.
16387 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16388 GB2312) you may also use some shorthand names that Alpine provides.
16389 These names are more understandable shorthand names for sets of 
16390 character set names.
16391 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16392 Selecting one of these shorthand names is equivalent to selecting all of
16393 the character sets that make up the set.
16394 You can see all of these shorthand names and the lists of character sets
16395 they stand for by typing the &quot;T&quot; command.
16398 For the purposes of this Pattern,
16399 Alpine will search through a message for all of the text parts and
16400 collect the character sets declared for each part.
16401 It will also look in the Subject line for a character set used there.
16402 Alpine does not actually look at the text of the message or the text
16403 of the Subject to determine if a declared character set is actually
16404 used, it looks only at the declarations themselves in the MIME part headers
16405 and in the Subject.
16408 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16409 &quot;!&quot; &quot;toggle NOT&quot; command.
16410 This changes the meaning of the Character Set pattern so that
16411 it has the opposite meaning.
16412 It will be considered a match if none of the character sets in the
16413 list are used in a message.
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;!GB2312&quot; into the
16418 Character Set pattern, the pattern will look like:
16420 <PRE>
16421  Charset pattern = !GB2312
16422 </PRE>
16424 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16425 In order to match messages that do not have the
16426 character set &quot;GB2312&quot;
16427 set, first type the characters &quot;GB2312&quot; followed
16428 by carriage return for the value of the Character Set pattern, then negate it
16429 by typing the &quot;!&quot; command.
16430 It should end up looking like
16432 <PRE>
16433  ! Charset pattern = GB2312
16434 </PRE>
16436 A technicality: Since comma is the character used to separate multiple
16437 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16438 you want to include a literal comma in the field.
16439 In other words, if you type a backslash followed by a comma it will
16440 be interpreted as a comma by Alpine, instead of as a separator between
16441 pattern values.
16442 All other backslashes are literal backslashes and should not be escaped.
16444 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16445 for more information on Patterns.
16447 Look <A HREF="h_edit_nav_cmds">here</A>
16448 to see the available Editing and Navigation commands.
16450 &lt;End of help on this topic&gt;
16451 </BODY>
16452 </HTML>
16453 ======= h_config_role_keywordpat =======
16454 <HTML>
16455 <HEAD>
16456 <TITLE>Keyword Pattern Explained</TITLE>
16457 </HEAD>
16458 <BODY>
16459 <H1>Keyword Pattern Explained</H1>
16461 A folder may have user-defined keywords.
16462 These are similar to the Important flag, which the user may set using the
16463 Flag command.
16464 The difference is that the Important flag is always present for each folder.
16465 User-defined keywords are picked by the user.
16466 You may add new keywords by defining them in the
16467 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16468 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16469 the Flag command may be used to set or clear the keyword on individual messages.
16470 If you have given a keyword a nickname when configuring it,
16471 that nickname may be used instead of the actual keyword.
16474 When filling in a value for this field, it may be easiest to use
16475 the &quot;T&quot; command, which presents you with a list of the keywords
16476 you have defined to choose from.
16479 This part of the Pattern matches messages with certain keywords set.
16480 It will be considered a match if a message has any of the keywords in the
16481 list set.
16482 A keyword that you have not defined using the
16483 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16484 will not be a match.
16487 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16488 &quot;!&quot; &quot;toggle NOT&quot; command.
16489 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16490 It will be considered a match if none of the keywords in the list are set
16491 for a message.
16492 A keyword that you have not defined using the
16493 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16494 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16496 Don't make the mistake of putting the &quot;!&quot; in the data field for
16497 the pattern.
16498 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16499 pattern, the pattern will look like:
16501 <PRE>
16502  Keyword pattern = !frizzle
16503 </PRE>
16505 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16506 In order to match messages that do not have the keyword &quot;frizzle&quot;
16507 set, first type the characters &quot;frizzle&quot; followed
16508 by carriage return for the value of the Keyword pattern, then negate it
16509 by typing the &quot;!&quot; command.
16510 It should end up looking like
16512 <PRE>
16513  ! Keyword pattern = frizzle
16514 </PRE>
16516 A technicality: Since comma is the character used to separate multiple
16517 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16518 you want to include a literal comma in the field.
16519 In other words, if you type a backslash followed by a comma it will
16520 be interpreted as a comma by Alpine, instead of as a separator between
16521 pattern values.
16522 All other backslashes are literal backslashes and should not be escaped.
16524 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16525 for more information on Patterns.
16527 Look <A HREF="h_edit_nav_cmds">here</A>
16528 to see the available Editing and Navigation commands.
16530 &lt;End of help on this topic&gt;
16531 </BODY>
16532 </HTML>
16533 ======= h_config_role_arbpat =======
16534 <HTML>
16535 <HEAD>
16536 <TITLE>Extra Header Patterns Explained</TITLE>
16537 </HEAD>
16538 <BODY>
16539 <H1>Extra Header Patterns Explained</H1>
16541 The header patterns that come after the Participant pattern but before the 
16542 AllText pattern are extra header patterns that you have added to a rule's
16543 Pattern. These are just like the other header patterns except that
16544 the contents of the particular header listed on the left hand side will
16545 be used for comparisons.
16547 The &quot;eXtraHdr&quot; command may be used to add more of these
16548 header patterns to the rule you are editing.
16550 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16551 extra header pattern from the rule you are editing.
16553 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16554 &quot;!&quot; &quot;toggle NOT&quot; command.
16555 This changes the meaning of the pattern so that it has the opposite meaning.
16556 It will be considered a match if there are no matches between the
16557 text in the header line and the list of patterns.
16559 Don't make the mistake of putting the &quot;!&quot; in the data field for
16560 the pattern.
16561 For example, if you type the characters &quot;!frizzle&quot; into the
16562 pattern, the pattern will look like:
16564 <PRE>
16565  Xyz pattern = !frizzle
16566 </PRE>
16568 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16569 In order to match messages that do not have &quot;frizzle&quot; in
16570 their Xyz field, first type the characters &quot;frizzle&quot; followed
16571 by carriage return for the value of the pattern, then negate it
16572 by typing the &quot;!&quot; command.
16573 It should end up looking like
16575 <PRE>
16576  ! Xyz pattern = frizzle
16577 </PRE>
16580 A technicality: Since comma is the character used to separate multiple
16581 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16582 you want to include a literal comma in the field.
16583 In other words, if you type a backslash followed by a comma it will
16584 be interpreted as a comma by Alpine, instead of as a separator between
16585 pattern values.
16586 All other backslashes are literal backslashes and should not be escaped.
16588 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16589 for more information on Patterns.
16591 Look <A HREF="h_edit_nav_cmds">here</A>
16592 to see the available Editing and Navigation commands.
16594 &lt;End of help on this topic&gt;
16595 </BODY>
16596 </HTML>
16597 ======= h_config_role_cat_cmd =======
16598 <HTML>
16599 <HEAD>
16600 <TITLE>Categorizer Command Explained</TITLE>
16601 </HEAD>
16602 <BODY>
16603 <H1>Categorizer Command Explained</H1>
16605 This is a command that is run with its standard input set to the message
16606 being checked and its standard output discarded.
16607 The full directory path should be specified.
16608 The command will be run and then its exit status will be checked against
16609 the Exit Status Interval, which defaults to just the value zero.
16610 If the exit status of the command falls in the interval, it is considered
16611 a match, otherwise it is not a match.
16614 This option may actually be a list of commands.
16615 The first one that exists and is executable is used.
16616 That makes it possible to use the same configuration with Unix Alpine and
16617 PC-Alpine.
16620 If none of the commands in the list exists and is executable then the rule
16621 is <EM>not</EM> a match.
16622 If it is possible that the command may not exist, you should be careful
16623 to structure your rules so that nothing destructive
16624 happens when the command does not exist.
16625 For example, you might have a filter that filters away spam when there is
16626 a match but does nothing when there is not a match.
16627 That would cause no harm if the command didn't exist.
16628 However, if you have a filter that filters away spam when there is not
16629 a match and keeps it when there is a match, that would filter everything
16630 if the categorizer command didn't exist.
16632 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16633 setup for the bogofilter filter.
16636 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16637 for more information on Patterns.
16639 Look <A HREF="h_edit_nav_cmds">here</A>
16640 to see the available Editing and Navigation commands.
16642 &lt;End of help on this topic&gt;
16643 </BODY>
16644 </HTML>
16645 ======= h_config_role_cat_cmd_example =======
16646 <HTML>
16647 <HEAD>
16648 <TITLE>Categorizer Command Example</TITLE>
16649 </HEAD>
16650 <BODY>
16651 <H1>Categorizer Command Example</H1>
16653 Bogofilter
16654 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16655 is a mail filter that attempts to classify mail as spam or
16656 non-spam using statistical analysis of the message content.
16657 When run with no arguments and a message as standard input, it exits with
16658 exit status 0 if it thinks a message is spam and 1 if it thinks
16659 it is not spam.
16660 To use bogofilter as your Categorizer Command you would simply set Command to
16661 the pathname of the bogofilter program.
16662 For example,
16664 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16666 Exit status of zero is what you are interested in, so you'd set the
16667 Exit Status Interval to
16669 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16672 In order to prevent downloading an entire huge message to check for spam, you
16673 might want to set the Character Limit to a few thousand characters (the
16674 assumption being that the spam will reveal itself in those characters)
16676 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16679 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16680 be to move the message to a spam folder.
16681 It would usually be wise to also check the &quot;Message is Recent&quot;
16682 part of the rule so that messages are only checked when they first arrive,
16683 and to restrict the Current Folder Type to just your INBOX.
16684 The reason for checking only Recent messages is to save the time it takes
16685 to run bogofilter on each message.
16686 As an experiment, you might start out by using this in an Indexcolor Rule
16687 instead of a Filter Rule.
16688 In that case, you probably wouldn't check the Recent checkbox.
16690 The use described above assumes that you are somehow maintaining bogofilter's
16691 database of words associated with spam and non-spam messages.
16692 One way to start your database would be to select a bunch of spam messages
16693 in Alpine (you might Save spam messages to a special folder or use Alpine's
16694 Select command to select several) and then Apply
16695 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16696 a pipe command to the spam messages.
16697 For example, you could have a shell script or an alias
16698 called <EM>this_is_spam</EM>, which would simply be the command
16700 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16703 It is probably best to use the pipe command's Raw Text, With Delimiter,
16704 and Free Output options,
16705 which are at the bottom of the screen when you type the pipe command.
16706 That's because bogofilter expects the raw message as input, and uses
16707 the Delimiters to tell when a new message starts.
16708 You would not need to use a separate pipe for each message, because
16709 bogofilter can handle multiple messages at once.
16711 Similarly, you would select a group of non-spam messages
16712 and run them through a <EM>this_is_nonspam</EM> script
16713 that was something like
16715 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16718 For the more adventurous, the next step might be to automate the upkeep of
16719 the bogofilter database.
16720 It might make more sense to have bogofilter be part of the delivery process,
16721 but it is also possible to do it entirely from within Alpine.
16722 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16723 the &quot;-u&quot; argument will cause bogofilter to update the database.
16725 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16727 You'd want a couple more aliases or shell scripts called something like
16728 <EM>change_to_spam</EM>
16730 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16733 <EM>change_to_nonspam</EM>
16735 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16737 When you run across a message in your INBOX that should have been
16738 classified as spam you would pipe it to the change_to_spam script, and
16739 when you run across a message in your spam folder that should have been
16740 left in your INBOX you would pipe it through change_to_nonspam.
16743 There is a technical problem with this approach.
16744 Alpine may check your filters more than once.
16745 In particular, every time you start Alpine the filters will be checked for
16746 each message.
16747 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16748 then Alpine will recheck for matches in messages that have changed state
16749 at the time you close the folder and before expunging.
16750 This is usually ok.
16751 However, in this case it is a problem because the command
16753 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16755 has the side effect of updating the database.
16756 So you run the risk of updating the database multiple times for a single
16757 message instead of updating it just once per message.
16758 There are some ways to work around this problem.
16759 What you need is a way to mark the message after you have run the filter.
16760 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16761 Besides having the filter move the message to a spam folder, also have it
16762 set the Bogo keyword.
16763 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16764 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16765 This rule can only set the Bogo keyword for the messages that it matches.
16766 You will also need to add a second rule right after this one that
16767 matches all the messages that don't have the Bogo keyword set
16768 (put the keyword in the Keyword pattern and toggle
16769 the Not with the ! command)
16770 and takes the action of setting it.
16771 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16772 (and so it won't re-run the bogofilter command) if the keyword is already
16773 set.
16775 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16776 on all messages that don't have the Bogo keyword set.
16777 This will have the side effect of inserting that message in the bogofilter
16778 database, match or not.
16779 If this rule matches (it is spam), the Bogo keyword will be set and
16780 the message will be moved to a spam folder.
16781 If it does not match, the
16782 following rule will mark the message by turning on the keyword.
16783 This second rule should be a non-terminating
16784 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16785 rule so that it doesn't stop the filtering process before the rest of
16786 your rules are consulted.
16789 In summary, the first rule is something like
16790 <PRE>
16791   Nickname          = bogofilter -u rule
16792   Current Folder Type =
16793                (*) Specific
16794                    Folder = INBOX
16796   ! Keyword pattern = Bogo
16798   External Categorizer Commands =
16799        Command              = /usr/local/bin/bogofilter -u
16800        Exit Status Interval = (0,0)
16801        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16803   Filter Action =
16804        (*) Move
16805            Folder = spam
16806   
16807   Set These Keywords   = Bogo
16808 </PRE>
16810 and the following rule is
16811 <PRE>
16812   Nickname          = Set Bogo Keyword
16813   Current Folder Type =
16814                (*) Specific
16815                    Folder = INBOX
16817   ! Keyword pattern = Bogo
16819   Filter Action =
16820        (*) Just Set Message Status
16822   Set These Keywords   = Bogo
16824   Features =
16825       [X]  dont-stop-even-if-rule-matches
16826 </PRE>
16828 If it is possible for you to insert bogofilter in the delivery process instead
16829 of having it called from Alpine you could prevent having to wait
16830 for the bogofilter processing while you read your mail.
16831 You would have bogofilter add a header to the message at the time of delivery
16832 that identified it as spam or nonspam.
16833 With this method, you could avoid using a Categorizer Command while running Alpine,
16834 and just match on the header instead.
16835 You might still want to use the scripts mentioned above to initialize the
16836 database or to re-classify wrongly classified messages.
16839 Finally, it isn't for the faint-hearted,
16840 but it is also possible to run bogofilter from PC-Alpine.
16841 You can install Cygwin from
16842 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16843 then compile bogofilter in the cygwin environment, and run it from
16844 within PC-Alpine.
16845 You would end up with a Categorizer command that looked something like
16847 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16849 Note that the &quot;.exe&quot; extension is explicit,
16850 and that the bogofilter.exe executable should be in the same directory
16851 as cygwin1.dll.
16854 &lt;End of help on this topic&gt;
16855 </BODY>
16856 </HTML>
16857 ======= h_config_role_cat_status =======
16858 <HTML>
16859 <HEAD>
16860 <TITLE>Exit Status Interval Explained</TITLE>
16861 </HEAD>
16862 <BODY>
16863 <H1>Exit Status Interval Explained</H1>
16865 The categorizer command is run and the result is the exit status of
16866 that command.
16867 If that exit status falls in the Exit Status Interval
16868 then it is considered a match, otherwise it is not a match.
16869 Of course for the entire rule to match, it must also be checked against
16870 the other defined parts of the Pattern.
16872 The Exit Status Interval defaults to the single value 0 (zero).
16873 If you define it, it should be set to something like:
16875 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16877 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16878 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16879 positive and negative integers.
16881 Actually, a list of intervals may be used if you wish.
16882 A list would look like
16884 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16886 When there is an Exit Status Interval defined, it is a match if the exit status
16887 of the categorizer command is contained in any of the intervals.
16888 The intervals include both endpoints.
16890 The default interval is
16892 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16894 and it matches only if the command exits with exit status equal to zero.
16897 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16898 for more information on Patterns.
16900 Look <A HREF="h_edit_nav_cmds">here</A>
16901 to see the available Editing and Navigation commands.
16903 &lt;End of help on this topic&gt;
16904 </BODY>
16905 </HTML>
16906 ======= h_config_role_cat_limit =======
16907 <HTML>
16908 <HEAD>
16909 <TITLE>Character Limit Explained</TITLE>
16910 </HEAD>
16911 <BODY>
16912 <H1>Character Limit Explained</H1>
16914 Setting this option makes it possible to limit how much of the message
16915 is made available to the categorizer command as input.
16916 The default value (-1) means that the entire message is fed to the
16917 command.
16918 A value of 0 (zero) means that only the headers of the message are
16919 made available.
16920 A positive integer means that the headers plus that many characters from
16921 the body of the message are passed to the categorizer.
16924 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16925 for more information on Patterns.
16927 Look <A HREF="h_edit_nav_cmds">here</A>
16928 to see the available Editing and Navigation commands.
16930 &lt;End of help on this topic&gt;
16931 </BODY>
16932 </HTML>
16933 ======= h_config_role_age =======
16934 <HTML>
16935 <HEAD>
16936 <TITLE>Age Interval Explained</TITLE>
16937 </HEAD>
16938 <BODY>
16939 <H1>Age Interval Explained</H1>
16941 The Age Interval, if defined, is part of the Pattern.
16942 If you use this, it should be set to something like:
16944 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16946 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16947 The special value &quot;INF&quot; may be used for the max value.
16948 It represents infinity.
16950 In rare cases it may be useful to use the more general form of the value,
16951 which is a comma-separated list of intervals.
16952 It would look something like:
16954 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16956 When there is an Age Interval defined, it is a match if the age, in days, of
16957 the message is contained in the interval.
16958 The interval includes both endpoints.
16959 If the option is set to a list of intervals then it is a match if the
16960 age of the message is contained in any of the intervals.
16962 Even though this option is called Age, it isn't actually
16963 the <EM>age</EM> of the message.
16964 Instead, it is how many days ago the message arrived in one of your folders.
16965 If the current time is a little past midnight, then a message that arrived
16966 just before midnight arrived yesterday, even though the message is only
16967 a few minutes old.
16968 By default, the date being used is not the date in the Date
16969 header of the message.
16970 It is the date that the message arrived in one of your folders.
16971 When you Save a message from one folder to another that arrival date
16972 is preserved.
16973 If you would like to use the date in the Date header that is possible.
16974 Turn on the option
16975 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16976 near the bottom of the rule definition.
16978 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16979 The age interval
16981 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16983 matches all messages that arrived on the day before yesterday.
16984 The interval
16986 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16988 matches all messages that arrived at least 180 days before today.
16989 The interval
16991 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16993 matches all messages that arrived today or yesterday.
16996 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16997 for more information on Patterns.
16999 Look <A HREF="h_edit_nav_cmds">here</A>
17000 to see the available Editing and Navigation commands.
17002 &lt;End of help on this topic&gt;
17003 </BODY>
17004 </HTML>
17005 ======= h_config_role_size =======
17006 <HTML>
17007 <HEAD>
17008 <TITLE>Size Interval Explained</TITLE>
17009 </HEAD>
17010 <BODY>
17011 <H1>Size Interval Explained</H1>
17013 The Size Interval, if defined, is part of the Pattern.
17014 If you use this, it should be set to something like:
17016 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17018 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17019 The special value &quot;INF&quot; may be used for the max value.
17020 It represents infinity.
17022 In rare cases it may be useful to use the more general form of the value,
17023 which is a comma-separated list of intervals.
17024 It would look something like:
17026 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17028 When there is a Size Interval defined, it is a match if the size of
17029 the message is contained in the interval.
17030 The interval includes both endpoints.
17031 If the option is set to a list of intervals then it is a match if the
17032 size of the message is contained in any of the intervals.
17034 The size interval
17036 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17038 matches all messages with sizes greater than or equal to 10000, and less
17039 than or equal to 50000.
17040 The interval
17042 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17044 matches all messages with sizes greater than or equal to 100000.
17047 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17048 for more information on Patterns.
17050 Look <A HREF="h_edit_nav_cmds">here</A>
17051 to see the available Editing and Navigation commands.
17053 &lt;End of help on this topic&gt;
17054 </BODY>
17055 </HTML>
17056 ======= h_config_role_scorei =======
17057 <HTML>
17058 <HEAD>
17059 <TITLE>Score Interval Explained</TITLE>
17060 </HEAD>
17061 <BODY>
17062 <H1>Score Interval Explained</H1>
17064 The Score Interval, if defined, is part of the Pattern.
17065 If you use this, it should be set to something like:
17067 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17069 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17070 -32000 and 32000.
17071 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17072 the min and max values.
17073 These represent negative and positive infinity.
17075 Actually, the value may be a list of intervals rather than just a
17076 single interval if that is useful.
17077 The elements of the list are separated by commas like:
17079 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17081 When there is a Score Interval defined, it is a match if the score for
17082 the message is contained in any of the intervals.
17083 The intervals include both endpoints.
17084 The score for a message is calculated by looking at every scoring rule
17085 defined and adding up the Score Values for the rules that match the message.
17086 Scoring rules are created using the
17087 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17090 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17091 for more information on Patterns.
17093 Look <A HREF="h_edit_nav_cmds">here</A>
17094 to see the available Editing and Navigation commands.
17096 &lt;End of help on this topic&gt;
17097 </BODY>
17098 </HTML>
17099 ======= h_config_role_fldr_type =======
17100 <HTML>
17101 <HEAD>
17102 <TITLE>Current Folder Type Explained</TITLE>
17103 </HEAD>
17104 <BODY>
17105 <H1>Current Folder Type Explained</H1>
17107 The Current Folder Type is part of the role's Pattern.
17108 It refers to the type of the currently open folder, which is the folder
17109 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17110 In order for a role to be considered a match, the current folder must
17111 be of the type you set here.
17112 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17113 all what you might think.
17115 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17116 example, then
17117 that role will only be a match if the current folder is a newsgroup and
17118 the rest of the Pattern matches.
17119 The value &quot;Specific&quot; may be used when you want to limit the match
17120 to a specific folder (not just a specific type of folder), or to a list of
17121 specific folders.
17123 In order to match a specific folder you Select the &quot;Specific&quot;
17124 button <EM>AND</EM> fill in
17125 the name (or list of names) of
17126 the folder in the &quot;Folder List&quot; field.
17127 If the current folder is any of the folders in the list, that is considered
17128 a match.
17129 The name of each folder in the list may be either &quot;INBOX&quot;,
17130 the technical specification
17131 of the folder (like what appears in your configuration file) or, if the
17132 folder is one of your incoming folders, it may be the nickname you've given
17133 the folder.
17134 Here are a couple samples of specific folder names:
17136 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17138 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17140 The easiest way to fill in the &quot;Folder List&quot; field is to use
17141 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17142 highlighted, or to use the &quot;Take&quot; command with the configuration
17143 feature
17144 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17145 turned on.
17146 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17147 Current Folder Type is set to &quot;Specific&quot;, and any value that
17148 &quot;Folder List&quot; has is ignored unless the type
17149 is set to &quot;Specific&quot;.
17151 When reading a newsgroup, there may be a performance penalty
17152 incurred when collecting the information necessary to check a Pattern.
17153 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17155 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17156 for more information on Patterns.
17158 Look <A HREF="h_edit_nav_cmds">here</A>
17159 to see the available Editing and Navigation commands.
17161 &lt;End of help on this topic&gt;
17162 </BODY>
17163 </HTML>
17164 ======= h_config_filt_rule_type =======
17165 <HTML>
17166 <HEAD>
17167 <TITLE>Filter Action Explained</TITLE>
17168 </HEAD>
17169 <BODY>
17170 <H1>Filter Action Explained</H1>
17172 The Filter Action specifies the action to be taken when the Pattern is a
17173 match.
17174 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17175 &quot;Just Set Message Status&quot;.
17177 If it is set to &quot;Delete&quot;, then the message that matches the
17178 Pattern will be deleted from the open folder.
17180 If it is set to &quot;Move&quot;, then the name of the folder to which
17181 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17182 next line of the screen.
17183 A list of folders separated by commas may be given, in which case the
17184 message will be copied to all of the folders in the list before it is
17185 deleted.
17187 If it is set to neither of those two values (it is set to the value
17188 labeled &quot;Just Set Message Status&quot;) then the message status
17189 setting will happen
17190 but the message will not be deleted or moved.
17192 If you are Moving a message you may also set Message Status if you wish.
17194 The easiest way to fill in the &quot;Folder List&quot; field is to use
17195 the T command that is available when the &quot;Folder List&quot; line is
17196 highlighted.
17197 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17198 Filter Action is set to &quot;Move&quot;, and any value that
17199 &quot;Folder List&quot; has is ignored unless the type
17200 is set to &quot;Move&quot;.
17202 There are a few tokens that may be used in the names in the Folder List.
17203 They are all related to the date on which the filtering is taking place.
17204 The tokens are words surrounded by underscores.
17205 For example, if you want your filter to move messages to a folder named
17206 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17207 you could specify the folder as
17208 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17209 which would result in a file named something like
17210 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17212 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17213 which would result in a file named something like
17214 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17215 The available tokens are listed
17216 <A HREF="h_index_tokens">here</A>.
17218 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17219 for more information on Patterns.
17221 Look <A HREF="h_edit_nav_cmds">here</A>
17222 to see the available Editing and Navigation commands.
17224 &lt;End of help on this topic&gt;
17225 </BODY>
17226 </HTML>
17227 ======= h_config_score_fldr_type =======
17228 <HTML>
17229 <HEAD>
17230 <TITLE>Current Folder Type Explained</TITLE>
17231 </HEAD>
17232 <BODY>
17233 <H1>Current Folder Type Explained</H1>
17235 The Current Folder Type is part of the scoring rule's Pattern.
17236 It refers to the type of the folder that
17237 the message being scored is in.
17238 In order for a rule to be considered a match, the current folder must
17239 be of the type you set here.
17240 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17241 all what you might think.
17243 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17244 example, then
17245 that Pattern will only match if the current folder is a newsgroup and
17246 the rest of the Pattern matches.
17247 The value &quot;Specific&quot; may be used when you want to limit the match
17248 to a specific folder (not just a specific type of folder), or to a list of
17249 specific folders.
17251 In order to match a specific folder you Select the &quot;Specific&quot;
17252 button <EM>AND</EM> fill in
17253 the name (or list of names) of
17254 the folder in the &quot;Folder List&quot; field.
17255 If the current folder is any of the folders in the list, that is considered
17256 a match.
17257 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17258 of the folder (like what appears in your configuration file) or, if the
17259 folder is one of your incoming folders, it may be the nickname you've given
17260 the folder.
17261 Here are a couple samples of specific folder names:
17263 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17265 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17267 The easiest way to fill in the &quot;Folder List&quot; field is to use
17268 the T command that is available when the &quot;Folder List&quot; line is
17269 highlighted.
17270 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17271 Current Folder Type is set to &quot;Specific&quot;, and any value that
17272 &quot;Folder List&quot; has is ignored unless the type
17273 is set to &quot;Specific&quot;.
17275 When reading a newsgroup, there may be a performance penalty
17276 incurred when collecting the information necessary to check a Pattern.
17277 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17278 For example, if you have Index Line Coloring rules that have Score Intervals
17279 defined then the scores for all the visible messages will need to be calculated.
17280 If some of your Scoring rules have 
17281 a Current Folder Type of
17282 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17283 screen to draw more slowly when in a newsgroup.
17285 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17286 for more information on Patterns.
17288 Look <A HREF="h_edit_nav_cmds">here</A>
17289 to see the available Editing and Navigation commands.
17291 &lt;End of help on this topic&gt;
17292 </BODY>
17293 </HTML>
17294 ======= h_config_other_fldr_type =======
17295 <HTML>
17296 <HEAD>
17297 <TITLE>Current Folder Type Explained</TITLE>
17298 </HEAD>
17299 <BODY>
17300 <H1>Current Folder Type Explained</H1>
17302 The Current Folder Type is part of the rule's Pattern.
17303 It refers to the type of the folder being viewed.
17304 In order for a rule to be considered a match, the current folder must
17305 be of the type you set here.
17306 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17307 all what you might think.
17309 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17310 example, then
17311 that Pattern will only match if the current folder is a newsgroup.
17312 The value &quot;Specific&quot; may be used when you want to limit the match
17313 to a specific folder (not just a specific type of folder), or to a list of
17314 specific folders.
17316 In order to match a specific folder you Select the &quot;Specific&quot;
17317 button <EM>AND</EM> fill in
17318 the name (or list of names) of
17319 the folder in the &quot;Folder List&quot; field.
17320 If the current folder is any of the folders in the list, that is considered
17321 a match.
17322 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17323 of the folder (like what appears in your configuration file) or, if the
17324 folder is one of your incoming folders, it may be the nickname you've given
17325 the folder.
17326 Here are a couple samples of specific folder names:
17328 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17330 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17332 The easiest way to fill in the &quot;Folder List&quot; field is to use
17333 the T command that is available when the &quot;Folder List&quot; line is
17334 highlighted.
17335 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17336 Current Folder Type is set to &quot;Specific&quot;, and any value that
17337 &quot;Folder List&quot; has is ignored unless the type
17338 is set to &quot;Specific&quot;.
17340 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17341 for more information on Patterns.
17343 Look <A HREF="h_edit_nav_cmds">here</A>
17344 to see the available Editing and Navigation commands.
17346 &lt;End of help on this topic&gt;
17347 </BODY>
17348 </HTML>
17349 ======= h_config_incol_fldr_type =======
17350 <HTML>
17351 <HEAD>
17352 <TITLE>Current Folder Type Explained</TITLE>
17353 </HEAD>
17354 <BODY>
17355 <H1>Current Folder Type Explained</H1>
17357 The Current Folder Type is part of the Line Coloring rule's Pattern.
17358 It refers to the type of the folder for which the MESSAGE INDEX is
17359 being viewed.
17360 In order for a rule to be considered a match, the current folder must
17361 be of the type you set here.
17362 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17363 all what you might think.
17365 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17366 example, then
17367 that Pattern will only match if the current folder is a newsgroup and
17368 the rest of the Pattern matches.
17369 The value &quot;Specific&quot; may be used when you want to limit the match
17370 to a specific folder (not just a specific type of folder), or to a list of
17371 specific folders.
17373 In order to match a specific folder you Select the &quot;Specific&quot;
17374 button <EM>AND</EM> fill in
17375 the name (or list of names) of
17376 the folder in the &quot;Folder List&quot; field.
17377 If the current folder is any of the folders in the list, that is considered
17378 a match.
17379 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17380 of the folder (like what appears in your configuration file) or, if the
17381 folder is one of your incoming folders, it may be the nickname you've given
17382 the folder.
17383 Here are a couple samples of specific folder names:
17385 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17387 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17389 The easiest way to fill in the &quot;Folder List&quot; field is to use
17390 the T command that is available when the &quot;Folder List&quot; line is
17391 highlighted.
17392 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17393 Current Folder Type is set to &quot;Specific&quot;, and any value that
17394 &quot;Folder List&quot; has is ignored unless the type
17395 is set to &quot;Specific&quot;.
17397 When reading a newsgroup, there may be a performance penalty
17398 incurred when collecting the information necessary to check a Pattern.
17399 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17400 For example, a rule with a non-Normal Index Line Color
17401 and a Current Folder Type of
17402 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17403 screen to draw more slowly when in a newsgroup.
17405 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17406 for more information on Patterns.
17408 Look <A HREF="h_edit_nav_cmds">here</A>
17409 to see the available Editing and Navigation commands.
17411 &lt;End of help on this topic&gt;
17412 </BODY>
17413 </HTML>
17414 ======= h_config_filt_fldr_type =======
17415 <HTML>
17416 <HEAD>
17417 <TITLE>Current Folder Type Explained</TITLE>
17418 </HEAD>
17419 <BODY>
17420 <H1>Current Folder Type Explained</H1>
17422 The Current Folder Type is part of the Filtering rule's Pattern.
17423 It refers to the type of the folder for which the filtering is being done.
17424 In order for a rule to be considered a match, the current folder must
17425 be of the type you set here.
17426 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17427 all what you might think.
17429 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17430 example, then
17431 that Pattern will only match if the current folder is a newsgroup and
17432 the rest of the Pattern matches.
17433 The value &quot;Specific&quot; may be used when you want to limit the match
17434 to a specific folder (not just a specific type of folder), or to a list of
17435 specific folders.
17437 In order to match a specific folder you Select the &quot;Specific&quot;
17438 button <EM>AND</EM> fill in
17439 the name (or list of names) of
17440 the folder in the &quot;Folder List&quot; field.
17441 If the current folder is any of the folders in the list, that is considered
17442 a match.
17443 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17444 of the folder (like what appears in your configuration file) or, if the
17445 folder is one of your incoming folders, it may be the nickname you've given
17446 the folder.
17447 Here are a couple samples of specific folder names:
17449 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17451 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17453 The easiest way to fill in the &quot;Folder List&quot; field is to use
17454 the T command that is available when the &quot;Folder List&quot; line is
17455 highlighted.
17456 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17457 Current Folder Type is set to &quot;Specific&quot;, and any value that
17458 &quot;Folder List&quot; has is ignored unless the type
17459 is set to &quot;Specific&quot;.
17461 When reading a newsgroup, there may be a performance penalty
17462 incurred when collecting the information necessary to check a Pattern.
17463 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17464 For example, a rule with a Current Folder Type of either
17465 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17466 more slowly when opening a newsgroup.
17468 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17469 for more information on Patterns.
17471 Look <A HREF="h_edit_nav_cmds">here</A>
17472 to see the available Editing and Navigation commands.
17474 &lt;End of help on this topic&gt;
17475 </BODY>
17476 </HTML>
17477 ======= h_config_role_stat_imp =======
17478 <HTML>
17479 <HEAD>
17480 <TITLE>Message Important Status Explained</TITLE>
17481 </HEAD>
17482 <BODY>
17483 <H1>Message Important Status Explained</H1>
17485 This part of the Pattern may have one of three possible values.
17486 The default value is &quot;Don't care&quot;, which matches any message.
17487 The other two values are &quot;Yes&quot;, which means the message must be
17488 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17489 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17490 to be a match.
17492 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17493 for more information on Patterns.
17495 Look <A HREF="h_edit_nav_cmds">here</A>
17496 to see the available Editing and Navigation commands.
17498 &lt;End of help on this topic&gt;
17499 </BODY>
17500 </HTML>
17501 ======= h_config_role_stat_new =======
17502 <HTML>
17503 <HEAD>
17504 <TITLE>Message New Status Explained</TITLE>
17505 </HEAD>
17506 <BODY>
17507 <H1>Message New Status Explained</H1>
17509 This part of the Pattern may have one of three possible values.
17510 The default value is &quot;Don't care&quot;, which matches any message.
17511 The other two values are &quot;Yes&quot;, which means the message must be
17512 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17513 means the message must <EM>not</EM> be &quot;New&quot; in order
17514 to be a match.
17515 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17516 same as <EM>Seen</EM>.
17518 The nomenclature for New and Recent is a bit confusing:
17520 New means that the message is Unseen.
17521 It could have been in your mailbox for a long time but if you haven't looked
17522 at it, it is still considered New.
17523 That matches the default Alpine index display that shows an N for such a
17524 message.
17526 Recent means that the message was added to this folder since the last time
17527 you opened the folder.
17528 Alpine also shows an N by default for these types of messages.
17529 If you were to run two copies of Alpine that opened a folder one right after
17530 the other, a message would only show up as Recent in (at most) the first
17531 Alpine session.
17533 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17534 for more information on Patterns.
17536 Look <A HREF="h_edit_nav_cmds">here</A>
17537 to see the available Editing and Navigation commands.
17539 &lt;End of help on this topic&gt;
17540 </BODY>
17541 </HTML>
17542 ======= h_config_role_stat_recent =======
17543 <HTML>
17544 <HEAD>
17545 <TITLE>Message Recent Status Explained</TITLE>
17546 </HEAD>
17547 <BODY>
17548 <H1>Message Recent Status Explained</H1>
17550 This part of the Pattern may have one of three possible values.
17551 The default value is &quot;Don't care&quot;, which matches any message.
17552 The other two values are &quot;Yes&quot;, which means the message must be
17553 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17554 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17555 to be a match.
17556 &quot;Recent&quot; means that the message was added to the folder since
17557 the last time the folder was opened.
17558 If more than one mail client has the folder opened, the message will
17559 appear to be &quot;Recent&quot; to only one of the clients.
17561 The nomenclature for New and Recent is a bit confusing:
17563 New means that the message is Unseen.
17564 It could have been in your mailbox for a long time but if you haven't looked
17565 at it, it is still considered New.
17566 That matches the default Alpine index display that shows an N for such a
17567 message.
17569 Recent means that the message was added to this folder since the last time
17570 you opened the folder.
17571 Alpine also shows an N by default for these types of messages.
17572 If you were to run two copies of Alpine that opened a folder one right after
17573 the other, a message would only show up as Recent in (at most) the first
17574 Alpine session.
17576 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17577 for more information on Patterns.
17579 Look <A HREF="h_edit_nav_cmds">here</A>
17580 to see the available Editing and Navigation commands.
17582 &lt;End of help on this topic&gt;
17583 </BODY>
17584 </HTML>
17585 ======= h_config_role_stat_del =======
17586 <HTML>
17587 <HEAD>
17588 <TITLE>Message Deleted Status Explained</TITLE>
17589 </HEAD>
17590 <BODY>
17591 <H1>Message Deleted Status Explained</H1>
17593 This part of the Pattern may have one of three possible values.
17594 The default value is &quot;Don't care&quot;, which matches any message.
17595 The other two values are &quot;Yes&quot;, which means the message must be
17596 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17597 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17598 to be a match.
17600 If you are thinking of using this part of the Pattern as a way to prevent
17601 messages from being filtered more than once in a Filter Pattern,
17602 take a look at the Filter Option
17603 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17604 instead.
17605 It should work better than using this field since it will hide the filtered
17606 messages even if they are already Deleted.
17607 That option is at the bottom of the Filter configuration screen.
17609 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17610 for more information on Patterns.
17612 Look <A HREF="h_edit_nav_cmds">here</A>
17613 to see the available Editing and Navigation commands.
17615 &lt;End of help on this topic&gt;
17616 </BODY>
17617 </HTML>
17618 ======= h_config_role_stat_ans =======
17619 <HTML>
17620 <HEAD>
17621 <TITLE>Message Answered Status Explained</TITLE>
17622 </HEAD>
17623 <BODY>
17624 <H1>Message Answered Status Explained</H1>
17626 This part of the Pattern may have one of three possible values.
17627 The default value is &quot;Don't care&quot;, which matches any message.
17628 The other two values are &quot;Yes&quot;, which means the message must be
17629 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17630 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17631 to be a match.
17633 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17634 for more information on Patterns.
17636 Look <A HREF="h_edit_nav_cmds">here</A>
17637 to see the available Editing and Navigation commands.
17639 &lt;End of help on this topic&gt;
17640 </BODY>
17641 </HTML>
17642 ======= h_config_role_abookfrom =======
17643 <HTML>
17644 <HEAD>
17645 <TITLE>Address in Address Book Explained</TITLE>
17646 </HEAD>
17647 <BODY>
17648 <H1>Address in Address Book Explained</H1>
17650 This option gives you a way to match messages that contain an address
17651 that is in one of your address books.
17652 Only the simple entries in your address books are searched.
17653 Address book distribution lists are ignored!
17655 This part of the Pattern may have one of five possible values.
17656 The default value is &quot;Don't care&quot;, which matches any message.
17657 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17658 from the message must be in at least one of your
17659 address books in order to be a match.
17660 The value &quot;No, not in any address book&quot;
17661 means none of the addresses may
17662 be in any of your address books in order to be a match.
17664 The values &quot;Yes, in specific address books&quot; and
17665 &quot;No, not in any of specific address books&quot; are similar but instead
17666 of depending on all address books you are allowed to give a list of address
17667 books to look in.
17668 Usually this would be a single address book but it may be a
17669 list of address books as well.
17670 For each of these &quot;specific&quot; address book options you Select which
17671 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17672 name (or list of names) of the address book in the
17673 &quot;Abook List&quot; field.
17674 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17675 The easiest way to fill in the Abook List field it to use
17676 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17677 line is highlighted.
17678 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17679 option is set to one of the two &quot;Specific&quot;, values.
17681 The addresses from the message that are checked for are determined by the
17682 setting you have for &quot;Types of addresses to check for in address book&quot;.
17683 If you set this to &quot;From&quot; the From address from the message will
17684 be looked up in the address book.
17685 If you set it to &quot;To&quot; instead then the To addresses will be used.
17686 If any of the To addresses are in the address book then it is considered
17687 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17688 You could set it to both From and To, in which case all of the From and To
17689 addresses are used.
17690 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17691 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17692 exists or the From address if there is no Reply-To address.
17693 Same for the Sender address.
17695 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17696 for more information on Patterns.
17698 Look <A HREF="h_edit_nav_cmds">here</A>
17699 to see the available Editing and Navigation commands.
17701 &lt;End of help on this topic&gt;
17702 </BODY>
17703 </HTML>
17704 ======= h_config_inabook_from =======
17705 <HTML>
17706 <HEAD>
17707 <TITLE>From</TITLE>
17708 </HEAD>
17709 <BODY>
17710 <H1>From</H1>
17712 Setting the From line will cause the address from the From header line
17713 of the message to be checked for in the address book.
17715 &lt;End of help on this topic&gt;
17716 </BODY>
17717 </HTML>
17718 ======= h_config_inabook_replyto =======
17719 <HTML>
17720 <HEAD>
17721 <TITLE>Reply-To</TITLE>
17722 </HEAD>
17723 <BODY>
17724 <H1>Reply-To</H1>
17726 Setting the Reply-To line will cause the address from the Reply-To header line
17727 of the message to be checked for in the address book.
17728 However, if there is no Reply-To header line in the message the From header
17729 line will be used instead.
17730 We understand this is dumb but we don't have an easy way around it.
17732 &lt;End of help on this topic&gt;
17733 </BODY>
17734 </HTML>
17735 ======= h_config_inabook_sender =======
17736 <HTML>
17737 <HEAD>
17738 <TITLE>Sender</TITLE>
17739 </HEAD>
17740 <BODY>
17741 <H1>Sender</H1>
17743 Setting the Sender line will cause the address from the Sender header line
17744 of the message to be checked for in the address book.
17745 However, if there is no Sender header line in the message the From header
17746 line will be used instead.
17747 We understand this is dumb but we don't have an easy way around it.
17749 &lt;End of help on this topic&gt;
17750 </BODY>
17751 </HTML>
17752 ======= h_config_inabook_to =======
17753 <HTML>
17754 <HEAD>
17755 <TITLE>To</TITLE>
17756 </HEAD>
17757 <BODY>
17758 <H1>To</H1>
17760 Setting the To line will cause the address from the To header line
17761 of the message to be checked for in the address book.
17763 &lt;End of help on this topic&gt;
17764 </BODY>
17765 </HTML>
17766 ======= h_config_inabook_cc =======
17767 <HTML>
17768 <HEAD>
17769 <TITLE>CC</TITLE>
17770 </HEAD>
17771 <BODY>
17772 <H1>CC</H1>
17774 Setting the CC line will cause the address from the CC header line
17775 of the message to be checked for in the address book.
17777 &lt;End of help on this topic&gt;
17778 </BODY>
17779 </HTML>
17780 ======= h_config_role_stat_8bitsubj =======
17781 <HTML>
17782 <HEAD>
17783 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17784 </HEAD>
17785 <BODY>
17786 <H1>Raw 8-bit in Subject Explained</H1>
17788 It seems that lots of unwanted email contains unencoded 8-bit characters
17789 in the Subject.
17790 Normally, characters with the 8th bit set are not allowed in the Subject
17791 header unless they are MIME-encoded.
17792 This option gives you a way to match messages that have Subjects that
17793 contain unencoded 8-bit characters.
17795 This part of the Pattern may have one of three possible values.
17796 The default value is &quot;Don't care&quot;, which matches any message.
17797 The other two values are &quot;Yes&quot;, which means the Subject of
17798 the message must contain unencoded 8-bit characters (characters with the
17799 most significant bit set)
17800 in order to be a match; or &quot;No&quot;, which
17801 means the Subject must <EM>not</EM>
17802 contain unencoded 8-bit characters in order to be a match.
17804 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17805 for more information on Patterns.
17807 Look <A HREF="h_edit_nav_cmds">here</A>
17808 to see the available Editing and Navigation commands.
17810 &lt;End of help on this topic&gt;
17811 </BODY>
17812 </HTML>
17813 ======= h_config_role_bom =======
17814 <HTML>
17815 <HEAD>
17816 <TITLE>Beginning of Month</TITLE>
17817 </HEAD>
17818 <BODY>
17819 <H1>Beginning of Month</H1>
17821 This option gives you a limited ability to take different actions depending on whether
17822 this is the first time Alpine has been run this month or not.
17823 Though it would be nice to have such an option available, this is not the
17824 same as whether or not this is the first time a paricular folder has been
17825 opened this month.
17826 If you want some action (probably Filtering) to take place in a folder each
17827 month, then you will need to be sure that the folder is opened during the
17828 first Alpine session of the month in order for this option to be helpful.
17830 This part of the Pattern may have one of three possible values.
17831 The default value is &quot;Don't care&quot;, which matches any message.
17832 The other two values are &quot;Yes&quot;, which means this is the first
17833 time Alpine has been run this month;
17834 or &quot;No&quot;, which
17835 means this is not the first time Alpine has been run this month.
17837 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17838 for more information on Patterns.
17840 Here are some technical details.
17841 The way that Alpine decides if it is the beginning of the month or not is
17842 to compare today's date with the date stored in the
17843 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17844 variable in the config file.
17845 If the month of today's date is later than the month stored in the variable,
17846 then this is considered to be the first time you have run Alpine this month, and
17847 that turns the Beginning of the Month option on.
17849 Look <A HREF="h_edit_nav_cmds">here</A>
17850 to see the available Editing and Navigation commands.
17852 &lt;End of help on this topic&gt;
17853 </BODY>
17854 </HTML>
17855 ======= h_config_role_boy =======
17856 <HTML>
17857 <HEAD>
17858 <TITLE>Beginning of Year</TITLE>
17859 </HEAD>
17860 <BODY>
17861 <H1>Beginning of Year</H1>
17863 This option gives you a limited ability to take different actions depending on whether
17864 this is the first time Alpine has been run this year or not.
17865 Though it would be nice to have such an option available, this is not the
17866 same as whether or not this is the first time a paricular folder has been
17867 opened this year.
17868 If you want some action (probably Filtering) to take place in a folder each
17869 year, then you will need to be sure that the folder is opened during the
17870 first Alpine session of the year in order for this option to be helpful.
17872 This part of the Pattern may have one of three possible values.
17873 The default value is &quot;Don't care&quot;, which matches any message.
17874 The other two values are &quot;Yes&quot;, which means this is the first
17875 time Alpine has been run this year;
17876 or &quot;No&quot;, which
17877 means this is not the first time Alpine has been run this year.
17879 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17880 for more information on Patterns.
17882 Here are some technical details.
17883 The way that Alpine decides if it is the beginning of the year or not is
17884 to compare today's date with the date stored in the
17885 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17886 variable in the config file.
17887 If the year of today's date is later than the year stored in the variable,
17888 then this is considered to be the first time you have run Alpine this year, and
17889 that turns the Beginning of the Year option on.
17891 Look <A HREF="h_edit_nav_cmds">here</A>
17892 to see the available Editing and Navigation commands.
17894 &lt;End of help on this topic&gt;
17895 </BODY>
17896 </HTML>
17897 ======= h_config_role_inick =======
17898 <HTML>
17899 <HEAD>
17900 <TITLE>Initialize Values From Role Explained</TITLE>
17901 </HEAD>
17902 <BODY>
17903 <H1>Initialize Values From Role Explained</H1>
17905 This is a power user feature.
17906 You will usually want to leave this field empty.
17907 The value of this field is the nickname of another one of your roles.
17908 The Action values from that other role
17909 are used as the initial values of the Action items for this role.
17910 If you put something in any of the action fields for this role, that will
17911 override whatever was in the corresponding field of the initializer role.
17913 You might use this field if the &quot;Action&quot; part of one of your roles
17914 is something you want to use in more than one role.
17915 Instead of filling in those action values again for each role, you
17916 may give the nickname of the role where the values are filled in.
17917 It's just a shortcut way to define Role Actions.
17919 Here's an example to help explain how this works.
17920 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17921 (among other things)
17923 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17925 set.
17926 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17927 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17928 from role1 by default (and any of the other inheritable action values
17929 that are set).
17930 So if role2 had
17932 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17934 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17935 However, if role2 had
17937 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17939 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17941 If you wish,
17942 you may choose a nickname from your list of roles by using the
17943 &quot;T&quot; command.
17944 If the role you are using to initialize also has a role it initializes from,
17945 then that initialization happens first.
17946 That is, inheritance works as expected with the grandparent and
17947 great-grandparent (and so on) roles having the expected effect.
17949 Look <A HREF="h_edit_nav_cmds">here</A>
17950 to see the available Editing and Navigation commands.
17952 &lt;End of help on this topic&gt;
17953 </BODY>
17954 </HTML>
17955 ======= h_config_role_setfrom =======
17956 <HTML>
17957 <HEAD>
17958 <TITLE>Set From Explained</TITLE>
17959 </HEAD>
17960 <BODY>
17961 <H1>Set From Explained</H1>
17963 This describes part of the action to be taken if the Pattern for this
17964 role is a match.
17965 This field consists of a single address that will be used as the From
17966 address on the message you are sending.
17967 This should be a fully-qualified address like
17969 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17971 or just
17973 <CENTER><SAMP>user@domain</SAMP></CENTER>
17975 If you wish,
17976 you may choose an address from your address book with the
17977 &quot;T&quot; command.
17979 If this is left blank, then your normal From address will be used.
17981 You may also find it useful to add the changed From address to the
17982 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17983 configuration option.
17985 Look <A HREF="h_edit_nav_cmds">here</A>
17986 to see the available Editing and Navigation commands.
17988 &lt;End of help on this topic&gt;
17989 </BODY>
17990 </HTML>
17991 ======= h_config_role_setreplyto =======
17992 <HTML>
17993 <HEAD>
17994 <TITLE>Set Reply-To Explained</TITLE>
17995 </HEAD>
17996 <BODY>
17997 <H1>Set Reply-To Explained</H1>
17999 This describes part of the action to be taken if the Pattern for this
18000 role is a match.
18001 This field consists of a single address that will be used as the Reply-To
18002 address on the message you are sending.
18003 This may be a fully-qualified address like
18005 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18007 or just
18009 <CENTER><SAMP>user@domain</SAMP></CENTER>
18011 If you wish,
18012 you may choose an address from your address book with the
18013 &quot;T&quot; command.
18015 If this is left blank, then there won't be a Reply-To address unless
18016 you have configured one specially with the
18017 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18018 configuration option.
18020 Look <A HREF="h_edit_nav_cmds">here</A>
18021 to see the available Editing and Navigation commands.
18023 &lt;End of help on this topic&gt;
18024 </BODY>
18025 </HTML>
18026 ======= h_config_role_setfcc =======
18027 <HTML>
18028 <HEAD>
18029 <TITLE>Set Fcc Explained</TITLE>
18030 </HEAD>
18031 <BODY>
18032 <H1>Set Fcc Explained</H1>
18034 This describes part of the action to be taken if the Pattern for this
18035 role is a match.
18036 This field consists of a single folder name that will be used in
18037 the Fcc field of the message you are sending.
18038 You may put anything here that you would normally type into the Fcc
18039 field from the composer.
18041 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18042 no Fcc.
18044 A blank field here means that Alpine will use its normal rules for deciding
18045 the default value of the Fcc field.
18046 For many roles, perhaps most, it may make more sense for you to use the
18047 other Alpine facilities for setting the Fcc.
18048 In particular, if you want the Fcc to depend on who you are sending the
18049 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18050 is probably more useful.
18051 In that case, you would want to leave the Fcc field here blank.
18052 However, if you have a role that depends on who the message you are replying
18053 to was From, or what address that message was sent to;
18054 then it might make sense to set the Fcc for that role here.
18056 If you wish,
18057 you may choose a folder from your folder collections by using the
18058 &quot;T&quot; command.
18060 Look <A HREF="h_edit_nav_cmds">here</A>
18061 to see the available Editing and Navigation commands.
18063 &lt;End of help on this topic&gt;
18064 </BODY>
18065 </HTML>
18066 ======= h_config_role_usesmtp =======
18067 <HTML>
18068 <HEAD>
18069 <TITLE>Use SMTP Server Explained</TITLE>
18070 </HEAD>
18071 <BODY>
18072 <H1>Use SMTP Server Explained</H1>
18074 This describes part of the action to be taken if the Pattern for this
18075 role is a match.
18076 If this field has a value, then it will be used as the SMTP server
18077 to send mail when this role is being used (unless the SMTP server variable
18078 is set in the system-wide fixed configuration file).
18079 It has the same semantics as the
18080 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18081 variable in the Setup/Config screen.
18083 If you are using this to post from home when you are at home and from
18084 work when you are at work you need to be careful about postponing messages.
18085 When you postpone a composition that was using a role with this variable
18086 set, the SMTP server list will be saved
18087 with the postponed composition.
18088 It cannot be changed later.
18089 Because of this, you may want to make this a list of SMTP servers
18090 with the preferred server at the front of the list and alternate servers
18091 later in the list.
18092 In your &quot;Home&quot; role you would put the home SMTP server first and
18093 the work SMTP server last.
18094 In your &quot;Work&quot; role you would put the work SMTP server first and
18095 the home SMTP server last.
18096 Then if you start a composition as &quot;Work&quot;, postpone
18097 it, and then later resume it from home the work SMTP server will fail but
18098 the home SMTP server later in the list will succeed.
18100 You may be able to simplify things by making the regular
18101 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18102 variable in the Setup/Config screen a list instead of using roles
18103 to set the SMTP server.
18106 Look <A HREF="h_edit_nav_cmds">here</A>
18107 to see the available Editing and Navigation commands.
18109 &lt;End of help on this topic&gt;
18110 </BODY>
18111 </HTML>
18112 ======= h_config_role_usenntp =======
18113 <HTML>
18114 <HEAD>
18115 <TITLE>Use NNTP Server Explained</TITLE>
18116 </HEAD>
18117 <BODY>
18118 <H1>Use NNTP Server Explained</H1>
18120 This describes part of the action to be taken if the Pattern for this
18121 role is a match.
18122 If this field has a value, then it will be used as the NNTP server
18123 to post to newsgroups when this role is being used (unless the NNTP server
18124 variable
18125 is set in the system-wide fixed configuration file).
18126 It has the same semantics as the
18127 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18128 variable in the Setup/Config screen.
18130 This role setting can facilitate posting to the right nntp server for someone
18131 who reads news from various news sources.  The feature
18132 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18133 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18134 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18135 nntp servers for roles may be more desirable for some people.
18137 If you are using this to post from home when you are at home and from
18138 work when you are at work you need to be careful about postponing messages.
18139 When you postpone a composition that was using a role with this variable
18140 set, the NNTP server list will be saved
18141 with the postponed composition.
18142 It cannot be changed later.
18143 Because of this, you may want to make this a list of NNTP servers
18144 with the preferred server at the front of the list and alternate servers
18145 later in the list.
18146 In your &quot;Home&quot; role you would put the home NNTP server first and
18147 the work NNTP server last.
18148 In your &quot;Work&quot; role you would put the work NNTP server first and
18149 the home NNTP server last.
18150 Then if you start a composition as &quot;Work&quot;, postpone
18151 it, and then later resume it from home the work NNTP server will fail but
18152 the home NNTP server later in the list will succeed.
18154 You may be able to simplify things by making the regular
18155 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18156 variable in the Setup/Config screen a list instead of using roles
18157 to set the NNTP server.
18160 Look <A HREF="h_edit_nav_cmds">here</A>
18161 to see the available Editing and Navigation commands.
18163 &lt;End of help on this topic&gt;
18164 </BODY>
18165 </HTML>
18166 ======= h_config_role_setotherhdr =======
18167 <HTML>
18168 <HEAD>
18169 <TITLE>Set Other Headers Explained</TITLE>
18170 </HEAD>
18171 <BODY>
18172 <H1>Set Other Headers Explained</H1>
18174 This describes part of the action to be taken if the Pattern for this
18175 role is a match.
18176 This field gives you a way to set values for headers besides
18177 &quot;From&quot; and &quot;Reply-To&quot;.
18178 If you want to set either of those, use the specific
18179 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18181 This field is similar to the
18182 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18183 Each header you specify here must include the header tag 
18184 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18185 and may optionally include a value for that header.
18186 In order to see these headers when you compose using this role you 
18187 must use the rich header
18188 <!--chtml if pinemode="function_key"-->(F5)
18189 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18190 Here's an example that shows how you might set the To address.
18192 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18194 Headers set in this way are different from headers set with the
18195 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18196 will replace any value that already exists.
18197 For example, if you are Replying to a message there will already be at
18198 least one address in the To header (the address you are Replying to).
18199 However, if you Reply using a role that sets the To header, that role's
18200 To header value will be used instead.
18202 Limitation: Because commas are used to separate the list of
18203 Other Headers, it is not possible to have the value of a
18204 header contain a comma;
18205 nor is there currently an &quot;escape&quot; mechanism provided
18206 to make this work.
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_setlitsig =======
18215 <HTML>
18216 <HEAD>
18217 <TITLE>Set Literal Signature Explained</TITLE>
18218 </HEAD>
18219 <BODY>
18220 <H1>Set Literal Signature Explained</H1>
18222 This describes part of the action to be taken if the Pattern for this
18223 role is a match.
18224 This field contains the actual text for your signature, as opposed to
18225 the name of a file containing your signature.
18226 If this is defined it takes precedence over any value set in the
18227 &quot;Set Signature&quot; field.
18229 This is simply a different way to store the signature.
18230 The signature is stored inside your Alpine configuration file instead of in
18231 a separate file.
18232 Tokens work the same way they do with
18233 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18234 help text there for more information.
18237 The two character sequence &#92;n (backslash followed by
18238 the character n) will be used to signify a line-break in your signature.
18239 You don't have to enter the &#92;n, but it will be visible in the
18240 CHANGE THIS ROLE RULE window after you are done editing the signature.
18242 Look <A HREF="h_edit_nav_cmds">here</A>
18243 to see the available Editing and Navigation commands.
18245 &lt;End of help on this topic&gt;
18246 </BODY>
18247 </HTML>
18248 ======= h_config_role_setsig =======
18249 <HTML>
18250 <HEAD>
18251 <TITLE>Set Signature Explained</TITLE>
18252 </HEAD>
18253 <BODY>
18254 <H1>Set Signature Explained</H1>
18256 This describes part of the action to be taken if the Pattern for this
18257 role is a match.
18259 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18260 option from Setup/Config
18261 or the &quot;Set LiteralSig&quot; option for this role are defined,
18262 then this option will be ignored.
18263 You can tell that that is the case because the value of this
18264 option will show up as
18266 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18268 You may either use all Literal Signatures (signatures stored in your
18269 configuration file) throughout Alpine, or all signature files.
18270 You can't mix the two.
18272 This field consists of a filename that will be used as the signature
18273 file when using this role.
18275 If the filename is followed by a vertical bar (|) then instead
18276 of reading the contents of the file the file is assumed to be a
18277 program that will produce the text to be used on its standard output.
18278 The program can't have any arguments and doesn't receive any input from Alpine,
18279 but the rest of the processing works as if the contents came from a file.
18281 Instead of storing the data in a local file, the
18282 signature data may be stored remotely in an IMAP folder.
18283 In order to do this, 
18284 you must use a remote name for the signature.
18285 A remote signature name might look like:
18287 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18290 The syntax used here is the same as the syntax used for a remote
18291 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18292 Note that you may not access an existing signature file remotely,
18293 you have to create a new <EM>folder</EM> that contains the signature data.
18294 If the name you use here for the signature data is a remote name, then when
18295 you edit the file using the &quot;F&quot; command the data will
18296 be saved remotely in the folder.
18297 You aren't required to do anything special to create the folder, it
18298 gets created if you use a remote name.
18301 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18302 the name of the file) you have specified.
18303 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18305 Besides containing regular text, a signature file may also
18306 contain (or a signature program may produce) tokens that are replaced with text
18307 that depends on the message you are replying to or forwarding.
18308 The tokens all look like _word_ (a word surrounded by underscores).
18309 For example, if the token
18311 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18313 is included in the text of the signature file, then when you reply to
18314 or forward a message, the token will be replaced with the actual date
18315 the message you are replying to or forwarding was sent.
18317 If you use a role that has a signature file for a plain composition
18318 (that is, not a reply or forward) then there is no original message, so
18319 any tokens that depend on the message will be replaced with nothing.
18320 So if you want a signature file to be useful for new compositions it
18321 shouldn't include any of the tokens that depend on the message being
18322 replied to or forwarded.
18324 The list of available tokens is
18325 <A HREF="h_index_tokens">here</A>.
18327 Actually, for the adventurous, there is a way to conditionally include text based
18328 on whether or not a token would result in specific replacement text.
18329 For example, you could include some text based on whether or not
18330 the _NEWS_ token would result in any newsgroups if it was used.
18331 It's explained in detail
18332 <A HREF="h_reply_token_conditionals">here</A>.
18334 In the very unlikely event that you want to include a literal token in
18335 a signature file, you must precede it with a backslash character.
18336 For example, to include the literal text _DATE_ you must actually use
18337 &#92;_DATE_.
18338 It is not possible to have a literal backslash followed by an expanded token.
18340 A blank field here means that Alpine will use its normal rules for deciding
18341 which file (if any) to use for the signature file.
18343 An alternate method for storing the signature is available in
18344 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18346 Look <A HREF="h_edit_nav_cmds">here</A>
18347 to see the available Editing and Navigation commands.
18349 &lt;End of help on this topic&gt;
18350 </BODY>
18351 </HTML>
18352 ======= h_config_role_settempl =======
18353 <HTML>
18354 <HEAD>
18355 <TITLE>Set Template Explained</TITLE>
18356 </HEAD>
18357 <BODY>
18358 <H1>Set Template Explained</H1>
18360 This describes part of the action to be taken if the Pattern for this
18361 role is a match.
18362 This field consists of a filename that will be used as the template
18363 file when using this role.
18364 The template file is a file that is included at the top of the message you
18365 are composing.
18367 If the filename is followed by a vertical bar (|) then instead
18368 of reading the contents of the file the file is assumed to be a
18369 program that will produce the text to be used on its standard output.
18370 The program can't have any arguments and doesn't receive any input from Alpine,
18371 but the rest of the processing works as if the contents came from a file.
18373 Instead of storing the data in a local file, the
18374 template may be stored remotely in an IMAP folder.
18375 In order to do this, 
18376 you must use a remote name for the template.
18377 A remote template name might look like:
18379 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18382 The syntax used here is the same as the syntax used for a remote
18383 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18384 Note that you may not access an existing template file remotely,
18385 you have to create a new <EM>folder</EM> that contains the template data.
18386 If the name you use here for the template is a remote name, then when
18387 you edit the file using the &quot;F&quot; command the data will
18388 be saved remotely in the folder.
18389 You aren't required to do anything special to create the folder, it
18390 gets created if you use a remote name.
18392 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18393 the name of the file) you have specified.
18394 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18396 Besides containing regular text, the template file may also
18397 contain (or a template file program may produce) tokens that are replaced with text
18398 that depends on the message you are replying to or forwarding.
18399 The tokens all look like _word_ (a word surrounded by underscores).
18400 For example, if the token
18402 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18404 is included in the text of the template file, then when you reply to
18405 or forward a message, the token will be replaced with the actual date
18406 the message you are replying to or forwarding was sent.
18408 If you use a role that has a template file for a plain composition
18409 (that is, not a reply or forward) then there is no original message, so
18410 any tokens that depend on the message will be replaced with nothing.
18411 So if you want a template file to be useful for new compositions it
18412 shouldn't include any of the tokens that depend on the message being
18413 replied to or forwarded.
18415 The list of available tokens is
18416 <A HREF="h_index_tokens">here</A>.
18418 Actually, for the adventurous, there is a way to conditionally include text based
18419 on whether or not a token would result in specific replacement text.
18420 For example, you could include some text based on whether or not
18421 the _NEWS_ token would result in any newsgroups if it was used.
18422 It's explained in detail
18423 <A HREF="h_reply_token_conditionals">here</A>.
18425 In the very unlikely event that you want to include a literal token in
18426 a template file, you must precede it with a backslash character.
18427 For example, to include the literal text _DATE_ you must actually use
18428 &#92;_DATE_.
18429 It is not possible to have a literal backslash followed by an expanded token.
18431 A blank template field means that Alpine will not use a template file when
18432 this role is being used.
18434 Look <A HREF="h_edit_nav_cmds">here</A>
18435 to see the available Editing and Navigation commands.
18437 &lt;End of help on this topic&gt;
18438 </BODY>
18439 </HTML>
18440 ======= h_config_filt_stat_imp =======
18441 <HTML>
18442 <HEAD>
18443 <TITLE>Set Important Status Explained</TITLE>
18444 </HEAD>
18445 <BODY>
18446 <H1>Set Important Status Explained</H1>
18448 This describes part of the action to be taken if the Pattern for this
18449 filter is a match.
18450 If set to &quot;Don't change it&quot; then this does nothing.
18451 If set to &quot;Set this state&quot; then the Important flag is set
18452 for the matching message.
18453 If set to &quot;Clear this state&quot; then the Important flag is cleared
18454 for the matching message.
18455 The important flag usually causes an asterisk to show up in the MESSAGE
18456 INDEX.
18457 It may also be useful when selecting a set of messages
18458 with the Select command.
18460 Look <A HREF="h_edit_nav_cmds">here</A>
18461 to see the available Editing and Navigation commands.
18463 &lt;End of help on this topic&gt;
18464 </BODY>
18465 </HTML>
18466 ======= h_config_filt_stat_new =======
18467 <HTML>
18468 <HEAD>
18469 <TITLE>Set New Status Explained</TITLE>
18470 </HEAD>
18471 <BODY>
18472 <H1>Set New Status Explained</H1>
18474 This describes part of the action to be taken if the Pattern for this
18475 filter is a match.
18476 If set to &quot;Don't change it&quot; then this does nothing.
18477 If set to &quot;Set this state&quot; then the
18478 matching message is marked New.
18479 If set to &quot;Clear this state&quot; then the
18480 matching message is marked Seen.
18482 Look <A HREF="h_edit_nav_cmds">here</A>
18483 to see the available Editing and Navigation commands.
18485 &lt;End of help on this topic&gt;
18486 </BODY>
18487 </HTML>
18488 ======= h_config_filt_stat_ans =======
18489 <HTML>
18490 <HEAD>
18491 <TITLE>Set Answered Status Explained</TITLE>
18492 </HEAD>
18493 <BODY>
18494 <H1>Set Answered Status Explained</H1>
18496 This describes part of the action to be taken if the Pattern for this
18497 filter is a match.
18498 If set to &quot;Don't change it&quot; then this does nothing.
18499 If set to &quot;Set this state&quot; then the Answered flag is set
18500 for the matching message.
18501 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18502 for the matching message.
18504 Look <A HREF="h_edit_nav_cmds">here</A>
18505 to see the available Editing and Navigation commands.
18507 &lt;End of help on this topic&gt;
18508 </BODY>
18509 </HTML>
18510 ======= h_config_filt_stat_del =======
18511 <HTML>
18512 <HEAD>
18513 <TITLE>Set Deleted Status Explained</TITLE>
18514 </HEAD>
18515 <BODY>
18516 <H1>Set Deleted Status Explained</H1>
18518 This describes part of the action to be taken if the Pattern for this
18519 filter is a match.
18520 If set to &quot;Don't change it&quot; then this does nothing.
18521 If set to &quot;Set this state&quot; then the
18522 matching message is marked Deleted.
18523 If set to &quot;Clear this state&quot; then the
18524 matching message is marked UnDeleted.
18526 You should not use this option unless you are prepared to have matching
18527 messages expunged from the folder permanently.
18528 For example, if you type the Expunge command, this filter is applied
18529 before the expunge, so matching messages will be marked Deleted and then
18530 will be permanently expunged from the folder.
18531 However, since the index isn't redrawn in between the time that the message
18532 is marked Deleted and the time that you are asked to expunge, the only
18533 indication that you are expunging the message comes in the number of messages
18534 being expunged.
18535 The same thing may happen when you close a folder.
18536 It is also possible that an expunge not initiated by you will
18537 delete matching messages.
18539 Look <A HREF="h_edit_nav_cmds">here</A>
18540 to see the available Editing and Navigation commands.
18542 &lt;End of help on this topic&gt;
18543 </BODY>
18544 </HTML>
18545 ======= h_config_role_scoreval =======
18546 <HTML>
18547 <HEAD>
18548 <TITLE>Score Value Explained</TITLE>
18549 </HEAD>
18550 <BODY>
18551 <H1>Score Value Explained</H1>
18553 A message's score is the sum of the Score Values from all of the Scoring rules
18554 with Patterns that match the message.
18555 The value you give here is the Score Value associated with this rule.
18556 A Score Value is an integer between -100 and 100, with the default
18557 value of zero.
18559 Alternatively, if the
18560 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18561 field is defined
18562 (on the line right below the &quot;Score Value&quot; field)
18563 then the &quot;Score Value&quot; is ignored and
18564 the &quot;Score From Header&quot; field is used instead.
18566 Look <A HREF="h_edit_nav_cmds">here</A>
18567 to see the available Editing and Navigation commands.
18569 &lt;End of help on this topic&gt;
18570 </BODY>
18571 </HTML>
18572 ======= h_config_role_scorehdrtok =======
18573 <HTML>
18574 <HEAD>
18575 <TITLE>Score Value From Header Explained</TITLE>
18576 </HEAD>
18577 <BODY>
18578 <H1>Score Value From Header Explained</H1>
18580 This option provides a way to use a number that appears in the headers of your
18581 messages as the message's score, or as a component of that score.
18582 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18583 The idea behind this option is that there may be a score embedded in the
18584 headers of messages that has already been calculated outside of Alpine.
18585 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18586 somewhere in that header there is a score.
18588 The value for this option is the name of the header followed by parentheses
18589 with two arguments inside:
18591 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18593 No space is allowed between the comma and the start of the field_separators.
18594 It would be interpreted as the first separator if it was there.
18595 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18596 starts after that and goes to the second separator, and so on.
18597 It's easier to explain with examples.
18599 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18601 In the above example the header that is used is the &quot;X-Spam&quot; header.
18602 The value of that header (the part after the colon and the space) is split
18603 into fields separated by spaces.
18605 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18607 The second field is selected and converted to an integer. It only makes sense
18608 if Field2 really is an integer.
18610 Here's an example of a SpamAssassin header.
18611 The exact look of the header will vary, but if your incoming mail
18612 contains headers that look like the following
18614 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18616 you might want to use the hits value as a score.
18617 Since the score is an integer value you can't make use of the decimal part of
18618 the number, but
18619 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18620 and &quot;.&quot; as your separators.
18622 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18624 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18625 hits.
18626 The second field is &quot;10&quot; so the score value would be 10.
18628 Another example we've seen has headers that look like
18630 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18632 Because there are two equals before the 7% the value
18634 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18636 should capture the probability as the score.
18638 The Score From Header scoring value actually works just like the
18639 regular Score Value in that the rest of the pattern has to match before
18640 it is used and the scores from all the different scoring rules that
18641 match for a particular message are added together.
18642 When using the Score From Header method it may (or may not) make sense to
18643 use only a single scoring rule with a pattern that matches every message.
18645 Look <A HREF="h_edit_nav_cmds">here</A>
18646 to see the available Editing and Navigation commands.
18648 &lt;End of help on this topic&gt;
18649 </BODY>
18650 </HTML>
18651 ======= h_config_role_replyuse =======
18652 <HTML>
18653 <HEAD>
18654 <TITLE>Reply Use Explained</TITLE>
18655 </HEAD>
18656 <BODY>
18657 <H1>Reply Use Explained</H1>
18659 This option determines how this particular role will be used when Replying
18660 to a message.
18661 There are three possible values for this option.
18662 The value &quot;Never&quot;
18663 means that this role will not be a candidate for use when Replying.
18664 The role's Pattern will not be checked for a match, however the role will
18665 be available to be manually switched to if there is a confirmation prompt.
18668 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18669 mean that you do want to consider this role when Replying.
18670 For either of these settings, the role's Pattern will be compared with
18671 the message being replied to.
18672 If there is a match then this role will either be used without confirmation
18673 or will be the default when confirmation is asked for, depending on
18674 which of the two options is selected.
18675 If confirmation is requested, you will also have a chance to
18676 manually change the role to any one of your other roles.
18679 You won't be prompted for confirmation if none of your role Patterns
18680 match the message being replied to.
18681 This is independent of the value of the current option.
18682 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18683 feature may be used to change this behavior.
18685 &lt;End of help on this topic&gt;
18686 </BODY>
18687 </HTML>
18688 ======= h_config_role_forwarduse =======
18689 <HTML>
18690 <HEAD>
18691 <TITLE>Forward Use Explained</TITLE>
18692 </HEAD>
18693 <BODY>
18694 <H1>Forward Use Explained</H1>
18696 This option determines how this particular role will be used when Forwarding
18697 a message.
18698 There are three possible values for this option.
18699 The value &quot;Never&quot;
18700 means that this role will not be a candidate for use when Forwarding.
18701 The role's Pattern will not be checked for a match, however the role will
18702 be available to be manually switched to if there is a confirmation prompt.
18705 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18706 mean that you do want to consider this role when Forwarding.
18707 For either of these settings, the role's Pattern will be compared with
18708 the message being forwarded.
18709 If there is a match then this role will either be used without confirmation
18710 or will be the default when confirmation is asked for, depending on
18711 which of the two options is selected.
18712 If confirmation is requested, you will also have a chance to
18713 manually change the role to any one of your other roles.
18716 You won't be prompted for confirmation if none of your role Patterns
18717 match the message being forwarded.
18718 This is independent of the value of the current option.
18719 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18720 feature may be used to change this behavior.
18722 &lt;End of help on this topic&gt;
18723 </BODY>
18724 </HTML>
18725 ======= h_config_role_composeuse =======
18726 <HTML>
18727 <HEAD>
18728 <TITLE>Compose Use Explained</TITLE>
18729 </HEAD>
18730 <BODY>
18731 <H1>Compose Use Explained</H1>
18733 This option determines how this particular role will be used when Composing
18734 a new message using the &quot;Compose&quot; command.
18735 This does not affect what happens when using the &quot;Role&quot; command
18736 to compose a new message.
18737 The &quot;Role&quot; command allows you to select a role from all of the
18738 roles you have defined, regardless of what Uses you've assigned to those
18739 roles.
18742 There are three possible values for this option.
18743 The value &quot;Never&quot;
18744 means that this role will not be a candidate for use when Composing.
18745 The role's Current Folder Type will not be checked for a match, however the role
18746 will be available to be manually switched to if there is a confirmation prompt.
18749 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18750 mean that you do want to consider this role when Composing.
18751 For either of these settings,
18752 the role's Current Folder Type will be checked (since there is no message
18753 to compare with, the rest of the Pattern is considered a match).
18754 If there is a match then this role will either be used without confirmation
18755 or will be the default when confirmation is asked for, depending on
18756 which of the two options is selected.
18757 If confirmation is requested, you will also have a chance to
18758 manually change the role to any one of your other roles.
18761 When using the Compose command the role checking is a little different
18762 because there is no message being replied to or forwarded.
18763 Because of this the Current Folder Type is checked but the header pattern
18764 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18765 A role is considered to be a match if it is a candidate for Compose Use and
18766 its Current Folder Type matches the currently open folder.
18767 This could be useful if you want to set a role based on the folder you
18768 are reading, or the type of folder you are reading.
18771 You won't be prompted for confirmation if none of your role Patterns
18772 are a match.
18773 This is independent of the value of the current option.
18774 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18775 feature may be used to change this behavior.
18777 &lt;End of help on this topic&gt;
18778 </BODY>
18779 </HTML>
18780 ======= h_config_filter_folder =======
18781 <HTML>
18782 <HEAD>
18783 <TITLE>Filter Folder Explained</TITLE>
18784 </HEAD>
18785 <BODY>
18786 <H1>Filter Folder Explained</H1>
18788 When the Filter Action is set to &quot;Move&quot;,
18789 the folder or folders specified here will be used to store messages matching
18790 the provided pattern.
18793 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18794 here.
18797 If you wish,
18798 you may choose a folder from your folder collections by using the
18799 &quot;T&quot; command.
18801 Besides regular text, the folder name may also contain
18802 tokens that are replaced with text representing the current date
18803 when you run Alpine.
18804 For example, if the folder name you use is
18806 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18808 that is replaced with something like
18810 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18814 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18816 becomes
18818 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18820 The token names must be surrounded by underscores in order to be recognized
18821 as tokens.
18822 The tokens that may be used are those that are derived from the current date.
18823 They're listed near the bottom of the list of tokens give
18824 <A HREF="h_index_tokens">here</A>.
18826 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18827 for more information on Patterns.
18829 Look <A HREF="h_edit_nav_cmds">here</A>
18830 to see the available Editing and Navigation commands.
18832 &lt;End of help on this topic&gt;
18833 </BODY>
18834 </HTML>
18835 ======= h_config_filter_kw_set =======
18836 <HTML>
18837 <HEAD>
18838 <TITLE>Set These Keywords Explained</TITLE>
18839 </HEAD>
18840 <BODY>
18841 <H1>Set These Keywords Explained</H1>
18843 This describes part of the action to be taken if the Pattern for this
18844 filter is a match.
18845 Read a little about keywords in the help text for the
18846 <A HREF="h_common_flag">Flag</A> command.
18847 This option is a list of keywords that will be Set when there is a match.
18848 If you wish, you may choose keywords from the list of keywords you have
18849 defined with the &quot;T&quot; command.
18850 You may add new keywords by defining them in the
18851 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18852 If you have given a keyword a nickname when configuring it,
18853 that nickname may be used instead of the actual keyword.
18856 Look <A HREF="h_edit_nav_cmds">here</A>
18857 to see the available Editing and Navigation commands.
18859 &lt;End of help on this topic&gt;
18860 </BODY>
18861 </HTML>
18862 ======= h_config_filter_kw_clr =======
18863 <HTML>
18864 <HEAD>
18865 <TITLE>Clear These Keywords Explained</TITLE>
18866 </HEAD>
18867 <BODY>
18868 <H1>Clear These Keywords Explained</H1>
18870 This describes part of the action to be taken if the Pattern for this
18871 filter is a match.
18872 Read a little about keywords in the help text for the
18873 <A HREF="h_common_flag">Flag</A> command.
18874 This option is a list of keywords that will be Cleared when there is a match.
18875 If you wish, you may choose keywords from the list of keywords you have
18876 defined with the &quot;T&quot; command.
18877 You may add new keywords by defining them in the
18878 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18879 If you have given a keyword a nickname when configuring it,
18880 that nickname may be used instead of the actual keyword.
18883 Look <A HREF="h_edit_nav_cmds">here</A>
18884 to see the available Editing and Navigation commands.
18886 &lt;End of help on this topic&gt;
18887 </BODY>
18888 </HTML>
18889 ======= h_index_tokens =======
18890 <HTML>
18891 <HEAD>
18892 <TITLE>Tokens for Index and Replying</TITLE>
18893 </HEAD>
18894 <BODY>
18896 This set of special tokens may be used in the
18897 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18898 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18899 in signature files,
18900 in template files used in
18901 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18902 that is the target of a Filter Rule.
18903 Some of them aren't available in all situations.
18905 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18906 option, but they must be surrounded by underscores for the
18907 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18908 and in the target of Filter Rules.
18912 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18914 <DL>
18915 <DT>SUBJECT</DT>
18916 <DD>
18917 This token represents the Subject the sender gave the message.
18918 Alternatives for use in the index screen are
18919 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18920 You may color the subject text in the MESSAGE INDEX screen differently by using the
18921 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18922 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18923 options available from
18924 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18925 </DD>
18927 <DT>FROM</DT>
18928 <DD>
18929 This token represents the personal name (or email address if the name
18930 is unavailable) of the person specified in the message's &quot;From:&quot;
18931 header field.
18932 You may color the from text in the MESSAGE INDEX screen differently by using the
18933 <A HREF="h_config_index_from_color">Index From Color</A>
18934 option available from
18935 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18936 </DD>
18938 <DT>ADDRESS</DT>
18939 <DD>
18940 This is similar to the &quot;FROM&quot; token, only it is always the
18941 email address, never the personal name.
18942 For example, &quot;mailbox@domain&quot;.
18943 </DD>
18945 <DT>MAILBOX</DT>
18946 <DD>
18947 This is the same as the &quot;ADDRESS&quot; except that the 
18948 domain part of the address is left off.
18949 For example, &quot;mailbox&quot;.
18950 </DD>
18952 <DT>SENDER</DT>
18953 <DD>
18954 This token represents the personal name (or email address) of the person
18955 listed in the message's &quot;Sender:&quot; header field.
18956 </DD>
18958 <DT>TO</DT>
18959 <DD>
18960 This token represents the personal names (or email addresses if the names
18961 are unavailable) of the persons specified in the
18962 message's &quot;To:&quot; header field.
18963 </DD>
18965 <DT>NEWSANDTO</DT>
18966 <DD>
18967 This token represents the newsgroups from the
18968 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18969 the personal names (or email addresses if the names
18970 are unavailable) of the persons specified in the
18971 message's &quot;To:&quot; header field.
18972 </DD>
18974 <DT>TOANDNEWS</DT>
18975 <DD>
18976 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18977 </DD>
18979 <DT>NEWS</DT>
18980 <DD>
18981 This token represents the newsgroups from the
18982 message's &quot;Newsgroups:&quot; header field.
18983 </DD>
18985 <DT>CC</DT>
18986 <DD>
18987 This token represents the personal names (or email addresses if the names
18988 are unavailable) of the persons specified in the
18989 message's &quot;Cc:&quot; header field.
18990 </DD>
18992 <DT>RECIPS</DT>
18993 <DD>
18994 This token represents the personal names (or email addresses if the names
18995 are unavailable) of the persons specified in both the
18996 message's &quot;To:&quot; header field and
18997 the message's &quot;Cc:&quot; header field.
18998 </DD>
19000 <DT>NEWSANDRECIPS</DT>
19001 <DD>
19002 This token represents the newsgroups from the
19003 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19004 the personal names (or email addresses if the names
19005 are unavailable) of the persons specified in the
19006 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19007 </DD>
19009 <DT>RECIPSANDNEWS</DT>
19010 <DD>
19011 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19012 </DD>
19014 <DT>INIT</DT>
19015 <DD>
19016 This token represents the initials from the personal name
19017 of the person specified in the message's &quot;From:&quot;
19018 header field.
19019 If there is no personal name, it is blank.
19020 </DD>
19022 <DT>DATE</DT>
19023 <DD>
19024 This token represents the date on which the message was sent, according
19025 to the &quot;Date&quot; header field.
19026 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19027 The feature
19028 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19029 which adjusts for the timezone the message was sent from,
19030 may have an effect on the value of this token as well as the values of
19031 all of the other DATE or TIME tokens.
19032 Some of the DATE and TIME tokens are displayed in a locale-specific
19033 way unless the option
19034 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19035 </DD>
19037 <DT>SMARTDATE</DT>
19038 <DD>
19039 This token represents the date on which the message was sent, according
19040 to the &quot;Date&quot; header field.
19041 It is &quot;Today&quot; if the message was sent today,
19042 &quot;Yesterday&quot; for yesterday,
19043 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19044 message is from last year and is more than six months old it includes the year, as well.
19045 See the SMARTDATE alternatives below, as well.
19046 </DD>
19048 <DT>SMARTTIME</DT>
19049 <DD>
19050 This token represents the most relevant elements of the date on which
19051 the message was sent (according to the &quot;Date&quot; header field),
19052 in a compact form. If the message was sent today, only the time is used
19053 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19054 the past week, the day of the week and the hour are used
19055 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19056 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19057 &quot;9Apr98&quot;).
19058 </DD>
19060 <DT>SMARTDATETIME</DT>
19061 <DD>
19062 This is a combination of SMARTDATE and SMARTTIME.
19063 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19064 case it is SMARTTIME.
19065 See the SMARTDATETIME alternatives below, as well.
19066 </DD>
19068 <DT>DATEISO</DT>
19069 <DD>
19070 This token represents the date on which the message was sent, according
19071 to the &quot;Date&quot; header field.
19072 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19073 </DD>
19075 <DT>SHORTDATEISO</DT>
19076 <DD>
19077 This token represents the date on which the message was sent, according
19078 to the &quot;Date&quot; header field.
19079 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19080 </DD>
19082 <DT>SHORTDATE1</DT>
19083 <DD>
19084 This token represents the date on which the message was sent, according
19085 to the &quot;Date&quot; header field.
19086 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19087 </DD>
19089 <DT>SHORTDATE2</DT>
19090 <DD>
19091 This token represents the date on which the message was sent, according
19092 to the &quot;Date&quot; header field.
19093 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19094 </DD>
19096 <DT>SHORTDATE3</DT>
19097 <DD>
19098 This token represents the date on which the message was sent, according
19099 to the &quot;Date&quot; header field.
19100 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19101 </DD>
19103 <DT>SHORTDATE4</DT>
19104 <DD>
19105 This token represents the date on which the message was sent, according
19106 to the &quot;Date&quot; header field.
19107 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19108 </DD>
19110 <DT>LONGDATE</DT>
19111 <DD>
19112 This token represents the date on which the message was sent, according
19113 to the &quot;Date&quot; header field.
19114 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19115 </DD>
19117 <DT>SMARTDATE alternatives</DT>
19118 <DD>
19119 There are several versions of SMARTDATE that are all the same except
19120 for the way they format dates far in the past.
19121 SMARTDATE formats the date using the information from your locale settings
19122 to format the date string. It may end up formatting dates so that they look
19123 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19124 The feature
19125 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19126 may have an affect on the values of these tokens.
19127 If you want more control you may use one of the following.
19128   <DL>
19129   <DT>SMARTDATE</DT> <DD>If the option
19130 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19131 then this will be locale specific. Control this with the
19132 LC_TIME locale setting on a UNIX system. On Windows
19133 the Regional Options control panel may be used to set the Short date
19134 format. At the programming level, the strftime routine is what Alpine
19135 uses to print the date.
19136 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19137 to SMARTDATES1.</DD>
19138   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19139   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19140   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19141   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19142   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19143   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19144   </DL>
19145 </DD>
19147 <DT>SMARTDATETIME alternatives</DT>
19148 <DD>
19149 There are several versions of SMARTDATETIME that are all very similar.
19150 The ones that end in 24 use a 24-hour clock for Today's messages instead
19151 of a 12-hour clock.
19152 The other variation is
19153 for the way they format dates far in the past.
19154 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19155 to format the date string. It may end up formatting dates so that they look
19156 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19157 The feature
19158 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19159 may have an affect on the values of these tokens.
19160 The possible choices are:
19161   <DL>
19162   <DT>SMARTDATETIME</DT> <DD>If the option
19163 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19164 then this will be locale specific. Control this with the
19165 LC_TIME locale setting on a UNIX system. On Windows
19166 the Regional Options control panel may be used to set the Short date
19167 format. At the programming level, the strftime routine is what Alpine
19168 uses to print the date.
19169 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19170 to SMARTDATETIMES1.</DD>
19171   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19172   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19173   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19174   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19175   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19176   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19177   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19178   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19179   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19180   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19181   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19182   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19183   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19184   </DL>
19185 </DD>
19187 <DT>DAYDATE</DT>
19188 <DD>
19189 This token represents the date on which the message was sent, according
19190 to the &quot;Date&quot; header field.
19191 It looks like &quot;Sat, 23 Oct 1998&quot;.
19192 This token is never converted in any locale-specific way.
19193 </DD>
19195 <DT>PREFDATE</DT>
19196 <DD>
19197 This token represents the date on which the message was sent, according
19198 to the &quot;Date&quot; header field.
19199 It is your operating system's idea of the preferred date representation for the current locale.
19200 Internally it uses the %x version of the date from the strftime routine.
19201 </DD>
19203 <DT>PREFTIME</DT>
19204 <DD>
19205 This token represents the time at which the message was sent, according
19206 to the &quot;Date&quot; header field.
19207 It is the preferred time representation for the current locale.
19208 Internally it uses the %X version of the time from the strftime routine.
19209 </DD>
19211 <DT>PREFDATETIME</DT>
19212 <DD>
19213 This token represents the date and time at which the message was sent, according
19214 to the &quot;Date&quot; header field.
19215 It is the preferred date and time representation for the current locale.
19216 Internally it uses the %c version of the time from the strftime routine.
19217 </DD>
19219 <DT>DAY</DT>
19220 <DD>
19221 This token represents the day of the month on which the message was sent,
19222 according to the &quot;Date&quot; header field.
19223 For example, &quot;23&quot; or &quot;9&quot;.
19224 </DD>
19226 <DT>DAY2DIGIT</DT>
19227 <DD>
19228 This token represents the day of the month on which the message was sent,
19229 according to the &quot;Date&quot; header field.
19230 For example, &quot;23&quot; or &quot;09&quot;.
19231 It is always 2 digits.
19232 </DD>
19234 <DT>DAYORDINAL</DT>
19235 <DD>
19236 This token represents the ordinal number that is the day of
19237 the month on which the message was sent,
19238 according to the &quot;Date&quot; header field.
19239 For example, &quot;23rd&quot; or &quot;9th&quot;.
19240 </DD>
19242 <DT>DAYOFWEEK</DT>
19243 <DD>
19244 This token represents the day of the week on which the message was sent,
19245 according to the &quot;Date&quot; header field.
19246 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19247 </DD>
19249 <DT>DAYOFWEEKABBREV</DT>
19250 <DD>
19251 This token represents the day of the week on which the message was sent,
19252 according to the &quot;Date&quot; header field.
19253 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19254 </DD>
19256 <DT>MONTHABBREV</DT>
19257 <DD>
19258 This token represents the month the message was sent, according
19259 to the &quot;Date&quot; header field.
19260 For example, &quot;Oct&quot;.
19261 </DD>
19263 <DT>MONTHLONG</DT>
19264 <DD>
19265 This token represents the month in which the message was sent, according
19266 to the &quot;Date&quot; header field.
19267 For example, &quot;October&quot;.
19268 </DD>
19270 <DT>MONTH</DT>
19271 <DD>
19272 This token represents the month in which the message was sent, according
19273 to the &quot;Date&quot; header field.
19274 For example, &quot;10&quot; or &quot;9&quot;.
19275 </DD>
19277 <DT>MONTH2DIGIT</DT>
19278 <DD>
19279 This token represents the month in which the message was sent, according
19280 to the &quot;Date&quot; header field.
19281 For example, &quot;10&quot; or &quot;09&quot;.
19282 It is always 2 digits.
19283 </DD>
19285 <DT>YEAR</DT>
19286 <DD>
19287 This token represents the year the message was sent, according
19288 to the &quot;Date&quot; header field.
19289 For example, &quot;1998&quot; or &quot;2001&quot;.
19290 </DD>
19292 <DT>YEAR2DIGIT</DT>
19293 <DD>
19294 This token represents the year the message was sent, according
19295 to the &quot;Date&quot; header field.
19296 For example, &quot;98&quot; or &quot;01&quot;.
19297 It is always 2 digits.
19298 </DD>
19300 <DT>TIME24</DT>
19301 <DD>
19302 This token represents the time at which the message was sent, according
19303 to the &quot;Date&quot; header field.
19304 There is no adjustment made for different time zones, so you'll get
19305 the time the message was sent according to the time zone the sender
19306 was in.
19307 It has the format HH:MM. For example, &quot;17:28&quot;.
19308 </DD>
19310 <DT>TIME12</DT>
19311 <DD>
19312 This token represents the time at which the message was sent, according
19313 to the &quot;Date&quot; header field.
19314 This time is for a 12 hour clock.
19315 It has the format HH:MMpm.
19316 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19317 </DD>
19319 <DT>TIMEZONE</DT>
19320 <DD>
19321 This token represents the numeric timezone from
19322 the &quot;Date&quot; header field.
19323 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19324 </DD>
19326 </DL>
19329 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19331 <DL>
19332 <DT>MSGNO</DT>
19333 <DD>
19334 This token represents the message's current position in the folder that,
19335 of course, may change as the folder is sorted or new mail arrives.
19336 </DD>
19338 <DT>STATUS</DT>
19339 <DD>
19340 This token represents a three character wide field displaying various
19341 aspects of the message's state.
19342 The first character is either blank,
19343 a '*' for message marked Important, or a '+' indicating a message
19344 addressed directly to you (as opposed to your having received it via a
19345 mailing list, for example).
19346 When the feature
19347 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19348 is set, if the first character would have been
19349 blank then it will instead be a '-' if the message is cc'd to you.
19350 The second character is typically blank,
19351 though the arrow cursor may occupy it if either the 
19352 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19353 or the
19354 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19355 is set (or you actually are on a slow link).
19356 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19357 '<A HREF="h_flag_answered">A</A>' (Answered),
19358 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19359 '<A HREF="h_flag_new">N</A>' (New), or blank.
19361 If you are using a threaded view of the index and this message is at the
19362 top of a collapsed portion of a thread,
19363 then this token refers to all of the messages in the collapsed portion of
19364 the thread instead of just the top message.
19365 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19366 are marked Important, else a '+' if any of the messages are addressed
19367 to you, else a '-' if any of the messages are cc'd to you.
19368 The third character will be a 'D' if <EM>all</EM> of the messages
19369 in the collapsed thread are marked deleted,
19370 an 'A' if <EM>all</EM> of the messages
19371 in the collapsed thread are marked answered,
19372 it will be an 'N' if any of
19373 the messages are undeleted and unseen, and it will be blank otherwise.
19374 </DD>
19376 <DT>FULLSTATUS</DT>
19377 <DD>
19378 This token represents a less abbreviated alternative
19379 to the &quot;STATUS&quot; token.
19380 It is six characters wide.
19381 The first character is '+', '-', or blank, the
19382 second blank, the third either '*' or blank, the fourth
19383 '<A HREF="h_flag_new">N</A>' or blank,
19384 the fifth '<A HREF="h_flag_answered">A</A>'
19385 or blank, and the sixth character is
19386 either '<A HREF="h_flag_deleted">D</A>' or
19387 blank.
19389 If you are using a threaded view of the index and this message is at the
19390 top of a collapsed portion of a thread,
19391 then this token refers to all of the messages in the collapsed portion of
19392 the thread instead of just the top message.
19393 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19394 of the messages in the collapsed thread are addressed to you or cc'd to you.
19395 The third character will be '*' if any of the messages are marked
19396 Important.
19397 The fourth character will be 'N' if all of the messages in the thread
19398 are New, else 'n' if some of the messages in the thread are New, else blank.
19399 The fifth character will be 'A' or 'a' or blank, and the sixth character
19400 will be 'D' or 'd' or blank.
19401 </DD>
19403 <DT>IMAPSTATUS</DT>
19404 <DD>
19405 This token represents an even less abbreviated alternative to the
19406 &quot;STATUS&quot; token.
19407 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19408 an 'N' if the message is new to this folder since the last time
19409 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19410 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19411 new to the folder since it was last opened <EM>but</EM> has not been
19412 viewed, or a blank if the message has been in the folder since it was
19413 last opened and has been viewed.
19415 If you are using a threaded view of the index and this message is at the
19416 top of a collapsed portion of a thread,
19417 then the fourth character will be
19418 'N' if all of the messages in the thread are unseen and recent;
19419 else 'n' if some of the messages in the thread are unseen and recent;
19420 else 'U' if all of the messages in the thread are unseen and not recent;
19421 else 'u' if some of the messages in the thread are unseen and not recent;
19422 else 'R' if all of the messages in the thread are seen and recent;
19423 else 'r' if some of the messages in the thread are seen and recent;
19424 else blank.
19425 </DD>
19427 <DT>SHORTIMAPSTATUS</DT>
19428 <DD>
19429 This is the same as the last four of the six characters of IMAPSTATUS,
19430 so the '+' To Me information will be missing.
19431 </DD>
19433 <DT>SIZE</DT>
19434 <DD>
19435 This token represents the total size, in bytes, of the message.
19436 If a &quot;K&quot; (Kilobyte)
19437 follows the number, the size is approximately 1,000
19438 times that many bytes (rounded to the nearest 1,000).
19439 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19440 1,000,000 times that many bytes.
19441 Commas are not used in this field.
19442 This field is seven characters wide, including the enclosing parentheses.
19443 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19444 The progression of sizes used looks like:
19447 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19449 </DD>
19451 <DT>SIZECOMMA</DT>
19452 <DD>
19453 This token represents the total size, in bytes, of the message.
19454 If a &quot;K&quot; (Kilobyte)
19455 follows the number, the size is approximately 1,000
19456 times that many bytes (rounded to the nearest 1,000).
19457 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19458 1,000,000 times that many bytes.
19459 Commas are used if the number shown is 1,000 or greater.
19460 The SIZECOMMA field is one character wider than the SIZE field.
19461 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19462 The progression of sizes used looks like:
19465 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19467 </DD>
19469 <DT>KSIZE</DT>
19470 <DD>
19471 This token represents the total size of the message, expressed in
19472 kilobytes or megabytes, as most appropriate.
19473 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19474 The progression of sizes used looks like:
19477 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19479 </DD>
19481 <DT>SIZENARROW</DT>
19482 <DD>
19483 This token represents the total size, in bytes, of the message.
19484 If a &quot;K&quot; (Kilobyte)
19485 follows the number, the size is approximately 1,000
19486 times that many bytes.
19487 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19488 1,000,000 times that many bytes.
19489 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19490 1,000,000,000 times that many bytes.
19491 This field uses only five characters of screen width, including the enclosing
19492 parentheses.
19493 The progression of sizes used looks like:
19496 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19498 </DD>
19500 <DT>DESCRIPSIZE</DT>
19501 <DD>
19502 This token is intended to represent a more useful description of the
19503 message than just its size, but it isn't very useful at this point.
19504 The plus sign in this view means there are attachments.
19505 Note that including this token in
19506 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19507 display a little while Alpine collects the necessary information.
19508 </DD>
19510 <DT>SUBJKEY</DT>
19511 <DD>
19512 This token is the same as the SUBJECT token unless keywords are set for
19513 the message.
19514 In that case, a list of keywords enclosed in braces will be prepended to
19515 the subject of the message.
19516 Only those keywords that you have defined in your
19517 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19518 in Setup/Config are considered in the list.
19519 In other words, keywords that have been set by some other means, perhaps
19520 by another email program, won't show up unless included in
19521 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19522 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19523 prepended to the subject in the MESSAGE TEXT screen.
19524 If you have given a keyword a nickname
19525 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19526 instead of the actual keyword.
19527 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19528 option may be used to modify this token slightly.
19529 It is also possible to color keywords in the index using the
19530 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19531 </DD>
19533 <DT>SUBJKEYINIT</DT>
19534 <DD>
19535 This token is the same as the SUBJKEY token except that instead of
19536 prepending a list of keywords to the subject, a list of first initials
19537 of keywords will be prepended instead.
19538 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19539 set (or Work and Now are the Alpine nicknames of keywords that are set)
19540 then the SUBJKEY token would cause a result like
19542 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19544 whereas the SUBJKEYINIT token would give
19546 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19548 Only those keywords that you have defined in your
19549 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19550 in Setup/Config are considered in the list.
19551 In other words, keywords that have been set by some other means, perhaps
19552 by another email program, won't show up unless included in
19553 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19554 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19555 option may be used to modify this token slightly.
19556 It is also possible to color keywords in the index using the
19557 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19558 </DD>
19560 <DT>SUBJECTTEXT</DT>
19561 <DD>
19562 Same as SUBJECT but if there is room in the Subject field for more text,
19563 the opening part of the text of the message is displayed after the subject.
19564 The time needed to fetch the text may cause a performance problem
19565 which can, of course, be avoided by using the SUBJECT version of
19566 the Subject instead.
19567 You may color this opening text differently by using the
19568 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19569 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19570 You may adjust the characters that are displayed between the Subject and the
19571 opening text with the option
19572 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19573 </DD>
19575 <DT>SUBJKEYTEXT</DT>
19576 <DD>
19577 Same as SUBJKEY but with the opening message text.
19578 </DD>
19580 <DT>OPENINGTEXT</DT>
19581 <DD>
19582 This is similar to SUBJECTTEXT.
19583 Instead of combining the Subject and the opening text in a single
19584 field in the index screen this token allows you to allocate a
19585 separate column just for the opening text of the message.
19586 The time needed to fetch this text may cause a performance problem.
19587 You may color this opening text differently by using the
19588 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19589 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19590 </DD>
19592 <DT>OPENINGTEXTNQ</DT>
19593 <DD>
19594 This is very similar to OPENINGTEXT.
19595 The NQ stands for No Quotes.
19596 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19597 For some messages this may be confusing.
19598 For example, a message might have a line preceding some quoted
19599 text that reads something like &quot;On May 8th person A said.&quot;
19600 That no longer makes sense after the quoted text is deleted and it
19601 will appear that person A said whatever the text after the quote
19602 is, even though that is really person B talking.
19603 </DD>
19605 <DT>SUBJKEYINITTEXT</DT>
19606 <DD>
19607 Same as SUBJKEYINIT but with the opening message text.
19608 </DD>
19610 <DT>KEY</DT>
19611 <DD>
19612 This is a space-delimited list of keywords that are set for the message.
19613 Only those keywords that you have defined in your
19614 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19615 in Setup/Config are considered in the list.
19616 In other words, keywords that have been set by some other means, perhaps
19617 by another email program, won't show up unless included in
19618 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19619 If you have given a keyword a nickname
19620 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19621 instead of the actual keyword.
19622 It is also possible to color keywords in the index using the
19623 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19624 This token defaults to an arbitrary width of 5.
19625 You should set it to whatever width suits you using something
19626 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19627 </DD>
19629 <DT>KEYINIT</DT>
19630 <DD>
19631 This is a list of keyword initials that are set for the message.
19632 If you have given a keyword a nickname
19633 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19634 is displayed instead of the initial of the actual keyword.
19635 It is also possible to color keyword initials in the index using the
19636 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19637 This token defaults to an arbitrary width of 2.
19638 You should set it to whatever width suits you using something
19639 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19640 </DD>
19642 <DT>PRIORITY</DT>
19643 <DD>
19644 The X-Priority header is a non-standard header that is used in a
19645 somewhat standard way by many mail programs.
19646 Alpine expects the value of this header to be a digit with a value
19647 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19648 Since this priority is something that the sender sets it is only an indication
19649 of the priority that the sender attaches to the mail and it is therefore almost
19650 totally unreliable for use as a filtering criterion.
19651 This token will display the numeric value of the priority if it is between
19652 1 and 5.
19653 It will be suppressed (blank) if the value is 3, which is normal priority.
19654 This token may be colored with the
19655 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19656 </DD>
19658 <DT>PRIORITYALPHA</DT>
19659 <DD>
19660 This is a more verbose interpretation of the X-Priority field.
19661 Once again nothing is displayed unless the value of the field
19662 is 1, 2, 4, or 5.
19663 The values displayed for those values are:
19665 <TABLE>
19666 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19667 <TR> <TD>2</TD> <TD>High</TD> </TR>
19668 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19669 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19670 </TABLE>
19672 This token may be colored with the
19673 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19674 </DD>
19676 <DT>PRIORITY!</DT>
19677 <DD>
19678 This is a one character, non-numeric version of the X-Priority field.
19679 If the value of the X-Priority header is 1 or 2 an exclamation
19680 point is displayed.
19681 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19682 This token may be colored with the
19683 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19684 </DD>
19686 <DT>ATT</DT>
19687 <DD>
19688 This is a one column wide field that represents the number of attachments
19689 a message has. It will be blank if there are no attachments, a single
19690 digit for one to nine attachments, or an asterisk for more than nine.
19691 Note that including this token in
19692 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19693 display a little while Alpine collects the necessary information.
19694 </DD>
19696 <DT>FROMORTO</DT>
19697 <DD>
19698 This token represents <EM>either</EM> the personal name (or email address) of
19699 the person listed in the message's &quot;From:&quot; header
19700 field, <EM>or</EM>, if that address is yours or one of your
19701 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19702 the first person specified in the
19703 message's &quot;To:&quot; header field
19704 with the prefix &quot;To: &quot; prepended.
19705 If the from address is yours and there is also no &quot;To&quot; address,
19706 Alpine will use the address on the &quot;Cc&quot; line.
19707 If there is no address there, either, Alpine will look for a newsgroup name
19708 from the &quot;Newsgroups&quot; header field and put
19709 that after the &quot;To: &quot; prefix.
19710 </DD>
19712 <DT>FROMORTONOTNEWS</DT>
19713 <DD>
19714 This is almost the same as <EM>FROMORTO</EM>.
19715 The difference is that newsgroups aren't considered.
19716 When a message is from you, doesn't have a To or Cc, and does have
19717 a Newsgroups header; this token will be your name instead of the name
19718 of the newsgroup (like it would be with FROMORTO).
19719 </DD>
19721 <DT>TEXT</DT>
19722 <DD>
19723 This is a different sort of token.
19724 It allows you to display a label within each index line.
19725 It will be the same fixed text for each line.
19726 It is different from all the other tokens in that there is no space column
19727 displayed after this token.
19728 Instead, it is butted up against the following field.
19729 It also has a different syntax.
19730 The text to display is given following a colon after the
19731 word &quot;TEXT&quot;.
19732 For example,
19734 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19736 would insert the literal text &quot;abc=&quot; (without the quotes)
19737 into the index display line.
19738 You must quote the text if it includes space characters, like
19740 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19742 </DD>
19744 <DT>HEADER</DT>
19745 <DD>
19746 This allows you to display the text from a particular header line in the
19747 message.
19748 The syntax for this token is substantially different from all the others
19749 in order that you might be able to display a portion of the text following
19750 a particular header.
19751 The header name you are interested in is given following a colon
19752 after the word &quot;HEADER&quot;.
19753 For example,
19755 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19757 would display the text of the X-Spam header, if any.
19758 Like for other index tokens a width field may (and probably should)
19759 follow this.
19761 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19763 displays the first ten characters of the X-Spam header.
19764 Unlike other index tokens, the syntax for HEADER is more flexible.
19765 An optional second argument comes after a comma inside the parentheses.
19766 It specifies the &quot;field&quot; number.
19767 By default, the field separator is a space character.
19768 No extra space characters are allowed in the argument list.
19770 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19772 would display the second field, left-justified, in a 10 character
19773 wide field.
19774 The second field would consist of all the text after the first space
19775 up to the next space or the end of the header.
19776 The default field number is zero, which stands for the entire line.
19777 There is also an optional third argument that is a list of field
19778 separators. It defaults to a space character.
19779 The example
19781 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19783 would cause the field separators to be any of colon, percent,
19784 or space (there is a space character between the percent and the
19785 right parenthesis).
19786 The first field runs from the start of the header value up to the first
19787 colon, percent, or space; the second goes from there to the next; and so on.
19788 In order to use a comma character as a field separator you must escape
19789 it by preceding it with a backslash (&#92;).
19790 The same is true of the backslash character itself.
19791 There is one further optional argument.
19792 It is an R or an L to specify right or left adjustment of the text
19793 within the field.
19794 The default is to left justify, however if you are displaying numbers
19795 you might prefer to right justify.
19797 Here's an example of a SpamAssassin header.
19798 The exact look of the header will vary, but if your incoming mail
19799 contains headers that look like the following
19801 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19803 you might want to display the hits value.
19804 The first field starts with the Y in Yes.
19805 To get what you're interested in you might use &quot;=&quot; and
19806 space as the field separators and display the third field, like
19808 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19810 or maybe you would break at the dot instead
19812 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19814 Another example we've seen has headers that look like
19816 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19818 Because there are two equals and a comma before the 7% and a comma
19819 after it, the token
19821 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19823 should display the probability (for example 7% or 83%) right justified
19824 in a 3-wide field.
19825 </DD>
19827 <DT>ARROW</DT>
19828 <DD>
19829 This gives an alternative way to display the current message in the
19830 MESSAGE INDEX screen.
19831 Usually the current message is indicated by the line being shown in
19832 reverse video.
19833 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19834 the current line will include an &quot;arrow&quot; that
19835 looks like
19837 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19839 in the ARROW token's field.
19840 For all of the non-current messages, the ARROW field will be filled
19841 with blanks.
19842 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19843 may be adjusted.
19844 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19845 For example, if you use ARROW(3) you will get
19847 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19849 and ARROW(1) will give you just
19851 <CENTER><SAMP>&gt;</SAMP></CENTER>
19853 It is also possible to set the color of the ARROW field.
19854 By default (and for non-current messages) the arrow is colored the same
19855 as the index line it is part of.
19856 You may set it to be another color with the 
19857 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19858 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19859 </DD>
19861 <DT>SCORE</DT>
19862 <DD>
19863 This gives the
19864 <a href="h_rules_score">score</a>
19865 of each message.
19866 This will be six columns wide to accomodate the widest possible score.
19867 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19868 to limit the width of the field to the widest score that
19869 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19870 If you have not defined any score rules the scores will all be zero.
19871 If any of your score rules contain AllText or BodyText patterns
19872 then including SCORE in the <!--#echo var="VAR_index-format"-->
19873 may slow down the display of the MESSAGE INDEX screen.
19874 </DD>
19875 </DL>
19878 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19880 <DL>
19881 <DT>CURNEWS</DT>
19882 <DD>
19883 This token represents the current newsgroup if there is one.
19884 For example, &quot;comp.mail.pine&quot;.
19885 </DD>
19887 <DT>MSGID</DT>
19888 <DD>
19889 This token represents the message ID of the message.
19890 This token does not work with Filter Rule folder names.
19891 </DD>
19893 <DT>CURDATE</DT>
19894 <DD>
19895 This token represents the current date.
19896 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19897 </DD>
19899 <DT>CURDATEISO</DT>
19900 <DD>
19901 This token represents the current date.
19902 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19903 </DD>
19905 <DT>CURDATEISOS</DT>
19906 <DD>
19907 This token represents the current date.
19908 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19909 </DD>
19911 <DT>CURPREFDATE</DT>
19912 <DD>
19913 This token represents the current date.
19914 It is your operating system's idea of the preferred date representation for the current locale.
19915 Internally it uses the %x version of the date from the strftime routine.
19916 </DD>
19918 <DT>CURPREFTIME</DT>
19919 <DD>
19920 This token represents the current time.
19921 It is the preferred time representation for the current locale.
19922 Internally it uses the %X version of the time from the strftime routine.
19923 </DD>
19925 <DT>CURPREFDATETIME</DT>
19926 <DD>
19927 This token represents the current date and time.
19928 It is the preferred date and time representation for the current locale.
19929 Internally it uses the %c version of the time from the strftime routine.
19930 </DD>
19932 <DT>CURTIME24</DT>
19933 <DD>
19934 This token represents the current time.
19935 It has the format HH:MM. For example, &quot;17:28&quot;.
19936 </DD>
19938 <DT>CURTIME12</DT>
19939 <DD>
19940 This token represents the current time.
19941 This time is for a 12 hour clock.
19942 It has the format HH:MMpm.
19943 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19944 </DD>
19946 <DT>CURDAY</DT>
19947 <DD>
19948 This token represents the current day of the month.
19949 For example, &quot;23&quot; or &quot;9&quot;.
19950 </DD>
19952 <DT>CURDAY2DIGIT</DT>
19953 <DD>
19954 This token represents the current day of the month.
19955 For example, &quot;23&quot; or &quot;09&quot;.
19956 It is always 2 digits.
19957 </DD>
19959 <DT>CURDAYOFWEEK</DT>
19960 <DD>
19961 This token represents the current day of the week.
19962 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19963 </DD>
19965 <DT>CURDAYOFWEEKABBREV</DT>
19966 <DD>
19967 This token represents the current day of the week.
19968 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19969 </DD>
19971 <DT>CURMONTH</DT>
19972 <DD>
19973 This token represents the current month.
19974 For example, &quot;10&quot; or &quot;9&quot;.
19975 </DD>
19977 <DT>CURMONTH2DIGIT</DT>
19978 <DD>
19979 This token represents the current month.
19980 For example, &quot;10&quot; or &quot;09&quot;.
19981 It is always 2 digits.
19982 </DD>
19984 <DT>CURMONTHLONG</DT>
19985 <DD>
19986 This token represents the current month.
19987 For example, &quot;October&quot;.
19988 </DD>
19990 <DT>CURMONTHABBREV</DT>
19991 <DD>
19992 This token represents the current month.
19993 For example, &quot;Oct&quot;.
19994 </DD>
19996 <DT>CURYEAR</DT>
19997 <DD>
19998 This token represents the current year.
19999 For example, &quot;1998&quot; or &quot;2001&quot;.
20000 </DD>
20002 <DT>CURYEAR2DIGIT</DT>
20003 <DD>
20004 This token represents the current year.
20005 For example, &quot;98&quot; or &quot;01&quot;.
20006 It is always 2 digits.
20007 </DD>
20009 <DT>LASTMONTH</DT>
20010 <DD>
20011 This token represents last month.
20012 For example, if this is November (the 11th month),
20013 it is equal to &quot;10&quot; or if this is October (the 10th month),
20014 it is &quot;9&quot;.
20015 It is possible that this and the other tokens beginning with LASTMONTH
20016 below could be useful when used with a Filtering Rule that
20017 has the &quot;Beginning of Month&quot; option set.
20018 </DD>
20020 <DT>LASTMONTH2DIGIT</DT>
20021 <DD>
20022 This token represents last month.
20023 For example, if this is November (the 11th month),
20024 it is equal to &quot;10&quot; or if this is October (the 10th month),
20025 it is &quot;09&quot;.
20026 It is always 2 digits.
20027 </DD>
20029 <DT>LASTMONTHLONG</DT>
20030 <DD>
20031 This token represents last month.
20032 For example, if this is November the value is &quot;October&quot;.
20033 </DD>
20035 <DT>LASTMONTHABBREV</DT>
20036 <DD>
20037 This token represents last month.
20038 For example, if this is November the value is &quot;Oct&quot;.
20039 </DD>
20041 <DT>LASTMONTHYEAR</DT>
20042 <DD>
20043 This token represents what the year was a month ago.
20044 For example, if this is October, 1998, it is &quot;1998&quot;.
20045 If this is January, 1998, it is &quot;1997&quot;.
20046 </DD>
20048 <DT>LASTMONTHYEAR2DIGIT</DT>
20049 <DD>
20050 This token represents what the year was a month ago.
20051 For example, if this is October, 1998, it is &quot;98&quot;.
20052 If this is January, 1998, it is &quot;97&quot;.
20053 </DD>
20055 <DT>LASTYEAR</DT>
20056 <DD>
20057 This token represents last year.
20058 For example, if this is 1998, it equals &quot;1997&quot;.
20059 It is possible that this
20060 could be useful when used with a Filtering Rule that
20061 has the &quot;Beginning of Year&quot; option set.
20062 </DD>
20064 <DT>LASTYEAR2DIGIT</DT>
20065 <DD>
20066 This token represents last year.
20067 For example, if this is 1998, it equals &quot;97&quot;.
20068 It is always 2 digits.
20069 </DD>
20071 <DT>ROLENICK</DT>
20072 <DD>
20073 This token represents the nickname of the
20074 role currently being used.  If no role is being used,
20075 then no text will be printed for this token.
20076 This token does not work with Filter Rule folder names.
20077 </DD>
20078 </DL>
20081 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20082 See the help for the
20083 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20084 to see why you might want to use this.
20085 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20086 must be surrounded by underscores when used.
20088 <DL>
20089 <DT>NEWLINE</DT>
20090 <DD>
20091 This is an end of line marker.
20092 </DD>
20093 </DL>
20096 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20098 <DL>
20099 <DT>CURSORPOS</DT>
20100 <DD>
20101 This token is different from the others.
20102 When it is replaced it is replaced with nothing, but it sets an Alpine
20103 internal variable that tells the composer to start with the cursor
20104 positioned at the position where this token was.
20105 If both the template file and the signature file contain
20106 a &quot;CURSORPOS&quot; token, then the position in the template file
20107 is used.
20108 If there is a template file and neither it nor the signature file contains
20109 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20110 after the end of the contents of the
20111 template file when the composer starts up.
20112 </DD>
20113 </DL>
20116 &lt;End of help on this topic&gt;
20117 </BODY>
20118 </HTML>
20119 ======= h_reply_token_conditionals =======
20120 <HTML>
20121 <HEAD>
20122 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20123 </HEAD>
20124 <BODY>
20125 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20127 Conditional text inclusion may be used with
20128 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20129 in signature files, and in template files used in
20130 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20131 It may <EM>not</EM> be used with the
20132 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20135 There is a limited if-else capability for including text.
20136 The if-else condition is based
20137 on whether or not a given token would result in replacement text you
20138 specify.
20139 The syntax of this conditional inclusion is
20141 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20143 The left parenthesis must follow the underscore immediately, with no
20144 intervening space.
20145 It means the token is expanded and the results of that expansion are
20146 compared against the &quot;match_this&quot; argument.
20147 If there is an exact match, then the &quot;if_matched&quot; text is used
20148 as the replacement text.
20149 Otherwise, the &quot;if_not_matched&quot; text is used.
20150 One of the most useful values for the &quot;match_this&quot; argument is
20151 the empty string, &quot;&quot;.
20152 In that case the expansion is compared against the empty string.
20154 Here's an example to make it clearer.
20155 This text could be included in one of your template files:
20157 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20159 If that is included in a template file that you are using while replying
20160 to a message (because you chose to use the role it was part of),
20161 and that message has a newsgroup header and a newsgroup in that header,
20162 then the text
20164 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20166 will be included in the message you are about to compose.
20167 On the other hand, if the message you are replying to does not have
20168 a newsgroup, then the text
20170 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20172 would be included instead.
20173 This would also work in signature files and in
20174 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20175 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20176 or &quot;if_not_matched&quot; arguments contain
20177 spaces, parentheses, or commas;
20178 they have to be quoted with double quotation marks (like in the example
20179 above).
20180 If you want to include a literal quote (&quot;) in the text you must escape the
20181 quote by preceding it with a backslash (&#92;) character.
20182 If you want to include a literal backslash character you must escape it
20183 by preceding it with another backslash.
20185 The comma followed by &quot;if_not_matched&quot; is optional.
20186 If there is no &quot;if_not_matched&quot;
20187 present then no text is included if the not_matched case is true.
20188 Here's another example:
20190 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20192 Here you can see that tokens may appear in the arguments.
20193 The same is true for tokens with the conditional parentheses.
20194 They may appear in arguments,
20195 though you do have to be careful to get the quoting and escaping of
20196 nested double quotes correct.
20197 If this was in the signature file being used and you were replying to a message
20198 sent to comp.mail.pine the resulting text would be:
20200 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20202 If you were replying to a message that wasn't sent to any newsgroup the
20203 resulting text would be a single blank line.
20204 The reason you'd get a blank line is because the end of the line is
20205 outside of the conditional, so is always included.
20206 If you wanted to get rid of that blank line you could do so by moving
20207 the end of line inside the conditional.
20208 In other words, it's ok to have multi-line
20209 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20210 template file.
20211 The text just continues until the next double quotation, even if it's not
20212 on the same line.
20214 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20216 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20218 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20219 while reading the newsgroup comp.mail.pine the resulting text would be:
20221 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20223 If you were replying to a message while reading an email folder instead
20224 of a newsgroup the resulting leadin text would be
20226 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20228 Here's one more (contrived) example illustrating a matching argument
20229 that is not the empty string.
20231 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20233 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20234 were replying to
20235 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20236 would be
20238 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20240 But if you were replying to a message sent on Oct. 27 (and that wasn't
20241 today) you would get
20243 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20246 &lt;End of help on this topic&gt;
20247 </BODY>
20248 </HTML>
20249 ======= h_composer_cntxt_nick =======
20250 <HTML>
20251 <HEAD>
20252 <TITLE>Collection Nickname Explained</TITLE>
20253 </HEAD>
20254 <BODY>
20255 <H1>Collection Edit Help -- Nickname Field</H1>
20257 This field is provided so you can add a short nickname to use when
20258 referring to this collection within Alpine.  Spaces are allowed, and
20259 you don't need to use double-quotes.  However, the double-quote
20260 character is not allowed.
20262 Look <A HREF="h_edit_nav_cmds">here</A>
20263 to see the available Editing and Navigation commands.
20265 &lt;End of help on this topic&gt;
20266 </BODY>
20267 </HTML>
20268 ======= h_folder_server_syntax =======
20269 <HTML>
20270 <HEAD>
20271 <TITLE>Server Name Syntax</TITLE>
20272 </HEAD>
20273 <BODY>
20274 <H1>Server Name Syntax</H1>
20276 This help describes the syntax that may be used for server names
20277 that may be associated with remote folders or SMTP servers.
20280 A server name is the hostname of the server.
20281 It's a good idea to use the host's fully-qualified network name.
20284 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20287 However, IP addresses are allowed if surrounded
20288 with square-brackets.
20291 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20294 An optional network port number may be supplied by appending
20295 a colon (:) followed by the port number
20296 to the server name.
20297 By default, the IMAP port number, 143, is used.
20300 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20303 Besides server name and optional port number, various other optional
20304 parameters may be supplied that alter Alpine's interaction with the server.
20305 A parameter is supplied by appending a slash (/) character followed by
20306 the parameter's name and,
20307 depending on the particular parameter, the value assigned to that
20308 name, to the server name (and optional port number).
20309 Parameter names are <EM>not</EM> case sensitive.
20310 Currently supported parameters include:
20312 <DL>
20314 <DT>User</DT>
20315 <DD>This parameter requires an associated value, and is intended to
20316 provide the username identifier with which to establish the server
20317 connection.
20318 If your SMTP server offers SMTP AUTH authentication, adding this 
20319 parameter to the
20320 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20321 option will cause Alpine to attempt to authenticate to the server using the
20322 supplied username.
20323 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20324 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20325 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20326 option (or to the server name for any folder collection using NNTP)
20327 will cause Alpine to attempt
20328 to authenticate to the server using the supplied username.
20329 An example might be:
20332 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20335 </DD>
20337 <DT>TLS</DT>
20338 <DD>
20339 Normally, when a new connection is made an attempt is made to 
20340 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20341 If that fails then a non-encrypted connection will be attempted instead.
20342 This is a unary parameter indicating communication with the server must 
20343 take place over a TLS connection. If the attempt to use TLS fails then
20344 this parameter will cause the connection to fail instead of falling
20345 back to an unsecure connection.
20348 <CENTER><SAMP>/tls</SAMP></CENTER>
20351 </DD>
20353 <DT>SSL</DT>
20354 <DD>
20355 This is a unary parameter indicating communication with the server should 
20356 take place over a Secure Socket Layer connection.  The server must support
20357 this method, and be prepared to accept connections on the appropriate
20358 port (993 by default).
20359 Alpine must be linked with an SSL library for this option to be operational.
20362 <CENTER><SAMP>/ssl</SAMP></CENTER>
20365 </DD>
20367 <DT>TLS1</DT>
20368 <DD>
20369 This parameter indicates that the connection to the server will be made
20370 over the SSL port, but using the TLSv1 protocol, instead of the usual
20371 SSLv3 or SSLv2 protocols.
20372 Alpine must be linked with an SSL library for this option to be operational.
20375 <CENTER><SAMP>/tls1</SAMP></CENTER>
20378 </DD>
20380 <DT>DTLS1</DT>
20381 <DD>
20382 This parameter indicates that the connection to the server will be made
20383 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20384 SSLv3 or SSLv2 protocols.
20385 Alpine must be linked with an SSL library for this option to be operational.
20388 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20391 </DD>
20393 <DT>TLS1_1</DT>
20394 <DD>
20395 This parameter indicates that the connection to the server will be made
20396 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20397 SSLv3 or SSLv2 protocols.
20398 Alpine must be linked with an SSL library for this option to be operational.
20401 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20404 </DD>
20406 <DT>TLS1_2</DT>
20407 <DD>
20408 This parameter indicates that the connection to the server will be made
20409 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20410 SSLv3 or SSLv2 protocols.
20411 Alpine must be linked with an SSL library for this option to be operational.
20414 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20417 </DD>
20420 <DT>NoValidate-Cert</DT>
20421 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20422 This is needed if the server uses self-signed certificates or if Alpine
20423 cannot validate the certificate for some other known reason.
20425 </DD>
20427 <DT>Anonymous</DT>
20428 <DD>This is a unary parameter (that means it does not have a value)
20429 indicating that the connection be logged in as
20430 &quot;anonymous&quot; rather than a specific user.
20431 Not all servers offer anonymous
20432 access; those which do generally only offer read-only access to certain
20433 &quot;public&quot; folders.
20436 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20439 </DD>
20441 <DT>Secure</DT>
20442 <DD>This is a unary parameter indicating that the connection use the
20443 most secure authentication method mutually supported by Alpine and the
20444 server.
20445 Alpine is capable of authenticating connections to 
20446 the server using several methods.
20447 By default, Alpine will attempt each
20448 method until either a connection is established or the
20449 list of methods is exhausted.
20450 This parameter causes Alpine to instead fail 
20451 the connection if the first (generally most &quot;secure&quot;) method fails.
20454 <CENTER><SAMP>/secure</SAMP></CENTER>
20457 </DD>
20459 <DT>Submit</DT>
20460 <DD>This is a unary parameter for use with the
20461 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20462 It indicates that the connection should be made to the Submit server
20463 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20464 (port 587) instead of the SMTP port (25).
20465 At the time this help was written the submit option was equivalent to
20466 specifying port 587.
20469 <CENTER><SAMP>/submit</SAMP></CENTER>
20473 <CENTER><SAMP>host:587</SAMP></CENTER>
20476 </DD>
20478 <DT>Debug</DT>
20479 <DD>This is a unary parameter indicating that the connection be established
20480 in a verbose mode.  Basically, it causes Alpine to log the communication with
20481 the server in Alpine's debug file.
20482 Normally, the pine -d command-line flag would be used instead.
20484 </DD>
20486 <DT>NoRsh</DT>
20487 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20488 the UNIX remote shell program.
20489 Including &quot;NoRsh&quot; will cause connections to this server to skip
20490 the &quot;rsh&quot; attempt.
20491 This might be useful to avoid long timeouts caused by rsh firewalls, for
20492 example.
20494 </DD>
20496 <DT>Loser</DT>
20497 <DD>This option makes sense only for IMAP servers that do not perform
20498 a SEARCH command correctly. If your filtering rules
20499 fail to filter some messages, that should have been filtered, then this
20500 option will make Alpine download all data necessary data to perform that 
20501 search. There is a performance penalty when using this option. Downloading 
20502 the data to perfom the search will take longer than requesting the IMAP
20503 server to perform the filtering, but the filtering will be done correctly.
20505 </DD>
20508 <DT>Service</DT>
20509 <DD>This parameter requires an associated value.  The default value is
20510 &quot;IMAP&quot; which indicates communication with the server based
20511 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20512 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20514 Other service values include:
20515  <DL>
20516  <DT>NNTP</DT>
20517  <DD>This value indicates communication with the server takes place via
20518 the Network News Transfer Protocol.  Use this to define a collection
20519 of newsgroups on a remote news server.  So
20522 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20524 or just
20526 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20529 is the way to specify NNTP access.
20531  </DD>
20533  <DT>POP3</DT>
20534  <DD>This value indicates communication with the server takes place via the
20535 Post Office Protocol 3 protocol.
20538 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20540 or just
20542 <CENTER><SAMP>/POP3</SAMP></CENTER>
20545 Note that there are several important issues
20546 to consider when selecting this option:
20547 <OL>
20548  <LI> POP3 provides access to only your INBOX.  In other words,
20549 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20550  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20551 model and will leave your mail on the server. Refer to the
20552 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20553  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20554 </OL>
20555 </DD>
20556 </DL>
20557 </DL>
20560 Note that it is possible to include more than one parameter in a server
20561 specification by concatenating the parameters. For example:
20564 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20568 &lt;End of help on this topic&gt;
20569 </BODY>
20570 </HTML>
20571 ======= h_composer_cntxt_server =======
20572 <HTML>
20573 <HEAD>
20574 <TITLE>Collection Server: Explained</TITLE>
20575 </HEAD>
20576 <BODY>
20577 <H1>Collection Edit Help -- Server Field</H1>
20579 This collection's &quot;Server:&quot; definition indicates the
20580 hostname of the server providing access to the folders in this
20581 collection.
20582 The syntax of this server name is the same as for other server names used
20583 in remote folder names in
20584 Alpine and is described
20585 <A HREF="h_folder_server_syntax">here</A>.
20588 &lt;End of help on this topic&gt;
20589 </BODY>
20590 </HTML>
20591 ======= h_composer_cntxt_path =======
20592 <HTML>
20593 <HEAD>
20594 <TITLE>Collection Path: Explained</TITLE>
20595 </HEAD>
20596 <BODY>
20597 <H1>Collection Edit Help -- Path Field</H1>
20599 The collection's &quot;Path:&quot; definition indicates the location
20600 of the folders in this collection.  If the path or any of its components
20601 do not exist, Alpine will prompt you for their creation when exiting the
20602 Add/Change screen.
20604 <P> 
20605 By default the path is interpreted as defining a section of your personal
20606 folder area.  This area and how you specify it are defined by the
20607 server, if one is specified in the collection, or, typically, the home
20608 directory if no server is defined.
20611 To define a collection outside the default &quot;area&quot;, prefix
20612 the path with the &quot;namespace&quot; to use when interpreting the
20613 given path.  If a namespace is specified, the Path begins with the
20614 sharp, &quot;#&quot;, character followed by the name of the namespace
20615 and then the namespace's path-element-delimiter.  Aside from the
20616 path's format, namespaces can also imply access rights, content
20617 policy, audience, location, and, occasionally, access methods.
20620 Each server exports its own set (possibly of size one) of 
20621 namespaces.  Hence, it's likely communication with your server's
20622 administrator will be required for specific configurations.  Some of
20623 the more common namespaces, however, include:
20625 <DL>
20626 <DT>#news.</DT>
20627 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20628 names are hierarchically defined with each level delimited by a period.
20629 </DD>
20630 <DT>#public/</DT>
20631 <DD>This specifies a folder area that the server may export to the general
20632 public.
20633 </DD>
20634 <DT>#shared/</DT>
20635 <DD>This specifies a folder area that the folder may export to groups
20636 of users.
20637 </DD>
20638 <DT>#ftp/</DT>
20639 <DD>This specifies a folder area that is the same as that it may have 
20640 exported via the &quot;File Transfer Protocol&quot;.
20641 </DD>
20642 <DT>#mh/</DT>
20643 <DD>This specifies the personal folder area associated with folders
20644 and directories that were created using the MH message handling system.
20645 </DD>
20646 </DL>
20649 In addition, the server may support access to other user's folders,
20650 provided you have suitable permissions.  Common methods use a prefix
20651 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20652 indicate the root of the other user's folder area.
20655 No, nothing's simple.
20658 &lt;End of help on this topic&gt;
20659 </BODY>
20660 </HTML>
20661 ======= h_composer_cntxt_view =======
20662 <HTML>
20663 <HEAD>
20664 <TITLE>Collection View: Explained</TITLE>
20665 </HEAD>
20666 <BODY>
20667 <H1>Collection Edit Help -- View Field</H1>
20669 The collection's &quot;View:&quot; definition provides a way to limit
20670 the displayed list of folders within a collection.  By default, only
20671 folders that contain the specified characters anywhere in their name
20672 are shown in the collection's folder list.
20675 Additionally, you can use a wildcard character to better control
20676 the list of folders selected for display.  The wildcard specifier is
20677 the star, &quot;*&quot;, character.
20680 So, for example, to define a collection of all folders ending with
20681 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20682 quote characters!).  Or, similarly, to define a collection of folders
20683 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20684 specify a view of &quot;a*z&quot;.
20687 &lt;End of help on this topic&gt;
20688 </BODY>
20689 </HTML>
20690 ======= h_composer_abook_add_server =======
20691 <HTML>
20692 <HEAD>
20693 <TITLE>Addressbook Server Name Field Explained</TITLE>
20694 </HEAD>
20695 <BODY>
20696 This field should be left blank if the address book is stored in a regular
20697 file on this system.  If it is a remote address book stored on an IMAP
20698 server then this is the name of that IMAP server.
20700 Look <A HREF="h_edit_nav_cmds">here</A>
20701 to see the available Editing and Navigation commands.
20703 &lt;End of help on this topic&gt;
20704 </BODY>
20705 </HTML>
20706 ======= h_composer_abook_add_folder =======
20707 <HTML>
20708 <HEAD>
20709 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20710 </HEAD>
20711 <BODY>
20712 For a remote address book (one for which the Server Name is filled in)
20713 this is the name of a folder on the remote server. The address book data
20714 will be stored in this folder. This folder should be used only for
20715 storing this single address book, not for other address books or for
20716 other messages.
20718 For a local address book (one for which the Server Name is not filled in)
20719 this is the name of a file in which the address book will be stored.
20720 The file is in the same directory as the Alpine configuration file if the
20721 configuration file is local.
20722 If the configuration file is remote, then this will be in the home directory
20723 for Unix Alpine and in the directory specified by the
20724 &quot;-aux local_directory&quot; command line argument.
20726 Look <A HREF="h_edit_nav_cmds">here</A>
20727 to see the available Editing and Navigation commands.
20729 &lt;End of help on this topic&gt;
20730 </BODY>
20731 </HTML>
20732 ======= h_composer_abook_add_nick =======
20733 <HTML>
20734 <HEAD>
20735 <TITLE>Addressbook NickName Field Explained</TITLE>
20736 </HEAD>
20737 <BODY>
20738 This is just an optional nickname for this address book. If present, it
20739 is used in some of the displays and error messages in the address book
20740 maintenance screens. It is for your convenience only and serves no
20741 other purpose.
20743 Look <A HREF="h_edit_nav_cmds">here</A>
20744 to see the available Editing and Navigation commands.
20746 &lt;End of help on this topic&gt;
20747 </BODY>
20748 </HTML>
20749 ======= h_composer_qserv_cn =======
20750 <HTML>
20751 <HEAD>
20752 <TITLE>Directory Query Form Explained</TITLE>
20753 </HEAD>
20754 <BODY>
20756 Fill in as many of these fields as you wish to narrow down your
20757 search. All the fields you fill in must match in order for an entry
20758 to be returned. You may use the wildcard character &quot;*&quot; in
20759 any of the fields, it matches any zero or more characters at that
20760 point in the string. There are no implicit wildcards, so the match is
20761 exact unless you include wildcards.
20764 Note that if an attribute isn't present at all, then the match will fail.
20765 For example, if a server doesn't support the Locality attribute, then no
20766 matter what you put in the Locality field (other than leaving it empty)
20767 the search will fail.
20770 This field, the Common Name field, is typically a person's full name.
20773 <H1>EDITING and NAVIGATION COMMANDS</H1>
20774 <!--chtml if pinemode="function_key"-->
20775 <PRE>
20776 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20777 ^B (Left Arrow)    Back character       | ^D       Delete current character
20778 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20779 ^P (Up Arrow)      Previous line        |
20780 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20781 ^A                 Beginning of line    |            delete current line
20782 ^E                 End of line          | F10      Undelete line(s)
20783 F7                 Previous page        |
20784 F8                 Next page            |-------------------------------------
20785 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20786 ----------------------------------------|
20787 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20788 F2   Cancel      |   F1    Get help     |
20789 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20790 </PRE>
20791 <!--chtml else-->
20792 <PRE>
20793 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20794 ^B (Left Arrow)    Back character       | ^D       Delete current character
20795 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20796 ^P (Up Arrow)      Previous line        |
20797 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20798 ^A                 Beginning of line    |            delete current line
20799 ^E                 End of line          | ^U       Undelete line(s)
20800 ^Y                 Previous page        |
20801 ^V                 Next page            |-------------------------------------
20802 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20803 ----------------------------------------|
20804 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20805 ^C   Cancel      |   ^G    Get help     |
20806 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20807 </PRE>
20808 <!--chtml endif-->
20809 <P><UL>
20810 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20811 </UL><P>
20812 &lt;End of help on this topic&gt;
20813 </BODY>
20814 </HTML>
20815 ======= h_composer_qserv_sn =======
20817 The Surname is usually the family name of a person.
20819 <End of help on this topic>
20820 ======= h_composer_qserv_gn =======
20822 This is the part of a person's name that isn't the surname or initials.
20824 <End of help on this topic>
20825 ======= h_composer_qserv_mail =======
20827 This is the email address of a person.
20829 <End of help on this topic>
20830 ======= h_composer_qserv_org =======
20832 This is the organization a person belongs to.
20834 <End of help on this topic>
20835 ======= h_composer_qserv_unit =======
20837 This is the organizational unit a person belongs to.
20839 <End of help on this topic>
20840 ======= h_composer_qserv_country =======
20842 This is the country a person belongs to.
20844 <End of help on this topic>
20845 ======= h_composer_qserv_state =======
20847 This is the state a person belongs to.
20849 <End of help on this topic>
20850 ======= h_composer_qserv_locality =======
20852 This is the locality a person belongs to.
20854 <End of help on this topic>
20855 ======= h_composer_qserv_custom =======
20857 This one is for advanced users only! If you put something in this field,
20858 then the rest of the fields are ignored.
20860 This field may be set to the string representation of an LDAP search
20861 filter (see RFC1960). Here are some examples:
20863 To search for an entry with a surname equal to "clinton" you could set
20864 the custom filter to:
20866      (sn=clinton)
20867     
20868 This is equivalent to putting "clinton" in the SurName field.
20869 To search for an entry that has a surname that begins with "clint" and
20870 has a givenname equal to "william" you could use:
20872      (&(sn=clint*)(givenname=william))
20873     
20874 This is equivalent to setting the SurName field to "clint*" and the
20875 GivenName field to "william".
20876 To search for an entry where either the common name OR the email address
20877 contains "abcde" you could use:
20879      (|(cn=*abcde*)(mail=*abcde*))
20881 That isn't equivalent to anything you can do by setting the other fields
20882 because of the OR.
20884 <End of help on this topic>
20885 ======= h_composer_qserv_qq =======
20887 This one is a little different from the rest of the categories.  It causes
20888 a search to be formed from the configured search filter that you filled
20889 in when you added the directory server to your configuration. It can also
20890 be combined with the other fields if you'd like.
20892 <End of help on this topic>
20893 ======= h_address_format =======
20894 <HTML>
20895 <HEAD>
20896 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20897 </HEAD>
20898 <BODY>
20899 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20901 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20902 and then a domain, with no spaces.  
20903 For example, jsmith@art.example.com might be the email address
20904 of a person  
20905 with the username &quot;jsmith&quot; who has an account in the domain
20906 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20907 right of the &quot;@&quot; sign can vary - a shorter example would be 
20908 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20909 organization's domain is specified after the &quot;@&quot; sign); a longer 
20910 example would be 
20911  jsingh@shakti.edutech.example.com
20912 (here, the name of the host &quot;shakti&quot; in the domain 
20913 edutech.example.com is also specified).  
20914 <P>  
20915 If you do not know the exact email address of someone you want to write 
20916 to, ask them what it is using other means of communication than email; or 
20917 use the tools for 
20918 finding people's addresses that are available on the Internet.
20920 If you are sending to someone on the same system as you are, you can leave
20921 the &quot;@&quot; sign and all the information to its right off of the 
20922 address, and Alpine will fill it in automatically, 
20923 unless the feature 
20924 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20927 When an email address you send a message to is not reachable -- either because 
20928 it is simply an incorrect address, or because email can temporarily not be 
20929 delivered to it due to a technical problem on the way to or at the recipient's 
20930 end -- you will almost always get an error notification email message back.
20932 If you encounter problems with, or have questions about, email delivery or
20933 email address syntax, contact your local network computing consultants.
20934 <P><UL>
20935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20936 </UL>
20938 &lt;End of help on this topic&gt;
20939 </BODY>
20940 </HTML>
20941 ======= h_flag_user_flag =======
20942 <HTML>
20943 <HEAD>
20944 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20945 </HEAD>
20946 <BODY>
20947 <H1>STATUS FLAG: User Defined Keyword</h1>
20949 This is a keyword that is defined for this folder.
20950 It was most likely defined by the owner of the folder.
20951 Alpine will not set or clear this flag on its own.
20953 <P><UL>
20954 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20955 </UL><P>
20956 &lt;End of help on this topic&gt;
20957 </BODY>
20958 </HTML>
20959 ======= h_flag_important =======
20960 <html>
20961 <title>STATUS FLAG: Important</title>
20962 <body>
20963 <h1>STATUS FLAG: Important</h1>
20966 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20967 MESSAGE&nbsp;INDEX
20968 screen, can only be set by the user, and is intended to be used in
20969 whatever fashion makes sense to you.  You are the only one that can set or
20970 clear it. 
20973 &lt;End of help on this topic&gt;
20974 </BODY>
20975 </HTML>
20976 ======= h_flag_new =======
20977 <html>
20978 <title>STATUS FLAG: New</title>
20979 <body>
20980 <h1>STATUS FLAG: New</h1>
20983 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20984 MESSAGE&nbsp;INDEX screen,
20985 is automatically set when messages are delivered to your Inbox (or other
20986 folder specified outside of Alpine).  Likewise, it is cleared automatically
20987 the first time you read the message it is associated with.
20990 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20991 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20992 you'd like to be reminded of it next time you read mail.  This can be done
20993 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20997 &lt;End of help on this topic&gt;
20998 </BODY>
20999 </HTML>
21000 ======= h_flag_answered =======
21001 <html>
21002 <title>STATUS FLAG: Answered</title>
21003 <body>
21004 <h1>STATUS FLAG: Answered</h1>
21006 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
21007 MESSAGE&nbsp;INDEX
21008 screen, is automatically set when you reply to a message.  This flag is not
21009 automatically cleared.
21012 &lt;End of help on this topic&gt;
21013 </BODY>
21014 </HTML>
21015 ======= h_flag_forwarded =======
21016 <html>
21017 <title>STATUS FLAG: Forwarded</title>
21018 <body>
21019 <h1>STATUS FLAG: Forwarded</h1>
21021 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21022 MESSAGE&nbsp;INDEX
21023 screen, is automatically set when you forward a message.  This flag is not
21024 automatically cleared.
21027 &lt;End of help on this topic&gt;
21028 </BODY>
21029 </HTML>
21030 ======= h_flag_deleted =======
21031 <html>
21032 <title>STATUS FLAG: Deleted</title>
21033 <body>
21034 <h1>STATUS FLAG: Deleted</h1>
21036 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21037 MESSAGE&nbsp;INDEX
21038 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21039 It is cleared
21040 when you use the &quot;U&nbsp;Undelete&quot; command.
21043 Messages marked with this flag will be permanently removed from
21044 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21045 command, or
21046 when you indicate acceptance of their removal upon leaving the folder.
21049 Note, there can be other actions implicit in the
21050 &quot;D&nbsp;Delete&quot; command,
21051 such as advancing to the next message, that may be momentarily undesirable.
21052 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21053 flag <A HREF="h_common_flag">explicitly</A>.
21056 &lt;End of help on this topic&gt;
21057 </BODY>
21058 </HTML>
21059 ====== h_config_incoming_timeo ======
21060 <HTML>
21061 <HEAD>
21062 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21063 </HEAD>
21064 <BODY>
21065 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21067 This option has no effect unless the feature
21068 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21069 is set, which in turn has no effect unless
21070 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21071 is set.
21073 Sets the time in seconds that Alpine will
21074 attempt to open a network connection used for monitoring for Unseen
21075 messages in Incoming Folders. The default is 5.
21076 If a connection has not completed within this many seconds Alpine will
21077 give up and consider it a failed connection.
21079 <UL>   
21080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21081 </UL><P>
21082 &lt;End of help on this topic&gt;
21083 </BODY>
21084 </HTML>
21085 ====== h_config_psleep ======
21086 <HTML>
21087 <HEAD>
21088 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21089 </HEAD>
21090 <BODY>
21091 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21094 In the good old days a mailcap viewer was used to examine an 
21095 attachment before saving it, and after viewing the attachment control 
21096 would return to the operating system when the viewer was closed. Therefore, 
21097 when the mailcap viewer returned control to the operating system, it 
21098 could be assumed that the user who opened the attachment was done
21099 examining it, and the copy of the attachment that was used, could be removed.
21102 However, today this assumption is not longer valid. Some viewers return 
21103 control to the operating system before they actually read the attachment
21104 to be examined. This causes Alpine to delete the attachment before it 
21105 is read by the viewer, causing the viewer to fail opening the attachment.
21108 In order to work around this problem, Alpine checks, after the viewer has 
21109 returned control to the operating system, if there is any process that is 
21110 using the attachment. This variable controls the number of seconds that 
21111 must elapse between checks. Once it is found that no process is using the 
21112 attachment, this is removed.
21115 The minimum value for this variable is 60 (checks will be made once per 
21116 minute), and the maximum value is 600 (checks will be made once every 10 
21117 minutes). The default value is 60.
21120 <UL>   
21121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21122 </UL><P>
21123 &lt;End of help on this topic&gt;
21124 </BODY>
21125 </HTML>
21126 ====== h_config_incoming_interv ======
21127 <HTML>
21128 <HEAD>
21129 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21130 </HEAD>
21131 <BODY>
21132 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21134 This option has no effect unless the feature
21135 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21136 is set, which in turn has no effect unless
21137 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21138 is set.
21140 This option specifies, in seconds, how often Alpine will check
21141 for new mail and state changes in Incoming Folders when Incoming Folders
21142 Checking is turned on.
21143 The default is 3 minutes (180).
21144 This value applies only to folders that are local to the system that
21145 Alpine is running on or that are accessed using the IMAP protocol.
21146 The similar option
21147 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21148 applies to all other monitored folders.
21150 <UL>   
21151 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21152 </UL><P>
21153 &lt;End of help on this topic&gt;
21154 </BODY>
21155 </HTML>
21156 ====== h_config_incoming_second_interv ======
21157 <HTML>
21158 <HEAD>
21159 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21160 </HEAD>
21161 <BODY>
21162 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21164 This option has no effect unless the feature
21165 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21166 is set, which in turn has no effect unless
21167 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21168 is set.
21170 This option together with the option
21171 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21172 specifies, in seconds, how often Alpine will check
21173 for new mail and state changes in Incoming Folders when Incoming Folders
21174 Checking is turned on.
21175 The default for this option is 3 minutes (180).
21176 For folders that are local to this system or
21177 that are accessed using the IMAP protocol
21178 the value of the option
21179 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21180 is used.
21181 For all other monitored folders, the value of this option is used.
21183 The reason there are two separate options is because it is usually
21184 less expensive to check local and IMAP folders than it is to check
21185 other types, like POP or NNTP folders.
21186 You may want to set this secondary value to a higher number than
21187 the primary check interval.
21189 <UL>   
21190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21191 </UL><P>
21192 &lt;End of help on this topic&gt;
21193 </BODY>
21194 </HTML>
21195 ====== h_config_incoming_list ======
21196 <HTML>
21197 <HEAD>
21198 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21199 </HEAD>
21200 <BODY>
21201 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21203 This option has no effect unless the feature
21204 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21205 is set, which in turn has no effect unless
21206 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21207 is set.
21209 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21210 normally monitor all Incoming Folders.
21211 You may use this option to restrict the list of monitored folders to a
21212 subset of all Incoming Folders.
21214 <UL>   
21215 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21216 </UL><P>
21217 &lt;End of help on this topic&gt;
21218 </BODY>
21219 </HTML>
21220 ====== h_config_pers_name ======
21221 <HTML>
21222 <HEAD>
21223 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21224 </HEAD>
21225 <BODY>
21226 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21228 This value is used to determine the full name part of the "From" address
21229 on messages you send.
21230 <!--chtml if pinemode="os_windows"-->
21231  PC-Alpine requires that this be set in order to properly construct the "From" address.
21232 <!--chtml else-->
21233  If unset, Unix Alpine will obtain your full name from
21234  the system password file. PC-Alpine, on the other hand, requires that this be set.
21235 <!--chtml endif-->
21237 If you want to change the value of what gets included in the From header
21238 in messages you send (other than just the Personal Name)
21239 look <A HREF="h_config_change_your_from">here</A> for a description.
21240 <P><UL>
21241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21242 </UL><P>
21243 &lt;End of help on this topic&gt;
21244 </BODY>
21245 </HTML>
21246 ====== h_config_pruned_folders ======
21247 <html>
21248 <header>
21249 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21250 </header>
21251 <body>
21252 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21254 This variable allows you to define a list of one or more folders that
21255 Alpine will offer to prune for you in the same way it automatically offers
21256 to prune your "sent-mail" folder each month.
21257 Each folder in this list must be a folder in your default folder collection
21258 (the first folder collection if you have more than one), and it is just
21259 the relative name of the folder in the collection, not the fully-qualified name.
21260 It is similar to sent-mail.
21261 Instead of something like
21263 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21265 the correct value to use would be
21267 <CENTER><SAMP>folder</SAMP></CENTER>
21269 There is an assumption here that your first collection is the folders in
21271 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21274 Once a month, for each folder listed, Alpine will offer to move
21275 the contents of the folder to a new folder of the same name but with
21276 the previous month's date appended.  Alpine will then look for any such
21277 date-appended folder names created for a previous month, and offer each
21278 one it finds for deletion.
21281 If you decline the first offer, no mail is moved and no new folder is
21282 created.
21285 The new folders will be created
21286 in your default folder collection.
21289 <UL>   
21290 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21291 </UL><P>
21292 &lt;End of help on this topic&gt;
21293 </body>
21294 </html>
21295 ====== h_config_upload_cmd ======
21296 <HTML>
21297 <HEAD>
21298 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21299 </HEAD>
21300 <BODY>
21301 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21303 This option affects the behavior of the Composer's &quot;Read File&quot; 
21304 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21305 commands.  It specifies
21306 a Unix program name, and any necessary command line arguments, that Alpine can
21307 use to transfer files from your personal computer into messages that you are
21308 composing.<P>
21310 <B>Note:</B> this facility is intended for use with serial line transfer 
21311 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21312 to work with TCP/IP file transfer programs such as ftp.<P>
21314 If a program is specified, the commands listed above are modified to offer a
21315 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21316 specified here must match the transfer program or protocol available on the
21317 personal computer.<P>
21319 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21320 the specified upload program finishes, Alpine expects the uploaded data to be
21321 contained in this file.<P>
21323 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21324 generates a
21325 temporary file name that it will pass to the specified Unix program.  Alpine
21326 will read the resulting uploaded text from this file and then delete it when
21327 the upload command is finished.<P>
21329 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21330 prompt
21331 you for the name of the file that is to contain the uploaded information that
21332 it is to attach.  Alpine will attach this file to the composition, but will
21333 <B>not</B> delete this file after the upload command is finished.<P>
21335 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21336 command
21337 line arguments.  Alpine will replace this symbol with the name of the file
21338 being used to exchange the uploaded information.  This token allows you to
21339 position the file name where it is required in the Unix program's command
21340 line arguments.<P>
21342 If the &quot;_FILE_&quot; token is not present in the specified command, the
21343 temporary file's name is automatically appended to the specified Unix
21344 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21345 <B>last</B> command line argument.
21346 <P><UL>
21347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21348 </UL><P>
21349 &lt;End of help on this topic&gt;
21350 </BODY>
21351 </HTML>
21352 ====== h_config_upload_prefix ======
21353 <HTML>
21354 <HEAD>
21355 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21356 </HEAD>
21357 <BODY>
21358 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21360 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21361 It defines text to be written to the terminal emulator (via standard output)
21362 immediately prior to starting upload command.  This is useful for
21363 integrated serial line file transfer agents that permit command passing
21364 (e.g., Kermit's APC method).<P>
21366 The special token &quot;_FILE_&quot; may be included in the string specification.
21367 That symbol will be replaced with the (Alpine-created) name of the temporary
21368 file in which Alpine will expect to find the uploaded file.
21369 <P><UL>
21370 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21371 </UL><P>
21372 &lt;End of help on this topic&gt;
21373 </BODY>
21374 </HTML>
21375 ====== h_config_download_cmd ======
21376 <HTML>
21377 <HEAD>
21378 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21379 </HEAD>
21380 <BODY>
21381 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21383 This option affects the behavior of the Export command.  It specifies a Unix
21384 program name, and any necessary command line arguments, that Alpine can use to
21385 transfer the exported message to your personal computer's disk.<P>
21386 Note: this facility is intended for use with serial line transfer 
21387 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21388 to work with TCP/IP file transfer programs such as ftp.<P>
21389 If a program is specified, the Export command is modified to offer a
21390 subcommand (^V) to activate the transfer (in lieu of saving it to
21391  the machine where Alpine is running).  Obviously, the Unix program
21392 specified here must match the transfer program or protocol available on the
21393 personal computer.<P>
21395 When this subcommand is selected and before Alpine invokes the specified Unix
21396 program, Alpine will create a temporary file containing the text of the
21397 exported message.  Alpine uses this file to pass the exported message text to
21398 the specified Unix program.<P>
21400 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21401 line arguments.  Alpine will replace this symbol with the temporary file's name
21402 before executing the Unix program.  This token allows you to position the
21403 file name where it is required in the Unix program's command line arguments.
21405 If the &quot;_FILE_&quot; token is not present in the specified command, the
21406 temporary file's name is automatically appended to the specified Unix
21407 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21408 <B>last</B> command line argument.
21409 <P><UL>
21410 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21411 </UL><P>
21412 &lt;End of help on this topic&gt;
21413 </BODY>
21414 </HTML>
21415 ====== h_config_download_prefix ======
21416 <HTML>
21417 <HEAD>
21418 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21419 </HEAD>
21420 <BODY>
21421 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21423 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21424 It defines text to be written to the terminal emulator (via standard output)
21425 immediately prior to starting the download command.  This is useful for
21426 integrated serial line file transfer agents that permit command passing
21427 (e.g., Kermit's APC method).
21429 The special token &quot;_FILE_&quot; may be included in the string 
21430 specification.
21431 That symbol will be replaced with the (Alpine-created) name of the temporary
21432 file into which Alpine will place the message to be downloaded.
21433 <P><UL>
21434 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21435 </UL><P>
21436 &lt;End of help on this topic&gt;
21437 </BODY>
21438 </HTML>
21439 ====== h_config_mailcap_path ======
21440 <HTML>
21441 <HEAD>
21442 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21443 </HEAD>
21444 <BODY>
21445 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21446 This variable is used to replace Alpine's default mailcap file search path.
21447 It takes one or more file names (full paths must be specified) in which to
21448 look for mail capability data.  The default search path can be found in this
21449 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21450 If there is more than one file name listed, list members should be delimited
21451 by 
21452 <!--chtml if pinemode="os_windows"-->
21453 a semi-colon (;) under Windows; for example:<PRE>
21454         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21455 </PRE>
21456 <!--chtml else-->
21457 a colon (:) under UNIX; for example:<PRE>
21458         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21459 </PRE>
21460 <!--chtml endif-->
21461 <P><UL>
21462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21463 </UL>
21465 &lt;End of help on this topic&gt;
21466 </BODY>
21467 </HTML>
21468 ====== h_config_mimetype_path ======
21469 <HTML>
21470 <HEAD>
21471 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21472 </HEAD>
21473 <BODY>
21474 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21476 This variable is used to replace Alpine's default mime.types file search path.
21477 It takes one or more file names (full paths must be specified) in which to
21478 look for file-name-extension to MIME type mapping data.  The default search
21479 path can be found in this
21480 <A HREF="h_news_config">Alpine Configuration</A> help.
21484 If there is more than one file name listed, list members should be delimited
21485 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21487 &lt;End of help on this topic&gt;
21488 </BODY></HTML>
21489 ====== h_config_set_att_ansi ======
21490 <HTML><HEAD>
21491 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21492 </HEAD>
21493 <BODY>
21494 <H1>OPTION: Set printer to attached ansi printer</H1>
21496 Type "S" to set your printer to "attached-to-ansi".<BR>
21497 It is OK to include "attached-to-ansi" in your personal list below.
21499 &lt;End of help on this topic&gt;
21500 </BODY></HTML>
21501 ====== h_config_set_att_ansi2 ======
21502 <HTML><HEAD>
21503 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21504 </HEAD>
21505 <BODY>
21506 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21508 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21509 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21510 list below.
21514 This is the same as the "attached-to-ansi" option except that a
21515 formfeed character will not be appended to the end of the print job.
21516 If your printer already ejects the paper by itself at the end of the
21517 job, you may prefer the "no-formfeed" form of this printer so that you
21518 don't get an extra blank page between print jobs.
21521 &lt;End of help on this topic&gt;
21522 </BODY></HTML>
21523 ====== h_config_set_att_wyse ======
21524 <HTML><HEAD>
21525 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21526 </HEAD>
21527 <BODY>
21528 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21530 Type "S" to set your printer to "attached-to-wyse".<BR>
21531 It is OK to include "attached-to-wyse" in your personal list below.
21533 This is very similar to "attached-to-ansi".
21534 The only difference is in the control characters sent to turn the printer
21535 on and off.
21536 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21537 to turn on the printer and ESC LEFT_BRACKET 4 i
21538 to turn it off.
21539 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21540 &lt;End of help on this topic&gt;
21541 </BODY></HTML>
21542 ====== h_config_set_att_wyse2 ======
21543 <HTML><HEAD>
21544 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21545 </HEAD>
21546 <BODY>
21547 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21549 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21550 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21551 list below.
21555 This is the same as the "attached-to-wyse" option except that a
21556 formfeed character will not be appended to the end of the print job.
21557 If your printer already ejects the paper by itself at the end of the
21558 job, you may prefer the "no-formfeed" form of this printer so that you
21559 don't get an extra blank page between print jobs.
21562 &lt;End of help on this topic&gt;
21563 </BODY></HTML>
21564 ====== h_config_set_stand_print ======
21565 <HTML>
21566 <HEAD>
21567 <TITLE>OPTION: Set default printer</TITLE>
21568 </HEAD>
21569 <H1>OPTION: Set default printer</H1>
21570 <BODY>
21571 Move to the printer you want and type "S" to set it to be your
21572 default printer.  This list is not modifiable by you and has been
21573 set up by the system administrators.  If there is more than one printer
21574 listed in the Command List, you will be able to cycle through that
21575 whole list at the time you print, starting with your default.
21576 It is OK to include entries from this Standard list in your personal
21577 list below.
21579 &lt;End of help on this topic&gt;
21580 </BODY>
21581 </HTML>
21582 ====== h_config_set_custom_print ======
21583 <HTML>
21584 <HEAD>
21585 <TITLE>OPTION: Set default printer</TITLE>
21586 </HEAD>
21587 <H1>OPTION: Set default printer</H1>
21588 <BODY>
21589 You may add as many print commands as you want to your personal list.
21590 Specify one of them as your default printer by moving to the printer
21591 you want and typing "S".  If there is more than one printer listed
21592 in the Command List, you will be able to cycle through that list at
21593 the time you print, starting with your default.  It is OK to include
21594 entries from the Standard list above or to include the command
21595 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21596 "attached-to-wyse-no-formfeed" as one of the entries here.
21598 &lt;End of help on this topic&gt;
21599 </BODY>
21600 </HTML>
21601 ====== h_config_user_id =====
21602 <HTML>
21603 <HEAD>
21604 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21605 </HEAD>
21606 <BODY>
21607 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21609 This value is used as part of the "From" address on messages you send.
21610 It is also the default login name for remote IMAP server access.  Set this
21611 to the username part you want to appear on outgoing email.
21613 If you want to change the value of what gets included in the From header
21614 in messages you send (other than just the User ID)
21615 look <A HREF="h_config_change_your_from">here</A> for a description.
21617 <P><UL>   
21618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21619 </UL><P>
21620 &lt;End of help on this topic&gt;
21621 </BODY>
21622 </HTML>
21623 ====== h_config_user_dom =====
21624 <HTML>
21625 <HEAD>
21626 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21627 </HEAD>
21628 <BODY>
21629 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21631 This value specifies the domain part (right-hand side) of your return
21632 address on outgoing email and is also used as the default domain for email
21633 composed to a local user.
21634 <!--chtml if pinemode="os_windows"-->
21635  This value is required for PC-Alpine. If you are unsure as to what this should be,
21636  contact your local help desk, system administrator, or Internet Service Provider.
21637 <!--chtml else-->
21638  If unset, Unix Alpine will obtain the domain from
21639  the system.  Often this value will be set for your whole site by the
21640  system administrator.<P>
21641 <!--chtml endif-->
21642 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21643 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21645 If you want to change the value of what gets included in the From header
21646 in messages you send (other than just the User Domain)
21647 look <A HREF="h_config_change_your_from">here</A> for a description.
21648 <P><UL>
21649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21650 </UL><P>
21651 &lt;End of help on this topic&gt;
21652 </BODY>
21653 </HTML>
21654 ====== h_config_smtp_server =====
21655 <HTML>
21656 <HEAD>
21657 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21658 </HEAD>
21659 <BODY>
21660 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21661 This value specifies the name of one or more SMTP 
21662 (Simple Mail Transfer Protocol) servers for sending mail. 
21663 <!--chtml if pinemode="os_windows"-->
21664 You must have an SMTP server for use with PC-Alpine.
21665 SMTP servers are
21666 normally set up by a system administrator for use by all members of a given
21667 campus or department.
21668 Contact your local help desk to ask what SMTP
21669 servers you should use.  
21670 <!--chtml else-->
21671 Unix Alpine users may not need to set an SMTP server.
21672 Alpine will attempt to execute the program (usually sendmail) that is used
21673 to insert mail into the mail system.
21674 If this works for you, you may leave this option blank.
21675 If there is an SMTP server running on the Unix host you may be able to
21676 improve sending performance slightly by setting the SMTP server option
21677 to &quot;localhost&quot; or to the actual name of the Unix host.
21679 If the Unix host doesn't work the way Alpine was expecting you will need to
21680 set the value of this option.
21681 SMTP servers are
21682 normally set up by a system administrator for use by all members of a given
21683 campus or department.
21684 Contact your local help desk to ask what SMTP
21685 servers you should use.  
21686 <!--chtml endif-->
21688 Your SMTP server may offer SMTP AUTH authentication.
21689 It may even require it.
21690 If your SMTP server offers SMTP AUTH authentication you may specify a
21691 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21692 This parameter requires an associated value,
21693 the username identifier with which to establish the server
21694 connection.
21695 An example might be:
21698 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21701 If AUTH authentication is offered by the server, this will cause Alpine to
21702 attempt to use it.
21703 If AUTH authentication is not offered by the server, this will cause Alpine
21704 to fail sending with an error similar to:
21707 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21710 Another type of authentication that is used by some ISPs is called
21711 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21712 which means that you have to authenticate
21713 yourself to the POP or IMAP server by opening a mailbox before you
21714 can send mail.
21715 To do this, you usually only have to open your INBOX.
21718 You may tell Alpine to use the
21719 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21720 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21721 parameter
21722 in this option.
21723 At this time &quot;/submit&quot; is simply equivalent to specifying
21724 port 587, though it may imply more than that at some point in the future.
21725 Some ISPs are blocking port 25 in order to reduce the amount of spam
21726 being sent to their users.
21727 You may find that the submit option allows you to get around such a block.
21730 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21733 To specify any non-standard port number on the SMTP server you may follow
21734 the hostname with a colon followed by the portnumber.
21737 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21740 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21741 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21742 If that fails then a non-encrypted connection will be attempted instead.
21743 You may specify that a TLS connection is required if you wish.
21744 If you append &quot;/tls&quot; to the name then the connection will fail
21745 instead of falling back to a non-secure connection.
21748 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21752 For more details about server name possibilities see
21753 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21756 <UL>
21757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21758 </UL>
21760 &lt;End of help on this topic&gt;
21761 </BODY>
21762 </HTML>
21763 ====== h_config_nntp_server =====
21764 <HTML>
21765 <HEAD>
21766 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21767 <BODY>
21768 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21770 This value specifies the name of one or more NNTP
21771 (Network News Transfer Protocol)
21772 servers for reading and posting USENET news.
21773 NNTP servers are normally
21774 set up by a system administrator for use by all members of a given campus
21775 or department.
21776 Contact your local help desk to ask what NNTP servers you should use.  
21777 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21778 Often Unix Alpine users will find that this variable has been
21779 set for the whole system (and they don't have to worry about it).  
21780 <!--chtml endif-->
21781 When you define an NNTP server here, Alpine implicitly defines a news
21782 collection for you, assuming that server as the news server and assuming
21783 that you will use the NNTP protocol and a local newsrc configuration file
21784 for reading news.
21785 For more about reading news with Alpine, see
21786 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21788 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21789 or &quot;AUTHINFO USER&quot; authentication.
21790 It may even require it.
21791 If your NNTP server does offer such authentication you may specify a user name
21792 parameter to cause Alpine to attempt to authenticate.
21793 The same is true for the server name in a folder collection that uses NNTP.
21794 This parameter requires an associated value,
21795 the username identifier with which to establish the server connection.
21796 An example might be:
21799 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21802 If authentication is offered by the server, this will cause Alpine to
21803 attempt to use it.
21804 If authentication is not offered by the server, this will cause Alpine
21805 to fail with an error similar to:
21808 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21810 For more details about the server name possibilities see
21811 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21812 <P><UL>
21813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21814 </UL><P>
21815 &lt;End of help on this topic&gt;
21816 </BODY>
21817 </HTML>
21818 ====== h_config_inbox_path =====
21819 <HTML>
21820 <HEAD>
21821 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21822 </HEAD>
21823 <BODY>
21824 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21826 This value overrides the default value of your INBOX name/path/location.
21827 <!--chtml if pinemode="os_windows"-->
21828 PC-Alpine users must specify an inbox path and it must be a folder on an
21829 IMAP server.  
21830 <!--chtml else-->
21831 Unix and VMS Alpine users will often find that this variable
21832 has been pre-configured by your system administrator.  
21833 <!--chtml endif-->
21834 You may be able to specify an alternate INBOX that is either a local folder 
21835 or a folder on an IMAP server.
21837 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21838 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21839 mail server.
21841 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21842 details on the syntax of folder definitions.
21844 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21845 mail is disappearing.
21846 <P><UL>
21847 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21848 </UL><P>
21849 &lt;End of help on this topic&gt;
21850 </BODY>
21851 </HTML>
21852 ====== h_config_change_your_from =====
21853 <HTML>
21854 <HEAD>
21855 <TITLE>How to Change your From Address</TITLE>
21856 </HEAD>
21857 <BODY>
21858 <H1>How to Change your From Address</H1>
21860 If the From address that Alpine includes in mail that you send is not correct,
21861 you may want to configure a different default value for the From address.
21862 You may follow these directions to change the default:
21865 <UL>
21866   <LI> Go to the Main Alpine Menu
21867   <LI> From there type the Setup Command
21868   <LI> From there type the Config Command
21869 </UL>
21872 You've probably already seen this SETUP CONFIGURATION screen.
21873 If not, there are many options you may want to set here.
21874 To set the value of the From header you may use the
21875 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21876 Find it by scrolling down a few pages or use the WhereIs command to
21877 search for &quot;customized&quot;.
21878 You may want to read the help text associated with the option.
21880 To add a custom From header, type the Add command and enter the
21881 full header line, including the leading &quot;From:&nbsp;&quot;.
21882 For example:
21884 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21886 Now exit the Setup command and try sending mail to yourself to see
21887 what the From line looks like.
21889 When you are in the composer you may edit the custom From line by typing
21890 Ctrl-R while your cursor is in the headers of the message and then moving
21891 to the From line and editing.
21892 If you want to leave the default value the same but add the possibility
21893 of being able to edit the header when you compose, add just the header
21894 name without a value.
21895 For example:
21897 <CENTER><SAMP>From:</SAMP></CENTER>
21899 If you change your From address you may also find it useful to add the
21900 changed From address to the
21901 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21902 configuration option.
21904 <UL>   
21905 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21906 </UL><P>
21907 &lt;End of help on this topic&gt;
21908 </BODY>
21909 </HTML>
21910 ====== h_config_default_fcc =====
21911 <HTML>
21912 <HEAD>
21913 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21914 </HEAD>
21915 <BODY>
21916 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21918 This value specifies where a copy of outgoing mail should be saved.  If
21919 this is not a path name, it will be in the default collection for saves.
21920 Any valid folder specification, local or IMAP, is allowed.  This default
21921 folder carbon copy only applies when the 
21922 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21923 is set to use the default folder.  
21924 <!--chtml if pinemode="os_windows"-->
21925 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21926 <!--chtml else-->
21927 Unix Alpine default
21928 is normally &quot;sent-mail&quot; in the default folder collection. 
21929 <!--chtml endif-->
21931 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21932 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21933 IMAP server (remember that in order to later access this remote folder through Alpine, it
21934 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21935 for more information). An example:<p>
21936 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21938 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21940 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21941 details on the syntax of folder definitions.
21943 <UL>   
21944 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21945 </UL><P>
21946 &lt;End of help on this topic&gt;
21947 </BODY>
21948 </HTML>
21949 ====== h_config_def_save_folder =====
21950 <HTML>
21951 <HEAD>
21952 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21953 </HEAD>
21954 <BODY>
21955 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21957 This option determines the default folder name for save-message operations 
21958 (&quot;saves&quot;).
21960 If this is not a path name, it will be in the default collection for saves.
21961 Any valid folder specification, local or IMAP, is allowed.  This default
21962 folder only applies when the
21963 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21964 doesn't override it.  
21965 <!--chtml if pinemode="os_windows"-->
21966 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21967 <!--chtml else-->
21968 Unix Alpine default
21969 is normally &quot;saved-messages&quot; in the default folder collection.
21970 <!--chtml endif-->
21971 If you access your email through an IMAP server, especially if you often switch between Unix
21972 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21973 IMAP server (remember that in order to later access this remote folder through Alpine, it
21974 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21975 for more information). An example:<p>
21976 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21978 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21979 details on the syntax of folder definitions.
21981 <UL>   
21982 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21983 </UL><P>
21984 &lt;End of help on this topic&gt;
21985 </BODY>
21986 </HTML>
21987 ====== h_config_postponed_folder =====
21988 <HTML>
21989 <HEAD>
21990 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21991 </HEAD>
21992 <BODY>
21993 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21995 This value overrides the default name for the folder where postponed
21996 messages are saved.  If this is not a path name, it will be in the default
21997 collection for message Saves.  Any valid folder specification, local or
21998 remote, is allowed. 
21999 PC-Alpine default
22000 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
22001 The Unix Alpine default is normally &quot;postponed-msgs&quot;
22002 in the default collection. 
22004 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
22005 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
22006 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
22007 in all Alpine copies you use. 
22008 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
22009 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
22010 for more information). An
22011 example:<p> 
22012 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
22014 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22015 details on the syntax of folder definitions.
22017 <UL>   
22018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22019 </UL><P>
22020 &lt;End of help on this topic&gt;
22021 </BODY>
22022 </HTML>
22023 ====== h_config_read_message_folder =====
22024 <HTML>
22025 <HEAD>
22026 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22027 </HEAD>
22028 <BODY>
22029 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22031 By virtue of specifying a folder name here, Alpine will be configured to
22032 save all messages that you have read during a session into the designated
22033 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22034 between your really new email (in your INBOX) and those that you have
22035 already read.  Depending on how you define the 
22036 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22037 setting, you may or may not be asked when you quit
22038 Alpine if you want read messages to be moved to this folder.  In either
22039 case, moving the messages means they will be deleted from your INBOX.
22041 If this is not a path name, it will be in the default collection for
22042 saves.  Any valid folder specification, local or remote (via IMAP), is
22043 allowed.  There is no default for the name of the read message folder.
22045 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22046 details on the syntax of folder definitions.
22048 <UL>   
22049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22050 </UL><P>
22051 &lt;End of help on this topic&gt;
22052 </BODY>
22053 </HTML>
22054 ====== h_config_form_folder =====
22055 <HTML>
22056 <HEAD>
22057 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22058 </HEAD>
22059 <BODY>
22060 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22062 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22063 contain messages that you have composed and that are intended to be
22064 sent in their original form repeatedly.
22067 Setting this variable will alter Alpine's usual behavior when you
22068 execute the Compose command.  Normally, Alpine offers a chance to
22069 continue a postponed or interrupted message should one or the other
22070 exist.  When this variable is set to a folder name that exists, Alpine
22071 will also offer the chance to select a message from the folder to
22072 insert into the composer (much like when continuing a postponed message).
22073 The difference, however, is that Alpine will not automatically delete
22074 the selected message from the Form Letter Folder.
22076 Setting this variable will also affect Alpine's behavior when you
22077 Postpone a message from the composer.  Normally, Alpine simply stashes
22078 the message away in your
22079 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22080 Regardless of the specified folder's existence, Alpine will ask which
22081 folder you intend the message to be stored in.  Choose the
22082 &quot;F&quot; option to store the message in your Form Letter Folder.
22083 This is the most common way to add a message to the folder.
22086 Another method of adding messages to the folder is via the Alpine
22087 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22088 you expect to send in the same form again, you can enter the Form
22089 Letter Folder's name in this field.  Alpine, as usual, will copy the
22090 message as it's sent.  Note, when you later select this message from 
22091 your Form Letter Folder, it will have the same recipients as the original
22092 message.
22095 To delete a message from the Form Letter Folder, you can either select
22096 the folder from a suitable FOLDER LIST screen, or use the Delete
22097 command in the MESSAGE INDEX offered when selecting from the folder as
22098 part of the Compose command.  You can delete a Form Letter Folder just
22099 as any other folder from a suitable FOLDER LIST screen.
22102 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22103 facility can be used
22104 to replace the Form Letter Folder.
22107 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22108 details on the syntax of folder definitions.
22111 <UL>   
22112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22113 </UL><P>
22114 &lt;End of help on this topic&gt;
22115 </BODY>
22116 </HTML>
22117 ====== h_config_archived_folders =====
22118 <HTML>
22119 <HEAD>
22120 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22121 </HEAD>
22122 <BODY>
22123 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22125 This is like
22126 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22127 only more general.  You may archive
22128 any of the folders in your incoming collection.  This is a list of folder
22129 pairs, with the first separated from the second in the pair by a space.
22130 The first folder in a pair is the folder you want to archive, and the
22131 second folder is the folder that read messages from the first should be
22132 moved to.  Depending on how you define the
22133 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22134 setting, you may or may not be asked when you
22135 leave the first folder if you want read messages to be moved to the
22136 second folder.  In either case, moving the messages means they will be
22137 deleted from the first folder.
22139 The name of the first folder in each pair can be either the technical
22140 specification of the folder (like what appears in your configuration file)
22141 or (much easier) the nickname that you gave the folder when you made it
22142 an incoming folder.
22144 For example:<p>
22145 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22146 <p>or, using nicknames:<p>
22147 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22149 If these are not path names, they will be in the default collection for
22150 saves. Any valid folder specification, local or remote (via IMAP), is
22151 allowed. There is no default.
22153 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22154 details on the syntax of folder definitions.
22156 <UL>   
22157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22158 </UL><P>
22159 &lt;End of help on this topic&gt;
22160 </BODY>
22161 </HTML>
22162 ====== h_config_newsrc_path ======
22163 <HTML>
22164 <HEAD>
22165 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22166 </HEAD>
22167 <BODY>
22168 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22170 This option overrides the default name Alpine uses for your "newsrc" news
22171 status and subscription file.  If set, Alpine will take this value as the
22172 full pathname for the desired newsrc file.<P>
22174 If this option is <B>not</B> set, 
22175 <!--chtml if pinemode="os_windows"-->
22176 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22177 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22178 directory as your pinerc file for NEWSRC.
22179 <!--chtml else-->
22180 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22181 your account's home directory).
22182 <!--chtml endif-->
22183 <P><UL>
22184 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22185 </UL>
22187 &lt;End of help on this topic&gt;
22188 </BODY>
22189 </HTML>
22190 ====== h_config_literal_sig =====
22191 <HTML>
22192 <HEAD>
22193 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22194 </HEAD>
22195 <BODY>
22196 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22198 With this option your actual signature, as opposed to
22199 the name of a file containing your signature,
22200 is stored in the Alpine configuration file.
22201 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22204 This is simply a different way to store the signature.
22205 The signature is stored inside your Alpine configuration file instead of in
22206 a separate file.
22207 Tokens work the same way they do with the
22208 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22209 help.
22212 The Setup/Signature command on Alpine's MAIN MENU will edit
22213 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22214 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22215 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22216 instead.
22219 The two character sequence &#92;n (backslash followed by
22220 the character n) will be used to signify a line-break in your signature.
22221 You don't have to enter the &#92;n, but it will be visible in the
22222 SETUP CONFIGURATION window after you are done editing the signature.
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_signature_file =====
22232 <HTML>
22233 <HEAD>
22234 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22235 </HEAD>
22236 <BODY>
22237 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22239 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22240 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22241 You can tell that that is the case because the value of the
22242 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22244 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22246 You may either use all Literal Signatures (signatures stored in your
22247 configuration file) throughout Alpine, or all signature files.
22248 You can't mix the two.
22250 This is the name of a file that will be automatically inserted into
22251 outgoing messages.
22252 It typically contains information such as your
22253 name, email address and organizational affiliation.
22254 Alpine adds the
22255 signature into the message as soon as you enter the composer so you
22256 can choose to remove it or edit it on a message by message basis.
22257 Signature file placement in message replies is controlled by the
22258 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22259 setting in the feature list.
22262 The default file name is
22263 <!--chtml if pinemode="os_windows"-->
22264 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22265 PINERC file is a local file.
22266 If your PINERC file is remote, then it will be in the directory specified
22267 by the &quot;-aux local_directory&quot; command line option.
22268 <!--chtml else-->
22269 &quot;.signature&quot;.
22270 <!--chtml endif-->
22273 To create or edit your signature file choose Setup from the MAIN MENU
22274 and then select S for Signature (Main/Setup/Signature).  This puts you
22275 into the Signature Editor where you can enter a <EM>few</EM> lines of
22276 text containing your identity and affiliation.
22279 If the filename is followed by a vertical bar (|) then instead
22280 of reading the contents of the file the file is assumed to be a
22281 program that will produce the text to be used on its standard output.
22282 The program can't have any arguments and doesn't receive any input from Alpine,
22283 but the rest of the processing works as if the contents came from a file.
22286 Instead of storing the data in a local file, the
22287 signature data may be stored remotely in an IMAP folder.
22288 In order to do this, 
22289 you must use a remote name for the file.
22290 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22292 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22295 The syntax used here is the same as the syntax used for remote configuration
22296 files from the command line.
22297 Note that you may not access an existing signature file remotely,
22298 you have to create a new <EM>folder</EM> that contains the signature data.
22299 If the name you use here for the signature file is a remote name, then when
22300 you edit the file from the Setup/Signature command the data will be stored
22301 remotely in the folder.
22302 You aren't required to do anything special to create the folder, it
22303 gets created automatically if you use a remote name.
22306 Besides regular text, the signature file may also contain
22307 (or a signature program may produce) tokens that
22308 are replaced with text that usually depends on the message you are replying
22309 to or forwarding.
22310 For example, if the signature file contains the token
22312 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22314 anywhere in the text, then that token is replaced by the date
22315 the message you are replying to or forwarding was sent.
22316 If it contains
22318 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22320 that is replaced with the current date.
22321 The first is an example of a token that depends on the message you
22322 are replying to (or forwarding) and the second is an example which
22323 doesn't depend on anything other than the current date.
22324 You have to be a little careful with this facility since tokens that
22325 depend on the message you are replying to or forwarding will be replaced
22326 by nothing in the case where you are composing a new message from scratch.
22327 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22328 in this respect.
22329 It allows you to use different signature files in different cases.
22332 The list of tokens available for use in the signature file is
22333 <A HREF="h_index_tokens">here</A>.
22336 Instead of, or along with the use of &quot;roles&quot; to give you
22337 different signature files in different situations, there is also
22338 a way to conditionally include text based
22339 on whether or not a token would result in specific replacement text.
22340 For example, you could include some text based on whether or not
22341 the _NEWS_ token would result in any newsgroups if it was used.
22342 This is explained in detail
22343 <A HREF="h_reply_token_conditionals">here</A>.
22344 This isn't for the faint of heart.
22346 In the very unlikely event that you want to include a literal token
22347 in the signature you must precede it with a backslash character.
22348 For example,
22350 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22352 would produce something like
22354 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22356 It is not possible to have a literal backslash followed by an expanded token.
22358 An alternate method for storing the signature data is available by using the
22359 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22360 This variable will be used by default.
22362 <UL>   
22363 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22364 </UL><P>
22365 &lt;End of help on this topic&gt;
22366 </BODY>
22367 </HTML>
22368 ====== h_config_init_cmd_list =====
22369 <HTML>
22370 <HEAD>
22371 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22372 </HEAD>
22373 <BODY>
22374 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22376 The initial keystroke--or command--list option lets you start Alpine at
22377 any place you like.
22378 Whatever keystrokes you specify here will be executed
22379 by Alpine upon startup as a macro.
22380 The words SPACE, TAB, DOWN, UP, LEFT, and
22381 RIGHT indicate the pressing of those keys.
22382 CR indicates the pressing of the RETURN key.
22383 F1 through F12 represent the function keys, and ^ followed
22384 by a character indicates that key pressed along with the control key (in
22385 other words, ^P means Ctrl-P).
22386 As a shortcut notation, an element of the list may be several characters
22387 surrounded by double-quotes (").
22388 That will be expanded into the individual keystrokes
22389 (excluding the double-quote characters).
22390 For example, the quoted-string
22392 <P><CENTER>"ABC"</CENTER>
22395 is interpreted the same as the three separate list members
22397 <P><CENTER>A and B and C</CENTER>
22400 which is also the same as
22402 <P><CENTER>A,B,C</CENTER>
22405 An example: To view message 1 on startup,
22406 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22408 <P><CENTER>I,J,1,CR,V</CENTER>
22411 An equivalent version of this is
22413 <P><CENTER>"IJ1",CR,V</CENTER>
22416 Restrictions: You cannot pre-type into the composer with the initial
22417 keystroke list, and you cannot mix function key commands with letter
22418 commands.
22420 <P><UL>   
22421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22422 </UL>
22424 &lt;End of help on this topic&gt;
22425 </BODY>
22426 </HTML>
22427 ====== h_config_comp_hdrs =====
22428 <html>
22429 <header>
22430 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22431 </header>
22432 <body>
22433 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22435 You can control which headers you want visible when composing outgoing
22436 email using this option.
22437 You can specify any of the regular set, any
22438 <A HREF="h_compose_richhdr">Rich Header</A>,
22439 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22440 that you have already defined.
22441 If you use this setting at all, you must specify all the
22442 headers you want to see, you can't just add to the regular header set.
22443 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22445 Note that the "Newsgroups:" header will be abbreviated in the Composer
22446 display, but should be spelled out in full here.<p>
22447 <UL>   
22448 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22449 </UL><P>
22450 &lt;End of help on this topic&gt;
22451 </body>
22452 </html>
22453 ====== h_config_custom_hdrs =====
22454 <HTML>
22455 <HEAD>
22456 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22457 </HEAD>
22458 <BODY>
22459 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22461 You may add your own custom headers to outgoing messages.
22462 Each header you specify here must include the header tag 
22463 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22464 and may optionally include a value for that header.
22465 If you want to see these custom headers each time you compose a message,
22466 you must add them to your
22467 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22468 otherwise they become part
22469 of the rich header set that you only see when you press the
22470 <A HREF="h_compose_richhdr">Rich Header</A>
22471 <!--chtml if pinemode="function_key"-->(F5)
22472 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22473 (If you are looking for a way to change which headers are <EM>displayed</EM>
22474 when you view a message, take a look at the
22475 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22476 option instead.)
22477 Here's an example that shows how you might set your From address
22479 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22481 and another showing how you might set a Reply-To address
22483 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22485 You may also set non-standard header values here.
22486 For example, you could add
22488 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22490 or even
22492 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22494 If you include a value after the colon then that header will be included
22495 in your outgoing messages unless you delete it before sending.
22496 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22497 it will not be included in outgoing messages unless you edit a value
22498 in manually.
22499 For example, if
22501 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22503 is in the list, then the Reply-To header will be available for editing
22504 but won't be included unless a value is added while in the composer.
22506 It's actually a little more complicated than that.
22507 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22508 defaults.
22509 If the message you are about to compose already has a value for a header,
22510 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22511 For example, if you are Replying to a message the Subject field
22512 will already be filled in.
22513 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22514 custom subject will <EM>NOT</EM> be used.
22515 The subject derived from the subject of the message you are Replying
22516 to will be used instead.
22518 It is also possible to make header setting even more complicated and more
22519 automatic by using
22520 <A HREF="h_rules_roles">Roles</A>,
22521 but if all you want to do is set a default value for a header, you don't
22522 need to think about Roles.
22524 If you change your From address you may also find it useful to add the
22525 changed From address to the
22526 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22527 configuration option.
22529 Limitation: Because commas are used to separate the list of
22530 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22531 header contain a comma.
22532 Nor is there currently an &quot;escape&quot; mechanism provided
22533 to make this work.
22534 <P><UL>
22535 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22536 </UL>
22538 &lt;End of help on this topic&gt;
22539 </BODY>
22540 </HTML>
22541 ====== h_config_viewer_headers =====
22542 <HTML>
22543 <HEAD>
22544 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22545 </HEAD>
22546 <BODY>
22547 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22549 You may change the default list of headers that are viewed by listing
22550 the headers you want to view here.  If the headers in your
22551 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22552 will be shown.  The order of the headers you list will be honored.  If
22553 the special value &quot;all-except&quot; is included as the first
22554 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22555 message except those in the list will be shown.  The values are all
22556 case insensitive.
22559 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22560 then the original default headers are ignored.  So, if you just wanted
22561 to add the header Organization to the list, you would have to list
22562 Organization plus all of the other headers originally in the default
22563 list.  If you just included Organization and nothing else, then you
22564 would see only the Organization header, nothing else.
22567 The default list of headers includes:
22568 <UL>
22569   <LI>From
22570   <LI>Resent-From
22571   <LI>To
22572   <LI>Resent-To
22573   <LI>Cc
22574   <LI>Resent-cc
22575   <LI>Bcc
22576   <LI>Newsgroups
22577   <LI>Followup-To
22578   <LI>Date
22579   <LI>Resent-Date
22580   <LI>Subject
22581   <LI>Resent-Subject
22582   <LI>Reply-To
22583 </UL>
22586 If you are looking for a way to control which headers are included in
22587 outgoing mail and are visible or not in the composer, take a look at the
22588 options
22589 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22590 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22591 this option.
22593 <UL>   
22594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22595 </UL><P>
22596 &lt;End of help on this topic&gt;
22597 </BODY>
22598 </HTML>
22599 ====== h_config_viewer_margin_left =====
22600 <HTML>
22601 <HEAD>
22602 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22603 </HEAD>
22604 <BODY>
22605 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22607 This variable controls the left-hand vertical margin's width in
22608 Alpine's Message Viewing screen.
22609 Its value is the number of space characters preceding each displayed line.
22610 For consistency with
22611 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22612 you may specify the column number to start in
22613 (column numbering begins with number 1)
22614 instead of the width of the margin by appending a lower case letter
22615 &quot;c&quot; to the number.
22616 For example, a value of &quot;2c&quot; means to start the text in column two,
22617 which is entirely equivalent to a value of &quot;1&quot;, which means to
22618 leave a margin of 1 space.
22620 The default is a left margin of 0 (zero).
22621 Misconfigurations (for example, negative values or values with starting
22622 left columns greater than the ending right column)
22623 are silently ignored.
22624 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22625 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22626 instead.
22629 &lt;End of help on this topic&gt;
22630 </BODY>
22631 </HTML>
22632 ====== h_config_viewer_margin_right =====
22633 <HTML>
22634 <HEAD>
22635 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22636 </HEAD>
22637 <BODY>
22638 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22640 This variable controls the right-hand vertical margin's width in
22641 Alpine's Message Viewing screen.
22642 Its value is the number of space characters following each displayed line.
22643 You may specify the column number to end the text in
22644 (column numbering begins with number 1)
22645 instead of the width of the margin by appending a lower case letter
22646 &quot;c&quot; to the number.
22647 For example, a value of &quot;76c&quot; means to end the text in column 76.
22648 If the screen is 80 characters wide, this is equivalent to a value
22649 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22650 However, if you use different size screens at different times, then these
22651 two values are not equivalent.
22653 The default right margin is 4.
22654 Misconfigurations (for example, negative values or values with starting
22655 left columns greater than the ending right column)
22656 are silently ignored.
22657 If the number of columns for text between the
22658 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22659 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22660 instead.
22663 &lt;End of help on this topic&gt;
22664 </BODY>
22665 </HTML>
22666 ====== h_config_quote_suppression =====
22667 <HTML>
22668 <HEAD>
22669 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22670 </HEAD>
22671 <BODY>
22672 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22674 This option should be used with care.
22675 It will cause some of the quoted text to be eliminated from the
22676 display when viewing a message in the MESSAGE TEXT screen.
22677 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22678 value &quot;5&quot;,
22679 this will cause quoted text that is longer than five lines to be truncated.
22680 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22681 Quoted text of more than six lines will have the first five lines displayed
22682 followed by a line that looks something like
22684 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22686 As a special case, if exactly one line of quoted text would be hidden, the
22687 entire quote will be shown instead.
22688 So for the above example, quoted text that is exactly six lines long will
22689 will be shown in its entirety.
22690 (In other words, instead of hiding a single line and adding a line
22691 that announces that one line was hidden, the line is just shown.)
22693 If the sender of a message has carefully chosen the quotes that he or she
22694 includes, hiding those quotes may change the meaning of the message.
22695 For that reason, Alpine requires that when you want to set the value of this
22696 variable to something less than four lines, you actually have to set it
22697 to the negative of that number.
22698 So if you want to set this option to &quot;3&quot;, you actually have to
22699 set it to &quot;-3&quot;.
22700 The only purpose of this is to get you to think about whether or not you
22701 really want to do this!
22702 If you want to delete all quoted text you set the value of this option
22703 to the special value &quot;-10&quot;.
22705 The legal values for this option are
22707 <TABLE>   
22708 <TR>
22709   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22710   <TD> Default, don't hide anything </TD>
22711 </TR>
22712 <TR>
22713   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22714   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22715 </TR>
22716 <TR>
22717   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22718   <TD> Suppress if more than that many lines </TD>
22719 </TR>
22720 <TR>
22721   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22722   <TD> Suppress all quoted lines </TD>
22723 </TR>
22724 </TABLE>
22726 If you set this option to a non-default value you may sometimes wish to
22727 view the quoted text that is not shown.
22728 When this is the case, the
22729 <A HREF="h_common_hdrmode">HdrMode Command</A>
22730 may be used to show the hidden text.
22731 Typing the &quot;H&quot; command once will show the hidden text.
22732 Typing a second &quot;H&quot; will also turn on Full Header mode.
22733 The presence or absence of the HdrMode command is determined by the
22734 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22735 Feature-List option in your Alpine configuration, so you will want to
22736 be sure that is turned on if you use quote suppression.
22738 For the purposes of this option, a quote is a line that begins with the
22739 character &quot;&gt;&quot;.
22741 Quotes are only suppressed when displaying a message on the screen.
22742 The entire quote will be left intact when printing or forwarding or something
22743 similar.
22745 &lt;End of help on this topic&gt;
22746 </BODY>
22747 </HTML>
22748 ====== h_config_saved_msg_name_rule =====
22749 <HTML>
22750 <HEAD>
22751 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22752 </HEAD>
22753 <BODY>
22754 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22756 This option determines the default folder name when saving
22757 a message.
22760 The default option is &quot;default-folder&quot;, which is the folder
22761 called &quot;saved-messages&quot; in Unix Alpine and
22762 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22763 the Alpine option called
22764 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22767 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22768 get the chosen option's value for the message being saved (or for the
22769 first message being saved if using an aggregrate save).
22770 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22771 value of who the message came from (i.e. the from address).
22772 Alpine then attempts to save the message to a folder matching that value.
22773 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22774 &quot;by-sender&quot;.
22775 The opposite is also true.
22776 If &quot;by-recipient&quot; is chosen and the message was posted to a
22777 newsgroup, Alpine will use the newsgroup name.
22778 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22779 &quot;by-from&quot;.
22782 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22783 to use the personal name part of the address instead of the mailbox part.
22784 If any of the &quot;by-nick&quot; options are chosen, the
22785 address is looked up in your address book and if found, the
22786 nickname for that entry is used.
22787 Only simple address book entries are checked, not distribution lists.
22788 Similarly, if any of the
22789 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22790 address book entry is used.
22791 If by-realname, or the by-nick or by-fcc lookups result in no value,
22792 then if the chosen option ends with the &quot;then-from&quot;,
22793 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22794 or &quot;then-recip&quot; suffix, Alpine
22795 reverts to the same behavior as &quot;by-from&quot;,
22796 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22797 depending on which option was specified.
22798 If the chosen option doesn't end with one of
22799 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22800 folder when no match is found in the address book.
22803 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22804 to save to the folder that you saved to the last time you saved a
22805 message.  The first time you save a message in an Alpine session, Alpine
22806 attempts to save the message to the default folder.
22809 Here is an example to make some of the options clearer.
22810 If the message is From
22812 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22814 and this rule is set to &quot;by-from&quot;, then the default folder offered
22815 in the save dialog would be &quot;flint&quot;.
22817 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22818 be &quot;Fred Flintstone&quot;.
22820 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22821 for the address &quot;flint@bedrock.org&quot; in your address book.
22822 If an entry is found and it has a nickname associated with it, that nickname
22823 will be offered as the default folder.
22824 If not, the default saved message folder will be offered as the default.
22826 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22827 for the address &quot;flint@bedrock.org&quot; in your address book.
22828 If an entry is found and it has an Fcc associated with it, that Fcc
22829 will be offered as the default folder.
22830 If not, the default saved message folder will be offered as the default.
22832 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22833 for the address &quot;flint@bedrock.org&quot; in your address book.
22834 If an entry is found and it has a nickname associated with it, that nickname
22835 will be offered as the default folder.
22836 If it is not found (or has no nickname) then the default offered will be
22837 the same as it would be for the &quot;by-from&quot; rule.
22838 That is, it would be &quot;flint&quot;
22840 <UL>   
22841 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22842 </UL><P>
22843 &lt;End of help on this topic&gt;
22844 </BODY>
22845 </HTML>
22846 ====== h_config_fcc_rule =====
22847 <HTML>
22848 <HEAD>
22849 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22850 </HEAD>
22851 <BODY>
22852 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22854 This option determines the default name for folder carbon copy. Choose
22855 one:
22857 <DL>
22858 <DT>default-fcc</DT>
22859 <DD>This is the normal default, the value of which is set in the
22860 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22861 configuration.
22862 </DD>
22864 <DT>last-fcc-used</DT>
22865 <DD> Causes Alpine to use the folder that was last
22866 used in the fcc field
22867 </DD>
22869 <DT>by-nickname</DT>
22870 <DD>Means that Alpine will use the nickname
22871 from your address book that matches the first address in the To line.
22872 If there is no match, it will use the value of the
22873 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22874 </DD>
22876 <DT>by-recipient</DT>
22877 <DD>Means Alpine will form a folder name
22878 based on the left hand side of the first address in the To line.
22879 </DD>
22881 <DT>by-nick-then-recip</DT>
22882 <DD>Means that it will use the
22883 matching nickname from your address book if there is one, otherwise it
22884 will extract the recipient name from the address and use that (like
22885 by-recipient).
22886 </DD>
22888 <DT>current-folder</DT>
22889 <DD>Causes a copy to be written to
22890 the currently open folder, unless that is the INBOX.  In the case
22891 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22892 used instead.
22893 </DD>
22894 </DL>
22897 Note: Whatever the fcc specified by the rule here, it will be
22898 over-ridden by any fcc entries you have in your address book.
22901 <UL>   
22902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22903 </UL><P>
22904 &lt;End of help on this topic&gt;
22905 </BODY>
22906 </HTML>
22907 ====== h_config_sort_key =====
22908 <HTML>
22909 <HEAD>
22910 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22911 </HEAD>
22912 <BODY>
22913 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22915 This option determines the order in which messages will be displayed in
22916 the MESSAGE INDEX screen.  Choose from:
22918 <UL>
22919  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22920  <LI> <A HREF="h_index_sort_date">Date</A>
22921  <LI> <A HREF="h_index_sort_subj">Subject</A>
22922  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22923  <LI> <A HREF="h_index_sort_thread">Thread</A>
22924  <LI> <A HREF="h_index_sort_from">From</A>
22925  <LI> <A HREF="h_index_sort_size">Size</A>
22926  <LI> <A HREF="h_index_sort_score">Score</A>
22927  <LI> <A HREF="h_index_sort_to">To</A>
22928  <LI> <A HREF="h_index_sort_cc">Cc</A>
22929 </UL>
22932 Each type of sort may also be reversed.
22933 Normal default is by &quot;Arrival&quot;.
22936 A possible point of confusion arises when you change the configuration
22937 of the <!--#echo var="VAR_sort-key"-->.
22938 The folder will normally be re-sorted when you go back to viewing the
22939 index.
22940 However, if you have manually sorted the folder with the
22941 Sort
22942 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22943 command, then it will not be re-sorted until the next time it is opened.
22946 <UL>   
22947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22948 </UL><P>
22949 &lt;End of help on this topic&gt;
22950 </BODY>
22951 </HTML>
22952 ====== h_config_other_startup =====
22953 <HTML>
22954 <HEAD>
22955 <TITLE>OPTION: Set Startup Rule</TITLE>
22956 </HEAD>
22957 <BODY>
22958 <H1>OPTION: Set Startup Rule</H1>
22960 This option determines which message will be the <EM>current message</EM> when
22961 the folder is first opened.
22962 It works the same way that the option
22963 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22964 works, so look there for help.
22965 It may be used for any folder, not just incoming folders.
22968 <UL>   
22969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22970 </UL><P>
22971 &lt;End of help on this topic&gt;
22972 </BODY>
22973 </HTML>
22974 ====== h_config_perfolder_sort =====
22975 <HTML>
22976 <HEAD>
22977 <TITLE>Set Sort Order</TITLE>
22978 </HEAD>
22979 <BODY>
22980 <H1>Set Sort Order</H1>
22982 This option determines the order in which messages will be displayed in
22983 the MESSAGE INDEX screen when the Current Folder Type set in the
22984 Pattern is a match. Choose from:
22986 <UL>
22987  <LI> <A HREF="h_index_sort_default">Default</A>
22988  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22989  <LI> <A HREF="h_index_sort_date">Date</A>
22990  <LI> <A HREF="h_index_sort_subj">Subject</A>
22991  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22992  <LI> <A HREF="h_index_sort_thread">Thread</A>
22993  <LI> <A HREF="h_index_sort_from">From</A>
22994  <LI> <A HREF="h_index_sort_size">Size</A>
22995  <LI> <A HREF="h_index_sort_score">Score</A>
22996  <LI> <A HREF="h_index_sort_to">To</A>
22997  <LI> <A HREF="h_index_sort_cc">Cc</A>
22998 </UL>
23001 Each type of sort may also be reversed.
23002 Normal default is by &quot;Arrival&quot;.
23005 A possible point of confusion arises when you change the configuration
23006 of the Sort Order for the currently open folder.
23007 The folder will normally be re-sorted when you go back to viewing the
23008 index.
23009 However, if you have manually sorted the folder with the
23010 Sort
23011 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23012 command, then it will not be re-sorted until the next time it is opened.
23015 <UL>   
23016 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23017 </UL><P>
23018 &lt;End of help on this topic&gt;
23019 </BODY>
23020 </HTML>
23021 ====== h_config_fld_sort_rule =====
23022 <HTML>
23023 <HEAD>
23024 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23025 </HEAD>
23026 <BODY>
23027 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23029 This option controls the order in which folder list entries will be
23030 presented in the FOLDER LIST screen.  Choose one of the following:
23032 <DL>
23033 <DT>Alphabetical</DT>
23034 <DD>sort by alphabetical name independent of type
23035 </DD>
23037 <DT>Alpha-with-dirs-last</DT>
23038 <DD>sort by alphabetical name grouping directory entries
23039 to the end of the list
23040 </DD>
23042 <DT>Alpha-with-dirs-first</DT>
23043 <DD>sort by alphabetical name grouping directory entries
23044 to the start of the list
23045 </DD>
23046 </DL>
23048 The normal default is &quot;Alphabetical&quot;.
23051 <UL>   
23052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23053 </UL><P>
23054 &lt;End of help on this topic&gt;
23055 </BODY>
23056 </HTML>
23057 ====== h_config_ab_sort_rule =====
23058 <HTML>
23059 <HEAD>
23060 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23061 </HEAD>
23062 <BODY>
23063 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23065 This option controls the order in which address book entries will be
23066 presented.  Choose one of the following:
23068 <DL>
23069 <DT>fullname</DT>
23070 <DD>use fullname field, lists mixed in
23071 </DD>
23073 <DT>fullname-with-lists-last</DT>
23074 <DD>use fullname field, but put lists at end
23075 </DD>
23077 <DT>nickname</DT>
23078 <DD>use nickname field, lists mixed in
23079 </DD>
23081 <DT>nickname-with-lists-last</DT>
23082 <DD>use nickname field, but put lists at end
23083 </DD>
23085 <DT>dont-sort</DT>
23086 <DD>don't change order of file
23087 </DD>
23088 </DL>
23091 The normal default is &quot;fullname-with-lists-last&quot;.
23092 If you use an address book from more than one computer and those
23093 computers sort the address book differently then the sort order
23094 will be the order where the last change to the address book was
23095 made.
23096 There are two reasons the sorting might be different on different
23097 systems.
23098 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23099 places.
23100 Second, the collation rules on the two computers may be different.
23101 For example, one system might ignore special characters while the other
23102 doesn't or one may sort upper and lower case letters together while
23103 the other doesn't.
23104 In any case, the order you see is the order on the system where the
23105 last change was made, for example by an address book edit or a
23106 Take Address command.
23109 <UL>   
23110 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23111 </UL><P>
23112 &lt;End of help on this topic&gt;
23113 </BODY>
23114 </HTML>
23115 ====== h_config_post_char_set =====
23116 <HTML>
23117 <HEAD>
23118 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23119 </HEAD>
23120 <BODY>
23121 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23123 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23124 when sending messages.
23128 When sending a message the text typed in the composer is
23129 labeled with the character set specified by this option.
23130 If the composed text is not fully representable in the 
23131 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23132 instead;
23135 Attachments are labeled with your
23136 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23139 Generally, there should be little need to set this option.
23140 If left unset, the
23141 default behavior is to label composed text as specifically as
23142 possible.  That is, if the composed text has no non-ASCII characters,
23143 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23144 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23145 attempt to automatically detect a number of character sets including ISO-8859-15,
23146 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23147 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23148 If the message contains a mix of character sets,
23149 it is labeled as &quot;UTF-8.&quot;
23153 This setting is provided to allow you to force a particular character set that
23154 Alpine does not automatically detect. For example, if a message is representable
23155 in more than one character set then Alpine may choose a different default
23156 than you want.
23157 Lastly, by setting this option explicitly to
23158 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23159 &quot;UTF-8&quot; instead of something more specific.
23162 In the Setup/Config screen you may choose from a list of all the
23163 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23166 The options
23167 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23168 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23169 are closely related.
23170 Setting the feature
23171 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23172 should cause this option to be ignored.
23175 <UL>   
23176 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23177 </UL><P>
23178 &lt;End of help on this topic&gt;
23179 </BODY>
23180 </HTML>
23181 ====== h_config_unk_char_set =====
23182 <HTML>
23183 <HEAD>
23184 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23185 </HEAD>
23186 <BODY>
23187 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23189 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23190 when reading or replying to messages.
23194 A text message should either be made up of all US-ASCII characters
23195 or it should contain a charset label which tells the software which
23196 character set encoding to use to interpret the message.
23197 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23198 This message is outside of the standards so any attempt to read it could fail.
23199 When Alpine attempts to read such a message it will try to interpret the
23200 text in the character set you specify here.
23201 For example, if you have correspondents who send you unlabeled messages that
23202 are usually made up of characters from the WINDOWS-1251 character set, setting
23203 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23204 allow you to read those messages.
23205 Of course, if the unlabeled message is actually in some other character set,
23206 then you may see garbage on your screen.
23208 Instead of just unlabeled text, this option also affects text which is labeled
23209 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23210 or &quot;US-ASCII&quot;.
23213 In the Setup/Config screen you may choose from a list of all the
23214 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23217 <UL>   
23218 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23219 </UL><P>
23220 &lt;End of help on this topic&gt;
23221 </BODY>
23222 </HTML>
23223 ====== h_config_char_set =====
23224 <HTML>
23225 <HEAD>
23226 <TITLE>OPTION: Display Character Set</TITLE>
23227 </HEAD>
23228 <BODY>
23229 <H1>OPTION: Display Character Set</H1>
23231 The Display Character Set configuration option is used when viewing messages.
23233 Alpine uses Unicode characters internally and 
23234 it is a goal for Alpine to handle email in many different languages.
23235 Alpine will properly display only left-to-right character sets
23236 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23237 font is in use, in the sense that
23238 characters are assumed to take up zero, one, or two character cell
23239 widths from left to right on the screen. This is true even in PC-Alpine.
23242 Alpine recognizes some local character sets that are right-to-left
23243 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23244 (Arabic) and properly converts texts in these character sets to/from
23245 Unicode; however, there are known display bugs with these character
23246 sets.
23249 There are three possible configuration character settings and some
23250 environment variable settings that can affect how Alpine
23251 handles international characters.
23252 The first two of these are only available in UNIX Alpine.
23253 The three configuration options are
23254 Display Character Set,
23255 Keyboard Character Set, and
23256 <!--#echo var="VAR_posting-character-set"-->.
23257 The Keyboard Character Set defaults to being the same value
23258 as the Display Character Set, and that is usually correct, because
23259 the keyboard almost always produces characters in the same character set
23260 as the display displays.
23261 The Display Character Set is the character set that Alpine
23262 will attempt to use when sending characters to the display.
23265 By default, the Display Character Set variable is not set and UNIX Alpine
23266 will attempt to get this information from the environment.
23267 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23268 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23269 An explicit configuration setting for Display Character Set will,
23270 of course, override any default setting.
23272 For PC-Alpine the Display Character Set
23273 and the Keyboard Character Set
23274 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23277 It is probably best to use UNIX Alpine in a terminal emulator
23278 capable of displaying UTF-8 characters, since that will allow you to
23279 view just about any received text that is correctly formatted (note,
23280 however, the above comments about known index display bugs with certain
23281 character sets). You'll need to have an emulator that uses a UTF-8 font
23282 and you'll need to set up your environment to use a UTF-8 charmap. For
23283 example, on a Linux system you might include
23285 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23288 or something similar in your UNIX startup files.
23289 You'd also have to select a UTF-8 font in your terminal emulator.
23292 The types of values that the character set variables may be set to are
23293 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23294 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23295 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23296 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23297 In the Setup/Config screen you may choose from a list of all the
23298 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23299 Here is a list of many of the possible character sets:
23302 <TABLE>
23303 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23304 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23305 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23306 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23307 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23308 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23309 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23310 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23311 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23312 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23313 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23314 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23315 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23316 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23317 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23318 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23319 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23320 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23321 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23322 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23323 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23324 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23325 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23326 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23327 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23328 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23329 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23330 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23331 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23332 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23333 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23334 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23335 </TABLE>
23338 When reading incoming email, Alpine understands many different
23339 character sets and is able to convert the incoming mail into Unicode.
23340 The Unicode will be converted to the Display Character Set
23341 for display on your terminal.
23342 Characters typed at the keyboard will be converted from the
23343 Keyboard Character Set to Unicode for Alpine's internal
23344 use.
23345 You may find that you can read some malformed messages that do not
23346 contain a character set label by setting the option
23347 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23350 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23351 The default behavior obtained by leaving this variable unset is usually
23352 what is wanted. In that default case, Alpine will attempt
23353 to label the message with the most specific character set from the
23354 rather arbitrary set
23356 US-ASCII, ISO-8859-15,
23357 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23358 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23361 For example, if the message is made up of only US-ASCII characters, it
23362 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23363 that will be the label. If that doesn't work the same is tried for the
23364 remaining members of the list.
23367 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23368 explicit value instead.
23369 For example, if you usually send messages in Greek, setting this
23370 option to ISO-8859-7 will result in messages being labeled as
23371 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23372 are only Greek characters, or UTF-8 if there are some characters
23373 that aren't representable in ISO-8859-7.
23374 Another possibility is to set this option explicitly to UTF-8.
23375 In that case
23376 Alpine labels only ascii messages as US-ASCII and all other
23377 messages as UTF-8.
23380 The options
23381 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23382 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23383 are closely related to this option.
23384 Setting the feature
23385 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23386 should cause this option to be ignored.
23389 When displaying a message, Alpine compares this setting to the character
23390 set specified in the message.  If not all of the
23391 characters in the message can be displayed using the Display Character Set
23392 then Alpine places an editorial
23393 comment in the displayed text (enclosed in square-brackets) indicating
23394 that some characters may not be displayed correctly.
23395 This comment may be eliminated by turning on the option
23396 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23399 <UL>   
23400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23401 </UL><P>
23402 &lt;End of help on this topic&gt;
23403 </BODY>
23404 </HTML>
23405 ====== h_config_key_char_set =====
23406 <HTML>
23407 <HEAD>
23408 <TITLE>OPTION: Keyboard Character Set</TITLE>
23409 </HEAD>
23410 <BODY>
23411 <H1>OPTION: Keyboard Character Set</H1>
23413 UNIX Alpine only.
23415 The Keyboard Character Set identifies the character set of the characters
23416 coming from your keyboard.
23417 It defaults to having the same value as your
23418 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23419 which in turn defaults to a value obtained from your environment.
23420 It is unlikely that you will need to use this option, because the keyboard
23421 almost always produces the same kind of characters as the display displays.
23424 This character set is also used when accessing files in your local
23425 file system.
23426 The names of the files are assumed to be in the same character set as
23427 what the keyboard produces, as well as the contents of the files.
23430 In the Setup/Config screen you may choose from a list of all the
23431 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23434 The options
23435 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23436 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23437 are closely related.
23438 Setting the feature
23439 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23440 should cause this option to be ignored.
23443 <UL>   
23444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23445 </UL><P>
23446 &lt;End of help on this topic&gt;
23447 </BODY>
23448 </HTML>
23449 ====== h_config_editor =====
23450 <HTML>
23451 <HEAD>
23452 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23453 </HEAD>
23454 <BODY>
23455 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23457 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23458 normally an alternative to Alpine's internal composer (Pico).  You could use
23459 this setting to specify an alternate editor to use occasionally or if you
23460 have a favorite editor and want to use it all the time (see the 
23461 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23462 If you specify multiple editors for this option, ^_ will invoke the first one 
23463 of those specified that exists and is executable.  When specifying a program 
23464 for use here, make sure that the format of the text it saves -- which, when 
23465 you exit it, will become the message body in Alpine -- is appropriate 
23466 for the body of an email message; avoid proprietary formats that may result in 
23467 a message body that the recipient of your message will be unable to decipher.
23469 <!--chtml if pinemode="os_windows"-->
23470 <!--chtml else-->
23471 If you are in doubt about what editors are available on your system, or which 
23472 of them may be appropriate for specification here, ask your local computing 
23473 support staff.  
23474 <!--chtml endif-->
23476 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23477 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23478 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23479 use that.
23481 <P><UL>
23482 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23483 </UL>
23485 &lt;End of help on this topic&gt;
23486 </BODY>
23487 </HTML>
23488 ====== h_config_speller =====
23489 <HTML>
23490 <HEAD>
23491 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23492 </HEAD>
23493 <BODY>
23494 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23496 UNIX Alpine only.
23498 For PC-Alpine, you must install the aspell library code that you
23499 may get from
23500 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23502 This option affects the behavior of the ^T (spell check) command in the
23503 Composer.  It specifies the program invoked by ^T in the Composer.
23504 By default, Alpine uses
23506 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23508 if it knows where to find &quot;aspell&quot;.
23509 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23510 then the command used is
23512 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23514 Otherwise, the ancient &quot;spell&quot; command is used.
23516 If you specify a value for this command (with full pathname) then that is what
23517 will be used instead of any of the defaults.
23518 When invoking this
23519 spell-checking program, Alpine appends a tempfile name (where the message is
23520 passed) to the command line. Alpine expects the speller to correct the
23521 spelling in that file. When you exit from that program Alpine will read the
23522 tempfile back into the composer.
23524 Don't set this speller option to the standard Unix spell command.
23525 That won't work because spell works in a different way.
23528 <UL>   
23529 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23530 </UL><P>
23531 &lt;End of help on this topic&gt;
23532 </BODY>
23533 </HTML>
23534 ====== h_config_aspell_dictionary =====
23535 <HTML>
23536 <HEAD>
23537 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23538 </HEAD>
23539 <BODY>
23540 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23542 PC Alpine only.
23544 This option specifies a list of dictionaries you will use with
23545 aspell. A sample entry is &quot;en_US&quot; for american english, or
23546 &quot;en_GB&quot; for brittish english.
23549 <UL>   
23550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23551 </UL><P>
23552 &lt;End of help on this topic&gt;
23553 </BODY>
23554 </HTML>
23555 ====== h_config_display_filters =====
23556 <HTML>
23557 <HEAD>
23558 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23559 </HEAD>
23560 <BODY>
23561 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23563 This option defines a list of text-filtering commands (programs or
23564 scripts) that may be used to filter text portions of received messages
23565 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23566 display screen, exporting to a text file).  
23567 For security reasons, the full path name of the
23568 filter command must be specified.
23571 The command is executed and the message is piped into its standard input. 
23572 The standard output of the command is read back by Alpine.  The
23573 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23575 <P> 
23576 The filter's use is based on the configured &quot;trigger&quot; string.  The
23577 format of a filter definition is:
23579 <P>   
23580 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23583 You can specify as many filters as you wish, separating them with a comma.  
23584 Each filter can have only one trigger and command.  Thus, two trigger 
23585 strings that invoke the same command require separate filter 
23586 specifications. 
23588 <P> 
23589 The &quot;trigger&quot; is simply text that, if found in the message,
23590 will invoke the associated command.  If the trigger contains any space
23591 characters, it must be placed within quotes.  Likewise, should you
23592 wish a filter to be invoked unconditionally, define the trigger as the
23593 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23594 trigger string is found anywhere in the text of the message the filter
23595 is invoked.  Placing the trigger text within the tokens defined below
23596 changes where within the text the trigger must be before considering
23597 it a match.
23599 <P>  
23600 Trigger Modifying Tokens:
23601 <DL>
23602 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23603 <DD>This token tells Alpine to invoke the supplied command
23604 if the text is in a character set matching <VAR>string</VAR>
23605 (e.g., ISO-8859-2 or ISO-2022-JP).
23606 </DD>
23609 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23610 <DD>This token tells Alpine to invoke the supplied command
23611 if the enclosed <VAR>string</VAR> is found to be the first
23612 non-whitespace text.
23613 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23614 the space character.
23615 </DD>
23617 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23618 <DD>This token tells Alpine to invoke the supplied command
23619 if the enclosed <VAR>string</VAR> is found at the beginning
23620 of any line in the text.
23621 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23622 the space character.
23623 </DD>
23624 </DL>
23627 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23628 the command line to be invoked if the trigger string is found.  Below
23629 are tokens that Alpine will recognize and replace with special values
23630 when the command is actually invoked.
23633 Command Modifying Tokens:
23635 <DL>
23636 <DT>_TMPFILE_</DT>
23637 <DD>When the command is executed, this token is 
23638 replaced with the path and name of the temporary 
23639 file containing the text to be filtered.  Alpine 
23640 expects the filter to replace this data with the 
23641 filter's result.
23644 NOTE: Use of this token implies that the text to 
23645 be filtered is not piped into standard input of the 
23646 executed command and its standard output is ignored. 
23647 Alpine restores the tty modes before invoking the
23648 filter in case the filter interacts with the user
23649 via its own standard input and output.  
23650 </DD>
23651                         
23652 <DT>_RESULTFILE_</DT>
23653 <DD>When the command is executed, this token is 
23654 replaced with the path and name of a temporary 
23655 file intended to contain a status message from the 
23656 filter.  Alpine displays this in the message status 
23657 field. 
23658 </DD>
23660 <DT>_DATAFILE_</DT>
23661 <DD>When the command is executed, this token is 
23662 replaced with the path and name of a temporary 
23663 file that Alpine creates once per session and deletes 
23664 upon exit.  The file is intended to be used by the 
23665 filter to store state information between instances 
23666 of the filter.
23667 </DD>
23668    
23669 <DT>_PREPENDKEY_</DT>
23670 <DD>When the command is executed, this token indicates that a random
23671 number will be passed down the input stream before the message text.
23672 This number could be used as a session key.  It is sent in this way to
23673 improve security.  The number is unique to the current Alpine session
23674 and is only generated once per session.
23675 </DD>
23677 <DT>_SILENT_</DT>
23678 <DD>When the filter is executed, this token tells Alpine not to repaint
23679 the screen while the command is being executed. This can be used with 
23680 filters that do not interact with the user, and therefore repainting 
23681 the screen is not necessary. 
23682 </DD>
23683 </DL>
23686 The feature
23687 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23689 Performance caveat/considerations:
23690 <BR>
23691 Testing for the trigger and invoking the filter doesn't come for free.
23692 There is overhead associated with searching for the trigger string, testing
23693 for the filter's existence and actually piping the text through the filter.
23694 The impact can be reduced if the Trigger Modifying Tokens above are 
23695 employed.
23697 &lt;End of help on this topic&gt;
23698 </BODY>
23699 </HTML>
23700 ====== h_config_sending_filter =====
23701 <HTML>
23702 <HEAD>
23703 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23704 </HEAD>
23705 <BODY>
23706 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23707       
23708 This option defines a list of text-filtering commands (programs and
23709 scripts) that may be selectively invoked to process a message just before
23710 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23711 select which filter (or none) to apply to the message before it is sent. 
23712 For security reasons, the full path of the filter program must be
23713 specified.
23716 Command Modifying Tokens:
23718 <DL>
23719 <DT>_RECIPIENTS_</DT>
23720 <DD>When the command is executed, this token is replaced 
23721 with the space delimited list of recipients of the 
23722 message being sent. 
23723 </DD>
23724         
23725 <DT>_TMPFILE_</DT>
23726 <DD>
23727 When the command is executed, this token is 
23728 replaced with the path and name of the temporary 
23729 file containing the text to be filtered.  Alpine 
23730 expects the filter to replace this data with the 
23731 filter's result.
23734 NOTE: Use of this token implies that the text to 
23735 be filtered is not piped into standard input of the 
23736 executed command and its standard output is ignored. 
23737 Alpine restores the tty modes before invoking the
23738 filter in case the filter interacts with the user
23739 via its own standard input and output.  
23740 </DD>
23741                         
23742 <DT>_RESULTFILE_</DT>
23743 <DD>When the command is executed, this token is 
23744 replaced with the path and name of a temporary 
23745 file intended to contain a status message from the 
23746 filter.  Alpine displays this in the message status 
23747 field. 
23748 </DD>
23750 <DT>_DATAFILE_</DT>
23751 <DD>When the command is executed, this token is replaced 
23752 in the command line with the path and name of a 
23753 temporary file that Alpine creates once per session 
23754 and deletes upon exit.  The file is intended to be 
23755 used by the filter to store state information between 
23756 instances of the filter.
23757 </DD>
23758    
23759 <DT>_PREPENDKEY_</DT>
23760 <DD>When the command is executed, this token indicates 
23761 that a random number will be passed down the input 
23762 stream before the message text.  This number could 
23763 be used as a session key.  It is sent in this way 
23764 to improve security.  The number is unique to the 
23765 current Alpine session and is only generated once per 
23766 session. 
23767 </DD>
23769 <DT>_INCLUDEALLHDRS_</DT>
23770 <DD>When the command is executed, this token indicates 
23771 that the headers of the message will be passed down the input stream
23772 before the message text.
23773 </DD>
23775 <DT>_MIMETYPE_</DT>
23776 <DD>When the command is executed, this token is replaced in the
23777 command name with a temporary file name used to accept any new MIME
23778 Content-Type information necessitated by the output of the filter.
23779 Upon the filter's exit, if the file contains new MIME type
23780 information, Alpine verifies its format and replaces the outgoing
23781 message's MIME type information with that contained in the file. This
23782 is basically a cheap way of sending something other than Text/Plain.
23783 </DD>
23784 </DL>
23786 <P>   
23787 NOTE: Only the body text, which is visible in the Composer, is piped
23788 through this filter.  Attachments are not sent to the filter.
23789 <P>   
23790 Sending filters are not used if the feature
23791 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23793 <UL>   
23794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23795 </UL><P>
23796 &lt;End of help on this topic&gt;
23797 </BODY>
23798 </HTML>
23799 ====== h_config_keywords =====
23800 <HTML>
23801 <HEAD>
23802 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23803 </HEAD>
23804 <BODY>
23805 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23807 You may define your own set of keywords and optionally set them on a
23808 message by message basis.
23809 These are similar to the &quot;Important&quot; flag which the user
23810 may set using the Flag command.
23811 The difference is that the Important flag is always present for each folder.
23812 User-defined keywords are chosen by the user.
23813 You may set up the list of possible keywords here, or you may add keywords
23814 from the Flag Details screen that you
23815 can get to after typing the
23816 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23817 command.
23818 After the keywords have been defined,
23819 then you use the <A HREF="h_common_flag">Flag command</A>
23820 to set or clear the keywords in each message.
23821 The behavior of the flag command may be modified by using the
23822 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23823 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23826 Keywords may be used when Selecting messages (Select Keyword).
23827 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23828 Filter Rules may be used to set keywords automatically.
23829 Keywords may be displayed as part of the Subject of a message by using
23830 the SUBJKEY or SUBJKEYINIT tokens in the
23831 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23832 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23833 option may be used to modify the display of keywords using
23834 SUBJKEY and SUBJKEYINIT slightly.
23835 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23836 screen by using the KEY or KEYINIT tokens.
23837 It is also possible to color keywords in the index using the
23838 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23839 Keywords are not supported by all mail servers.
23842 You may give keywords nicknames if you wish.
23843 If the keyword definition you type in contains a SPACE character, then the
23844 actual value of the keyword is everything after the last SPACE and the
23845 nickname for that keyword is everything before the last SPACE.
23846 For example, suppose you are trying to interoperate with another email program
23847 that uses a particular keyword with an unpleasant name.
23848 Maybe it uses a keyword called
23850 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23852 but for you that keyword means that the message is work-related.
23853 You could define a keyword to have the value
23855 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23857 and then you would use the name &quot;Work&quot; when dealing with
23858 that keyword in Alpine.
23859 If you defined it as
23861 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23863 the nickname would be everything before the last SPACE, that is the nickname
23864 would be &quot;My Work&quot;.
23866 Some commonly used keywords begin with dollar signs.
23867 This presents a slight complication, because the dollar sign is normally used
23868 to signify
23869 <A HREF="h_news_config">environment variable expansion</A>
23870 in the Alpine configuration.
23871 In order to specify a keyword that begins with a dollar sign you must
23872 precede the dollar sign with a second dollar sign to escape its special
23873 meaning.
23874 For example, if you want to include the keyword
23876 <CENTER><SAMP>$Label1</SAMP></CENTER>
23878 as one of your possible keywords, you must enter the text
23880 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23883 instead.
23885 There are a couple limitations.
23886 First, not all servers support keywords.
23887 Second, some servers (including the IMAP server included with Alpine)
23888 have a per folder limit on the number of keywords that may be defined.
23889 This count commonly includes every keyword you have ever used in the
23890 folder, even if it is no longer being used.
23891 In other words, you can add keywords but you cannot remove them easily.
23892 If you have changed keywords over the life of a folder and find that
23893 you have reached such a limit, one possible solution might be to copy
23894 all of the messages to a newly created folder (using Alpine) and then
23895 delete the original and rename the new folder.
23896 The reason this might work is that only the keywords currently set in
23897 any of the messages will be used in the new folder, hopefully putting you
23898 under the limit.
23901 <UL>   
23902 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23903 </UL><P>
23904 &lt;End of help on this topic&gt;
23905 </BODY>
23906 </HTML>
23907 ====== h_config_alt_addresses =====
23908 <HTML>
23909 <HEAD>
23910 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23911 </HEAD>
23912 <BODY>
23913 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23915 This option provides a place for you to list alternate email addresses
23916 you may have.
23917 Each address in the list should be the actual email address part of an
23918 address, without the full name field or the angle brackets.
23919 For example:
23922 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23925 The matching is case-insensitive, so this would match any of
23926 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23927 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23930 If set, the option affects the behavior of the Reply
23931 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23932 a message has been addressed specifically to you.
23935 In the default INDEX display
23936 the personal name (or email address) of
23937 the person listed in the message's &quot;From:&quot; header
23938 field is usually displayed except when that address is yours or one of your
23939 alternate addresses.
23940 In that case you will usually see the name of
23941 the first person specified in the
23942 message's &quot;To:&quot; header field
23943 with the prefix &quot;To: &quot; prepended.
23946 With respect to Reply, the reply-to-all option will exclude addresses
23947 listed here.
23950 The feature
23951 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23952 is somewhat related to this option.
23955 In addition to a list of actual addresses,
23956 you may use regular expressions (as used with egrep with the ignore case flag)
23957 to describe the addresses you want to match.
23958 Alpine will somewhat arbitrarily interpret your entry as a regular
23959 expression if it contains any of the characters
23960 *, |, +, ?, {, [, ^, $, or &#92;.
23961 Otherwise, it will be treated literally.
23962 The feature
23963 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23964 may be used to turn off regular expression processing regardless of whether or not
23965 special characters appear in the entry.
23968 A description of how regular expressions work is beyond the
23969 scope of this help text, but some examples follow.
23972 The entry
23975 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23978 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23979 address with a domain name of <SAMP>example.com</SAMP> (such as
23980 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23981 one of your alternate addresses.
23982 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23983 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23984 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23985 Complicating things further, the dollar sign
23986 is special in the Alpine configuration (it signifies environment variable expansion)
23987 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23988 Quotes around the whole expression will not escape the dollar sign successfully.
23989 So this example should look like
23992 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23996 The entry
23999 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
24002 would match
24003 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
24004 as <SAMP>fred@example.com</SAMP>.
24007 You could match all addresses that look like
24008 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
24009 entry
24012 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
24015 Notice that you have to escape the plus sign with a backslash because plus
24016 is a special character in regular expressions.
24017 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
24018 the expression
24021 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24024 would do it, but it would be easier to just add fred@example.com as a
24025 separate entry.
24028 One more example, a match of all first-level subdomains, is given by
24031 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24035 Because the regular expression matching is based on an old library
24036 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24037 but they should be close.
24040 <UL>   
24041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24042 </UL><P>
24043 &lt;End of help on this topic&gt;
24044 </BODY>
24045 </HTML>
24046 ====== h_config_abook_formats =====
24047 <HTML>
24048 <HEAD>
24049 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24050 </HEAD>
24051 <BODY>
24052 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24054 This option specifies the format that address books are displayed in.
24055 Normally, address books are displayed with the nicknames in the first
24056 column, the fullnames in the second column, and addresses in the third
24057 column.  The system figures out reasonable defaults for the widths of
24058 the columns.  An address book may be given a different format by
24059 listing special tokens in the order you want them to display.  The
24060 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24061 So, for example, to get the default behavior you could list
24064 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24067 (You can also use the token DEFAULT to get the default behavior for
24068 an address book format.)
24071 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24072 is a list, so if you have more than one address book you may have a
24073 separate format for each by putting its format at the corresponding
24074 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24078 Listed first are the personal address books, then the global address
24079 books.  So, if you have two personal address books and one global
24080 address book, you may have up to three formats in the
24081 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24082 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24083 are address books, the last element is used repeatedly.
24087 Each of the tokens may also be optionally followed by parentheses with
24088 either a number or a percentage inside the parentheses.  For example,
24089 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24090 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24091 of the available space (the screen width minus the space for
24092 inter-column spaces) to the fullnames column, while plain
24093 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24094 reasonable number of columns.
24097 There are always 2 spaces between every column, so if you use
24098 fixed column widths (like 13) you should remember to take that into
24099 account.
24102 <UL>   
24103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24104 </UL><P>
24105 &lt;End of help on this topic&gt;
24106 </BODY>
24107 </HTML>
24108 ====== h_config_set_index_format =====
24109 <HTML>
24110 <HEAD>
24111 <TITLE>Set Index Format</TITLE>
24112 </HEAD>
24113 <BODY>
24114 <H1>Set Index Format</H1>
24116 This option is used to customize the content of lines in the
24117 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24118 This action works exactly like the regular
24119 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24120 except that you can have a folder-specific value for it if you specify it here.
24121 Consult the help for
24122 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24123 for more information.
24126 <UL>   
24127 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24128 </UL><P>
24129 &lt;End of help on this topic&gt;
24130 </BODY>
24131 </HTML>
24132 ====== h_config_index_format =====
24133 <HTML>
24134 <HEAD>
24135 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24136 </HEAD>
24137 <BODY>
24138 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24140 This option is used to customize the content of lines in the
24141 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24142 to convey some amount of immediately relevant information about each 
24143 message in the current folder.
24146 Alpine provides a pre-defined set of informational fields with
24147 reasonable column widths automatically computed.  You can, however,
24148 replace this default set by listing special tokens in the order you
24149 want them displayed.
24152 The list of available tokens is
24153 <A HREF="h_index_tokens">here</A>.
24156 Spaces are used to separate listed tokens.  Additionally, you can
24157 specify how much of the screen's width the token's associated data
24158 should occupy on the index line by appending to the token a pair of
24159 parentheses enclosing either a number or percentage.  For example,
24160 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24161 column, and &quot;SUBJECT(20%)&quot; means to
24162 allocate 20% of the available space
24163 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24164 attempt to figure out a reasonable amount of space.
24167 There is always one space between every pair of columns, so if you use fixed
24168 column widths (like 13) you should remember to take that into account.
24169 Several of the fields are virtually fixed-width, so it doesn't make
24170 much sense to specify the width for them.  The fields STATUS,
24171 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24172 and DESCRIPSIZE all fall into that category.
24173 You <EM>may</EM> specify widths for those if you wish, but
24174 you're probably better off letting the system pick those widths.  <P>
24177 The default is equivalent to:
24180 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24183 This means that the four fields without percentages will be allocated
24184 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24185 the from and subject fields.  If one of those two fields is specified
24186 as a percentage and the other is left for the system to choose, then
24187 the percentage is taken as an absolute percentage of the screen, not
24188 of the space remaining after allocating the first four columns.  It
24189 doesn't usually make sense to do it that way.  If you leave off all
24190 the widths, then the subject and from fields (if both are present) are
24191 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24192 the default.
24195 What you are most likely to do with this configuration option is to
24196 specify which fields appear at all, which order they appear in, and the
24197 percentage of screen that is used for the from and subject fields if you
24198 don't like the 2 to 1 default.
24201 If you want to retain the default format that Pine 4.64 had, use
24204 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24206 <EM>and</EM> set the feature
24207 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24208 <UL>   
24209 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24210 </UL><P>
24211 &lt;End of help on this topic&gt;
24212 </BODY>
24213 </HTML>
24214 ====== h_config_reply_intro =====
24215 <HTML>
24216 <HEAD>
24217 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24218 </HEAD>
24219 <BODY>
24220 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24222 This option is used to customize the content of the introduction line
24223 that is included when replying to a message and including the original
24224 message in the reply.
24225 The normal default (what you will get if you delete this variable) looks
24226 something like:
24228 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24230 where the day of the week is only included if it is available in the
24231 original message.
24232 You can replace this default with text of your own.
24233 The text may contain tokens that are replaced with text
24234 that depends on the message you are replying to.
24235 For example, the default is equivalent to:
24237 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24240 Since this variable includes regular text mixed with special tokens
24241 the tokens have to be surrounded by underscore characters.
24242 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24243 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24244 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24246 The list of available tokens is
24247 <A HREF="h_index_tokens">here</A>.
24250 By default, the text is all on a single line and is followed by a blank line.
24251 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24252 than 80 characters when replying to a particular message, it is shortened.
24253 However, if you use the token
24255 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24258 anywhere in the value, no end of line or blank line is appended, and no
24259 shortening is done.
24260 The _NEWLINE_ token may be used to get rid of the blank line following
24261 the text, to add more blank lines, or to form a multi-line
24262 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24263 To clarify how _NEWLINE_ works recall that the default value is:
24265 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24268 That is equivalent to
24270 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24273 In the former case, two newlines are added automatically because
24274 no _NEWLINE_ token appears in the value of the option (for backwards
24275 compatibility). In the latter case, the newlines are explicit.
24276 If you want to remove the blank line that follows the
24277 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24278 _NEWLINE_ token like
24280 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24283 Because of the backwards compatibility problem, it is not possible to
24284 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24285 and that will cause the automatic adding of two newlines!
24286 If you want, you may embed newlines in the middle of the text, as well,
24287 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24290 By default, no attempt is made to localize the date.
24291 If you prefer a localized form you may find that one of the tokens
24292 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24293 If you want more control one of the many other date tokens, such as _DATEISO_,
24294 might be better.
24297 For the adventurous, there is a way to conditionally include text based
24298 on whether or not a token would result in specific replacement text.
24299 For example, you could include some text based on whether or not
24300 the _NEWS_ token would result in any newsgroups if it was used.
24301 It's explained in detail
24302 <A HREF="h_reply_token_conditionals">here</A>.
24305 In the very unlikely event that you want to include a literal token
24306 in the introduction line you must precede it with a backslash character.
24307 For example,
24309 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24311 would produce something like
24313 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24315 It is not possible to have a literal backslash followed by an expanded token.
24317 <UL>   
24318 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24319 </UL><P>
24320 &lt;End of help on this topic&gt;
24321 </BODY>
24322 </HTML>
24323 ====== h_config_remote_abook_history =====
24324 <HTML>
24325 <HEAD>
24326 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24327 </HEAD>
24328 <BODY>
24329 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24331 Sets how many extra copies of
24332 remote address book
24333 data will be kept in each remote address book folder.
24334 The default is three.
24335 These extra copies are simply old versions of the data. Each time a change
24336 is made a new copy of the address book data is appended to the folder. Old
24337 copies are trimmed, if possible, when Alpine exits.
24338 An old copy can be put back into use by
24339 deleting and expunging newer versions of the data from the folder.
24340 Don't delete the first message from the folder. It is a special header
24341 message for the remote address book and it must be there.
24342 This is to prevent regular folders from being used as remote address book
24343 folders and having their data destroyed.
24345 This option is also used to determine how many extra copies of remote
24346 Alpine configuration files are kept.
24348 <UL>   
24349 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24350 </UL><P>
24351 &lt;End of help on this topic&gt;
24352 </BODY>
24353 </HTML>
24354 ====== h_config_remote_abook_validity =====
24355 <HTML>
24356 <HEAD>
24357 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24358 </HEAD>
24359 <BODY>
24360 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24362 Sets the minimum number of minutes that a
24363 remote address book will be considered up to date.
24364 Whenever an entry contained in a remote address book is used,
24365 if more than this many minutes have
24366 passed since the last check the remote server will be queried to see if the
24367 address book has changed.
24368 If it has changed, the local copy is updated.
24369 The default value is five minutes.
24370 The special value of -1 means never check.
24371 The special value of zero means only check when the address book is first
24372 opened.
24374 No matter what the value, the validity check is always done when the
24375 address book is about to be changed by the user.
24376 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24377 while in the address book maintenance screen for the remote address book.
24379 <UL>   
24380 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24381 </UL><P>
24382 &lt;End of help on this topic&gt;
24383 </BODY>
24384 </HTML>
24385 ====== h_config_user_input_timeo =====
24386 <HTML>
24387 <HEAD>
24388 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24389 </HEAD>
24390 <BODY>
24391 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24393 If this is set to an integer greater than zero, then this is the number
24394 of <EM>hours</EM> to wait for user input before Alpine times out.
24395 If Alpine is
24396 in the midst of composing a message or is waiting for user response to
24397 a question, then it will not timeout.
24398 However, if Alpine is sitting idle waiting for
24399 the user to tell it what to do next and the user does not give any
24400 input for this many hours, Alpine will exit.
24401 No expunging or moving of read
24402 messages will take place.
24403 It will exit similarly to the way it would exit
24404 if it received a hangup signal.
24405 This may be useful for cleaning up unused Alpine sessions that have been
24406 forgotten by their owners.
24407 The Alpine developers envision system administrators
24408 setting this to a value of several hours (24?) so that it won't surprise
24409 a user who didn't want to be disconnected.
24411 <UL>   
24412 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24413 </UL><P>
24414 &lt;End of help on this topic&gt;
24415 </BODY>
24416 </HTML>
24417 ====== h_config_ssh_open_timeo =====
24418 <HTML>
24419 <HEAD>
24420 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24421 </HEAD>
24422 <BODY>
24423 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24425 Sets the time in seconds that Alpine will
24426 attempt to open a UNIX secure shell connection.
24427 The default is 15, the minimum non-zero value is 5,
24428 and the maximum is unlimited. If this is set to zero ssh connections
24429 will be completely disabled.
24431 <UL>   
24432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24433 </UL><P>
24434 &lt;End of help on this topic&gt;
24435 </BODY>
24436 </HTML>
24437 ====== h_config_rsh_open_timeo =====
24438 <HTML>
24439 <HEAD>
24440 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24441 </HEAD>
24442 <BODY>
24443 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24445 Sets the time in seconds that Alpine will
24446 attempt to open a UNIX remote shell connection.
24447 The default is 15, the minimum non-zero value is 5,
24448 and the maximum is unlimited. If this is set to zero rsh connections
24449 will be completely disabled.
24450 This might be useful if rsh connections will never work in your environment
24451 but are causing delays due to firewalls or some other reason.
24453 <UL>   
24454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24455 </UL><P>
24456 &lt;End of help on this topic&gt;
24457 </BODY>
24458 </HTML>
24459 ====== h_config_tcp_open_timeo =====
24460 <HTML>
24461 <HEAD>
24462 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24463 </HEAD>
24464 <BODY>
24465 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24467 Sets the time in seconds that Alpine will
24468 attempt to open a network connection. The default is 30, the minimum is 5,
24469 and the maximum is system defined (typically 75). If a connection has not
24470 completed within this many seconds Alpine will give up and consider it a
24471 failed connection.
24473 <UL>   
24474 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24475 </UL><P>
24476 &lt;End of help on this topic&gt;
24477 </BODY>
24478 </HTML>
24479 ====== h_config_tcp_readwarn_timeo =====
24480 <HTML>
24481 <HEAD>
24482 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24483 </HEAD>
24484 <BODY>
24485 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24487 Sets the time in seconds that Alpine will
24488 wait for a network read before warning you that things are moving slowly
24489 and possibly giving you the option to break the connection.
24490 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24491 1000 seconds.
24493 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24495 <UL>   
24496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24497 </UL><P>
24498 &lt;End of help on this topic&gt;
24499 </BODY>
24500 </HTML>
24501 ====== h_config_tcp_writewarn_timeo =====
24502 <HTML>
24503 <HEAD>
24504 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24505 </HEAD>
24506 <BODY>
24507 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24509 Sets the time in seconds that Alpine will
24510 wait for a network write before warning you that things are moving slowly
24511 and possibly giving you the option to break the connection.
24512 The default is 0 which means it is unset. If set to a non-zero value, the
24513 minimum is 5 and the maximum is 1000.
24515 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24517 <UL>   
24518 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24519 </UL><P>
24520 &lt;End of help on this topic&gt;
24521 </BODY>
24522 </HTML>
24523 ====== h_config_tcp_query_timeo =====
24524 <HTML>
24525 <HEAD>
24526 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24527 </HEAD>
24528 <BODY>
24529 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24531 When Alpine times out a network read or write it will normally just display
24532 a message saying &quot;Still waiting&quot;.
24533 However, if enough time has elapsed since it started waiting it will offer
24534 to let you break the connection.
24535 That amount of time is set by this option, which defaults to 60 seconds,
24536 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24538 <UL>   
24539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24540 </UL><P>
24541 &lt;End of help on this topic&gt;
24542 </BODY>
24543 </HTML>
24544 ====== h_config_incoming_folders =====
24545 <HTML>
24546 <HEAD>
24547 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24548 </HEAD>
24549 <BODY>
24550 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24552 This is a list of one or more folders other than <EM>INBOX</EM> that
24553 may receive new messages.
24554 It is related to the
24555 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24556 feature.
24557 This variable is normally manipulated with the Add, Delete, and Rename
24558 commands in the FOLDER LIST for the Incoming Message Folders collection.
24560 <UL>   
24561 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24562 </UL><P>
24563 &lt;End of help on this topic&gt;
24564 </BODY>
24565 </HTML>
24566 ====== h_config_folder_spec =====
24567 <HTML>
24568 <HEAD>
24569 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24570 </HEAD>
24571 <BODY>
24572 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24574 This is a list of one or more collections where saved mail is stored. 
24575 The first collection in this list is the default
24576 collection for <EM>Save</EM>s,
24577 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24579 This variable is normally manipulated using the Setup/collectionList screen.
24581 <UL>   
24582 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24583 </UL><P>
24584 &lt;End of help on this topic&gt;
24585 </BODY>
24586 </HTML>
24587 ====== h_config_news_spec =====
24588 <HTML>
24589 <HEAD>
24590 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24591 </HEAD>
24592 <BODY>
24593 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24595 This is a list of collections where news folders are located.
24597 This variable is normally manipulated using the Setup/collectionList screen.
24599 <UL>   
24600 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24601 </UL><P>
24602 &lt;End of help on this topic&gt;
24603 </BODY>
24604 </HTML>
24605 ====== h_config_address_book =====
24606 <HTML>
24607 <HEAD>
24608 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24609 </HEAD>
24610 <BODY>
24611 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24613 A list of personal address books.
24614 Each entry in the list is an
24615 optional nickname followed by a pathname or file name relative to the home
24616 directory.
24617 The nickname is separated from the rest of the line with whitespace.
24618 Instead of a local pathname or file name, a remote folder name can be given.
24619 This causes the address book to
24620 be a Remote address book.
24622 Use the Setup/AddressBook screen to modify this variable.
24624 <UL>   
24625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24626 </UL><P>
24627 &lt;End of help on this topic&gt;
24628 </BODY>
24629 </HTML>
24630 ====== h_config_glob_addrbook =====
24631 <HTML>
24632 <HEAD>
24633 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24634 </HEAD>
24635 <BODY>
24636 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24638 A list of shared address books.  Each entry in the list is an
24639 optional nickname followed by a pathname or file name relative to the home
24640 directory.
24641 A SPACE character separates the nickname from the rest of the line.
24642 Instead of a local pathname or file name, a remote folder name can be given.
24643 This causes the address book to
24644 be a Remote address book.
24645 Global address books are
24646 defined to be ReadOnly.
24648 Use the Setup/AddressBook screen to modify this variable.
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_last_vers =====
24657 <HTML>
24658 <HEAD>
24659 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24660 </HEAD>
24661 <BODY>
24662 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24664 This is set automatically by Alpine. 
24665 It is used to keep track of the last version of Alpine that
24666 was run by the user.
24667 Whenever the version number increases, a new version message is printed out.
24668 This may not be set in the system-wide configuration files.
24670 <UL>   
24671 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24672 </UL><P>
24673 &lt;End of help on this topic&gt;
24674 </BODY>
24675 </HTML>
24676 ====== h_config_printer =====
24677 <HTML>
24678 <HEAD>
24679 <TITLE>OPTION: Printer</TITLE>
24680 </HEAD>
24681 <BODY>
24682 <H1>OPTION: Printer</H1>
24684 Your default printer selection.
24686 Use the Setup/Printer screen to modify this variable.
24688 <UL>   
24689 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24690 </UL><P>
24691 &lt;End of help on this topic&gt;
24692 </BODY>
24693 </HTML>
24694 ====== h_config_print_cat =====
24695 <HTML>
24696 <HEAD>
24697 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24698 </HEAD>
24699 <BODY>
24700 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24702 This is an internal Alpine variable.
24703 It will be equal to 1, 2, or 3 depending on whether the default printer is
24704 attached, standard, or a personal print command.
24706 Use the Setup/Printer screen to modify this variable.
24708 <UL>   
24709 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24710 </UL><P>
24711 &lt;End of help on this topic&gt;
24712 </BODY>
24713 </HTML>
24714 ====== h_config_print_command =====
24715 <HTML>
24716 <HEAD>
24717 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24718 </HEAD>
24719 <BODY>
24720 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24722 List of personal print commands.
24724 Use the Setup/Printer screen to modify this variable.
24726 <UL>   
24727 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24728 </UL><P>
24729 &lt;End of help on this topic&gt;
24730 </BODY>
24731 </HTML>
24732 ====== h_config_pat_old =====
24733 <HTML>
24734 <HEAD>
24735 <TITLE>OPTION: Patterns</TITLE>
24736 </HEAD>
24737 <BODY>
24738 <H1>OPTION: Patterns</H1>
24740 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24741 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24742 and Patterns-Other.
24743 Patterns-Scores and Patterns-Filters have been replaced since then by
24744 Patterns-Scores2 and Patterns-Filters2.
24746 Use the Setup/Rules screens to modify these variable.
24748 <UL>   
24749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24750 </UL><P>
24751 &lt;End of help on this topic&gt;
24752 </BODY>
24753 </HTML>
24754 ====== h_config_pat_roles =====
24755 <HTML>
24756 <HEAD>
24757 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24758 </HEAD>
24759 <BODY>
24760 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24762 List of rules used for roles.
24763 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24764 other options.
24766 Use the Setup/Rules/Roles screen to modify this variable.
24768 <UL>   
24769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24770 </UL><P>
24771 &lt;End of help on this topic&gt;
24772 </BODY>
24773 </HTML>
24774 ====== h_config_pat_filts =====
24775 <HTML>
24776 <HEAD>
24777 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24778 </HEAD>
24779 <BODY>
24780 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24782 List of rules used for filters.
24784 Use the Setup/Rules/Filters screen to modify this variable.
24786 <UL>   
24787 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24788 </UL><P>
24789 &lt;End of help on this topic&gt;
24790 </BODY>
24791 </HTML>
24792 ====== h_config_pat_scores =====
24793 <HTML>
24794 <HEAD>
24795 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24796 </HEAD>
24797 <BODY>
24798 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24800 List of rules used for scoring.
24802 Use the Setup/Rules/SetScores screen to modify this variable.
24804 <UL>   
24805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24806 </UL><P>
24807 &lt;End of help on this topic&gt;
24808 </BODY>
24809 </HTML>
24810 ====== h_config_pat_other =====
24811 <HTML>
24812 <HEAD>
24813 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24814 </HEAD>
24815 <BODY>
24816 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24818 List of rules used for miscellaneous configuration.
24820 Use the Setup/Rules/Other screen to modify this variable.
24822 <UL>   
24823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24824 </UL><P>
24825 &lt;End of help on this topic&gt;
24826 </BODY>
24827 </HTML>
24828 ====== h_config_pat_incols =====
24829 <HTML>
24830 <HEAD>
24831 <TITLE>OPTION: patterns-indexcolors</TITLE>
24832 </HEAD>
24833 <BODY>
24834 <H1>OPTION: patterns-indexcolors</H1>
24836 List of rules used for coloring lines in the index.
24838 Use the Setup/Rules/Indexcolor screen to modify this variable.
24840 <UL>   
24841 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24842 </UL><P>
24843 &lt;End of help on this topic&gt;
24844 </BODY>
24845 </HTML>
24846 ====== h_config_pat_srch =====
24847 <HTML>
24848 <HEAD>
24849 <TITLE>OPTION: patterns-search</TITLE>
24850 </HEAD>
24851 <BODY>
24852 <H1>OPTION: patterns-search</H1>
24854 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24856 Use the Setup/Rules/searCh screen to modify this variable.
24858 <UL>   
24859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24860 </UL><P>
24861 &lt;End of help on this topic&gt;
24862 </BODY>
24863 </HTML>
24864 ====== h_config_font_name =====
24865 <HTML>
24866 <HEAD>
24867 <TITLE>OPTION: Font Name</TITLE>
24868 </HEAD>
24869 <BODY>
24870 <H1>OPTION: Font Name</H1>
24872 PC-Alpine only.
24874 Name of normal font.
24876 Use the pulldown Config menu to modify this variable.
24878 <UL>   
24879 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24880 </UL><P>
24881 &lt;End of help on this topic&gt;
24882 </BODY>
24883 </HTML>
24884 ====== h_config_font_size =====
24885 <HTML>
24886 <HEAD>
24887 <TITLE>OPTION: Font Size</TITLE>
24888 </HEAD>
24889 <BODY>
24890 <H1>OPTION: Font Size</H1>
24892 PC-Alpine only.
24894 Size of normal font.
24896 Use the pulldown Config menu to modify this variable.
24898 <UL>   
24899 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24900 </UL><P>
24901 &lt;End of help on this topic&gt;
24902 </BODY>
24903 </HTML>
24904 ====== h_config_font_style =====
24905 <HTML>
24906 <HEAD>
24907 <TITLE>OPTION: Font Style</TITLE>
24908 </HEAD>
24909 <BODY>
24910 <H1>OPTION: Font Style</H1>
24912 PC-Alpine only.
24914 Style of normal font.
24916 Use the pulldown Config menu to modify this variable.
24918 <UL>   
24919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24920 </UL><P>
24921 &lt;End of help on this topic&gt;
24922 </BODY>
24923 </HTML>
24924 ====== h_config_font_char_set =====
24925 <HTML>
24926 <HEAD>
24927 <TITLE>OPTION: Font Character Set</TITLE>
24928 </HEAD>
24929 <BODY>
24930 <H1>OPTION: Font Character Set</H1>
24932 PC-Alpine only.
24934 Character set of normal font.
24936 Use the pulldown Config menu to modify this variable.
24938 <UL>   
24939 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24940 </UL><P>
24941 &lt;End of help on this topic&gt;
24942 </BODY>
24943 </HTML>
24944 ====== h_config_print_font_name =====
24945 <HTML>
24946 <HEAD>
24947 <TITLE>OPTION: Print-Font-Name</TITLE>
24948 </HEAD>
24949 <BODY>
24950 <H1>OPTION: Print-Font-Name</H1>
24952 PC-Alpine only.
24954 Name of printer font.
24956 Use the pulldown Config menu to modify this variable.
24958 <UL>   
24959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24960 </UL><P>
24961 &lt;End of help on this topic&gt;
24962 </BODY>
24963 </HTML>
24964 ====== h_config_print_font_size =====
24965 <HTML>
24966 <HEAD>
24967 <TITLE>OPTION: Print-Font-Size</TITLE>
24968 </HEAD>
24969 <BODY>
24970 <H1>OPTION: Print-Font-Size</H1>
24972 PC-Alpine only.
24974 Size of printer font.
24976 Use the pulldown Config menu to modify this variable.
24978 <UL>   
24979 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24980 </UL><P>
24981 &lt;End of help on this topic&gt;
24982 </BODY>
24983 </HTML>
24984 ====== h_config_print_font_style =====
24985 <HTML>
24986 <HEAD>
24987 <TITLE>OPTION: Print-Font-Style</TITLE>
24988 </HEAD>
24989 <BODY>
24990 <H1>OPTION: Print-Font-Style</H1>
24992 PC-Alpine only.
24994 Style of printer font.
24996 Use the pulldown Config menu to modify this variable.
24998 <UL>   
24999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25000 </UL><P>
25001 &lt;End of help on this topic&gt;
25002 </BODY>
25003 </HTML>
25004 ====== h_config_print_font_char_set =====
25005 <HTML>
25006 <HEAD>
25007 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
25008 </HEAD>
25009 <BODY>
25010 <H1>OPTION: Print-Font-Char-Set</H1>
25012 PC-Alpine only.
25014 Character set of printer font.
25016 Use the pulldown Config menu to modify this variable.
25018 <UL>   
25019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25020 </UL><P>
25021 &lt;End of help on this topic&gt;
25022 </BODY>
25023 </HTML>
25024 ====== h_config_window_position =====
25025 <HTML>
25026 <HEAD>
25027 <TITLE>OPTION: Window-Position</TITLE>
25028 </HEAD>
25029 <BODY>
25030 <H1>OPTION: Window-Position</H1>
25032 PC-Alpine only.
25034 Position on the screen of the Alpine window.
25036 Alpine normally maintains this variable itself, and it is set automatically. 
25037 This variable is provided to those who wish to use the same window position 
25038 across different machines from the same configuration.
25039 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25040 must also be set for this setting to be used.
25042 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25043 C is the number of columns, R is the number of rows, and X and Y specify the
25044 top left corner of the window.
25046 <UL>   
25047 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25048 </UL><P>
25049 &lt;End of help on this topic&gt;
25050 </BODY>
25051 </HTML>
25052 ====== h_config_cursor_style =====
25053 <HTML>
25054 <HEAD>
25055 <TITLE>OPTION: Cursor Style</TITLE>
25056 </HEAD>
25057 <BODY>
25058 <H1>OPTION: Cursor Style</H1>
25060 PC-Alpine only.
25062 Cursor style.
25064 Use the pulldown Config menu to modify this variable.
25066 <UL>   
25067 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25068 </UL><P>
25069 &lt;End of help on this topic&gt;
25070 </BODY>
25071 </HTML>
25072 ====== h_config_ldap_servers =====
25073 <HTML>
25074 <HEAD>
25075 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25076 </HEAD>
25077 <BODY>
25078 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25080 List of LDAP servers and associated data.
25082 Use the Setup/Directory screen to modify this variable.
25084 <UL>   
25085 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25086 </UL><P>
25087 &lt;End of help on this topic&gt;
25088 </BODY>
25089 </HTML>
25090 ====== h_config_sendmail_path =====
25091 <HTML>
25092 <HEAD>
25093 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25094 </HEAD>
25095 <BODY>
25096 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25098 This names the path to an
25099 alternative program, and any necessary arguments, to be used in posting
25100 mail messages. See the Technical notes for more information.
25102 <UL>   
25103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25104 </UL><P>
25105 &lt;End of help on this topic&gt;
25106 </BODY>
25107 </HTML>
25108 ====== h_config_oper_dir =====
25109 <HTML>
25110 <HEAD>
25111 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25112 </HEAD>
25113 <BODY>
25114 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25116 This names the root of the
25117 tree to which you are restricted when reading and writing folders and
25118 files. It is usually used in the system-wide,
25119 <EM>fixed</EM> configuration file.
25121 <UL>   
25122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25123 </UL><P>
25124 &lt;End of help on this topic&gt;
25125 </BODY>
25126 </HTML>
25127 ====== h_config_rshpath =====
25128 <HTML>
25129 <HEAD>
25130 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25131 </HEAD>
25132 <BODY>
25133 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25135 Sets the name of the command used to open a UNIX remote shell
25136 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
25138 <UL>   
25139 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25140 </UL><P>
25141 &lt;End of help on this topic&gt;
25142 </BODY>
25143 </HTML>
25144 ====== h_config_rshcmd =====
25145 <HTML>
25146 <HEAD>
25147 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25148 </HEAD>
25149 <BODY>
25150 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25152 Sets the format of the command used to
25153 open a UNIX remote shell connection. The default is
25154 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25155 provided command. The first is for the command's pathname, the second is
25156 for the host to connnect to, the third is for the user to connect as, and
25157 the fourth is for the connection method (typically <CODE>imap</CODE>).
25159 <UL>   
25160 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25161 </UL><P>
25162 &lt;End of help on this topic&gt;
25163 </BODY>
25164 </HTML>
25165 ====== h_config_sshpath =====
25166 <HTML>
25167 <HEAD>
25168 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25169 </HEAD>
25170 <BODY>
25171 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25173 Sets the name of the command used to open a UNIX secure shell
25174 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25176 <UL>   
25177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25178 </UL><P>
25179 &lt;End of help on this topic&gt;
25180 </BODY>
25181 </HTML>
25182 ====== h_config_sshcmd =====
25183 <HTML>
25184 <HEAD>
25185 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25186 </HEAD>
25187 <BODY>
25188 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25190 Sets the format of the command used to
25191 open a UNIX secure shell connection. The default is
25192 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25193 provided command. The first is for the command's pathname, the second is
25194 for the host to connnect to, the third is for the user to connect as, and
25195 the fourth is for the connection method (typically <CODE>imap</CODE>).
25197 <UL>   
25198 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25199 </UL><P>
25200 &lt;End of help on this topic&gt;
25201 </BODY>
25202 </HTML>
25203 ====== h_config_new_ver_quell =====
25204 <HTML>
25205 <HEAD>
25206 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25207 </HEAD>
25208 <BODY>
25209 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25211 When a new version of Alpine is run for the first time it offers a
25212 special explanatory screen to the user upon startup.  This option
25213 helps control when and if that special screen appears for users that
25214 have previously run Alpine.  It takes as its value an Alpine version
25215 number.  Alpine versions less than the specified value will supress this
25216 special screen while versions equal to or greater than that specified
25217 will behave normally.
25219 <UL>   
25220 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25221 </UL><P>
25222 &lt;End of help on this topic&gt;
25223 </BODY>
25224 </HTML>
25225 ====== h_config_disable_drivers =====
25226 <HTML>
25227 <HEAD>
25228 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25229 </HEAD>
25230 <BODY>
25231 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25233 This variable is a list of mail drivers that will be disabled.
25234 The candidates for disabling are listed below.
25235 There may be more in the future if you compile Alpine with
25236 a newer version of the c-client library.
25239 <UL>
25240 <LI> mbox
25241 <LI> mbx
25242 <LI> mh
25243 <LI> mmdf
25244 <LI> mtx
25245 <LI> mx
25246 <LI> news
25247 <LI> phile
25248 <LI> tenex
25249 <LI> unix
25250 </UL>
25253 The <EM>mbox</EM> driver enables the following behavior: if there is a
25254 file called <CODE>mbox</CODE>
25255 in your home directory, and if that file is either empty or in Unix mailbox
25256 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25257 will automatically transfer mail from the system mail spool directory into the
25258 <CODE>mbox</CODE> file and
25259 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25260 this will not happen.
25263 It is not recommended to disable the driver that supports the system default
25264 mailbox format. On most non-SCO systems, that driver is the
25265 <EM>unix</EM> driver.
25266 On most SCO systems, it is the <EM>mmdf</EM> driver.
25267 The system default driver may be
25268 configured to something else on your system; check with your system manager
25269 for additional information.
25272 It is most likely not very useful for you to disable any of the drivers other
25273 than possibly <EM>mbox</EM>.
25274 You could disable some of the others if you know for
25275 certain that you don't need them but the performance gain in doing so
25276 is very modest.
25278 <UL>   
25279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25280 </UL><P>
25281 &lt;End of help on this topic&gt;
25282 </BODY>
25283 </HTML>
25284 ====== h_config_disable_auths =====
25285 <HTML>
25286 <HEAD>
25287 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25288 </HEAD>
25289 <BODY>
25290 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25292 This variable is a list of SASL (Simple Authentication and Security
25293 Layer) authenticators that will be disabled.
25294 SASL is a mechanism for
25295 authenticating to IMAP, POP3, SMTP, and other network servers.
25298 Alpine matches its list of supported authenticators with the server to
25299 determine the most secure authenticator that is supported by both.
25300 If no matching authenticators are found, Alpine will revert to plaintext
25301 login (or, in the case of SMTP, will be unable to authenticate at all).
25303 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25306 Normally, you will not disable any authenticators.
25307 There are two exceptions:
25309 <OL>
25310 <LI> You use a broken server that advertises an authenticator,
25311 but does not actually implement it.
25312 <LI> You have a Kerberos-capable version of Alpine and the server is
25313 also Kerberos-capable, but you can not obtain Kerberos
25314 credentials on the server machine, thus you desire to disable
25315 GSSAPI (which in turn disables Alpine's Kerberos support).
25316 </OL>
25318 It is never necessary to disable authenticators, since Alpine will try
25319 other authenticators before giving up.
25320 However, disabling the relevant authenticator avoids annoying error messages.
25322 <UL>   
25323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25324 </UL><P>
25325 &lt;End of help on this topic&gt;
25326 </BODY>
25327 </HTML>
25328 ====== h_config_abook_metafile =====
25329 <HTML>
25330 <HEAD>
25331 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25332 </HEAD>
25333 <BODY>
25334 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25336 This is usually set by Alpine and is the name of a file
25337 that contains data about
25338 remote address books and remote configuration files.
25340 <UL>   
25341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25342 </UL><P>
25343 &lt;End of help on this topic&gt;
25344 </BODY>
25345 </HTML>
25346 ====== h_config_composer_wrap_column =====
25347 <HTML>
25348 <HEAD>
25349 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25350 </HEAD>
25351 <BODY>
25352 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25355 This option specifies an aspect of Alpine's Composer.  This gives the
25356 maximum width that auto-wrapped lines will have.  It's also the maximum
25357 width of lines justified using the <A HREF="h_compose_justify">^J
25358 Justify</A> command.  The normal default
25359 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25360 in order to
25361 prevent very long lines from being sent in outgoing mail.  When the mail
25362 is actually sent, trailing spaces will be stripped off of each line.
25365 <UL>   
25366 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25367 </UL><P>
25368 &lt;End of help on this topic&gt;
25369 </BODY>
25370 </HTML>
25371 ====== h_config_deadlets =====
25372 <HTML>
25373 <HEAD>
25374 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25375 </HEAD>
25376 <BODY>
25377 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25380 This option affects Alpine's behavior when you cancel a message being
25381 composed.  Alpine's usual behavior is to write the canceled message to
25382 a file named 
25383 <!--chtml if pinemode="os_windows"-->
25384 &quot;DEADLETR&quot;,
25385 <!--chtml else-->
25386 &quot;dead.letter&quot; in your home directory,
25387 <!--chtml endif-->
25388 overwriting any previous message.
25390 If you set this option to a value higher than one, then that many copies
25391 of dead letter files will be saved.
25392 For example, if you set this option to &quot;3&quot; then you may have
25393 files named
25394 <!--chtml if pinemode="os_windows"-->
25395 &quot;DEADLETR&quot;,
25396 &quot;DEADLETR2&quot;, and
25397 &quot;DEADLETR3&quot;.
25398 <!--chtml else-->
25399 &quot;dead.letter&quot;,
25400 &quot;dead.letter2&quot;, and
25401 &quot;dead.letter3&quot; in your home directory.
25402 <!--chtml endif-->
25403 In this example, the most recently cancelled message will be in
25404 <!--chtml if pinemode="os_windows"-->
25405 &quot;DEADLETR&quot;,
25406 <!--chtml else-->
25407 &quot;dead.letter&quot;,
25408 <!--chtml endif-->
25409 and the third most recently cancelled message will be in
25410 <!--chtml if pinemode="os_windows"-->
25411 &quot;DEADLETR3&quot;.
25412 <!--chtml else-->
25413 &quot;dead.letter3&quot;.
25414 <!--chtml endif-->
25415 The fourth most recently cancelled message will no longer be saved.
25418 If you set this option to zero, then NO record of canceled messages is
25419 maintained.
25421 If the feature
25422 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25423 is set, that overrides whatever you set for this option.
25424 If this option had existed at the time, then the Quell feature would not
25425 have been added, but it is still there for backwards compatibility.
25426 So, in order for this option to have the desired effect, make sure the
25427 Quell feature is turned off.
25430 <UL>   
25431 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25432 </UL><P>
25433 &lt;End of help on this topic&gt;
25434 </BODY>
25435 </HTML>
25436 ====== h_config_maxremstream =====
25437 <HTML>
25438 <HEAD>
25439 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25440 </HEAD>
25441 <BODY>
25442 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25444 This option affects low-level behavior of Alpine.
25445 The default value for this option is <EM>3</EM>.
25446 If your INBOX is accessed using the IMAP protocol
25447 from an IMAP server, that connection is kept open throughout the
25448 duration of your Alpine session, independent of the value of this option.
25449 The same is true of any 
25450 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25451 you have defined.
25452 This option controls Alpine's behavior when connecting to remote IMAP folders
25453 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25454 It specifies the maximum number of remote IMAP connections (other than
25455 those mentioned above) that Alpine will use for accessing the rest of your
25456 folders.
25457 If you set this option to zero, you will turn off most remote connection
25458 re-use.
25459 It's difficult to understand exactly what this option does, and it is usually
25460 fine to leave it set to its default value.
25461 It is probably more likely that you will be interested in setting the
25462 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25463 instead of changing the value of this option.
25464 A slightly longer explanation of what is going on with this option
25465 is given in the next paragraphs.
25468 There are some time costs involved in opening and closing remote IMAP 
25469 folders, the main costs being the time you have to wait for the connection
25470 to the server and the time for the folder to open.
25471 Opening a folder may involve not only the time the server takes to do its
25472 processing but time that Alpine uses to do filtering.
25473 These times can vary widely.
25474 They depend on how loaded the server is, how large
25475 the folder being opened is, and how you set up filtering, among other things.
25476 Once Alpine has opened a connection to a particular folder, it will attempt
25477 to keep that connection open in case you use it again.
25478 In order to do this,
25479 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25480 this option) IMAP connections you have alloted for this purpose.
25482 For example, suppose the value of this option is set to &quot;2&quot;.
25483 If your INBOX is accessed on a remote server using the IMAP protocol, that
25484 doesn't count as one of the remote connections but it is always kept open.
25485 If you then open another IMAP folder, that would be your first
25486 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25487 If you open a third folder the second will be left open, in case you
25488 return to it.
25489 You won't be able to tell it has been left open.
25490 It will appear to be closed when you leave the folder but the connection
25491 will remain in the background.
25492 Now suppose you go back to the second folder (the first folder after the
25493 INBOX).
25494 A connection to that folder is still open so you won't have to wait
25495 for the startup time to open it.
25496 Meanwhile, the connection to the third folder will be left behind.
25497 Now, if you open a fourth folder, you will bump into the
25498 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25499 than INBOX and you have the option set to &quot;2&quot;.
25500 The connection that is being used for
25501 the third folder will be re-used for this new fourth folder.
25502 If you go back to the third folder after this, it is no longer already
25503 connected when you get there.
25504 You'll still save some time since Alpine will re-use the connection to the
25505 fourth folder and you have already logged in on that connection,
25506 but the folder will have to be re-opened from scratch.
25508 If a folder is large and the startup cost is dominated by the time it takes
25509 to open that folder or to run filters on it, then it will pay to make the
25510 value of this option large enough to keep it open.
25511 On the other hand, if you only revisit a handful of folders or if
25512 the folders are small, then it might
25513 make more sense to keep this number small so that the reconnect
25514 time (the time to start up a new connection and authenticate)
25515 is eliminated instead.
25517 You may also need to consider the impact on the server.
25518 On the surface, a larger number here may cause a larger impact on the
25519 server, since you will have more connections open to the server.
25520 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25521 associated with reopening a folder, but the <EM>server</EM> will be
25522 avoiding those costs as well.
25524 When twenty five minutes pass without any active use of an IMAP connection
25525 being saved for possible re-use, that connection will be shut down,
25528 <UL>   
25529 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25530 </UL><P>
25531 &lt;End of help on this topic&gt;
25532 </BODY>
25533 </HTML>
25534 ====== h_config_permlocked =====
25535 <HTML>
25536 <HEAD>
25537 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25538 </HEAD>
25539 <BODY>
25540 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25542 This option affects low-level behavior of Alpine.
25543 There is no default value for this option.
25544 It is related to the options
25545 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25546 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25547 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25550 Note: changes made to this list take effect the next time you open a
25551 folder in the list.
25554 This is a list of folders that will be permanently kept open once they
25555 are first opened.
25556 The names in this list may be either the nickname of an Incoming folder
25557 or the full technical specification of a folder.
25558 The folders in this list need not be remote IMAP folders, they could usefully
25559 be local folders, as well.
25560 If a folder in the list is a newsgroup or is not accessed either locally
25561 or via IMAP, then the entry will be ignored.
25562 For example, folders accessed via NNTP or POP3 will not be kept open, since
25563 the way that new mail is found with those protocols involves closing and
25564 reopening the connection.
25566 Once a Stay Open folder has been opened, new-mail checking will continue
25567 to happen on that folder for the rest of the Alpine session.
25568 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25569 need to be added explicitly.
25571 Another difference that you may notice between a Stay Open folder and a
25572 non-Stay Open folder is which message is selected as the current message
25573 when you enter the folder index.
25574 Normally, the starting position for an incoming folder (which most Stay Open
25575 folders will likely be) is controlled by the
25576 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25577 However, if a folder is a Stay Open folder, when you re-enter the folder
25578 after the first time the current message will be the same as it was when
25579 you left the folder.
25580 An exception is made if you use the TAB command to get to the folder.
25581 In that case, the message number will be incremented by one from what it
25582 was when you left the folder.
25584 The above special behavior is thought to be useful.
25585 However, it is special and different from what you might at first expect.
25586 The feature
25587 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25588 may be used to turn off this special treatment.
25590 If the message that was current when you left the folder no longer exists,
25591 then the regular startup rule will be used instead.
25594 <UL>   
25595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25596 </UL><P>
25597 &lt;End of help on this topic&gt;
25598 </BODY>
25599 </HTML>
25600 ====== h_config_viewer_overlap =====
25601 <html>
25602 <header>
25603 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25604 </header>
25605 <body>
25606 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25608 This option specifies an aspect of Alpine's Message Viewing screen.  When
25609 the space bar is used to page forward in a message, the number of lines
25610 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25611 bottom of the screen.  That is, if this was set to two lines, then the
25612 bottom two lines of the screen would be repeated on the top of the next
25613 screen.  The normal default value is "2".<p>
25614 <UL>   
25615 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25616 </UL><P>
25617 &lt;End of help on this topic&gt;
25618 </body>
25619 </html>
25620 ====== h_config_scroll_margin =====
25621 <HTML>
25622 <HEAD>
25623 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25624 </HEAD>
25625 <BODY>
25626 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25628 This option controls when Alpine's line-by-line scrolling occurs.
25629 Typically, when a selected item is at the top or bottom screen edge
25630 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25631 displayed items are scrolled down or up by a single line.
25634 This option allows you to tell Alpine the number of lines from the top and
25635 bottom screen edge that line-by-line paging should occcur.  For example,
25636 setting this value to one (1) will cause Alpine to scroll the display
25637 vertically when you move to select an item on the display's top or
25638 bottom edge.
25641 By default, this variable is zero, indicating that scrolling happens
25642 when you move up or down to select an item immediately off the display's
25643 top or bottom edge.
25646 <UL>   
25647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25648 </UL><P>
25649 &lt;End of help on this topic&gt;
25650 </BODY>
25651 </HTML>
25652 ====== h_config_wordseps =====
25653 <HTML>
25654 <HEAD>
25655 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25656 </HEAD>
25657 <BODY>
25658 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25660 This option affects how a &quot;word&quot; is defined in the composer.
25661 The definition of a word is used when using the Forward Word and Backward
25662 Word commands in the composer, as well as when using the spell checker.
25663 Whitespace is always considered a word separator.
25664 Punctuation (like question marks, periods, commas, and so on) is always
25665 a word separator if it comes at the end of a word.
25666 By default, a punctuation character that is in the middle of a word does
25667 not break up that word as long as the character before and the character
25668 after it are both alphanumeric.
25669 If you add a character to this option it will be considered a
25670 word separator even when it occurs in the middle of an alphanumeric word.
25671 For example, if you want to skip through each part of an address instead
25672 of skipping the whole address at once you might want to include &quot;@&quot;
25673 and &quot;.&quot; in this list.
25674 If you want the word-skipper to stop on each part of a UNIX filename you
25675 could add &quot;/&quot; to the list.
25676 The equal sign and dash are other possibilities you might find helpful.
25678 <UL>   
25679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25680 </UL><P>
25681 &lt;End of help on this topic&gt;
25682 </BODY>
25683 </HTML>
25684 ====== h_config_reply_indent_string =====
25685 <HTML>
25686 <HEAD>
25687 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25688 </HEAD>
25689 <BODY>
25690 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25692 This option specifies an aspect of Alpine's Reply command.
25693 When a message is replied to and the text of the message is included, the
25694 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25695 to each line indicating it is quoted text.
25696 (In case you haven't seen this before, &quot;string&quot; is a technical term
25697 that means chunk of text.)
25700 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25701 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25702 use one of the standard values,
25703 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25706 This option specifies a different value for that string.
25707 If you wish to use a string that begins or ends with a space,
25708 enclose the string in double quotes.
25711 Besides simple text, the prepended string can be based
25712 on the message being replied to.
25713 The following tokens are substituted for the message's corresponding value:
25715 <DL>
25716 <DT>_FROM_</DT>
25717 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25718 If the name is longer than six characters, only the first six characters are
25719 used.
25720 </DD>
25722 <DT>_NICK_</DT>
25723 <DD>This token gets replaced with the nickname of the message sender's
25724 address as found in your addressbook.
25725 If no addressbook entry is found,
25726 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25727 If the nickname is longer than six characters, only the first six characters are
25728 used.
25729 </DD>
25731 <DT>_INIT_</DT>
25732 <DD>This token gets replaced with the initials of the sender of the message.
25733 </DD>
25735 </DL>
25737 NOTE: When the
25738 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25739 feature is enabled, you are given the opportunity to edit the string, whether 
25740 it is the default or one automatically generated using the above tokens.
25742 If you change your <!--#echo var="VAR_reply-indent-string"-->
25743 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25744 quoted text will not be flowed
25745 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25746 when you reply.
25747 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25748 set to the default value.
25750 <UL>   
25751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25752 </UL><P>
25753 &lt;End of help on this topic&gt;
25754 </BODY>
25755 </HTML>
25756 ====== h_config_quote_replace_string =====
25757 <HTML>
25758 <HEAD>
25759 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25760 </HEAD>
25761 <BODY>
25762 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25764 This option specifies what string to use as a quote when <b>viewing</b> a
25765 message.  The standard way of quoting messages when replying is the string
25766 &quot;&gt;&nbsp;&quot; (quote space).
25767 With this variable set, viewing a message will
25768 replace occurrences of 
25769 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25770 This setting works best when
25771 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25772 or the equivalent setting in your correspondents' mail programs
25773 is set to the default
25774 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25775 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25777 By default, this setting will only work on messages that are flowed, which is
25778 the default way of sending messages for many mail clients including
25779 Alpine.  Enable the feature
25780 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25781 to also have quote-replacement performed on non-flowed messages.
25784 Setting this option will replace  &quot;&gt;&quot; and 
25785 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25786 spaces. To preserve those spaces enclose the full string in double quotes.
25788 No padding to separate the text of the message from the quote string is
25789 added. This means that if you do not add trailing spaces to the value of
25790 this variable, text will be displayed right next to the quote string,
25791 which may be undesirable. This can be avoided by adding a new string
25792 separated by a space from your selection of quote string replacement. This
25793 last string will be used for padding. For example, setting this variable to 
25794 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25795 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25796 a space from the last quote string to make it more readable.
25798 One possible setting for this variable could be
25799 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25800 would have the effect of indenting each level of quoting four spaces and
25801 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25802 more discernible by setting colors for quoted text.
25804 Replying to or forwarding the viewed message will preserve the original
25805 formatting of the message, so quote-replacement will not be performed on
25806 messages that are being composed.
25808 <UL>   
25809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25810 </UL><P>
25811 &lt;End of help on this topic&gt;
25812 </BODY>
25813 </HTML>
25814 ====== h_config_empty_hdr_msg =====
25815 <HTML>
25816 <HEAD>
25817 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25818 </HEAD>
25819 <BODY>
25820 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25822 When sending, if both the To and Cc fields are empty and you
25823 are sending the message to a Bcc,
25824 Alpine will put a special address in the To line.  The default value is:
25827 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25830 The reason for this is to avoid embarrassment caused by some Internet
25831 mail transfer software that interprets a &quot;missing&quot;
25832 <SAMP>To:</SAMP> header as an error and replaces it with an
25833 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25834 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25835 Bcc.  You may change the part of this message that comes before the
25836 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25837 variable to something else.
25840 The normal default is &quot;undisclosed-recipients&quot;.
25843 <UL>   
25844 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25845 </UL><P>
25846 &lt;End of help on this topic&gt;
25847 </BODY>
25848 </HTML>
25849 ====== h_config_status_msg_delay =====
25850 <HTML>
25851 <HEAD>
25852 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25853 </HEAD>
25854 <BODY>
25855 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25857 This option has evolved over time, causing the possible values to be
25858 counter-intuitive.
25859 Read carefully before you set this option.
25860 First we explain what the option does, then there is a longer discussion
25861 following that.
25863 If this is set to zero, the default value, it has <EM>no</EM> effect.
25864 Positive and negative values serve two similar, but different purposes.
25866 If it is set to a positive number, it causes the cursor to move to the
25867 status line whenever a status message is printed and pause there for this
25868 many seconds.
25869 It will probably only be useful if the 
25870 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25871 also turned on.
25872 Setting this option to a positive number can only be used to
25873 <EM>increase</EM> the status message delay.
25874 This may be useful for Braille displays, or other non-traditional displays.
25876 If it is set to a negative number the interpretation is a bit complicated.
25877 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25878 allow you to read important status messages.
25879 Of course, this may cause you to miss some important messages.
25880 If you see a message flash by but miss what it says you can use the
25881 Journal command from the MAIN MENU to read it.
25882 If you set this option to a negative value, the delay will be
25883 no more than one second less than the absolute value
25884 of the value you set.
25885 So if you set it to -1, the delay will be no more than zero seconds, no
25886 delay at all.
25887 If you set it to -2, the delay will be no more than 1 second.
25888 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25889 If the delay that Alpine would have used by default is less than this delay,
25890 then the smaller delay set by Alpine will be used.
25891 Setting this option to a negative value can only reduce the amount of
25892 delay, never increase it.
25894 Here is a more detailed explanation.
25895 Status messages are the messages that show up spontaneously in the
25896 status message line, usually the third line from the bottom of the screen.
25897 By default, Alpine assigns each status message it produces a minimum
25898 display time.
25899 Some status messages have a minimum display time of zero.
25900 You can see an example of such a message by paging up in this help text
25901 until you reach the top of the screen.
25902 If you try to page past the top you will see the message
25904 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25906 in the status line.
25907 If there is another more important use of the status message line this message
25908 might be replaced quickly, or it even might not be shown at all.
25909 However, if there is no reason to get rid of the message, it might stay
25910 there for several seconds while you read the help.
25911 An example where it is replaced immediately happens when you page up in
25912 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25913 command right after paging up.
25914 The message will disappear immediately without causing a delay (unless you
25915 have set this option to a positive value) to allow you to type input for
25916 the &quot;WhereIs&quot; command.
25917 Since it isn't a very important message, Alpine has set its minimum display
25918 time to zero seconds.
25920 Other messages have minimum display times of three or more seconds.
25921 These are usually error messages that Alpine thinks you ought to see.
25922 For example, it might be a message about a failed Save or a failed folder open.
25923 It is often the case that this minimum display time won't delay you in
25924 any way because the status message line is not needed for another reason.
25925 However, there are times when Alpine has to delay what it is doing in
25926 order to display a status message for the minimum display time.
25927 This happens when a message is being displayed and Alpine wants to ask
25928 for input from the keyboard.
25929 For example, when you Save a message you use the status message line.
25930 You get a prompt there asking for the name of the folder to save to.
25931 If there is a status message being displayed that has not
25932 yet displayed for its minimum
25933 time Alpine will display that status message surrounded with the characters
25934 &gt; and &lt; to show you that it is delaying.
25935 That might happen, for example, if you tried to save to a folder that
25936 caused an error, then followed that immediately with another Save command.
25937 You might find yourself waiting for a status message like
25939 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25941 to finish displaying for three seconds.
25942 If that is something you find happening to you frequently, you may use
25943 negative values of this option to decrease or eliminate that delay, at
25944 the risk of missing the message.
25946 <UL>   
25947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25948 </UL><P>
25949 &lt;End of help on this topic&gt;
25950 </BODY>
25951 </HTML>
25952 ====== h_config_active_msg_interval =====
25953 <HTML>
25954 <HEAD>
25955 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25956 </HEAD>
25957 <BODY>
25958 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25960 When Alpine is delayed for some reason it usually shows that
25961 something is happening with a small animated display in the status
25962 message line near the bottom of the screen.
25963 This option sets how frequently the characters (for example, a spinning bar)
25964 in the active status message lines are updated.
25965 At most, it can be set to be udpated 20 times per second. 
25968 Setting this value to zero will prevent display of the animations
25969 altogether.
25972 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25973 can be used to remove the randomness from this animated display.
25976 <UL>   
25977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25978 </UL><P>
25979 &lt;End of help on this topic&gt;
25980 </BODY>
25981 </HTML>
25982 ====== h_config_mailchecknoncurr =====
25983 <HTML>
25984 <HEADER>
25985 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25986 </HEADER>
25987 <BODY>
25988 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25990 This option is closely related to the
25991 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25992 option, as well as the
25993 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25994 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25995 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25996 new-mail checking is disabled and this option will have no effect.
25998 Normally this option is set to zero, which means that the value used will be
25999 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
26000 If you set this option to a value different from zero
26001 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
26002 then that is the check interval that will be used
26003 for folders that are not the currently open folder or the INBOX.
26004 You may not even have any folders that are noncurrent and not the INBOX.
26005 If you do, it is likely that they are due to
26006 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26007 you have configured.
26008 This option also affects the rate of mail checking done on cached
26009 connections to folders you previously had open but are no longer actively
26010 using.
26011 You aren't expected to understand that last sentence, but if you are interested
26012 take a look at
26013 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
26014 and the related options.
26016 <UL>   
26017 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26018 </UL><P>
26019 &lt;End of help on this topic&gt;
26020 </BODY>
26021 </HTML>
26022 ====== h_config_fifopath =====
26023 <HTML>
26024 <HEADER>
26025 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26026 </HEADER>
26027 <BODY>
26028 <H1>OPTION: NewMail FIFO Path</H1>
26030 This option is only available in UNIX Alpine.
26031 However, there is a very similar feature built in to PC-Alpine.
26032 In PC-Alpine's Config menu at the top of the screen
26033 is an option called &quot;New Mail Window&quot;.
26035 You may have Alpine create a FIFO special file (also called a named pipe) where
26036 it will send a one-line message each time a new message is received in
26037 the current folder, the INBOX, or any open
26038 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26039 To protect against two different Alpines both writing to the same FIFO, Alpine
26040 will only create the FIFO and write to it if it doesn't already exist.
26042 A possible way to use this option would be to have a separate window
26043 on your screen running the command
26045 <CENTER><SAMP>cat filename</SAMP></CENTER>
26047 where &quot;filename&quot; is the name of the file given for this option.
26048 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26049 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26050 You may be tempted to use &quot;tail -f filename&quot; to view the new
26051 mail log.
26052 However, the common implementations of the tail command will not do what you
26053 are hoping.
26055 The width of the messages produced for the FIFO may be altered with the
26056 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26058 On some systems, fifos may only be created in a local filesystem.
26059 In other words, they may not be in NFS filesystems.
26060 This requirement is not universal.
26061 If the system you are using supports it, it should work.
26062 (It is often the case that your home directory is in an NFS filesystem.
26063 If that is the case, you might try using a file in the &quot;/tmp&quot;
26064 filesystem, which is usually a local filesytem.)
26065 Even when it is possible to use an NFS-mounted filesystem as a place to name
26066 the fifo (for example, your home directory), it will still be the case that
26067 the reader (probably the &quot;cat&quot; command) and the
26068 writer (Alpine) of the fifo must be running on the same system.
26070 <UL>   
26071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26072 </UL><P>
26073 &lt;End of help on this topic&gt;
26074 </BODY>
26075 </HTML>
26076 ====== h_config_newmailwidth =====
26077 <HTML>
26078 <HEADER>
26079 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26080 </HEADER>
26081 <BODY>
26082 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26084 For UNIX Alpine, this option is only useful if you have turned on the
26085 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26086 That option causes new mail messages to be sent to a fifo file.
26087 Those messages will be 80 characters wide by default.
26088 You can change the width of those messages by changing this option.
26089 For example, if you are reading those messages in another window you might
26090 want to set this width to the width of that other window.
26092 If you are using PC-Alpine, it has an option in the Config menu to turn
26093 on the &quot;New Mail Window&quot;.
26094 This present option also controls the width of that window.
26096 <UL>   
26097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26098 </UL><P>
26099 &lt;End of help on this topic&gt;
26100 </BODY>
26101 </HTML>
26102 ====== h_config_mailcheck =====
26103 <HTML>
26104 <HEADER>
26105 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26106 </HEADER>
26107 <BODY>
26108 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26110 This option specifies, in seconds,
26111 how often Alpine will check for new mail.
26112 If set to zero, new-mail checking is disabled.
26113 (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
26114 current message is the last message of the folder.)
26115 There is a minimum value for this option, normally 15 seconds.
26116 The default value is normally 150 seconds.
26117 The higher you set this option, the easier it is on the server.
26119 There are some situations where automatic new-mail checking does not work.
26120 See the discussion about new-mail checking in
26121 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26123 The new-mail checking will not happen exactly at the frequency that you specify.
26124 For example, Alpine may elect to defer a non-INBOX mail check if you
26125 are busy typing.
26126 Or, it may check more frequently than you have specified if that is
26127 thought to be necessary to keep the server from closing the connection
26128 to the folder due to inactivity.
26129 If Alpine checks for new mail as a side effect of another command, it will reset
26130 the timer, so that new-mail checking may seem to happen irregularly instead of
26131 every X seconds like clockwork.
26133 If you are anxious to know about new mail as soon as possible, set the check
26134 interval low, and you'll know about the new mail by approximately
26135 that amount of time after it arrives.
26136 If you aren't so worried about knowing right away, set this option to a
26137 higher value.
26138 That will save the server some processing time and may save you some of
26139 the time you spend waiting for new-mail checks to happen if you are
26140 dealing with a slow server or slow network connection.
26142 If you suspect that new-mail checking is causing slow downs for you,
26143 you may want to look into the options
26144 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26145 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26146 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26147 which refine when mail checking is done.
26149 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26150 there is a minimum time
26151 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26152 between new-mail checks.
26153 Because of this minimum you may notice that new mail does not
26154 appear promptly when you expect it.
26155 The reason for this is to protect the server from over-zealous opening and
26156 closing of the Mail Drop folder, since that is a costly operation.
26158 <UL>   
26159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26160 </UL><P>
26161 &lt;End of help on this topic&gt;
26162 </BODY>
26163 </HTML>
26164 ====== h_config_quell_checks_comp =====
26165 <HTML>
26166 <HEAD>
26167 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26168 </HEAD>
26169 <BODY>
26170 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26172 This option is closely related to the
26173 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26174 option, the
26175 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26176 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26178 If this option is set, then the normal new-mail checking that happens
26179 while you are composing will not happen for folders other than your
26180 INBOX (which depends on the setting
26181 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26183 You might want to set this option if you are experiencing delays while
26184 composing that you think might be related to the speed of the new-mail
26185 checks.
26187 Even with this option turned on, an occasional new-mail check may be done
26188 in order to keep the server from killing the connection to the folder.
26189 For example, IMAP servers may remove a connection to a folder if there
26190 has been no activity on the connection for 30 minutes or more.
26191 Instead of letting that happen, Alpine will check for new mail before the
26192 30 minutes is up even though you have turned on this feature to quell
26193 those checks.
26195 Besides new-mail checks, checkpoint operations on the folders
26196 will also be quelled when you set this option.
26197 The purpose of checkpointing is to write the changes to a folder out to
26198 disk periodically in order to avoid losing those changes when system or
26199 software problems occur.
26200 New-mail checking and checkpointing while you are not composing are not
26201 affected by this option.
26204 &lt;End of help on this topic&gt;
26205 </BODY>
26206 </HTML>
26207 ====== h_config_quell_checks_comp_inbox =====
26208 <HTML>
26209 <HEAD>
26210 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26211 </HEAD>
26212 <BODY>
26213 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26215 This option is closely related to the
26216 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26217 option, the
26218 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26219 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26221 If this option is set, then the normal new-mail checking that happens
26222 while you are composing will not happen for your INBOX.
26223 Checking of other folders is controlled in a similar way with the
26224 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26226 You might want to set this option if you are experiencing delays while
26227 composing that you think might be related to the speed of the new-mail
26228 checks.
26230 Even with this option turned on, an occasional new-mail check may be done
26231 in order to keep the server from killing the connection to the folder.
26232 For example, IMAP servers may remove a connection to a folder if there
26233 has been no activity on the connection for 30 minutes or more.
26234 Instead of letting that happen, Alpine will check for new mail before the
26235 30 minutes is up even though you have turned on this feature to quell
26236 those checks.
26238 Besides new-mail checks, checkpoint operations on the INBOX
26239 will also be quelled when you set this option.
26240 The purpose of checkpointing is to write the changes to a folder out to
26241 disk periodically in order to avoid losing those changes when system or
26242 software problems occur.
26243 New-mail checking and checkpointing while you are not composing are not
26244 affected by this option.
26246 &lt;End of help on this topic&gt;
26247 </BODY>
26248 </HTML>
26249 ====== h_config_maildropcheck =====
26250 <HTML>
26251 <HEADER>
26252 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26253 </HEADER>
26254 <BODY>
26255 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26257 New-mail checking for a
26258 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26259 mail checking for a regular folder.
26260 One of the differences is that the connection to the Mail Drop is not
26261 kept open and so the cost of checking
26262 (delay for you and additional load for the server) may be significant.
26263 Because of this additional cost we set a minimum time that
26264 must pass between checks.
26265 This minimum only applies to the automatic checking done by Alpine.
26266 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26267 at the end of a folder index, then the check is done right away.
26269 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26270 new-mail checks.
26271 You may want to set this minimum high in order to avoid experiencing some
26272 of the delays associated with the checks.
26273 Note that the time between checks is still controlled by the regular
26274 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26275 When Alpine is about to do an automatic check for new mail (because
26276 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26277 new-mail check
26278 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26279 the Mail Drop is checked for new mail as well.
26280 Therefore, it is only useful to set this option to a value that is higher
26281 than the <!--#echo var="VAR_mail-check-interval"-->.
26283 If this option is set to zero, automatic Mail Drop new-mail
26284 checking is disabled.
26285 There is a minimum value, normally 60 seconds.
26286 The default value is normally 60 seconds as well.
26287 This applies to the INBOX and to the currently open folder if that is
26288 different from the INBOX.
26291 <UL>   
26292 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26293 </UL><P>
26294 &lt;End of help on this topic&gt;
26295 </BODY>
26296 </HTML>
26297 ====== h_config_nntprange =====
26298 <HTML>
26299 <HEADER>
26300 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26301 </HEADER>
26302 <BODY>
26303 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26305 This option applies only to newsgroups accessed using the NNTP protocol.
26306 It does not, for example,
26307 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26310 When you open a connection to a News server using the NNTP protocol, you
26311 normally have access to all of the articles in each newsgroup.
26312 If a server keeps a large backlog of messages it may speed performance
26313 some to restrict attention to only the newer messages in a group.
26314 This option allows you to set how many article numbers should be checked
26315 when opening a newsgroup.
26316 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26317 of messages you ever want to see.
26318 For example, if you only ever wanted to look at the last 500 messages in each
26319 newsgroup you could set this option to 500.
26320 In actuality, it isn't quite that.
26321 Instead, for performance reasons, it specifies the range of article
26322 numbers to be checked, beginning
26323 with the highest numbered article and going backwards from there.
26324 If there are messages that have been canceled or deleted
26325 their article numbers are still counted as part of the range.
26327 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26328 numbers
26329 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26331 to be considered when reading a newsgroup.
26332 The number of messages that show up in your index will be less than or equal
26333 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26336 The purpose of this option is simply to speed up access when reading news.
26337 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26338 numbers, and can avoid downloading any information about the ignored articles.
26339 There is a cost you pay for this speedup.
26340 That cost is that there is no way for you to see those ignored articles.
26341 The articles that come before the range you specify are invisible to you and
26342 to Alpine, as if they did not exist at all.
26343 There is no way to see those messages using, for example, an unexclude command
26344 or something similar.
26345 The only way to see those articles is to set this option high enough (or
26346 set it to zero) and then to reopen the newsgroup.
26349 If this option is set to 0 (which is also the default),
26350 then the range is unlimited.
26351 This option applies globally to all NNTP servers and to all newsgroups
26352 on those servers.
26353 There is no way to set different values for different newsgroups or servers.
26356 <UL>   
26357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26358 </UL><P>
26359 &lt;End of help on this topic&gt;
26360 </BODY>
26361 </HTML>
26362 ====== h_config_news_active =====
26363 <html>
26364 <header>
26365 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26366 </header>
26367 <body>
26368 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26370 This option tells Alpine where to look for the "active file" for newsgroups
26371 when accessing news locally, rather than via NNTP.  The default path is
26372 usually "/usr/lib/news/active".<p>
26373 <UL>   
26374 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26375 </UL><P>
26376 &lt;End of help on this topic&gt;
26377 </body>
26378 </html>
26379 ====== h_config_news_spool =====
26380 <html>
26381 <header>
26382 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26383 </header>
26384 <body>
26385 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26387 This option tells Alpine where to look for the "news spool" for newsgroups
26388 when accessing news locally, rather than via NNTP.  The default path is
26389 usually "/var/spool/news".<p>
26390 <UL>   
26391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26392 </UL><P>
26393 &lt;End of help on this topic&gt;
26394 </body>
26395 </html>
26396 ====== h_config_image_viewer =====
26397 <html>
26398 <header>
26399 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26400 </header>
26401 <body>
26402 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26403 <body>
26404 This option specifies the program Alpine should call to view MIME
26405 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26406 no longer needed, but remains for backward compatibility.  The more
26407 general method for associating external printing and viewing programs with
26408 specific MIME data types is to use the system's (or your personal)
26409 "mailcap" configuration file.<p>
26410 <UL>   
26411 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26412 </UL><P>
26413 &lt;End of help on this topic&gt;
26414 </body>
26415 </html>
26416 ====== h_config_domain_name =====
26417 <HTML>
26418 <HEAD>
26419 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26420 </HEAD>
26421 <BODY>
26422 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26424 This option is used only if the 
26425 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26426 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26427 strips the hostname from your return (&quot;From&quot;) address and when 
26428 completing unqualified addresses that you enter into the composer.
26430 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26431 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26434 <!--chtml if pinemode="os_windows"-->
26435 <P>This option is not applicable to PC-Alpine.
26436 <!--chtml else-->
26438 <!--chtml endif-->
26439 <UL>
26440 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26441 </UL>
26443 &lt;End of help on this topic&gt;
26444 </BODY>
26445 </HTML>
26446 ====== h_config_prune_date =====
26447 <HTML>
26448 <HEAD>
26449 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26450 </HEAD>
26451 <BODY>
26452 <H1>OPTION: Last-Time-Prune Question</H1>
26454 This value records the last time you were asked about deleting old
26455 sent-mail.
26456 It is set automatically by Alpine at the beginning of each month.
26457 In the past, if you wished to suppress the monthly sent-mail
26458 pruning feature, you could set this to a date in the future.
26459 This value is relative to the year 1900, so 
26460 to set this, for example, to October 2005, use 105.10.
26462 You can still do that if you wish, or you can use the
26463 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26464 a little more convenient to use.
26466 <UL>   
26467 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26468 </UL><P>
26469 &lt;End of help on this topic&gt;
26470 </BODY>
26471 </HTML>
26472 ====== h_config_goto_default =====
26473 <HTML>
26474 <HEAD>
26475 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26476 </HEAD>
26477 <BODY>
26478 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26480 This value affects Alpine's behavior when you use the Goto command.
26481 Alpine's usual behavior has two parts.  If your current folder is
26482 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26483 default.  If the current folder is other than &quot;Inbox&quot;,
26484 &quot;Inbox&quot; is offered as the default.
26487 The available options include:
26489 <DL>
26491  <DT>folder-in-first-collection</DT>
26493  <DD> Alpine will offer the most recently visited folder in the default
26494 collection found in the &quot;Collection List&quot; screen as the default.
26495 </DD>
26497  <DT> inbox-or-folder-in-first-collection</DT>
26499  <DD> If the current folder is &quot;Inbox&quot;,
26500 Alpine will offer the most recently visited folder in the
26501 default collection found in the &quot;Collection List&quot; screen.
26502 If the current folder is other than &quot;Inbox&quot;,
26503 &quot;Inbox&quot; is offered as the default.
26504 </DD>
26506  <DT> inbox-or-folder-in-recent-collection</DT>
26508  <DD> This is Alpine's default behavior.
26509 If the current folder is &quot;Inbox&quot;,
26510 Alpine will offer the last open
26511 folder as the default.
26512 If the current folder is other than &quot;Inbox&quot;,
26513 &quot;Inbox&quot; is offered as the default.
26514 </DD>
26516  <DT> first-collection-with-inbox-default</DT>
26518  <DD> Instead of offering the most recently visited folder in the default
26519 collection, the default collection is offered but with &quot;Inbox&quot; as
26520 the default folder.
26521 If you type in a folder name it will be in the default collection.
26522 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26523 </DD>
26525  <DT> most-recent-folder</DT>
26527  <DD> The last accepted value simply causes the most recently opened
26528 folder to be offered as the default regardless of the currently opened
26529 folder.
26530 </DD>
26531 </DL>
26534 NOTE: The default while a newsgroup is open remains the same; the last
26535 open newsgroup.
26538 <UL>   
26539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26540 </UL><P>
26541 &lt;End of help on this topic&gt;
26542 </BODY>
26543 </HTML>
26544 ====== h_config_thread_lastreply_char =====
26545 <HTML>
26546 <HEAD>
26547 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26548 </HEAD>
26549 <BODY>
26550 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26552 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26553 INDEX display when using a
26554 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26555 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26556 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26557 The value of this option is a single character.
26558 This character is used instead of the vertical line character when there are
26559 no more replies directly to the parent of the current message.
26560 It can be used to &quot;round-off&quot; the bottom of the vertical line
26561 by setting it to a character such as a backslash (&#92;) or
26562 a backquote (&#96;).
26563 The default value of this option is the backslash character (&#92;).
26564 This option may not be set to the Empty Value.
26565 In that case, the default will be used instead.
26568 <UL>   
26569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26570 </UL><P>
26571 &lt;End of help on this topic&gt;
26572 </BODY>
26573 </HTML>
26574 ====== h_config_thread_indicator_char =====
26575 <HTML>
26576 <HEAD>
26577 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26578 </HEAD>
26579 <BODY>
26580 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26582 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26583 INDEX display when using a
26584 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26585 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26586 The value of this option is a single character.
26587 This character is used to indicate that part of a thread (a conversation) is
26588 hidden beneath a message.
26589 The message could be expanded
26590 if desired with the &quot;/&quot; Collapse/Expand command.
26591 By default, the value of this option is the greater than sign (&gt;).
26593 If this option is set to the Empty Value, then the column (and the following
26594 blank column) will be deleted from the display.
26597 This option is closely related to the
26598 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26599 Another similar option that affects the thread display is the
26600 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26603 <UL>   
26604 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26605 </UL><P>
26606 &lt;End of help on this topic&gt;
26607 </BODY>
26608 </HTML>
26609 ====== h_config_thread_exp_char =====
26610 <HTML>
26611 <HEAD>
26612 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26613 </HEAD>
26614 <BODY>
26615 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26617 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26618 INDEX display when using a
26619 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26620 than &quot;none&quot;.
26621 The value of this option is a single character.
26622 This character is used to indicate that part of a thread has been expanded
26623 and could be collapsed if desired with
26624 the &quot;/&quot; Collapse/Expand command.
26625 By default, the value of this option is a dot (.).
26627 If this option is set to the Empty Value, then the column (and the following
26628 blank column) will be deleted from the display.
26631 This option is closely related to the
26632 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26633 Another similar option that affects the thread display is the
26634 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26637 <UL>   
26638 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26639 </UL><P>
26640 &lt;End of help on this topic&gt;
26641 </BODY>
26642 </HTML>
26643 ====== h_config_thread_index_style =====
26644 <HTML>
26645 <HEAD>
26646 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26647 </HEAD>
26648 <BODY>
26649 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26651 When a folder is sorted by Threads or OrderedSubject,
26652 this option will affect the INDEX displays.
26655 The possible values for this option are:
26657 <DL>
26658 <DT>regular-index-with-expanded-threads</DT>
26659 <DD>This is the default display.
26660 If the configuration option
26661 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26662 is set to something other than &quot;none&quot;, then this setting
26663 will cause Alpine to start off with a MESSAGE INDEX with all of
26664 the threads expanded.
26665 That is, each message will have a line in the MESSAGE INDEX display.
26666 The Collapse/Expand command (/) may be used to manually collapse or
26667 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26669 This setting affects the display when the folder is first threaded.
26670 The collapsed state may also be re-initialized by re-sorting the folder manually
26671 using the SortIndex command ($).
26672 After re-sorting the threads will once again all be expanded, even if you
26673 have previously collapsed some of them.
26675 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26676 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26677 in a different order.
26678 </DD>
26680 <DT>regular-index-with-collapsed-threads</DT>
26681 <DD>If the configuration option
26682 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26683 is set to something other than &quot;none&quot;, then this setting
26684 will cause Alpine to start out with all of the threads collapsed instead of
26685 starting out with all of the threads expanded.
26686 The Collapse/Expand command (/) may be used to manually collapse or
26687 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26689 This setting affects the display when the folder is first threaded.
26690 The collapsed state may also be re-initialized by re-sorting the folder manually
26691 using the SortIndex command ($).
26692 After re-sorting the threads will once again all be collapsed, even if you
26693 have previously expanded some of them.
26694 </DD>
26696 <DT>separate-index-screen-always</DT>
26697 <DD>With this setting and the next, you will see an index of threads
26698 instead of an
26699 index of messages, provided you have sorted by Threads or OrderedSubject.
26701 The THREAD INDEX contains a '*' in the first column if any message in the thread
26702 is marked Important.
26703 If not, it contains a '+' if any message in the thread is to you.
26704 The second column is blank. The third column contains a 'D' if all of the
26705 messages in the thread are deleted.
26706 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26708 When you view a particular thread from the THREAD INDEX you will be
26709 in the MESSAGE INDEX display
26710 but the index will only contain messages from the thread you are viewing.
26711 </DD>
26713 <DT>separate-index-screen-except-for-single-messages</DT>
26714 <DD>This is very similar to the option above.
26715 When you are in the THREAD INDEX, one of the available commands
26716 is &quot;ViewThd&quot;.
26717 With the setting &quot;separate-index-screen-always&quot; (the option above)
26718 when you view a particular thread you will be in the
26719 MESSAGE INDEX display and the index will only contain messages from
26720 the thread you are viewing.
26721 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26722 will be an index with only one message in it.
26723 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26724 setting instead, then that index that contains a single message
26725 will be skipped and you will go directly from the THREAD INDEX into the
26726 MESSAGE TEXT screen.
26727 </DD>
26729 </DL>
26732 <UL>   
26733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26734 </UL><P>
26735 &lt;End of help on this topic&gt;
26736 </BODY>
26737 </HTML>
26738 ====== h_config_thread_disp_style =====
26739 <HTML>
26740 <HEAD>
26741 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26742 </HEAD>
26743 <BODY>
26744 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26746 When a folder is sorted by Threads or OrderedSubject,
26747 this option will affect the MESSAGE INDEX display.
26748 By default, Alpine will display the MESSAGE INDEX in the
26749 &quot;show-thread-structure&quot; style if a folder is sorted
26750 by Threads or OrderedSubject.
26753 The possible values for this option are:
26755 <DL>
26756 <DT>none</DT>
26757 <DD>Regular index display.
26758 The same index line as would be displayed without threading is used.
26759 The only difference will be in the order of the messages.
26760 </DD>
26762 <DT>show-thread-structure</DT>
26763 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26764 lines will be added to make it easier to see the relationships among
26765 the messages in a thread (a conversation).
26766 </DD>
26768 <DT>mutt-like</DT>
26769 <DD>This is the same as the option above except that the Subject
26770 is suppressed (is blank) if it matches the previous Subject in the thread.
26771 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26772 Here is an example of what a mutt-like index might look like.
26773 In this example, the first column represents the message number, the
26774 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26775 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26776 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26777 is set to a backslash:
26778 <PRE>
26779 &nbsp;&nbsp;&nbsp;1    Some topic
26780 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26781 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26782 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26783 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26784 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26785 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26786 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26787 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26788 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26789 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26790 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26791 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26792 &nbsp;&nbsp;&nbsp;14    Next topic
26793 </PRE>
26794 </DD>
26796 <DT>indent-subject-1</DT>
26797 <DD>Threaded Subjects will be indented one space per level of the conversation.
26798 The bars and lines that show up in the show-thread-structure display will
26799 not be there with this style.
26800 </DD>
26802 <DT>indent-subject-2</DT>
26803 <DD>Same as above but indent two spaces per level instead of one space.
26804 </DD>
26806 <DT>indent-from-1</DT>
26807 <DD>Similar to indent-subject-1, except that instead of indenting the
26808 Subject field one space the From field of a thread will be indented one
26809 space per level of the conversation.
26810 </DD>
26812 <DT>indent-from-2</DT>
26813 <DD>Same as above but indent two spaces per level instead of one space.
26814 </DD>
26816 <DT>show-structure-in-from</DT>
26817 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26818 and horizontal lines just like with the show-thread-structure option, but
26819 the From field is used to show the relationships instead of the Subject field. 
26820 </DD>
26822 </DL>
26825 <UL>   
26826 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26827 </UL><P>
26828 &lt;End of help on this topic&gt;
26829 </BODY>
26830 </HTML>
26831 ====== h_config_pruning_rule =====
26832 <HTML>
26833 <HEAD>
26834 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26835 </HEAD>
26836 <BODY>
26837 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26839 By default, Alpine will ask at the beginning of each month whether or not
26840 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26841 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26842 change the format of the folder to sent-mail-yyyy-mm.)
26843 It will also ask whether you would like to delete old sent-mail folders.
26844 If you have defined
26845 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26847 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26848 Alpine will also ask about pruning those folders.
26851 With this option you may provide an automatic answer to these questions.
26852 The default value is to ask you what you'd like to do.
26855 The six possible values for this option are:
26857 <DL>
26858 <DT>ask about rename, ask about deleting</DT>
26859 <DD>This is the default.
26860 Alpine will ask whether you want to rename the folders and whether you
26861 want to delete each of the old folders.
26862 </DD>
26864 <DT>ask about rename, don't delete</DT>
26865 <DD>Alpine will ask whether you want to rename the folders, but won't
26866 ask about or delete old folders.
26867 </DD>
26869 <DT>always rename, ask about deleting</DT>
26870 <DD>This means you want to always answer yes and have Alpine automatically
26871 rename the folder if possible.
26872 You will also be asked about deleting old folders.
26873 </DD>
26875 <DT>always rename, don't delete</DT>
26876 <DD>This means you want to always answer yes and have Alpine automatically
26877 rename the folder if possible.
26878 There will be no deleting of old folders.
26879 </DD>
26881 <DT>don't rename, ask about deleting</DT>
26882 <DD>This means you want to always answer no.
26883 Alpine will not rename the folder.
26884 You will be asked about deleting old folders.
26885 </DD>
26887 <DT>don't rename, don't delete</DT>
26888 <DD>This means you want to always answer no.
26889 Alpine will not rename the folder.
26890 There will be no deleting of old folders, either.
26891 </DD>
26892 </DL>
26895 <UL>   
26896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26897 </UL><P>
26898 &lt;End of help on this topic&gt;
26899 </BODY>
26900 </HTML>
26901 ====== h_config_reopen_rule =====
26902 <HTML>
26903 <HEAD>
26904 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26905 </HEAD>
26906 <BODY>
26907 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26909 Alpine normally checks for new mail in the currently open folder
26910 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26913 There are some situations where automatic new-mail checking does not work.
26914 For example, if a mail folder is opened using the POP protocol or a newsgroup
26915 is being read using the NNTP protocol, then new-mail checking is disabled.
26918 It may be possible to check for new mail in these cases by reopening the
26919 folder.
26920 Alpine does not do this for you automatically, but you may do the commands
26921 manually to cause this to happen.
26922 You reopen by going back to the folder list screen from the message
26923 index screen with the &quot;&lt;&quot; command,
26924 and then going back into the message index screen with
26925 the &quot;&gt;&quot; command.
26926 (Actually, any method you would normally use to open a folder will work the
26927 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26928 For example, the GoTo Folder command will work, or you may use L to go to the
26929 Folder List screen and Carriage Return to reopen the folder.)
26932 There are some cases where Alpine knows that reopening the folder should
26933 be useful as a way to discover new mail.
26934 At the time of this writing, connections made using the POP protocol,
26935 news reading using the NNTP protocol, local news reading, and local
26936 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26937 fall into this category.
26938 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26939 has no way of knowing, so it might also just be an exercise in futility.
26940 All remote, ReadOnly folders other than those listed just above fall into this
26941 category.
26942 The setting of this option together with the type of folder
26943 controls how Alpine will react to the apparent attempt to reopen a folder.
26946 If you don't reopen, then you will just be back in
26947 the message index with no change.
26948 You left the index and came back, but the folder remained &quot;open&quot;
26949 the whole time.
26950 However, if you do reopen the folder, the folder is closed and then reopened.
26951 In this case, the current state of the open folder is lost.
26952 The New status, Important and Answered flags,
26953 selected state, Zoom state, collapsed or expanded state of threads,
26954 current message number,
26955 and any other temporary state is all lost when the reopen happens.
26956 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26959 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26960 several places.
26961 That really implies the case where Alpine knows it is a good way to discover
26962 new mail, which is more than just POP and NNTP, but POP and NNTP are
26963 the cases of most interest.
26964 This option probably has more possible values than it deserves. They are:
26966 <DL>
26967 <DT>Always reopen</DT>
26968 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26969 whenever you type a command that implies a reopen, regardless of the
26970 access method.
26971 In other words, it is assumed you would always answer Yes if asked
26972 about reopening.
26973 </DD>
26975 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26976 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26977 will ask you whether to reopen other remote folders,
26978 with a default answer of Yes.
26979 </DD>
26981 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26982 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26983 will ask you whether to reopen other remote folders,
26984 with a default answer of No.
26985 </DD>
26987 <DT>Yes for POP/NNTP, No for other remote</DT>
26988 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26989 will assume a No answer for all other remote folders.
26990 </DD>
26992 <DT>Always ask [Yes]</DT>
26993 <DD>Alpine will not differentiate based on access method.
26994 It will always ask for all remote folders, with a default answer of Yes.
26995 </DD>
26997 <DT>Always ask [No]</DT>
26998 <DD>Alpine will not differentiate based on access method.
26999 It will always ask for all remote folders, with a default answer of No.
27000 </DD>
27002 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
27003 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
27004 of Yes.
27005 It will never attempt to reopen other remote folders.
27006 </DD>
27008 <DT>Ask about POP/NNTP [No], No for other remote</DT>
27009 <DD>This is the default.
27010 Alpine will ask if the access method is POP or NNTP, with a default answer
27011 of No.
27012 It will never attempt to reopen other remote folders.
27013 </DD>
27015 <DT>Never reopen</DT>
27016 <DD>Alpine will never attempt to reopen already open folders.
27017 </DD>
27018 </DL>
27021 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27022 any of the other situations where it is likely that reopening is a good way
27023 to discover new mail.
27026 There is an alternative that may be of useful in some situations.
27027 Instead of manually checking for new mail you can set up a
27028 <A HREF="h_maildrop">Mail Drop</A>
27029 and automatically check for new mail.
27032 <UL>   
27033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27034 </UL><P>
27035 &lt;End of help on this topic&gt;
27036 </BODY>
27037 </HTML>
27038 ====== h_config_inc_startup =====
27039 <HTML>
27040 <HEAD>
27041 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27042 </HEAD>
27043 <BODY>
27044 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27046 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27047 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27048 It determines which message will be the <EM>current message</EM> when
27049 the folder is first opened.
27050 The default value is &quot;first-unseen&quot;.
27053 The seven possible values for this option are:
27055 <DL>
27056 <DT>first-unseen</DT>
27057 <DD>The current message is set to the first
27058 unseen message that has not been marked deleted, or the last message if
27059 all of the messages have been seen previously.
27060 Messages which have not been seen or which have been seen but re-marked
27061 as New are considered unseen messages.
27062 See the note at the bottom of this help about newsgroups.
27063 </DD>
27065 <DT>first-recent</DT>
27066 <DD>Similar to the default, but rather than starting on the first
27067 unseen message Alpine starts on the first <EM>recent</EM> message.
27068 A message is recent if it arrived since the last time the folder was
27069 open.  This value causes the current message to be set to the first
27070 recent message if there is one, otherwise to the last
27071 message in the folder.
27072 </DD>
27074 <DT>first-important</DT>
27075 <DD>This will result in the current message being set to the first
27076 message marked Important (but not Deleted).
27077 If no messages are marked Important, then it will be the last message.
27078 Messages are marked Important by <EM>you</EM>, not by the sender, using
27080 <A HREF="h_common_flag">Flag command</A>.
27081 Or they may be marked Important by an Alpine
27082 <A HREF="h_mainhelp_filtering">Filter</A>
27083 that you have set up.
27084 </DD>
27086 <DT>first-important-or-unseen</DT>
27087 <DD>This selects the first of the first unseen and the first important
27088 messages.
27089 </DD>
27091 <DT>first-important-or-recent</DT>
27092 <DD>This selects the first of the first recent and the first important
27093 messages.
27094 </DD>
27096 <DT>first</DT>
27097 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27098 If all messages are deleted you start on the last message.
27099 </DD>
27101 <DT>last</DT>
27102 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27103 If all messages are deleted you start on the last message.
27104 </DD>
27105 </DL>
27108 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27109 &quot;first-recent&quot; are the same and are affected by whether or not the
27110 feature 
27111 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27112 is turned on. 
27113 Also, there is no permanent storage in news for an Important flag.
27114 This means that no messages will be marked Important when a newsgroup is
27115 first opened.
27118 <UL>   
27119 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27120 </UL><P>
27121 &lt;End of help on this topic&gt;
27122 </BODY>
27123 </HTML>
27124 ====== h_config_browser =====
27125 <HTML>
27126 <HEAD>
27127 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27128 </HEAD>
27129 <BODY>
27130 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27131 <!--chtml if pinemode="os_windows"-->
27132 PC-Alpine users do not need to enter anything here, unless:<UL>
27133 <LI> they want to override, for use with Alpine, the application defined
27134 in the Windows operating system for handling URLs; or
27135 <LI> they are (planning on) using the same configuration file with 
27136 Unix Alpine.
27137 </UL>
27139 Note that if using a viewer that has a space in its path, you should
27140 use the DOS name for that directory or file. Example:
27141 <PRE>
27142 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27143 </PRE>
27144 <HR><P>
27145 <!--chtml endif-->
27146 This option affects Alpine's handling of URLs that are found in 
27147 messages you read.  Normally, only URLs Alpine can handle directly
27148 are automatically offered for selection in the &quot;Message
27149 Text&quot; screen.  When one or more applications
27150 capable of deciphering URLs on their command line are added here, Alpine
27151 will choose the first available to display URLs it cannot handle directly.
27152 A viewer's availability is based on its being specified with a <B>full
27153 directory path</B> and the evaluation of any optionally supplied
27154 parameters described below.
27157 Additionally, to support various connection methods and applications, each
27158 entry in this list can optionally begin with one or more of
27159 the following special tokens.  The allowed tokens include:
27162 <DL>
27163 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27164 <DD>
27165 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27166 evaluate a viewer's availability.  The command specified by the test
27167 string is run and if its resulting exit status is non-zero, Alpine will
27168 not consider the associated viewer for use.
27169 </DD>
27171 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27172 <DD>
27173 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27174 URL schemes that are to be used with the associated viewer.  This is
27175 the way to configure Alpine to recognize URLs other than the built-in set.
27177 It can also be used to override Alpine's built-in handlers.
27178 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27179 and Alpine would use (provided it passed all other criteria) the associated
27180 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27182 </DD>
27183 </DL>
27186 By default, Alpine will simply append a space character followed by the
27187 selected URL prior to launching the command in your specified SHELL.  You can
27188 optionally specify where in the command the selected URL should appear
27189 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27190 will be replaced with the selected URL before the command is handed
27191 to the shell.  If such replacement occurs, the default appending of the
27192 selected URL does not take place.
27195 NOTE: If the viewer you specify has any command-line arguments,
27196 including the &quot;_URL_&quot; token, you will need to add a
27197 double-quote character before the command path and after the last
27198 argument (see the &quot;lynx&quot; example below).
27201 So, here are some example entries:
27202 <PRE>
27203 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27204               &quot;/usr/local/bin/lynx _URL_&quot;
27205               C:&#92;BIN&#92;NETSCAPE.BAT
27206 </PRE>
27208 This example shows that for the first viewer in the list to be used
27209 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27210 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27211 If neither condition is met,
27212 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27213 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27214 If the path to &quot;lynx&quot; is invalid,
27215 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27216 Note that the last
27217 entry is a DOS/Windows path.  This is one way to support Alpine running
27218 on more than one architecture with the same configuration file.<P>
27220 <!--chtml if pinemode="os_windows"-->
27221 <!--chtml else-->
27222 Note that depending on the type of browser used and the method of 
27223 its invocation (such as whether it will open in a separate window) from
27224 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27225 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27226 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27227 In other words, launching the browser from Alpine may make Alpine 
27228 &quot;disappear&quot; (although it is still &quot;running&quot;)
27229 until you close the browser again.<P>  
27230 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27231 environment: for advanced users and  systems administrators</A>
27232 </UL>
27233 <!--chtml endif-->
27234 <P>If you are unsure what browsers are available on your system or how to 
27235 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27236 local computing support staff.
27237 <P><UL>
27238 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27239 </UL>
27241 &lt;End of help on this topic&gt;
27242 </BODY>
27243 </HTML>
27244 ====== h_config_history =====
27245 <HTML>
27246 <HEAD>
27247 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
27248 </HEAD>
27249 <BODY>
27250 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
27252 This option allows you to input a list of directories that Alpine will offer 
27253 for you to use when you are saving or exporting attachments. This is useful
27254 when navigating to specific directories becomes too tedious, or when you 
27255 need to do this on a daily basis, and want Alpine to remember this on a 
27256 permanent basis.
27258 The list of directories saved here can be accessed using the ^Y and ^V commands
27259 in the save prompt for attachments, or the export command.
27261 <P><UL>
27262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27263 </UL>
27265 &lt;End of help on this topic&gt;
27266 </BODY>
27267 </HTML>
27268 ====== h_config_browser_xterm =====
27269 <HTML>
27270 <HEAD>
27271 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27272 </HEAD>
27273 <BODY>
27274 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27275 environment: for advanced users and  systems administrators</H1>
27276 If you are using Alpine with an X-terminal (emulator) and want to define an 
27277 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27278 you may want to do so in a manner that causes any <B>already</B> 
27279 invoked viewer application to be used for viewing URLs you select from Alpine 
27280 messages, and a <B>new</B> URL-viewer process to be 
27281 started <B>only</B> if the same application has <B>not already</B> 
27282 been launched -- for one reason, to avoid file-locking contentions among 
27283 multiple invocations of the same URL-viewer application.  
27284 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27285 option does not do this.)  A method of doing that would be:<OL>
27286 <LI> use 
27287 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27288 check (using commands appropriate for your Unix shell
27289 in place of <VAR>test-string</VAR>) for the presence of a 
27290 lockfile created by the URL-viewer application -- which implies that the 
27291 application is already running, though this is not foolproof. 
27292 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27293 application with its appropriate command line option(s) to 
27294 show the URL selected from the Alpine message in an already open window of 
27295 that application, or perhaps in a new window of that application.  
27297 <LI> In the 
27298 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27299 application without those command line options, but this time using the 
27300 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27301 is defined.
27302 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27303 windows environment (for instance, using VT-100 terminal emulation), you 
27304 may wish to specify a non-X windows URL-viewer application such as Lynx
27305 as the last entry.
27306 </OL><BR>
27307 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27308 the command shell, the URL-viewer application(s), and possibly the specific 
27309 version of the latter, you are using.  
27311 Relevant command 
27312 line options for the Netscape browser for showing URLs (selected from Alpine) 
27313 when Netscape is already running are discussed in the document
27314 &quot;Remote Control of UNIX Netscape&quot; 
27315 found at the URL (as of 12 Aug. 1998):
27318 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27320 <P>(If the URL-viewer application is 
27321 <B>not</B> running on the same host as Alpine, but being launched from an 
27322 applications server, you may not be able to use the command line options for 
27323 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27325 <!--chtml if this-method="shown-to-work"-->
27326 An example using the Korn shell and the Netscape browser (first entry wrapped 
27327 because of its length, but should all appear on one line):
27329 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27331 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27332               &quot;/usr/local/bin/lynx '_URL_'&quot;
27334 <!--chtml endif-->
27336 <UL>   
27337 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27338 </UL><P>
27339 &lt;End of help on this topic&gt;
27340 </BODY>
27341 </HTML>
27342 ====== h_config_enable_full_hdr =====
27343 <HTML>
27344 <HEAD>
27345 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27346 </HEAD>
27347 <BODY>
27348 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27350 This feature enables the &quot;H Full Headers&quot; command which toggles between
27351 the display of all headers in the message and the normal edited view of
27352 headers.  The Full Header command also controls which headers are included
27353 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27354 Full Header mode will respect the
27355 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27356 feature setting.)
27358 If Full Header mode is turned on and you Forward a message, you will
27359 be asked if you'd like to forward the message as an attachment, as opposed
27360 to including the text of the message in the body of your new message.
27362 If you have also turned on the
27363 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27364 option then the Full Headers command actually rotates through three states
27365 instead of just two.
27366 The first is the normal view with long quotes suppressed.
27367 The second is the normal view but with the long quotes included.
27368 The last enables the display of all headers in the message.
27369 When using Export, Pipe, Print, Forward, or Reply the quotes are
27370 never suppressed, so the first two states are identical.
27372 Normally, the Header Mode will reset
27373 to the default behavior when moving to a new message.
27374 The mode can be made to persist from message to message by setting the feature
27375 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27377 <UL>   
27378 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27379 </UL><P>
27380 &lt;End of help on this topic&gt;
27381 </BODY>
27382 </HTML>
27383 ====== h_config_enable_full_hdr_and_text =====
27384 <HTML>
27385 <HEAD>
27386 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27387 </HEAD>
27388 <BODY>
27389 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27391 This feature affects how the &quot;H Full Headers&quot; command displays
27392 message text.  If set, the raw message text will be displayed.  This
27393 especially affects MIME formatted email, where the entire MIME format
27394 will be displayed.  This feature similarly affects how messages are
27395 included for the Export, Pipe, Print, Forward, and Reply functions.
27397 When viewing a raw message that has attachments with this feature set,
27398 you will not be able to view attachments without first leaving full 
27399 headers mode.  This is because MIME parsing is not done on the raw message.
27401 <UL>   
27402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27403 </UL><P>
27404 &lt;End of help on this topic&gt;
27405 </BODY>
27406 </HTML>
27407 ====== h_config_enable_pipe =====
27408 <HTML>
27409 <HEAD>
27410 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27411 </HEAD>
27412 <BODY>
27413 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27415 This feature enables the "| Pipe" command that sends the current message
27416 to the specified command for external processing.
27419 A short description of how the pipe command works is given
27420 <A HREF="h_pipe_command">here</A>.
27423 <UL>   
27424 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27425 </UL><P>
27426 &lt;End of help on this topic&gt;
27427 </BODY>
27428 </HTML>
27429 ====== h_config_quell_full_hdr_reset =====
27430 <HTML>
27431 <HEAD>
27432 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27433 </HEAD>
27434 <BODY>
27435 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27437 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27438 normally resets to the default state when switching to a new message.
27439 For example, if you've used the &quot;H&quot; command to turn on Full
27440 Headers for a message you are viewing, and then you type the Next command
27441 to look at the next message, the full headers will no longer be shown.
27442 Setting this feature disables that reset.
27443 Instead, the Header Mode remains the same from message to message.
27446 The presence or absence of the HdrMode command is determined by the
27447 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27448 Feature-List option.
27450 <UL>   
27451 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27452 </UL><P>
27453 &lt;End of help on this topic&gt;
27454 </BODY>
27455 </HTML>
27456 ====== h_config_enable_tab_complete =====
27457 <HTML>
27458 <HEAD>
27459 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27460 </HEAD>
27461 <BODY>
27462 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27464 This feature enables the TAB key when at a prompt for a filename. In this
27465 case, TAB will cause the partial name already entered to be automatically
27466 completed, provided the partial name is unambiguous.
27467 This feature is on by default.
27469 Similarly, this feature also enables TAB completion of address book
27470 nicknames when at a prompt for a nickname,
27471 or when typing in an address field in the composer.
27473 &lt;End of help on this topic&gt;
27474 </BODY>
27475 </HTML>
27476 ====== h_config_quit_wo_confirm =====
27477 <HTML>
27478 <HEAD>
27479 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27480 </HEAD>
27481 <BODY>
27482 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27484 This feature controls whether or not Alpine will ask for confirmation when a
27485 Quit command is received.
27487 &lt;End of help on this topic&gt;
27488 </BODY>
27489 </HTML>
27490 ====== h_config_quote_replace_noflow =====
27491 <HTML>
27492 <HEAD>
27493 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27494 </HEAD>
27495 <BODY>
27496 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27498 This feature, which is only active when
27499 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27500 also set,
27501 enables quote-replacement on non-flowed messages.  It is off
27502 by default because a non-flowed message is more dependent on its format,
27503 and thus quote-replacement may cause less-than-pleasing results.
27504 Setting this feature will cause quote-replacement similar to that of flowed
27505 messages, but with the added possibility of long lines being wrapped
27506 into new lines if the Quote-Replacement-String is longer than the string
27507 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27509 &lt;End of help on this topic&gt;
27510 </BODY>
27511 </HTML>
27512 ====== h_config_enable_jump =====
27513 <HTML>
27514 <HEAD>
27515 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27516 </HEAD>
27517 <BODY>
27518 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27520 When this feature is set you may enter a number (followed by RETURN)
27521 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27522 screens.  In other words, it obviates the need for typing the "J" for the
27523 Jump command.
27525 &lt;End of help on this topic&gt;
27526 </BODY>
27527 </HTML>
27528 ====== h_config_enable_alt_ed =====
27529 <HTML>
27530 <HEAD>
27531 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27532 </HEAD>
27533 <BODY>
27534 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27536 If this feature is set (the default), and the 
27537 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27538 <B>is not</B> set, entering
27539 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27540 for the name of the editor you would like to use.
27542 If the environment variable $EDITOR is set, its value will be offered as
27543 a default.
27545 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27546 <B>is</B> set, the ^_ key will activate the specified
27547 editor without prompting, in which case it is not necessary to
27548 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27550 <UL>   
27551 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27552 </UL><P>
27553 &lt;End of help on this topic&gt;
27554 </BODY>
27555 </HTML>
27556 ====== h_config_alt_ed_now =====
27557 <HTML>
27558 <HEAD>
27559 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27560 </HEAD>
27561 <BODY>
27562 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27564 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27565 variable are both set, Alpine will
27566 automatically activate the specified editor when the cursor is moved from
27567 the header of the message being composed into the message text.  For
27568 replies, the alternate editor will be activated immediately.  If this
27569 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27570 automatically ask for the name of an alternate editor when the cursor
27571 is moved out of the header being composed, or if a reply is being done.
27573 <P><UL>
27574 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27575 </UL>
27577 &lt;End of help on this topic&gt;
27578 </BODY>
27579 </HTML>
27580 ====== h_config_enable_bounce =====
27581 <HTML>
27582 <HEAD>
27583 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27584 </HEAD>
27585 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27586 <BODY>
27588 Setting this feature enables the "B Bounce" command, which will prompt
27589 for an address and *remail* the message to the new recipient.  This command
27590 is used to re-direct messages that you have received in error, or need to
27591 be redirected for some other reason (e.g. list moderation).  The final
27592 recipient will see a header indicating that you have Resent the msg, but
27593 the message's From: header will show the original author of the message,
27594 and replies to it will go back to that author, and not to you.
27596 &lt;End of help on this topic&gt;
27597 </BODY>
27598 </HTML>
27599 ====== h_config_enable_agg_ops =====
27600 <HTML>
27601 <HEAD>
27602 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27603 </HEAD>
27604 <BODY>
27605 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27607 When this feature is set you may use the commands and subcommands that relate to
27608 performing operations on more than one message at a time.  We call these
27609 &quot;aggregate operations&quot;.  In particular, the 
27610 <!--chtml if pinemode="function_key"-->&quot;F5
27611 <!--chtml else-->&quot;;
27612 <!--chtml endif--> Select&quot;, 
27614 <!--chtml if pinemode="function_key"-->
27615 &quot;F6
27616 <!--chtml else-->
27617 &quot;A 
27618 <!--chtml endif-->
27619 Apply&quot;, and 
27620 <!--chtml if pinemode="function_key"-->
27621 &quot;F4
27622 <!--chtml else-->
27623 &quot;Z 
27624 <!--chtml endif-->
27625 Zoom&quot; commands are enabled by this feature.  Select is used to
27626 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27627 then be used to apply any message command to all of the selected/tagged
27628 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27629 view between just those Selected and all messages in the folder.
27631 This feature also enables the 
27632 <!--chtml if pinemode="function_key"-->
27633 &quot;F7&quot; 
27634 <!--chtml else-->
27635 &quot;^X&quot; 
27636 <!--chtml endif-->
27638 subcommand in the MESSAGE INDEX 
27639 WhereIs command that causes all messages matching the WhereIs argument to 
27640 become selected; and the Select, Select Current, and ZoomMode commands in the
27641 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27643 Some related help topics are
27644 <UL>
27645 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27646 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27647 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27648 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27649 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27650 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27651 </UL>
27653 <UL>   
27654 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27655 </UL><P>
27656 &lt;End of help on this topic&gt;
27657 </BODY>
27658 </HTML>
27660 ====== h_config_enable_flag =====
27661 <HTML>
27662 <HEAD>
27663 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27664 </HEAD>
27665 <BODY>
27666 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27668 Setting this feature enables the
27669 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27670 command that allows you to
27671 manipulate the status flags associated with a message.  By default, Flag
27672 will set the "Important" flag, which results in an asterisk being
27673 displayed in column one of the MESSAGE INDEX for such messages.
27675 &lt;End of help on this topic&gt;
27676 </BODY>
27677 </HTML>
27678 ====== h_config_flag_screen_default =====
27679 <HTML>
27680 <HEAD>
27681 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27682 </HEAD>
27683 <BODY>
27684 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27686 The feature modifies the behavior of the
27687 <a href="h_common_flag">Flag</a>
27688 command (provided it too is
27689 <A HREF="h_config_enable_flag">enabled</A>).
27690 By default, when the "* Flag" command is selected,
27691 Alpine offers a prompt to set one of several flags and also offers the
27692 option of entering the detailed flag manipulation screen via the "^T"
27693 key. Enabling this feature causes Alpine to immediately enter the detailed
27694 flag screen rather than first offer the simple prompt.
27696 <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.
27698 &lt;End of help on this topic&gt;
27699 </BODY>
27700 </HTML>
27701 ====== h_config_flag_screen_kw_shortcut =====
27702 <HTML>
27703 <HEAD>
27704 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27705 </HEAD>
27706 <BODY>
27707 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27709 This feature modifies the behavior of the
27710 <a href="h_common_flag">Flag</a> command
27711 and the <A HREF="h_index_cmd_select">Select</A> command.
27712 This feature is set by default.
27713 When this feature is not set, when the "* Flag" command is selected,
27714 Alpine offers a prompt to set one of several flags and also offers the
27715 option of entering the detailed flag manipulation screen via the "^T"
27716 key.
27717 If you have
27718 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27719 defined, then enabling this feature adds a shortcut way to set or unset
27720 keywords.
27721 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27722 a keyword if you've given it a nickname) and that will set the keyword.
27724 An example is easier to understand than the explanation.
27725 The flag command can always be used to set the system flags.
27726 For example, to set the Answered flag you would type
27728 <CENTER><SAMP>* A</SAMP></CENTER>
27730 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27731 option in the Config screen.
27732 By default, to set a keyword like &quot;Work&quot; you would usually
27733 have to go to the Flag Details screen using
27734 the &quot;^T To Flag Details&quot; command.
27735 Instead, if you have enabled this feature, you may type
27737 <CENTER><SAMP>* W</SAMP></CENTER>
27739 to set the Work flag, or
27741 <CENTER><SAMP>* ! W</SAMP></CENTER>
27743 to unset it.
27744 Just like for the other flag setting commands, the case of the letter does
27745 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27746 keyword.
27748 Notice that you can only use this trick for one keyword that begins
27749 with &quot;W&quot;.
27750 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27751 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27752 your list of keywords.
27753 Also, there are five letters that are reserved for system
27754 flags and the NOT command.
27755 If you type &quot;* A&quot; it will always set the Answered flag, not
27756 your &quot;Aardvark&quot; keyword.
27757 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27758 the Flag Details screen.
27760 Because enabling the
27761 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27762 option causes Alpine to skip directly to the Flag Details screen when the
27763 Flag command is used, 
27764 setting it will cause this feature to have no effect at all.
27766 Similarly, when Selecting by Keyword, setting this option will allow you
27767 to use Keyword initials instead of full keywords.
27769 &lt;End of help on this topic&gt;
27770 </BODY>
27771 </HTML>
27772 ====== h_config_can_suspend =====
27773 <HTML>
27774 <HEAD>
27775 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27776 </HEAD>
27777 <BODY>
27778 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27780 Setting this feature will allow you to type ^Z (Control Z) to 
27781 <!--chtml if pinemode="os_windows"-->
27782 minimize Alpine into its icon, bringing into focus whatever
27783 application is running behind the PC-Alpine window.
27784 <!--chtml else-->
27785 temporarily suspend Alpine.
27788 This does not exit Alpine, but puts it in the background to watch
27789 for new mail and such.  Normally, you type a command, such
27790 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27793 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27794 adjusts whether Alpine is placed into the background of the shell its 
27795 running in or starts a news shell.
27796 <!--chtml endif-->
27799 <UL>   
27800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27801 </UL><P>
27802 &lt;End of help on this topic&gt;
27803 </BODY>
27804 </HTML>
27805 ====== h_config_take_lastfirst ======
27806 <HTML>
27807 <HEAD>
27808 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27809 </HEAD>
27810 <BODY>
27811 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27813 Normally, when TakeAddr is used to copy an address from a message into
27814 an address book entry, Alpine will attempt to rewrite the full name of the
27815 address in the form
27818 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27820 instead of<P>
27822 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27825 It does this because many people find it useful to sort by Last name
27826 instead of First name.  If this feature is set, then the TakeAddr command
27827 will not attempt to reverse the name in this manner.
27829 &lt;End of help on this topic&gt;
27830 </BODY></HTML>
27831 ====== h_config_disable_regex ======
27832 <HTML>
27833 <HEAD>
27834 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27835 </HEAD>
27836 <BODY>
27837 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27839 Normally, the
27840 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27841 option is interpreted as a regular expression.
27842 One type of address that might cause trouble is an address that
27843 contains a plus sign.
27844 If you want to have an address with a plus as one of your
27845 <!--#echo var="VAR_alt-addresses"-->
27846 and you don't want to use regular expressions, then setting this
27847 feature will cause Alpine to treat the addresses you list literally instead.
27849 &lt;End of help on this topic&gt;
27850 </BODY></HTML>
27851 ====== h_config_take_fullname ======
27852 <HTML>
27853 <HEAD>
27854 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27855 </HEAD>
27856 <BODY>
27857 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27859 Normally, when TakeAddr is used to copy an address or addresses
27860 from a message into an address book entry, Alpine will try to preserve
27861 the full name associated with each address in the list of addresses.
27862 The reason for this is so that if the entry is a list or later becomes a
27863 list, then information about the individual addresses in the list
27864 is preserved.
27865 If you would rather just have the simple addresses in the list of addresses,
27866 set this feature. For example, with the default setting you might
27867 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27869 <PRE>
27870  Nickname  : nick
27871  Fullname  : Bedrock Elders
27872  Fcc       :
27873  Comment   :
27874  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27875              Barney Rubble &lt;rubble@bedrock.org&gt;
27876 </PRE>
27878 but with this feature set it would look like
27880 <PRE>
27881  Nickname  : nick
27882  Fullname  : Bedrock Elders
27883  Fcc       :
27884  Comment   :
27885  Addresses : flint@bedrock.org,
27886              rubble@bedrock.org
27887 </PRE>
27889 instead. Note the difference in the Addresses field.
27891 &lt;End of help on this topic&gt;
27892 </BODY></HTML>
27893 ====== h_config_print_from ======
27894 <HTML>
27895 <HEAD>
27896 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27897 </HEAD>
27898 <BODY>
27899 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27901 If this feature is set, then the Berkeley-mail style From line is included
27902 at the start of each message that is printed.  This line looks something
27903 like the following, with the address replaced by the address from the
27904 From line of the message being printed:
27906 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27907 14:11:06 1998
27909 &lt;End of help on this topic&gt;
27910 </BODY>
27911 </HTML>
27912 ====== h_config_expanded_distlists ======
27913 <HTML>
27914 <HEAD>
27915 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27916 </HEAD>
27917 <BODY>
27918 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27919 If this feature is set, then distribution lists in the address book
27920 screen will always be expanded automatically.
27922 &lt;End of help on this topic&gt;
27923 </BODY>
27924 </HTML>
27925 ====== h_config_compose_news_wo_conf ======
27926 <HTML>
27927 <HEAD>
27928 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27929 </HEAD>
27930 <BODY>
27931 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27932 This feature controls one aspect of Alpine's Composer.  If you enter the
27933 composer while reading a newsgroup, you will normally be prompted to
27934 determine whether you intend the new message to be posted to the current
27935 newsgroup or not.  If this feature is set, Alpine will not prompt you
27936 in this situation, and will assume that you do indeed wish to post
27937 to the newsgroup you are reading.
27939 &lt;End of help on this topic&gt;
27940 </BODY>
27941 </HTML>
27942 ====== h_config_compose_rejects_unqual ======
27943 <HTML>
27944 <HEAD>
27945 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27946 </HEAD>
27947 <BODY>
27948 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27950 This feature controls one aspect of the message composer; in particular,
27951 what happens when an unqualified name is entered into an address header.
27952 If set, unqualified names entered as addresses will be treated as errors
27953 unless they match an addressbook nickname.  Alpine will not attempt to turn
27954 them into complete addresses by adding your local domain.<P>
27956 A complete (fully qualified) address is one containing a username followed
27957 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27958 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27959 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27961 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27965 When you enter a fully qualified address, Alpine does not interpret or
27966 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27967 your system.  Alpine conforms to the Internet standards governing message
27968 headers and will not send an unqualifed name to the MTA.  Therefore, when
27969 you enter an unqualified name, Alpine will normally attempt to turn it into
27970 a fully qualified address, first by checking to see if you have entered a
27971 matching nickname in your addressbook, or failing that, by simply adding
27972 your own domain to the name entered.  So if your address is
27973 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27974 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27975 that into &quot;fred@example.com&quot;.<P>
27977 There are situations where it is not desirable for Alpine to interpret such
27978 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27979 turned out to be a typo (intended to be an addressbook nickname), but
27980 there actually was a &quot;fred&quot; in your local domain, the message might 
27981 be mis-delivered without your realizing it.  In order to reduce the likelihood
27982 of such accidents, setting this feature will cause Alpine to treat such
27983 addresses as errors, and require that you explicitly enter the full local
27984 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27985 matches an address book nickname.<P>
27987 Consider this a safety feature against mis-directed mail.
27989 <UL>   
27990 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27991 </UL><P>
27992 &lt;End of help on this topic&gt;
27993 </BODY>
27994 </HTML>
27995 ====== h_config_quell_local_lookup ======
27996 <HTML>
27997 <HEAD>
27998 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27999 </HEAD>
28000 <BODY>
28001 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
28003 This feature controls an aspect of Alpine's Composer, and if needed, will
28004 usually be set by your system manager in Alpine's system-wide configuration
28005 file. Specifically, if this feature is set, Alpine will not attempt to look
28006 in the system password file to find a Full Name for the entered address.
28008 Normally, names you enter into address fields (e.g. To: or Cc:) are
28009 checked against your address book(s) to see if they match an address book
28010 nickname.  Failing that, (in Unix Alpine) the name is then checked against
28011 the Unix password file.  If the entered name matches a username in the
28012 system password file, Alpine extracts the corresponding Full Name information
28013 for that individual, and adds that to the address being entered.
28015 However, password file matching can have surprising (incorrect) results if
28016 other users of the system do not receive mail at the domain you are using.
28017 That is, if either the 
28018 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
28019 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
28020 option
28021 is set such that the administrative domain of other users on the system
28022 isn't accurately reflected, Alpine should be told that a passwd file match
28023 is coincidental, and Full Name info will be incorrect.  For example, a
28024 personal name from the password file could get falsely paired with the
28025 entered name as it is turned into an address in the configured domain.
28027 If you are seeing this behavior, enabling this feature will prevent Unix
28028 Alpine from looking up names in the password file to find the Full Name
28029 for incomplete addresses you enter.<P>
28030 <UL>
28031 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28032 </UL>
28034 &lt;End of help on this topic&gt;
28035 </BODY>
28036 </HTML>
28037 ====== h_config_tab_checks_recent ======
28038 <HTML>
28039 <HEAD>
28040 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
28041 </HEAD>
28042 <BODY>
28043 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28045 In a FOLDER LIST screen, the TAB key usually just changes which
28046 folder is highlighted.
28047 If this feature is set, then the TAB key will cause the number of
28048 recent messages and the total number of messages in the highlighted folder
28049 to be displayed instead.
28052 &lt;End of help on this topic&gt;
28053 </BODY>
28054 </HTML>
28055 ====== h_config_maildrops_preserve_state ======
28056 <HTML>
28057 <HEAD>
28058 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28059 </HEAD>
28060 <BODY>
28061 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28063 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28064 Normally, when mail is moved from a Mail Drop folder to a destination
28065 folder, it is delivered as new mail.
28066 Any Seen/New, Answered, Important/Flagged state that has changed will be
28067 ignored.
28068 All of the mail will be considered unSeen, unAnswered, and unImportant after
28069 it is moved.
28071 If this feature is set, then the state changes that have been made
28072 to the messages in the Mail Drop folder will be preserved.
28074 In any case, messages that are already marked Deleted when the
28075 mail is to be moved from the Mail Drop will be ignored.
28077 &lt;End of help on this topic&gt;
28078 </BODY>
28079 </HTML>
28080 ====== h_config_preopen_stayopens ======
28081 <HTML>
28082 <HEAD>
28083 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28084 </HEAD>
28085 <BODY>
28086 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
28088 This feature is related to the option
28089 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28090 Normally, Stay Open folders are only opened on demand, when the user
28091 asks to open them.
28092 From then on they are kept open for the duration of the session.
28093 However, if this feature is set, then the Stay Open folders will all be
28094 opened at startup, at the same time that the INBOX is opened.
28097 &lt;End of help on this topic&gt;
28098 </BODY>
28099 </HTML>
28100 ====== h_config_expunge_inbox ======
28101 <HTML>
28102 <HEAD>
28103 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
28104 </HEAD>
28105 <BODY>
28106 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28108 The INBOX is normally treated differently from regular folders in several
28109 ways.
28110 One of the differences is that the normal &quot;close&quot; sequence of
28111 events is deferred until Alpine is exited, instead of happening when you
28112 leave the INBOX to view another folder.
28113 The &quot;close&quot; sequence normally includes the Expunging
28114 of deleted messages
28115 (either automatically or after a prompt, controlled by the features
28116 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28117 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28118 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28119 handling of the
28120 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28123 If this feature is set the &quot;close&quot; sequence handling will take
28124 place every time you leave the INBOX.
28125 The INBOX will still be kept open, but the offer to Expunge and the archiving
28126 to the <!--#echo var="VAR_read-message-folder"-->
28127 will take place each time you leave the INBOX instead of only once at the
28128 end of the session.
28131 &lt;End of help on this topic&gt;
28132 </BODY>
28133 </HTML>
28134 ====== h_config_expunge_stayopens ======
28135 <HTML>
28136 <HEAD>
28137 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28138 </HEAD>
28139 <BODY>
28140 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
28142 This feature is related to the option
28143 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28144 Stay Open folders are treated differently from regular folders in several
28145 ways.
28146 One of the differences is that the normal &quot;close&quot; sequence of
28147 events is deferred until Alpine is exited, instead of happening when you
28148 leave the folder to view another folder.
28149 The &quot;close&quot; sequence normally includes the Expunging
28150 of deleted messages
28151 (either automatically or after a prompt, controlled by the features
28152 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28153 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28154 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28155 handling of
28156 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28159 If this feature is set the &quot;close&quot; sequence handling will take
28160 place when you leave the Stay Open folder.
28161 The folder will still be kept open, but the offer to Expunge and the archiving
28162 will take place each time you leave the folder instead of only once at the
28163 end of the session.
28164 This feature does not affect the INBOX, which will still only be processed
28165 when you exit Alpine.
28166 However, there is a similar feature that affects only the INBOX called
28167 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28170 &lt;End of help on this topic&gt;
28171 </BODY>
28172 </HTML>
28173 ====== h_config_preserve_start_stop ======
28174 <HTML>
28175 <HEAD>
28176 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28177 </HEAD>
28178 <BODY>
28179 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28181 This feature controls how special control key characters, typically
28182 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28183 are known as the "stop" and "start" characters and are sometimes used in
28184 communications paths to control data flow between devices that operate at
28185 different speeds.
28189 By default, Alpine turns the system's handling of these special characters
28190 off except during printing.  However, if you see Alpine reporting input errors
28191 such as:
28193 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28195 and, at the same time, see your display become garbled, then it is likely
28196 that setting this option will solve the problem.  Be aware, though, that
28197 enabling this feature will also cause Alpine to ostensibly "hang" 
28198 whenever the Ctrl-S key combination is entered as the system is now
28199 interpreting such input as a "stop output" command.  To "start
28200 output"  again, simply type Ctrl-Q. 
28202 &lt;End of help on this topic&gt;
28203 </BODY>
28204 </HTML>
28205 ====== h_config_enable_incoming ======
28206 <HTML>
28207 <HEAD>
28208 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28209 </HEAD>
28210 <BODY>
28211 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28213 Alpine's Incoming Message Folders collection
28214 provides a convenient way to access multiple incoming folders.
28215 It is also useful if you have accounts on multiple computers.
28218 If set, this feature defines a pseudo-folder collection called
28219 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28220 in this collection will be your INBOX, which will no longer show up in
28221 your Default folder collection.
28224 You may add more folders to the Incoming Message Folders collection by
28225 using the
28226 <!--chtml if pinemode="function_key"-->
28227 &quot;F10
28228 <!--chtml else-->
28229 &quot;A
28230 <!--chtml endif-->
28231 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28232 the host the folder is stored on (which defaults to the same host used
28233 for your INBOX), a nickname, and the actual folder name.  Once a set
28234 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28235 or MESSAGE TEXT screens) may be used to scan the folders for those
28236 with Recent messages.  If you add more folders to
28237 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28238 no effect.
28240 NOTE: Normally the software that actually delivers mail (the stuff that happens
28241 before Alpine is involved) is in a better position to do delivery filtering
28242 than is Alpine itself.
28243 If possible, you may want to look at programs such as
28244 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28245 filtering programs.
28246 If you'd prefer to have Alpine do the filtering for you, you may set that
28248 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28250 <UL>   
28251 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28252 </UL><P>
28253 &lt;End of help on this topic&gt;
28254 </BODY>
28255 </HTML>
28256 ====== h_config_enable_incoming_checking ======
28257 <HTML>
28258 <HEAD>
28259 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28260 </HEAD>
28261 <BODY>
28262 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28264 This feature is only operational if you have enabled the optional
28265 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28266 If you do have Incoming Message Folders and you also set this feature,
28267 then the number of Unseen messages in each folder will be displayed
28268 in the FOLDER LIST screen for the Incoming Message Folders.
28269 The number of Unseen messages in a folder will be displayed in parentheses
28270 to the right of the name of each folder.
28271 If there are no Unseen messages in a folder then only the name
28272 is displayed, not a set of parentheses with zero inside them.
28273 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28274 the Incoming Message Folders to cause an immediate update.
28276 If a check for Unseen messages fails for a particular folder then Alpine
28277 will no longer attempt to check that folder for the duration of the
28278 session and this will be indicated by a question mark inside the
28279 parentheses.
28281 The features
28282 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28283 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28284 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28285 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28286 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28287 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28288 all affect how this feature behaves.
28290 <UL>   
28291 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28292 </UL><P>
28293 &lt;End of help on this topic&gt;
28294 </BODY>
28295 </HTML>
28296 ====== h_config_incoming_checking_total ======
28297 <HTML>
28298 <HEAD>
28299 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28300 </HEAD>
28301 <BODY>
28302 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28304 This option has no effect unless the feature
28305 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28306 is set, which in turn has no effect unless
28307 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28308 is set.
28310 When incoming folder checking is turned on the default is to display
28311 the number of unseen messages in each folder.
28312 More precisely, it is the number of undeleted unseen messages.
28313 Using this option you may also display the total number of messages
28314 in each folder.
28315 Instead of a single number representing the number of unseen messages
28316 you will get two numbers separated by a slash character.
28317 The first is the number of unseen messages and the second is the
28318 total number of messages.
28320 You may also use the recent message count instead of the unseen message
28321 count by turning on the feature
28322 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28324 <UL>   
28325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28326 </UL><P>
28327 &lt;End of help on this topic&gt;
28328 </BODY>
28329 </HTML>
28330 ====== h_config_incoming_checking_recent ======
28331 <HTML>
28332 <HEAD>
28333 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28334 </HEAD>
28335 <BODY>
28336 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28338 This option has no effect unless the feature
28339 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28340 is set, which in turn has no effect unless
28341 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28342 is set.
28344 When incoming folder checking is turned on the default is to display
28345 the number of unseen messages in each folder.
28346 More precisely, it is the number of undeleted unseen messages.
28347 Using this option you may display the number of recent messages instead
28348 of the number of unseen messages.
28349 A message is only counted as recent if this is the first session to
28350 see it, so the recent count might be less than the unseen count.
28351 The difference between the two would be accounted for by the unseen messages
28352 in the folder which were there previously but have not been looked at yet.
28354 If you simultaneously run more than one email client at a time
28355 (for example, you run more than one Alpine in parallel) then turning
28356 this feature on can cause some confusion.
28357 The confusion stems from the fact that each message is only considered to be
28358 recent in one session.
28359 That means that the counts of new messages may be different in the two
28360 Alpines running side by side, because each incoming message will only be
28361 counted as recent in one of the two sessions.
28363 You may also display the total number of messages
28364 in each folder by using the
28365 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28366 option.
28368 <UL>   
28369 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28370 </UL><P>
28371 &lt;End of help on this topic&gt;
28372 </BODY>
28373 </HTML>
28374 ====== h_config_attach_in_reply ======
28375 <HTML>
28376 <HEAD>
28377 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28378 </HEAD>
28379 <BODY>
28380 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28382 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28383 attachments that were part of the original message will automatically be
28384 included in the Reply.
28386 &lt;End of help on this topic&gt;
28387 </BODY>
28388 </HTML>
28389 ====== h_config_include_header =====
28390 <HTML>
28391 <HEAD>
28392 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28393 </HEAD>
28394 <BODY>
28395 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28397 This feature controls an aspect of Alpine's Reply command. If set, and the
28398 original message is being included in the reply, then headers from that
28399 message will also be part of the reply.
28401 &lt;End of help on this topic&gt;
28402 </HEAD>
28403 </HTML>
28404 ====== h_config_sig_at_bottom =====
28405 <HTML>
28406 <HEAD>        
28407 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28408 </HEAD>
28409 <BODY>
28410 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28412 This feature controls an aspect of Alpine's Reply command.  If this feature
28413 is set, and the original message is being included in the reply, then the
28414 contents of your signature file (if any) will be inserted after the included
28415 message.
28417 This feature does not affect the results of a Forward command.
28419 &lt;End of help on this topic&gt;
28420 </BODY>
28421 </HTML>
28422 ====== h_config_sigdashes =====
28423 <HTML>
28424 <HEAD>
28425 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28426 </HEAD>
28427 <BODY>
28428 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28430 This feature enables support for the common USENET news convention 
28431 of preceding a message signature with the special line consisting of 
28432 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28435 When enabled and a
28436 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28437 Alpine will insert the special line before including the file's text (unless
28438 the special line already exists somewhere in the file's text).
28441 In addition, when you Reply or Followup to a message containing one of
28442 these special lines and choose to include its text, Alpine will observe
28443 the convention of not including text beyond the special line in your
28444 reply.
28445 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28446 mode is enabled and turned on, then Alpine <EM>will</EM>
28447 include the text beyond the special line regardless of the setting of
28448 this feature.
28451 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28452 for a related feature.
28455 <UL>   
28456 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28457 </UL><P>
28458 &lt;End of help on this topic&gt;
28459 </BODY>
28460 </HTML>
28461 ====== h_config_new_thread_blank_subject =====
28462 <HTML>
28463 <HEAD>
28464 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28465 </HEAD>
28466 <BODY>
28467 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28469 When this feature is enabled (the default) Alpine will create a new thread
28470 every time that the subject line becomes empty at any time during composition.
28473 This behavior is particularly useful in case you are replying to a message.
28474 Replying to a message causes the message to be in the same thread than the
28475 original message that is being replied to. However, many authors want to create
28476 a new message (in a different thread) while replying to a message, and they do
28477 this by changing the full subject, by first deleting the original subject and
28478 typing the new subject of the current message.
28481 Enabling this feature causes that any time that the subject is deleted, the 
28482 message being composed will be considered the first message of a new thread.
28485 <UL>   
28486 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28487 </UL><P>
28488 &lt;End of help on this topic&gt;
28489 </BODY>
28490 </HTML>
28491 ====== h_config_strip_sigdashes =====
28492 <HTML>
28493 <HEAD>
28494 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28495 </HEAD>
28496 <BODY>
28497 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28499 This feature doesn't do anything if the feature
28500 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28501 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28502 then turning on this feature enables support for the convention
28503 of not including text beyond the sigdashes line when Replying or Following
28504 up to a message and including the text of that message.
28505 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28506 mode is enabled and turned on, then Alpine <EM>will</EM>
28507 include the text beyond the special line regardless of the setting of
28508 this feature.
28510 In other words, this is a way to turn on the signature stripping behavior
28511 without also turning on the dashes-adding behavior.
28513 <UL>   
28514 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28515 </UL><P>
28516 &lt;End of help on this topic&gt;
28517 </BODY>
28518 </HTML>
28519 ====== h_config_forward_as_attachment =====
28520 <HTML>
28521 <HEAD>
28522 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28523 </HEAD>
28524 <BODY>
28525 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28527 This feature affects the way forwarded message text is handled.  When set, rather than 
28528 include the text of the forwarded message below any additional text you provide in the
28529 composer, the forwarded message is attached in its entirety to the message you send.
28531 This is useful in that it keeps the text you provide in the composer distinct from the
28532 text of the forwarded message.  Similarly, it allows the recipient to 
28533 conveniently operate on the forwarded message.  For example, they might reply directly to
28534 the sender of the forwarded message, or process it as part of a spam report.
28535 <UL>   
28536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28537 </UL><P>
28538 &lt;End of help on this topic&gt;
28539 </BODY>
28540 </HTML>
28541 ====== h_config_preserve_field =====
28542 <HTML>
28543 <HEAD>
28544 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28545 </HEAD>
28546 <BODY>
28547 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28549 This feature affects Alpine's behavior when one replies to a message. 
28550 When you receive a message, some or all of the recipients of the message 
28551 have been added to the To: and Cc: fields. If you reply to such message, 
28552 and this feature is disabled, then the original sender of the message is 
28553 added to the To: field, and all other recipients are added to the Cc: 
28554 field, while your address is added to the From: field.
28557 However, if this feature is enabled, then Alpine will preserve the 
28558 original fields as sent in the original message, so the Cc: and To: 
28559 fields will be preserved. The sender's address will be added to the To: 
28560 field, while your address is added to the From: field.
28563 The behavior of this feature is that replies to all messages will behave 
28564 in the way described above. If you only intend this to happen on a per 
28565 message basis, then keep this feature disabled, and when replying to a 
28566 message you will see a new option in the menu for the &quot;Reply to all 
28567 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28568 make Alpine toggle its question so you can preserve the To: and Cc: 
28569 fields for that message only.
28571 <UL>   
28572 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28573 </UL><P>
28574 &lt;End of help on this topic&gt;
28575 </BODY>
28576 </HTML>
28577 ====== h_config_sub_lists =====
28578 <HTML>
28579 <HEAD>
28580 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28581 </HEAD>
28582 <BODY>
28583 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28585 This feature affects the subcommands available when Saving, 
28586 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28587 available. This command allows you to type in a substring of the folder
28588 you are looking for and when you type ^X it will display all folders
28589 that contain that substring in their names.
28590 This feature is set by default.
28593 &lt;End of help on this topic&gt;
28594 </BODY>
28595 </HTML>
28596 ====== h_config_scramble_message_id =====
28597 <HTML>
28598 <HEAD>
28599 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28600 </HEAD>
28601 <BODY>
28602 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28604 Normally the Message-ID header that Alpine generates when sending a message
28605 contains the name of the computer from which the message is being sent.
28606 Some believe that this hostname could be used by spammers or could
28607 be used by others for nefarious purposes.
28608 If this feature is set, that name will be transformed with a simple
28609 Rot13 transformation.
28610 The result will still have the correct syntax for a Message-ID but the
28611 part of the MessageID that is often a domain name will not be an actual
28612 domain name because the letters will be scrambled.
28614 In addition, other information such as the name program, version, and
28615 a code for operating system used to build Alpine, will be encoded using
28616 the Rot13 transformation, except for the version number which will be
28617 encoded using a Rot5 transformation.
28619 It is possible (but unlikely?) that some spam detection
28620 software will use that as a reason to reject the mail as spam.
28621 It has also been reported that some spam detection software uses the
28622 fact that there are no dots after the &quot;@&quot; as a reason to reject
28623 messages.
28624 If your PC-Alpine Message-ID is using a name without a dot that is because
28625 that is what Windows thinks is your &quot;Full computer name&quot;.
28626 The method used to set this varies from one type of Windows to another but
28627 check under Settings -> Control Panel -> System and
28628 look for Network Identification or Computer Name or something similar.
28629 How to set it is beyond the scope of Alpine.
28632 &lt;End of help on this topic&gt;
28633 </BODY>
28634 </HTML>
28635 ====== h_downgrade_multipart_to_text =====
28636 <HTML>
28637 <HEAD>
28638 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28639 </HEAD>
28640 <BODY>
28641 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28644 This feature affects Alpine's behavior when sending mail.  Internet
28645 standards require Alpine to translate all non-ASCII characters in
28646 messages that it sends using MIME encoding.  This encoding can be
28647 ostensibly broken for recipients if any agent between Alpine and the
28648 recipient, such as an email list expander, appends text to the
28649 message, such as list information or advertising.  When sending such
28650 messages Alpine attempts to protect such encoding by placing extra
28651 MIME boundaries around the message text.
28653 These extra boundaries are invisible to recipients that 
28654 use MIME-aware email programs (the vast majority).  However, if
28655 you correspond with users of email programs that are not MIME-aware,
28656 or do not handle the extra boundaries gracefully, you can
28657 use this feature to prevent Alpine from including the extra
28658 MIME information.  Of course, it will increase the likelihood
28659 that non-ASCII text you send may appear corrupt to the recipient.
28661 &lt;End of help on this topic&gt;
28662 </BODY>
28663 </HTML>
28664 ====== h_config_show_sort =====
28665 <HTML>
28666 <HEAD>
28667 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28668 </HEAD>
28669 <BODY>
28670 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28672 If this feature is set and there is sufficient space on the screen,
28673 a short indication of the current sort order will be
28674 added in the titlebar (the top line on the screen), before the name
28675 of the folder.
28676 For example, with the default Arrival sort in effect,
28677 the display would have the characters
28679 <P><CENTER>[A]</CENTER><P>
28681 added between the title of the screen and the folder name.
28682 The letters are the same as the letters you may type to manually
28683 sort a folder with the SortIndex command ($).
28684 The letters in the table below are the ones that may show
28685 up in the titlebar line.
28687 <TABLE>   
28688 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28689 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28690 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28691 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28692 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28693 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28694 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28695 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28696 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28697 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28698 </TABLE>
28700 If the sort order is Reversed, the letter above will be preceded by the letter
28701 &quot;R&quot;, for example
28703 <P><CENTER>[RS]</CENTER><P>
28705 means that a Reverse Subject sort is in effect.
28706 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28707 left out, and just an &quot;R&quot; is shown.
28709 <P><CENTER>[R]</CENTER>
28712 &lt;End of help on this topic&gt;
28713 </BODY>
28714 </HTML>
28715 ====== h_config_disable_reset_disp =====
28716 <HTML>
28717 <HEAD>
28718 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28719 </HEAD>
28720 <BODY>
28721 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28723 UNIX Alpine only.
28725 This feature affects Alpine's behavior when using
28726 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28727 Normally, before the display filter is run, the terminal mode is reset
28728 to what it was before you started Alpine.
28729 This may be necessary if the filter requires the use of the terminal.
28730 For example, it may need to interact with you.
28731 If you set this feature, then the terminal mode will not be reset.
28732 One thing that turning on this feature should fix is the coloring of
28733 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28734 breaks because the terminal reset resets the color state of the terminal.
28737 &lt;End of help on this topic&gt;
28738 </BODY>
28739 </HTML>
28740 ====== h_config_disable_sender =====
28741 <HTML>
28742 <HEAD>
28743 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28744 </HEAD>
28745 <BODY>
28746 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28748 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28749 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28750 header fields.
28751 By default, Alpine will generate such a header in situations where the
28752 username or domain are not the same as
28753 the &quot;From:&quot; header on the message.
28754 With this feature set,
28755 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28756 This may be desirable on a system that is virtually hosting many domains,
28757 and the sysadmin has other methods available for tracking a message to
28758 its originator.
28760 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28763 &lt;End of help on this topic&gt;
28764 </BODY>
28765 </HTML>
28766 ====== h_config_use_sender_not_x =====
28767 <HTML>
28768 <HEAD>
28769 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28770 </HEAD>
28771 <BODY>
28772 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28774 Normally Alpine adds a header line
28775 labeled &quot;X-X-Sender&quot;, if the sender is
28776 different from the From: line.
28777 The standard specifies that this header
28778 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28779 Setting this feature causes
28780 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28782 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28785 &lt;End of help on this topic&gt;
28786 </BODY>
28787 </HTML>
28788 ====== h_config_use_fk =====
28789 <HTML>
28790 <HEAD>
28791 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28792 </HEAD>
28793 <BODY>
28794 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28796 This feature specifies that Alpine will respond to function keys instead of
28797 the normal single-letter commands. In this mode, the key menus at the
28798 bottom of each screen will show function key designations instead of the
28799 normal mnemonic key.
28802 &lt;End of help on this topic&gt;
28803 </BODY>
28804 </HTML>
28805 ====== h_config_cancel_confirm =====
28806 <HTML>
28807 <HEAD>
28808 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28809 </HEAD>
28810 <BODY>
28811 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28813 This feature affects what happens when you type ^C to cancel a composition.
28814 By default, if you attempt to cancel a composition by typing ^C, you will be
28815 asked to confirm the cancellation by typing a &quot;C&quot;
28816 for <EM>C</EM>onfirm.
28817 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28818 risky because the &quot;^C Y&quot; needed to cancel a message
28819 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28821 If this feature is set the confirmation asked for
28822 will be a &quot;<EM>Y</EM>es&quot;
28823 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28826 &lt;End of help on this topic&gt;
28827 </BODY>
28828 </HTML>
28829 ====== h_config_compose_maps_del =====
28830 <HTML>
28831 <HEAD>
28832 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28833 </HEAD>
28834 <BODY>
28835 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28837 This feature affects the behavior of the DELETE key.
28838 If set, Delete will be equivalent to ^D, and delete
28839 the current character.  Normally Alpine defines the Delete key
28840 to be equivalent to ^H, which deletes the <EM>previous</EM>
28841 character.
28844 &lt;End of help on this topic&gt;
28845 </BODY>
28846 </HTML>
28847 ====== h_config_compose_bg_post =====
28848 <HTML>
28849 <HEAD>
28850 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28851 </HEAD>
28852 <BODY>
28853 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28855 This feature affects the behavior of Alpine's mail sending.  If set, this
28856 feature enables a subcommand in the composer's "Send?" confirmation
28857 prompt.  The subcommand allows you to tell Alpine to handle the actual
28858 posting in the background.  While this feature usually allows posting
28859 to appear to happen very fast, it has no affect on the actual delivery
28860 time it takes a message to arrive at its destination.
28863 Please Note:
28864 <OL>
28865  <LI>This feature will have no effect if the feature
28866        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28867        is set.
28868  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28869        as well as several Unix ports, do not recognize this feature.
28870  <LI>Error handling is significantly different when this feature is
28871         enabled.  Any message posting failure results in the message
28872         being appended to your &quot;Interrupted&quot; mail folder.  When you
28873         type the <A HREF="h_common_compose">C</A>ompose command,
28874         Alpine will notice this folder and
28875         offer to extract any messages contained.  Upon continuing a 
28876         failed message, Alpine will display the nature of the failure 
28877         in the status message line.
28878  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28879         for message data to
28880         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28881         if you typically run close to any sort of disk-space limits or quotas.
28882 </OL>
28884 &lt;End of help on this topic&gt;
28885 </BODY>
28886 </HTML>
28887 ====== h_config_compose_dsn =====
28888 <HTML>
28889 <HEAD>
28890 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28891 </HEAD>
28892 <BODY>
28893 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28895 This feature affects the behavior of Alpine's mail sending.  If set, this
28896 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28897 prompt.  The subcommand allows you to tell Alpine to request the type of
28898 Delivery Status Notification (DSN) that you would like.  Most users will
28899 be happy with the default, and need not enable this feature.
28901 If the feature
28902 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28903 then this feature has no effect and the type of DSN is not selectable.
28906 Turning on this feature and then turning on the DSNOpts from the send
28907 prompt reveals four on-off toggles at the bottom of the screen.
28908 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28909 that no notification be returned to you, even if there is a delivery
28910 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28911 server that you are willing (or not) to receive delay notifications, which
28912 happen when there is an unusual delay at some mail server (in that mail
28913 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28914 Success requests that you be sent a DSN message when the message is
28915 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28916 automatically turn off Delay and Success notification, and will flip the
28917 toggles to show that.  Similarly, turning on Delay and/or Success will
28918 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28919 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28920 the full message be returned in any failed DSN.  RetHdrs requests that
28921 only the headers be returned in any failed DSN.  Notice that this command
28922 applies only to failed delivery status reports.  For delay or success
28923 reports, the full message is never returned, only the headers are returned.
28926 If you don't enable the DSN feature or if you don't turn it on for a
28927 particular message, the default is that you will be notified about failures,
28928 you might be notified about delays, and you won't be notified about
28929 successes.  You will usually receive the full message back when there is
28930 a failure.
28933 If you turn on the DSNOpts the default is to return as much information as
28934 possible to you.  That is, by default, the Success and Delay options are
28935 turned on and the full message will be returned on failure.
28938 The sending prompt will display the current DSN request (if any) in a
28939 shorthand form.  It will be:
28941 <P><CENTER>[Never]</CENTER>
28944 if you have requested NoErrRets.  Otherwise, it will look something like:
28946 <P><CENTER>[FDS-Hdrs]</CENTER>
28949 The &quot;F&quot; will always be there, indicating that you will be notified
28950 of failures.  (Alpine doesn't provide a way to request no failure notification
28951 and at the same time request either success or delay notification.  The only
28952 way to request no failure notifications is to request no notifications at
28953 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28954 requested Delay and/or Success notification.  If one of those is missing,
28955 that means you are requesting no notification of the corresponding type.
28956 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28957 the headers and Full means to return the full message (applies to
28958 failure notifications only).
28961 NOTE: This feature relies on your system's mail transport agent or
28962 configured
28963 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28964 having the negotiation mechanism introduced in
28965 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28966 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28967 are using doesn't support DSN, a short warning will be shown to you on
28968 the message line at the bottom of the screen after you send your message,
28969 but your message will have been sent anyway.
28972 Note that DSNs don't provide a mechanism to request read receipts.  That
28973 is, if you request notification on success you are notified when the
28974 message is delivered to the mailbox, not when the message is read.
28977 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28978 it is possible that this feature might cause problems for some servers. 
28981 &lt;End of help on this topic&gt;
28982 </BODY>
28983 </HTML>
28984 ====== h_config_auto_zoom =====
28985 <HTML>
28986 <HEAD>
28987 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28988 </HEAD>
28989 <BODY>
28990 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28992 This feature affects the behavior of the Select command.
28993 If set, the select command will automatically perform a zoom
28994 after the select is complete.
28995 This feature is set by default.
28997 Some related help topics are
28998 <UL>
28999 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29000 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29001 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29002 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29003 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29004 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29005 </UL>
29008 &lt;End of help on this topic&gt;
29009 </BODY>
29010 </HTML>
29011 ====== h_config_auto_unzoom =====
29012 <HTML>
29013 <HEAD>
29014 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
29015 </HEAD>
29016 <BODY>
29017 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
29019 This feature affects the behavior of the Apply command.  If set, and if
29020 you are currently looking at a Zoomed Index view of selected messages,
29021 the Apply command will do the operation you specify, but then will
29022 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
29023 the normal Index view after the Apply. 
29024 This feature is set by default.
29027 Some related help topics are
29028 <UL>
29029 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29030 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29031 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29032 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29033 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29034 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29035 </UL>
29037 &lt;End of help on this topic&gt;
29038 </BODY>
29039 </HTML>
29040 ====== h_config_auto_unselect =====
29041 <HTML>
29042 <HEAD>
29043 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29044 </HEAD>
29045 <BODY>
29046 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29048 This feature affects the behavior of the Apply command.  If set,
29049 the Apply command will do the operation you specify, but then will
29050 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29051 the normal Index view after the Apply. 
29054 Some related help topics are
29055 <UL>
29056 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29057 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29058 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29059 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29060 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29061 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29062 </UL>
29064 &lt;End of help on this topic&gt;
29065 </BODY>
29066 </HTML>
29067 ====== h_config_fast_recent =====
29068 <HTML>
29069 <HEAD>
29070 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29071 </HEAD>
29072 <BODY>
29073 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29075 This feature controls the behavior of the TAB key when traversing folders
29076 in the optional 
29077 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29078 collection or in optional <!--#echo var="VAR_news-collections"-->.
29081 When the TAB
29082 (<A HREF="h_common_nextnew">NextNew</A>)
29083 key is pressed, the default behavior is to
29084 explicitly examine the status of the folder for the number of recent
29085 messages (messages delivered since the last time it was viewed).
29086 Depending on the size and number of messages in the folder, this test
29087 can be time consuming.
29090 Enabling this feature will cause Alpine to only test for the existence of
29091 any recent messages rather than to obtain the count.  This is much faster
29092 in many cases.  The downside is that you're not given the number of recent
29093 messages when prompted to view the next folder.
29094 If the feature
29095 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
29096 is turned on, then the present feature will have no effect.
29099 <UL>   
29100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29101 </UL><P>
29102 &lt;End of help on this topic&gt;
29103 </BODY>
29104 </HTML>
29105 ====== h_config_arrow_nav =====
29106 <HTML>
29107 <HEAD>
29108 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29109 </HEAD>
29110 <BODY>
29111 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29113 This feature controls the behavior of the left and right arrow keys.
29114 If set, the left and right arrow keys will operate like the usual
29115 navigation keys &lt; and &gt;.
29116 This feature is set by default.
29119 If you set this feature, and do not like the changed behavior of the up/down 
29120 arrow 
29121 keys when navigating through the FOLDER LIST screen -- 
29122 <B>first</B> from column to column, if more than one folder is 
29123 displayed per row, 
29124 and <B>then</B> from row to row -- you may either also wish to set the feature 
29125 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29126 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29127 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29128 folders in each column.
29130 <UL>   
29131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29132 </UL><P>
29133 &lt;End of help on this topic&gt;
29134 </BODY>
29135 </HTML>
29136 ====== h_config_relaxed_arrow_nav =====
29137 <HTML>
29138 <HEAD>
29139 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29140 </HEAD>
29141 <BODY>
29142 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29144 This feature controls the behavior of the left, right, up and down
29145 arrow keys in the FOLDER LIST screen when the &quot;<A
29146 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29147 set.
29148 This feature is set by default.
29152 When this feature is set, the left and right
29153 arrow keys in the FOLDER LIST screen
29154 move the highlight bar to the left or right, and the up and
29155 down arrows move it up or down.
29158 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29159 feature is not set;
29160 the left and right arrow keys in the Folder List screen strictly
29161 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29162 and down arrow keys move the highlight bar to the previous and next
29163 folder or directory name.
29166 <UL>   
29167 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29168 </UL><P>
29169 &lt;End of help on this topic&gt;
29170 </BODY>
29171 </HTML>
29172 ====== h_config_alt_compose_menu =====
29173 <HTML>
29174 <HEAD>
29175 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29176 </HEAD>
29177 <BODY>
29178 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29180 This feature controls the menu that is displayed when Compose is selected.
29181 If set, a list of options will be presented, with each option representing
29182 the type of composition that could be used. This feature is most useful for
29183 users who want to avoid being prompted with each option separately, or who
29184 want to avoid the checking of remote postponed or form letter folders.
29185 The possible types of composition are:
29188 New, for starting a new composition. Note that if New is selected and roles
29189 are set, roles are checked for matches and applied according to the setting
29190 of the matching role.
29193 Interrupted, for continuing an interrupted composition. This option is only
29194 offered if an interrupted message folder is detected.
29197 Postponed, for continuing postponed compositions. This option is offered
29198 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29199 the postponed folder actually exists. This option is especially handy
29200 for avoiding having to check for the existence of a remote postponed folder.
29203 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29204 is set in the config, and is not checked for existence for reasons similar
29205 to those explained by the postponed option.
29208 setRole, for selecting a role to apply to a composition.
29211 &lt;End of help on this topic&gt;
29212 </BODY>
29213 </HTML>
29214 ====== h_config_alt_role_menu =====
29215 <HTML>
29216 <HEAD>
29217 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29218 </HEAD>
29219 <BODY>
29220 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29222 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29223 a role and compose a new message using that role.
29224 When this feature is set, the role command will first ask whether you want to
29225 Compose a new message, Forward the current message, Reply to the
29226 current message, or Bounce the current message.
29227 If you are not in the MESSAGE INDEX and are not viewing a message,
29228 then there is no current message and the question will be skipped.
29229 After you have chosen to Compose, Forward, Reply, or Bounce you will
29230 then choose the role to be used.
29232 When Bouncing the &quot;Set From&quot; address is used for the
29233 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29234 provided that the option
29235 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29236 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29237 set.
29238 Other actions of the role are ignored when Bouncing.
29241 &lt;End of help on this topic&gt;
29242 </BODY>
29243 </HTML>
29244 ====== h_config_always_spell_check =====
29245 <HTML>
29246 <HEAD>
29247 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29248 </HEAD>
29249 <BODY>
29250 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29252 When this feature is set, every composed message will be spell-checked before
29253 being sent.
29255 &lt;End of help on this topic&gt;
29256 </BODY>
29257 </HTML>
29258 ====== h_config_quell_asterisks =====
29259 <HTML>
29260 <HEAD>
29261 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29262 </HEAD>
29263 <BODY>
29264 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29266 When you are running Alpine you will sometimes be asked for a password
29267 in a prompt on the third line from the bottom of the screen.
29268 Normally each password character you type will cause an asterisk to echo
29269 on the screen. That gives you some feedback to know that your typing is
29270 being recognized.
29271 There is a very slight security risk in doing it this way because someone
29272 watching over your shoulder might be able to see how many characters there
29273 are in your password.
29274 If you'd like to suppress the echoing of the asterisks set this feature.
29276 &lt;End of help on this topic&gt;
29277 </BODY>
29278 </HTML>
29279 ====== h_config_quell_flowed_text =====
29280 <HTML>
29281 <HEAD>
29282 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29283 </HEAD>
29284 <BODY>
29285 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29287 Alpine generates flowed text where possible.
29288 The method for generating flowed text is defined by
29289 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29290 the benefit of doing so is
29291 to send message text that can properly be viewed both on normal width displays
29292 and on displays with smaller or larger than normal screen widths.
29293 With flowed text, a space at the end of a line tells the receiving mail
29294 client that the following line belongs to the same paragraph.
29295 Quoted text will also be affected, with only the innermost
29296 level of &quot;&gt;&quot; quoting being followed by a space.
29297 However, if you have changed the
29298 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29299 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29300 quoted text will not be flowed.
29301 For this reason, we recommend that you leave your
29302 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29304 This feature turns off the generation of flowed text, as it might be
29305 desired to more tightly control how a message is displayed on the receiving end.
29307 If this feature is <EM>not</EM> set, you can control on a message by message
29308 basis whether or not flowed text is generated.
29309 You do this by typing ^V at the Send confirmation prompt that you get
29310 after typing ^X to send a message.
29311 ^V is a toggle that turns flowing off and back on if typed again.
29312 If for some reason flowing cannot be done on a particular message, then the
29313 ^V command will not be available.
29314 This would be the case, for example, if this feature was set, or if your
29315 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29316 If the feature
29317 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29318 then the opportunity to control on a message by message basis
29319 whether or not flowed text is generated is lost.
29321 When this feature is not set and you have typed ^V to turn off flowing,
29322 the Send confirmation prompt will change to look like
29324 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29326 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29327 also turn off the sending of flowed text messages, but it differs in that
29328 it also trims all trailing white space from a message before sending it.
29330 If alternate editors are used extensively, be aware that a message will still
29331 be sent flowed if this feature is unset.  In most cases this will be fine,
29332 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29333 use that.
29335 &lt;End of help on this topic&gt;
29336 </BODY>
29337 </HTML>
29338 ====== h_config_strip_ws_before_send =====
29339 <HTML>
29340 <HEAD>
29341 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29342 </HEAD>
29343 <BODY>
29344 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29346 By default, trailing whitespace is not stripped from
29347 a message before sending.  Trailing whitespace should have no effect on an
29348 email message, and in flowed text can aid in delimiting paragraphs.
29349 However, the old behavior of stripping trailing whitespace was in place
29350 to better deal with older clients that couldn't handle certain types of
29351 text encodings.  This feature restores the old behavior
29353 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29354 generated by default but can be turned off via the
29355 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29356 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29357 of flowed text.
29359 &lt;End of help on this topic&gt;
29360 </BODY>
29361 </HTML>
29362 ====== h_config_del_from_dot =====
29363 <HTML>
29364 <HEAD>
29365 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29366 </HEAD>
29367 <BODY>
29368 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29370 This feature controls the behavior of the Ctrl-K command in the composer.
29371 If set, ^K will cut from the current cursor position to the end of the line,
29372 rather than cutting the entire line.
29375 &lt;End of help on this topic&gt;
29376 </BODY>
29377 </HTML>
29378 ====== h_config_print_index =====
29379 <HTML>
29380 <HEAD>
29381 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29382 </HEAD>
29383 <BODY>
29384 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29386 This feature controls the behavior of the Print command when in the
29387 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29388 asking if you wish to print the message index, or the currently highlighted
29389 message. If not set, the message will be printed.
29392 &lt;End of help on this topic&gt;
29393 </BODY>
29394 </HTML>
29395 ====== h_config_allow_talk =====
29396 <HTML>
29397 <HEAD>
29398 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29399 </HEAD>
29400 <BODY>
29401 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29403 UNIX Alpine only.
29405 By default, permission for others to &quot;talk&quot; to your terminal is turned
29406 off when you are running Alpine.  When this feature is set, permission is
29407 instead turned on.  If enabled, you may see unexpected messages in the
29408 middle of your Alpine screen from someone attempting to contact you via the
29409 &quot;talk&quot; program.
29412 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29413 talk daemon on your system will attempt to print a message on your screen 
29414 when someone else is trying to contact you.  If you wish to see these
29415 messages while you are running Alpine, you should enable this feature.
29418 If you do enable this feature and see a &quot;talk&quot; message, you must 
29419 suspend or quit Alpine before you can respond.
29422 &lt;End of help on this topic&gt;
29423 </BODY>
29424 </HTML>
29425 ====== h_config_send_filter_dflt =====
29426 <HTML>
29427 <HEAD>
29428 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29429 </HEAD>
29430 <BODY>
29431 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29432 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29433 configured, setting this feature will cause
29434 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29435 instead of unfiltered, the usual default.
29437 <UL>   
29438 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29439 </UL><P>
29440 &lt;End of help on this topic&gt;
29441 </BODY>
29442 </HTML>
29443 ====== h_config_custom_print =====
29444 <HTML>
29445 <HEAD>
29446 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29447 </HEAD>
29448 <BODY>
29449 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29451 When this feature is set, the print command will have an additional
29452 subcommand called "C CustomPrint".  If selected, you will have
29453 the opportunity to enter any system print command --instead of being 
29454 restricted to using those that have been previously configured in the 
29455 printer setup menu.
29458 &lt;End of help on this topic&gt;
29459 </BODY>
29460 </HTML>
29461 ====== h_config_enable_dot_files =====
29462 <HTML>
29463 <HEAD>
29464 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29465 </HEAD>
29466 <BODY>
29467 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29469 When this feature is set, files beginning with dot (".") will be
29470 visible in the file browser.  For example, you'll be able to select them
29471 when using the browser to add an attachment to a message.
29473 &lt;End of help on this topic&gt;
29474 </BODY>
29475 </HTML>
29476 ====== h_config_enable_dot_folders =====
29477 <HTML>
29478 <HEAD>        
29479 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29480 </HEAD>
29481 <BODY>
29482 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29484 When this feature is set, folders beginning with dot (".") may be added
29485 and viewed.
29487 &lt;End of help on this topic&gt;
29488 </BODY>
29489 </HTML>
29490 ====== h_config_ff_between_msgs =====
29491 <HTML>
29492 <HEAD>
29493 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29494 </HEAD>
29495 <BODY>
29496 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29498 Setting this feature causes a formfeed to be printed between messages when
29499 printing multiple messages (with Apply Print command).
29501 &lt;End of help on this topic&gt;
29502 </BODY>
29503 </HTML>
29504 ====== h_config_blank_keymenu =====
29505 <HTML>
29506 <HEAD>
29507 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29508 </HEAD>
29509 <BODY>
29510 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29512 If this feature is set the command key menu that normally appears on the
29513 bottom two lines of the screen will not usually be there.  Asking for
29514 help with ^G or ? will cause the key menu to appear instead of causing
29515 the help message to come up.  If you want to actually see the help text,
29516 another ^G or ? will show it to you.  After the key menu has popped
29517 up with the help key it will remain there for an O for Other command but
29518 disappear if any other command is typed.
29520 &lt;End of help on this topic&gt;
29521 </BODY>
29522 </HTML>
29523 ====== h_config_enable_mouse =====
29524 <HTML>
29525 <HEAD>
29526 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29527 </HEAD>
29528 <BODY>
29529 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29531 This feature controls whether or not an X terminal mouse can be used with
29532 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29533 being used, the left mouse button on the mouse can be used to select text
29534 or commands.
29535 Clicking on a command at the bottom of the screen will behave as if you had
29536 typed that command.
29537 Clicking on an index line will move the current message highlight to
29538 that line.
29539 Double-clicking on an index line will view the message.
29540 Double-clicking on a link will view the link.
29542 This type of mouse support will also work in some terminal emulators which are
29543 not actually X terminals, but which have extra code to support the xterm
29544 style mouse.
29545 For those emulators you not only need to turn this feature on but you also
29546 have to set the $DISPLAY environment variable even though it isn't needed
29547 for your terminal.
29548 That will cause Alpine to think that it is an xterm and to properly interpret the
29549 escape sequences sent by the mouse.
29551 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29552 also modified.  It is sometimes possible to hold the shift key down while clicking
29553 left or middle mouse buttons for the normal xterm cut/paste operations. 
29554 There is also an Alpine command to toggle this mode on or off.
29555 The command is Ctrl-&#92; (Control-backslash).
29557 &lt;End of help on this topic&gt;
29558 </BODY>
29559 </HTML>
29560 ====== h_config_enable_xterm_newmail =====
29561 <HTML>
29562 <HEAD>        
29563 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29564 </HEAD>
29565 <BODY>
29566 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29568 This feature controls whether or not Alpine will attempt to announce new
29569 mail arrival when it is running in an X terminal window and that window
29570 is iconified.  If set, and the $DISPLAY variable indicates that an X
29571 terminal is being used, Alpine will send appropriate escape sequences to
29572 the X terminal to modify the label on Alpine's icon to indicate that new
29573 mail has arrived. Alpine will also modify the Alpine window's title to
29574 indicate new mail.
29575 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29577 &lt;End of help on this topic&gt;
29578 </BODY></HTML>
29579 ====== h_config_enable_newmail_short_text =====
29580 <HTML>
29581 <HEAD>        
29582 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29583 </HEAD>
29584 <BODY>
29585 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29587 This feature controls the text to be displayed in an icon in the event
29588 of a new message arrival.  Normally, the message will
29589 be the one that is displayed on the screen.  This feature shortens the
29590 message to a count of the number of new messages in brackets.  This may be
29591 more useful for those who use the window's title bar in the task bar as a
29592 new mail indicator.  This feature is only useful if the
29593 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29594 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29595 feature, this feature is only relevant when run in an xterm environment.
29597 &lt;End of help on this topic&gt;
29598 </BODY></HTML>
29599 ====== h_config_copy_to_to_from =====
29600 <HTML>
29601 <HEAD>
29602 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29603 </HEAD>
29604 <BODY>
29605 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29607 This feature affects the From address used when Replying to a message.
29608 It is probably only useful if you have some
29609 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29610 defined.
29611 When enabled, it checks to see if any of the addresses in the To or Cc
29612 fields of the message you are replying to is one of your addresses.
29613 If it is, and there is only one of them, then that address is used as
29614 the From address in the message you are composing.
29615 In other words, you will be using a From address that is the same
29616 as the To address that was used to get the mail to you in the first place.
29619 If a role is being used and it has a From address defined, that From address will
29620 be used rather than the one derived from this feature.
29623 <UL>   
29624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29625 </UL><P>
29626 &lt;End of help on this topic&gt;
29627 </BODY>
29628 </HTML>
29629 ====== h_config_prefix_editing =====
29630 <HTML>
29631 <HEAD>
29632 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29633 </HEAD>
29634 <BODY>
29635 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29637 This feature affects the Reply command's &quot;Include original message
29638 in Reply?&quot; prompt.  When enabled, it causes the
29639 &quot;Edit Indent String&quot; sub-command to appear which allows 
29640 you to edit the string Alpine would otherwise use to denote included 
29641 text from the message being replied to.<P>
29643 Thus, you can change Alpine's default message quote character (usually
29644 an angle bracket) on a per message basis. So you could change your quoted message to
29645 look, for example, like this:<p>
29647 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29649 John: I just wanted to say hello and to congratulate you
29650 John: on a job well done!</pre><p>
29652 The configuration option
29653 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29654 may be used to change what appears as the default string to be edited.
29656 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29657 currently being replied to.
29659 If you change your <!--#echo var="VAR_reply-indent-string"-->
29660 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29661 quoted text will not be flowed
29662 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29663 when you reply.
29664 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29665 set to the default value.
29667 <UL>   
29668 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29669 </UL><P>
29670 &lt;End of help on this topic&gt;
29671 </BODY>
29672 </HTML>
29673 ====== h_config_enable_search_and_repl =====
29674 <HTML>
29675 <HEAD>
29676 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29677 </HEAD>
29678 <BODY>
29679 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29681 This feature modifies the behavior of Alpine's composer.  Setting this
29682 feature causes Alpine to offer the "^R Replace" subcommand, which
29683 allows you to search and replace text strings in a message you are composing, 
29684 inside the "^W Where is" command.  
29688 To search and replace text, first enter the text to be replaced at the 
29689 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29690 text, press ^R, which turns the prompt into 
29694 Search (to replace): 
29698 and then press Enter.  The cursor will highlight the first occurrence 
29699 of the text string you entered, and the prompt will show: 
29703 Replace "<your text string>" with : 
29707 where <your text string> is what you entered at the previous prompt;
29708 here, enter the replacement text.  To only replace the highlighted 
29709 occurrence, simply press Enter now; to replace all occurrences in the 
29710 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29711 each replacement.
29715 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29716 ^X toggles between "Replace All" and "Replace One."
29720 If you previously searched for text in a message, it will be offered for 
29721 re-use as part of the prompt, shown in [ ] brackets.
29724 &lt;End of help on this topic&gt;
29725 </BODY>
29726 </HTML>
29727 ====== h_config_enable_view_attach =====
29728 <HTML>
29729 <HEAD>
29730 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29731 </HEAD>
29732 <BODY>
29733 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29735 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29736 Setting this feature causes Alpine to present attachments in boldface.
29737 The first available attachment is displayed in inverse.  This is the
29738 "selected" attachment.  Pressing RETURN will cause Alpine to display
29739 the selected attachment.  Use the arrow keys to change which of the
29740 attachments displayed in boldface is the current selection.
29744 Speaking of arrow keys, the Up and Down Arrows will select the next
29745 and previous attachments if one is available on the screen for selection.
29746 Otherwise, they will simply adjust the viewed text one line up or down.
29750 Similarly, when selectable items are present in a message, the Ctrl-F key
29751 can be used to select the next item in the message independent of which
29752 portion of the viewed message is currently displayed. The Ctrl-B key can
29753 be used to select the previous item in the same way. 
29754 <P> 
29755 &lt;End of help on this topic&gt;
29756 </BODY>
29757 </HTML>
29758 ====== h_config_enable_y_print =====
29759 <HTML>
29760 <HEAD>
29761 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29762 </HEAD>
29763 <BODY>
29764 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29766 This feature modifies the behavior of Alpine's Print command.
29768 By default, Alpine's print command is available by pressing the "%" key.  
29769 (This command is a substantial change from Pine versions before 4.00 -- 
29770 where the print command was "Y" -- based on numerous complaints about 
29771 printing being invoked inadvertently, since Y also means "Yes.")  
29775 This feature is supplied to mitigate any disruption or anxiety users 
29776 might feel as a result of this change.  
29780 Enabling this feature will cause Alpine to recognize both the old
29781 command, "Y" for Prynt, as well the new "%" method for invoking
29782 printing.  Note, key menu labels are not changed as a result of
29783 enabling this feature.
29787 &lt;End of help on this topic&gt;
29788 </BODY>
29789 </HTML>
29790 ====== h_config_enable_lessthan_exit =====
29791 <HTML>
29792 <HEAD>
29793 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29794 </HEAD>
29795 <BODY>
29796 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29798 If this feature is set, then on screens where there is an Exit command
29799 but no < command, the < key will perform the same function as the Exit
29800 command.
29801 This feature is set by default.
29803 &lt;End of help on this topic&gt;
29804 </BODY>
29805 </HTML>
29806 ====== h_config_enable_view_url =====
29807 <HTML>
29808 <HEAD>
29809 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29810 </HEAD>
29811 <BODY>
29812 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29813 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29814 When this feature is set (the default) Alpine will select possible URLs from the
29815 displayed text and display them in boldface for selection.
29817 The first available URL is displayed in inverse.  This is the
29818 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29819 the selected URL via either built-in means as with mailto:, imap:,
29820 news:, and nntp:, or via an external application as defined
29821 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29822 variable.
29824 Use the arrow keys to change which of the URLs displayed in boldface
29825 is the current selection.
29827 Speaking of arrow keys, the Up and Down Arrows will select the next
29828 and previous URL if one is available on the screen for selection (unless 
29829 you have set the feature 
29830 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29831 Otherwise, they will simply adjust the viewed text one line up or down.
29833 Similarly, when selectable items are present in a message, the Ctrl-F
29834 key can be used to select the next item in the message independent
29835 of which portion of the viewed message is currently displayed. The
29836 Ctrl-B key can be used to select the previous item in the same way.
29838 <UL>   
29839 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29840 </UL><P>
29841 &lt;End of help on this topic&gt;
29842 </BODY>
29843 </HTML>
29844 ====== h_config_enable_view_web_host =====
29845 <HTML>
29846 <HEAD>
29847 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29848 </HEAD>
29849 <BODY>
29850 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29852 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29853 When this feature is set (the default) Alpine will select possible web hostnames
29854 from the displayed text and display them in boldface for selection.  
29855 This can be useful when you receive messages referencing World Wide Web 
29856 sites without the use of complete URLs; for example, specifying only 
29857 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29858 selectable 
29859 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29860 rather than explicitly
29861 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29863 The first available hostname is displayed in inverse.  This is the
29864 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29865 the selected hostname via an external application as defined
29866 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29867 variable.
29869 Use the arrow keys (unless you have set the feature 
29870 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29871 to change which of the hostnames displayed in
29872 boldface is the current selection.
29874 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29875 key can be used to select the next web hostname in the message independent
29876 of which portion of the viewed message is currently displayed. The
29877 Ctrl-B key can be used to select the previous web hostnames in the same way.
29879 <UL>   
29880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29881 </UL><P>
29882 &lt;End of help on this topic&gt;
29883 </BODY>
29884 </HTML>
29885 ====== h_config_enable_view_addresses =====
29886 <HTML>
29887 <HEAD>
29888 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29889 </HEAD>
29890 <BODY>
29891 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29893 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29894 Setting this feature causes Alpine to select possible email addresses
29895 from the displayed text and display them in boldface for selection.  
29898 The first available email address is displayed in inverse.  This is the
29899 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29900 the message composition screen with the To: field filled in with the
29901 selected address.
29903 Use the arrow keys (unless you have set the feature 
29904 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29905 to change which of the hostnames displayed in
29906 boldface is the current selection.
29908 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29909 key can be used to select the next web hostname in the message independent
29910 of which portion of the viewed message is currently displayed. The
29911 Ctrl-B key can be used to select the previous web hostnames in the same way.
29913 <UL>   
29914 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29915 </UL><P>
29916 &lt;End of help on this topic&gt;
29917 </BODY>
29918 </HTML>
29919 ====== h_config_enable_view_arrows =====
29920 <HTML>
29921 <HEAD>
29922 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29923 </HEAD>
29924 <BODY>
29925 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29927 This feature modifies Up and Down arrow key behavior in Alpine's
29928 MESSAGE TEXT screen when selectable Attachments, URL's, or
29929 web-hostnames are presented. Alpine's usual behavior is to move to
29930 the next or previous selectable item if currently displayed or
29931 simply to adjust the screen view by one line.
29935 Setting this feature causes the UP and Down arrow key to behave as
29936 if no selectable items were present in the message.
29940 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29941 item) functionality is unchanged.
29944 &lt;End of help on this topic&gt;
29945 </BODY>
29946 <HTML>
29947 ====== h_config_quell_charset_warning =====
29948 <HTML>
29949 <HEAD>
29950 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29951 </HEAD>
29952 <BODY>
29953 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29955 By default, if the message you are viewing contains characters that are
29956 not representable in your
29957 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29958 then Alpine will
29959 add a warning to the start of the displayed text.
29960 If this option is set, then that editorial message will be suppressed.
29962 Setting this feature also suppresses the comment about the character set
29963 in header lines.
29964 For example, when viewing a message you might see
29966 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29968 in the From header if your Character-Set is something other than ISO-8859-2.
29969 If you set this feature, the comment about the character set will
29970 no longer be there.
29972 &lt;End of help on this topic&gt;
29973 </BODY>
29974 </HTML>
29975 ====== h_config_quell_host_after_url =====
29976 <HTML>
29977 <HEAD>
29978 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29979 </HEAD>
29980 <BODY>
29981 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29983 By default, links in HTML text are displayed with the host the link
29984 references appended, within square brackets, to the link text.  Alpine
29985 does this to help indicate where a link will take you, particularly when
29986 the link text might suggest a different destination.
29989 Setting this feature will prevent the server name from being appended
29990 to the displayed text.
29993 &lt;End of help on this topic&gt;
29994 </BODY>
29995 </HTML>
29996 ====== h_config_prefer_plain_text =====
29997 <HTML>
29998 <HEAD>
29999 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
30000 </HEAD>
30001 <BODY>
30002 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
30004 A message being viewed may contain alternate versions of the same content.
30005 Those alternate versions are supposed to be ordered by the sending software such that the
30006 first alternative is the least preferred and the last alternative is the
30007 most preferred. Alpine will normally display the most-preferred version that
30008 it knows how to display. This is most often encountered where the two
30009 alternate versions are a plain text version and an HTML version, with the
30010 HTML version listed last as the most preferred.
30012 If this option is set, then any plain text version will be preferred to
30013 all other versions.
30015 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
30016 which will temporarily change the sense of this option.
30017 If this option is set you will first see the plain text version of a
30018 message.
30019 If you then type the &quot;A&quot; command, you will see the most preferred version,
30020 most likely HTML, instead.
30021 Typing the &quot;A&quot; command a second time will switch it back.
30022 Alternatively, if the present option is not set you will originally see
30023 the most preferred version of the message and typing &quot;A&quot; will switch to
30024 the plain text version.
30026 &lt;End of help on this topic&gt;
30027 </BODY>
30028 </HTML>
30029 ====== h_config_pass_control =====
30030 <HTML>
30031 <HEAD>
30032 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
30033 </HEAD>
30034 <BODY>
30035 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
30037 It is probably not useful to set this option.
30038 This is a legacy option left behind &quot;just in case&quot;.
30039 Multi-byte characters that have an octet that has the same
30040 value as a control character are permitted through whether or not
30041 this option is turned on.
30043 This feature controls how certain characters contained in messages are
30044 displayed.
30045 If set, all characters in a message will be sent to the
30046 screen. Normally, control characters are displayed as shown below to
30047 avoid a garbled screen and to 
30048 avoid inadvertently changing terminal setup parameters.
30049 Control characters are usually displayed as two character sequences like
30050 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
30051 for Control-C,
30052 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
30053 for ESCAPE,
30054 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
30055 for DELETE, and
30056 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
30057 for the character with value 133 (0x85).
30058 (The DEL character is displayed as ^?, regular control characters are displayed
30059 as the character ^ followed by the character obtained by adding the
30060 five low-order bits of the character to 0x40, and the C1
30061 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
30062 character obtained by adding the
30063 five low-order bits of the character to 0x40.)
30064 Sometimes, in cases where changing a single control character into a
30065 two-character sequence would confuse Alpine's display routines,
30066 a question mark is substituted for the control character.
30068 If you wish to filter out regular control characters but pass the
30069 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30070 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.
30072 &lt;End of help on this topic&gt;
30073 </BODY>
30074 </HTML>
30075 ====== h_config_pass_c1_control =====
30076 <HTML>
30077 <HEAD>
30078 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
30079 </HEAD>
30080 <BODY>
30081 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
30083 It is probably not useful to set this option.
30084 This is a legacy option left behind &quot;just in case&quot;.
30085 Multi-byte characters that have an octet that has the same
30086 value as a control character are permitted through whether or not
30087 this option is turned on.
30089 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30090 is set, then this feature has no effect.
30091 However, if you wish to filter out regular control characters but pass the
30092 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30093 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30094 unset and set this feature.
30096 &lt;End of help on this topic&gt;
30097 </BODY>
30098 </HTML>
30099 ====== h_config_fcc_on_bounce =====
30100 <HTML>
30101 <HEAD>
30102 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
30103 </HEAD>
30104 <BODY>
30105 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
30107 This feature controls an aspect of Alpine's behavior when bouncing a
30108 message. If set, normal FCC ("File Carbon Copy") processing will be
30109 done, just as if you had composed a message to the address you are
30110 bouncing to.  If not set, no FCC of the message will be saved. 
30112 &lt;End of help on this topic&gt;
30113 </BODY>
30114 </HTML>
30115 ====== h_config_show_cursor =====
30116 <HTML>
30117 <HEAD>
30118 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30119 </HEAD>
30120 <BODY>
30121 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30123 This feature controls an aspect of Alpine's displays.  If set, the system
30124 cursor will move to convenient locations in the displays.  For example,
30125 to the beginning of the status field of the highlighted index line, or
30126 to the highlighted word after a successful WhereIs command.  It is intended
30127 to draw your attention to an "interesting" spot on the screen.
30129 &lt;End of help on this topic&gt;
30130 </BODY>
30131 </HTML>
30132 ====== h_config_sort_fcc_alpha =====
30133 <HTML>
30134 <HEAD>
30135 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30136 </HEAD>
30137 <BODY>
30138 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30140 This feature controls an aspect of Alpine's FOLDER LIST screen.
30141 If set, the default Fcc folder will be sorted alphabetically with the other
30142 folders instead of appearing right after the INBOX.
30144 &lt;End of help on this topic&gt;
30145 </BODY>
30146 </HTML>
30147 ====== h_config_sort_save_alpha =====
30148 <HTML>
30149 <HEAD>
30150 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30151 </HEAD>
30152 <BODY>
30153 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30155 This feature controls an aspect of Alpine's FOLDER LIST screen.
30156 If set, the default save folder will be sorted alphabetically with the other
30157 folders instead of appearing right after the INBOX (and default FCC folder).
30159 &lt;End of help on this topic&gt;
30160 </BODY>
30161 </HTML>
30162 ====== h_config_single_list =====
30163 <HTML>
30164 <HEAD>
30165 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30166 </HEAD>
30167 <BODY>
30168 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30170 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30171 the folders will be listed one per line instead of several per line
30172 in the FOLDER LIST display.
30174 &lt;End of help on this topic&gt;
30175 </BODY>
30176 </HTML>
30177 ====== h_config_vertical_list =====
30178 <HTML>
30179 <HEAD>
30180 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30181 </HEAD>
30182 <BODY>
30183 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30185 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30186 the folders will be listed alphabetically down the columns rather
30187 than across the columns as is the default.
30189 &lt;End of help on this topic&gt;
30190 </BODY>
30191 </HTML>
30192 ====== h_config_verbose_post =====
30193 <HTML>
30194 <HEAD>
30195 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30196 </HEAD>
30197 <BODY>
30198 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30199 This feature controls an aspect of Alpine's message sending.  When enabled,
30200 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30201 intended to cause the SMTP server to provide a more detailed account of
30202 the transaction.  This feature is typically only useful to system
30203 administrators and other support personel as an aid in troublshooting
30204 problems.
30206 Note, this feature relies on a specific capability of the system's mail
30207 transport agent or configured 
30208 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30209 It is possible that this
30210 feature will cause problems for some tranport agents, and may result in
30211 sending failure.  In addition, as the verbose output comes from the mail
30212 transport agent, it is likely to vary from one system to another. 
30213 <P><UL>
30214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30215 </UL><P>
30216 &lt;End of help on this topic&gt;
30217 </BODY>
30218 </HTML>
30219 ====== h_config_auto_reply_to =====
30220 <HTML>
30221 <HEAD>
30222 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30223 </HEAD>
30224 <BODY>
30225 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30227 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30228 will not prompt when a message being replied to contains a "Reply-To:"
30229 header value, but will simply use its value (as opposed to using the
30230 "From:" field's value).
30234 Note: Using the "Reply-To:" address is usually the preferred behavior,
30235 however, some mailing list managers choose to place the list's address in
30236 the "Reply-To:" field of any message sent out to the list.  In such
30237 cases, this feature makes it all too easy for personal replies to be
30238 inadvertently sent to the entire mail list, so be careful! 
30240 &lt;End of help on this topic&gt;
30241 </BODY>
30242 </HTML>
30243 ====== h_config_del_skips_del =====
30244 <HTML>
30245 <HEAD>
30246 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30247 </HEAD>
30248 <BODY>
30249 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30251 This feature controls an aspect of Alpine's Delete command.  If set, this
30252 feature will cause the Delete command to advance past following messages that
30253 are marked deleted.  In other words, pressing "D" will both mark the
30254 current message deleted and advance to the next message that is not marked
30255 deleted.
30256 This feature is set by default.
30258 &lt;End of help on this topic&gt;
30259 </BODY></HTML>
30260 ====== h_config_expunge_manually =====
30261 <HTML>
30262 <HEAD>
30263 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30264 </HEAD>
30265 <BODY>
30266 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30268 Normally, when you close a folder that contains deleted messages you are
30269 asked if you want to expunge those messages from the folder permanently.
30270 If this feature is set, you won't be asked and the deleted messages will
30271 remain in the folder.
30272 If you choose to set this feature you will have to expunge the
30273 messages manually using the eXpunge command, which you can use while
30274 in the MESSAGE INDEX screen.
30275 If you do not expunge deleted messages the size of your
30276 folder will continue to increase until you are out of disk space.
30278 <UL>   
30279 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30280 </UL><P>
30281 &lt;End of help on this topic&gt;
30282 </BODY>
30283 </HTML>
30284 ====== h_config_auto_expunge =====
30285 <HTML>
30286 <HEAD>
30287 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30288 </HEAD>
30289 <BODY>
30290 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30292 This features controls an aspect of Alpine's eXpunge command.  If set, you
30293 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30294 place.
30295 Actually, this is only true for the INBOX folder and for folders in the
30296 Incoming Folders collection. See the feature
30297 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30299 <UL>   
30300 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30301 </UL><P>
30302 &lt;End of help on this topic&gt;
30303 </BODY>
30304 </HTML>
30305 ====== h_config_full_auto_expunge =====
30306 <HTML>
30307 <HEAD>
30308 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30309 </HEAD>
30310 <BODY>
30311 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30313 This features controls an aspect of Alpine's eXpunge command.  If set, you
30314 will <B>not</B> be prompted to confirm your intent before the expunge 
30315 takes place.  This feature sets this behavior for all folders, unlike the
30316 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30317 feature that works only for incoming folders.
30319 <UL>   
30320 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30321 </UL><P>
30322 &lt;End of help on this topic&gt;
30323 </BODY>
30324 </HTML>
30325 ====== h_config_auto_read_msgs =====
30326 <HTML>
30327 <HEAD>
30328 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30329 </HEAD>
30330 <BODY>
30331 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30332 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30333 and the 
30334 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30335 option is also set, then Alpine will
30336 automatically transfer all read messages to the designated folder and mark
30337 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30338 &quot;N&quot; (meaning New, or unseen) are not affected.
30340 <UL>   
30341 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30342 </UL><P>
30343 &lt;End of help on this topic&gt;
30344 </BODY>
30345 </HTML>
30346 ====== h_config_auto_fcc_only =====
30347 <HTML>
30348 <HEAD>
30349 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30350 </HEAD>
30351 <BODY>
30352 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30353 This features controls an aspect of Alpine's composer.
30354 The only time this feature will be used is if you attempt to send mail
30355 that has no recipients but does have an Fcc.
30356 Normally, Alpine will ask if you really mean to copy the message only to
30357 the Fcc.
30358 That is, it asks if you really meant to have no recipients.
30359 If this feature is set, you
30360 will <B>not</B> be prompted to confirm your intent to make only a copy
30361 of a message with no recipients.
30363 This feature is closely related to
30364 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30365 The difference between this feature and that feature is that this feature
30366 considers a Bcc to be a recipient while that feature will ask for confirmation
30367 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30368 The default values also differ. This feature defaults to asking the question
30369 and you have to turn it off.
30370 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30371 unless you turn it on.
30374 <UL>   
30375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30376 </UL><P>
30377 &lt;End of help on this topic&gt;
30378 </BODY>
30379 </HTML>
30380 ====== h_config_mark_fcc_seen =====
30381 <HTML>
30382 <HEAD>
30383 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30384 </HEAD>
30385 <BODY>
30386 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30388 This features controls the way Fccs (File carbon copies) are
30389 made of the messages you send.
30392 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30393 copy will be marked as Unseen.
30394 When you look at the folder it was saved in the message will appear to
30395 be a New message until you read it.
30396 When this feature is enabled, the message will be marked as having
30397 been Seen.
30400 <UL>   
30401 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30402 </UL><P>
30403 &lt;End of help on this topic&gt;
30404 </BODY>
30405 </HTML>
30406 ====== h_config_no_fcc_attach =====
30407 <HTML>
30408 <HEAD>
30409 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30410 </HEAD>
30411 <BODY>
30412 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30414 This features controls the way Fcc's (File carbon copies) are
30415 made of the messages you send.
30418 Normally, Alpine saves an exact copy of your message as it was sent.
30419 When this feature is enabled, the &quot;body&quot; of the message
30420 you send (the text you type in the composer) is preserved in the 
30421 copy as before, however all attachments are replaced with text
30422 explaining what had been sent rather than the attachments themselves.
30425 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30426 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30427 allows you to interactively set whether or not attachments are saved
30428 to the Fcc'd copy.
30431 <UL>   
30432 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30433 </UL><P>
30434 &lt;End of help on this topic&gt;
30435 </BODY>
30436 </HTML>
30437 ====== h_config_read_in_newsrc_order =====
30438 <HTML>
30439 <HEAD>
30440 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30441 </HEAD>
30442 <BODY>
30443 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30445 This feature controls the order in which newsgroups will be presented.  If
30446 set, they will be presented in the same order as they occur in your 
30447 <!--chtml if pinemode="os_windows"-->
30448 &quot;NEWSRC&quot;
30449 <!--chtml else-->
30450 &quot;.newsrc&quot;
30451 <!--chtml endif-->
30452 file (the default location of which can be changed with the 
30453 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30455 If not set, the newsgroups will be presented in alphabetical order.
30457 <UL>   
30458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30459 </UL><P>
30460 &lt;End of help on this topic&gt;
30461 </BODY>
30462 </HTML>
30463 ====== h_config_quell_tz_comment =====
30464 <HTML>
30465 <HEAD>
30466 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30467 </HEAD>
30468 <BODY>
30469 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30471 Normally, when Alpine generates a Date header for outgoing mail,
30472 it will try to include the symbolic timezone at the end of the
30473 header inside parentheses.
30474 The symbolic timezone is often three characters long, but on
30475 some operating systems, it may be longer.
30476 Apparently there are some SMTP servers in the world that will reject an
30477 incoming message if it has a Date header longer than about 80 characters.
30478 If this feature is set, the symbolic timezone normally generated by
30479 Alpine will not be included.
30480 You probably don't need to worry about this feature unless you run into
30481 the problem described above.
30484 &lt;End of help on this topic&gt;
30485 </BODY>
30486 </HTML>
30487 ====== h_config_post_wo_validation =====
30488 <HTML>
30489 <HEAD>
30490 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30491 </HEAD>
30492 <BODY>
30493 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30495 This feature controls whether the NNTP server is queried as newsgroups
30496 are entered for posting.  Validation over slow links (e.g. dialup using
30497 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30499 &lt;End of help on this topic&gt;
30500 </BODY>
30501 </HTML>
30502 ====== h_config_send_wo_confirm =====
30503 <HTML>
30504 <HEAD>
30505 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30506 </HEAD>
30507 <BODY>
30508 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30510 By default, when you send or post a message you will be asked to confirm
30511 with a question that looks something like:
30514 <CENTER><SAMP>Send message?</SAMP></CENTER>
30517 If this feature is set, you
30518 will <B>not</B> be prompted to confirm your intent to send
30519 and your message will be sent.
30521 If this feature is set it disables some possibilities and renders some
30522 other features meaningless.
30523 You will not be able to use
30524 <A HREF="h_config_sending_filter">Sending Filters</A>,
30525 Verbose sending mode,
30526 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30527 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30528 or ^V to turn off the generation of flowed text for this message.
30529 These options are normally available as suboptions in the Send prompt, but
30530 with no Send prompt the options are gone.
30533 A somewhat related feature is
30534 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30535 which may be used to eliminate the extra confirmation
30536 question when posting to a newsgroup.
30538 <UL>   
30539 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30540 </UL><P>
30541 &lt;End of help on this topic&gt;
30542 </BODY>
30543 </HTML>
30544 ====== h_config_quell_filtering_done_message =====
30545 <HTML>
30546 <HEAD>
30547 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30548 </HEAD>
30549 <BODY>
30550 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30552 If you use Filter Rules that move messages or set status of messages
30553 you sometimes see a message from Alpine that looks like
30556 <CENTER><SAMP>filtering done</SAMP></CENTER>
30559 If this feature is set, this message will be suppressed.
30560 If the feature
30561 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30562 is set then this message will be suppressed regardless.
30565 <UL>   
30566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30567 </UL><P>
30568 &lt;End of help on this topic&gt;
30569 </BODY>
30570 </HTML>
30571 ====== h_config_quell_filtering_messages =====
30572 <HTML>
30573 <HEAD>
30574 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30575 </HEAD>
30576 <BODY>
30577 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30579 If you use Filter Rules that move messages or set status of messages
30580 you sometimes see messages from Alpine that look like
30583 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30589 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30595 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30598 If this feature is set, these messages will be suppressed.
30599 The feature
30600 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30601 is related.
30604 <UL>   
30605 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30606 </UL><P>
30607 &lt;End of help on this topic&gt;
30608 </BODY>
30609 </HTML>
30610 ====== h_config_quell_post_prompt =====
30611 <HTML>
30612 <HEAD>
30613 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30614 </HEAD>
30615 <BODY>
30616 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30618 By default, when you post a message to a newsgroup you are asked to confirm
30619 that you want to post with the question
30622 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30625 If this feature is set, you
30626 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30627 and your message will be posted.
30630 <UL>   
30631 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30632 </UL><P>
30633 &lt;End of help on this topic&gt;
30634 </BODY>
30635 </HTML>
30636 ====== h_config_check_mail_onquit =====
30637 <HTML>
30638 <HEAD>
30639 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30640 </HEAD>
30641 <BODY>
30642 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30644 If this feature is set, Alpine will check for new mail after you give the
30645 Quit command.
30646 If new mail has arrived since the previous check, you will be notified
30647 and given the choice of quitting or not quitting.
30649 <UL>   
30650 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30651 </UL><P>
30652 &lt;End of help on this topic&gt;
30653 </BODY>
30654 </HTML>
30655 ====== h_config_inbox_no_confirm =====
30656 <HTML>
30657 <HEAD>
30658 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30659 </HEAD>
30660 <BODY>
30661 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30663 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30664 command and there are no more folders or newsgroups to visit, you are asked
30665 if you want to return to the INBOX.
30666 If this feature is set you will not be asked.
30667 It will be assumed that you do want to return to the INBOX.
30669 <UL>   
30670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30671 </UL><P>
30672 &lt;End of help on this topic&gt;
30673 </BODY>
30674 </HTML>
30675 ====== h_config_dates_to_local =====
30676 <HTML>
30677 <HEAD>
30678 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30679 </HEAD>
30680 <BODY>
30681 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30683 Normally, the message dates that you see in the
30684 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30685 For example, if a message was sent to you from a few timezones to the east
30686 it might appear that it was sent from the future;
30687 or if it was sent from somewhere to the west it might appear
30688 as if it is from yesterday even though it was sent only a few minutes ago.
30689 If this feature is set an attempt will be made to convert the dates
30690 to your local timezone to be displayed.
30692 Note that this does not affect the results of Select by Date or of
30693 anything else other than these displayed dates.
30694 When viewing the message you may look at the original unconverted value of the Date
30695 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30697 <UL>   
30698 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30699 </UL><P>
30700 &lt;End of help on this topic&gt;
30701 </BODY>
30702 </HTML>
30703 ====== h_config_tab_no_prompt =====
30704 <HTML>
30705 <HEAD>
30706 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30707 </HEAD>
30708 <BODY>
30709 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30711 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30712 command and there is a problem checking a folder, you are asked
30713 whether you want to continue with the search in the following folder or not.
30714 This question gives you a chance to stop the NextNew processing.
30715 (The checking problem might be caused by the fact that the folder does not
30716 exist, or by an authentication problem, or by a server problem
30717 of some sort.)
30720 If this feature is set you will not be asked.
30721 It will be assumed that you do want to continue.
30723 <UL>   
30724 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30725 </UL><P>
30726 &lt;End of help on this topic&gt;
30727 </BODY>
30728 </HTML>
30729 ====== h_config_input_history =====
30730 <HTML>
30731 <HEAD>
30732 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30733 </HEAD>
30734 <BODY>
30735 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30737 Many of the prompts that ask for input in the status line near the
30738 bottom of the screen will respond to Up Arrow and Down Arrow
30739 with the history of previous entries.
30740 For example, in the MESSAGE INDEX screen when you use the WhereIs
30741 command the text you entered will be remembered and can be recalled
30742 by using the Up Arrow key.
30743 Another example, when saving a message the folders saved to will
30744 be remembered and can be recalled using the arrow keys.
30746 In the Save prompt, some users prefer that the Up and Down arrow keys
30747 be used for the Previous Collection and Next Collection commands
30748 instead of for a history of previous saves.
30749 If this option is set the Up and Down arrow keys will become synonyms for the
30750 Previous Collection and Next Collection (^P and ^N) commands in the
30751 prompt for the name of a folder to Save to or in the prompt for the
30752 name of a folder to GoTo.
30753 When this feature is not set (the default), ^P and ^N will change the
30754 collection and the arrow keys will show the history.
30756 <UL>   
30757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30758 </UL><P>
30759 &lt;End of help on this topic&gt;
30760 </BODY>
30761 </HTML>
30762 ====== h_config_confirm_role =====
30763 <HTML>
30764 <HEAD>
30765 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30766 </HEAD>
30767 <BODY>
30768 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30770 If you have roles, when you Reply to or Forward a message, or Compose
30771 a new message, Alpine
30772 will search through your roles for one that matches.
30773 Normally, if no matches are found you will be placed into the composer
30774 with no opportunity to select a role.
30775 If this feature is set, then you will be asked to confirm that you don't
30776 want a role.
30777 This will give you the opportunity to select a role (with the ^T command).
30778 If you confirm no role with a Return, you will be placed in
30779 the composer with no role.
30780 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30781 These behave the same as if you pressed the Return.
30782 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30783 match what you might type if there was a role match.)
30785 If you are using the alternate form of the Compose command called
30786 &quot;Role&quot;, then all of your roles will be available to you,
30787 independent of the value of this feauture and of the values set for all of
30788 Reply Use, Forward Use, and Compose Use.
30790 <UL>   
30791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30792 </UL><P>
30793 &lt;End of help on this topic&gt;
30794 </BODY>
30795 </HTML>
30796 ====== h_config_news_cross_deletes =====
30797 <HTML>
30798 <HEAD>
30799 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30800 </HEAD>
30801 <BODY>
30802 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30804 This feature controls what Alpine does when you delete a message in a
30805 newsgroup that appears in more than one newsgroup.  Such a message
30806 is sometimes termed a &quot;crossposting&quot; in that it was posted
30807 across several newsgroups.
30810 Alpine's default behavior when you delete such a message is to remove
30811 only the copy in the current newsgroup from view when you use the
30812 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30815 Enabling this feature causes Alpine to remove every occurrence of the
30816 message from all newsgroups it appears in and to which you are
30817 subscribed.
30820 NOTE: As currently implemented, enabling this feature may increase the
30821 time it takes the Expunge command and newsgroup closing to complete.
30824 <UL>   
30825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30826 </UL><P>
30827 &lt;End of help on this topic&gt;
30828 </BODY>
30829 </HTML>
30830 ====== h_config_news_catchup =====
30831 <HTML>
30832 <HEAD>
30833 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30834 </HEAD>
30835 <BODY>
30836 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30838 This feature controls what Alpine does as it closes a newsgroup.
30839 When set, Alpine will offer to delete all messages from the newsgroup
30840 as you are quitting Alpine or opening a new folder.
30843 This feature is useful if you typically read all the interesting messages
30844 in a newsgroup each time you open it.  This feature saves you from
30845 having to delete each message in a newsgroup as you read it or from
30846 selecting all the messages and doing an
30847 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30848 move on to the next folder or newsgroup.
30851 <UL>   
30852 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30853 </UL><P>
30854 &lt;End of help on this topic&gt;
30855 </BODY>
30856 </HTML>
30857 ====== h_config_next_thrd_wo_confirm =====
30858 <HTML>
30859 <HEAD>
30860 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30861 </HEAD>
30862 <BODY>
30863 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30865 This feature controls an aspect of Alpine's Next and Prev commands in
30866 the case where you are using one of the
30867 &quot;separate-index-screen&quot; styles for the configuration option
30868 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30869 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30870 When you are Viewing a particular thread you have a
30871 MESSAGE INDEX of only the messages in that thread.
30872 If you press the Next command with the last message in the thread highlighted
30873 you will normally be asked if you want to &quot;View next thread?&quot;,
30874 assuming there is a next thread to view.
30875 If this feature is set it will be assumed that you always want to view the
30876 next thread and you won't be asked to confirm that.
30877 Similarly, if the first message of the thread is highlighted and you
30878 press the Prev command, this feature will prevent the question
30879 &quot;View previous thread&quot;.
30881 This feature only has an effect in the MESSAGE INDEX screen.
30882 If you then view a particular message from that screen and press the
30883 Next command, you will be sent to the next thread without being asked,
30884 independent of the setting of this feature.
30886 The feature
30887 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30889 &lt;End of help on this topic&gt;
30890 </BODY>
30891 </HTML>
30892 ====== h_config_kw_braces =====
30893 <HTML>
30894 <HEAD>
30895 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30896 </HEAD>
30897 <BODY>
30898 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30900 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30901 TEXT screens.
30902 If you have modified the
30903 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30904 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30905 are used to display keywords or their initials along with the Subject; then
30906 this option may be used to modify the resulting display slightly.
30907 By default, the keywords or initials displayed for these tokens will be
30908 surrounded with curly braces ({ and }) and a trailing space.
30909 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30910 a message, the &quot;SUBJKEY&quot; token will normally look like
30912 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30914 and the SUBJKEYINIT token would look like
30916 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30918 The default character before the keywords is the left brace ({) and the
30919 default after the keywords is the right brace followed by a space (} ).
30921 This option allows you to change that.
30922 You should set it to two values separated by a space.
30923 The values may be quoted if they include space characters.
30924 So, for example, the default value could be specified explicitly by setting this
30925 option to
30927 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30929 The first part wouldn't need to be quoted (but it doesn't hurt).
30930 The second part does need the quotes because it includes a space character.
30931 If you wanted to change the braces to brackets you could use
30933 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30935 Inside the quotes you can use backslash quote to mean quote, so
30937 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30939 would produce
30941 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30943 It is also possible to color keywords in the index using the
30944 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30946 It is not possible to change the fact that a space character is used to
30947 separate the keywords if more than one keyword is set for a message.
30948 It is also not possible to change the fact that there are no separators
30949 between the keyword initials if more than one keyword is set.
30951 &lt;End of help on this topic&gt;
30952 </BODY>
30953 </HTML>
30954 ====== h_config_opening_sep =====
30955 <HTML>
30956 <HEAD>
30957 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30958 </HEAD>
30959 <BODY>
30960 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30962 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30963 With some setups the text of the subject is followed
30964 by the opening text of the message if there is any room available in the index line.
30965 If you have configured your
30966 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30967 to include one of the Subject tokens that causes this behavior
30968 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30969 to modify what is displayed slightly.
30970 By default, the Subject is separated from the opening text of the message by
30971 the three characters space dash space;
30973 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30975 Use this option to set it to something different.
30976 The value must be quoted if it includes any space characters.
30977 For example, the default value could be specified explicitly by setting this
30978 option to
30980 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30982 &lt;End of help on this topic&gt;
30983 </BODY>
30984 </HTML>
30985 ====== h_config_select_wo_confirm =====
30986 <HTML>
30987 <HEAD>
30988 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30989 </HEAD>
30990 <BODY>
30991 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30993 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30994 These commands all take text input to specify the name of the folder or
30995 file to be used, but allow you to press ^T for a list of possible names.
30996 If set, the selected name will be used immediately, without further
30997 opportunity to confirm or edit the name.
30999 Some related help topics are
31000 <UL>
31001 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
31002 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
31003 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
31004 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
31005 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
31006 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
31007 </UL>
31009 &lt;End of help on this topic&gt;
31010 </BODY>
31011 </HTML>
31012 ====== h_config_save_part_wo_confirm =====
31013 <HTML>
31014 <HEAD>
31015 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
31016 </HEAD>
31017 <BODY>
31018 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
31020 This feature controls an aspect of Alpine's Save command.
31021 By default, when you Save a message that has some deleted parts, you will
31022 be asked to confirm that you want to Save with a prompt that looks like:
31024 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
31026 If this feature is set, you will not be asked.
31028 &lt;End of help on this topic&gt;
31029 </BODY>
31030 </HTML>
31031 ====== h_config_use_resentto =====
31032 <HTML>
31033 <HEAD>
31034 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
31035 </HEAD>
31036 <BODY>
31037 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
31039 This feature is turned off by default because turning it on causes problems
31040 with some deficient IMAP servers.
31041 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
31042 <A HREF="h_rule_patterns">Pattern</A>
31043 contains a To header pattern and this feature is turned on,
31044 then a check is made in the message to see
31045 if a Resent-To header is present, and that is used instead of the To header.
31046 If this feature is not turned on, then the regular To header will always
31047 be used.
31050 &lt;End of help on this topic&gt;
31051 </BODY>
31052 </HTML>
31053 ====== h_config_use_reg_start_for_stayopen =====
31054 <HTML>
31055 <HEAD>
31056 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
31057 </HEAD>
31058 <BODY>
31059 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
31061 This feature affects which message is selected as the current message
31062 when you enter a
31063 <A HREF="h_config_permlocked">Stay Open</A> folder.
31065 Normally, the starting position for an incoming folder (which most Stay Open
31066 folders will likely be) is controlled by the
31067 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
31068 However, if a folder is a Stay Open folder, when you re-enter the folder
31069 after the first time the current message will be the same as it was when
31070 you left the folder.
31071 An exception is made if you use the TAB command to get to the folder.
31072 In that case, the message number will be incremented by one from what it
31073 was when you left the folder.
31075 The above special behavior is thought to be useful.
31076 However, it is special and different from what you might at first expect.
31077 If this feature is set, then Stay Open folders will not be treated specially
31078 as far as the startup rule is concerned.
31081 &lt;End of help on this topic&gt;
31082 </BODY>
31083 </HTML>
31084 ====== h_config_use_current_dir =====
31085 <HTML>
31086 <HEAD>
31087 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
31088 </HEAD>
31089 <BODY>
31090 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
31092 This feature controls an aspect of several commands. 
31093 If set, your &quot;current working directory&quot; 
31094 <!--chtml if pinemode="running"-->
31095 (which, at least for your current Alpine &quot;session,&quot; 
31096 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
31097 <!--chtml endif-->
31098 will be used instead of your home directory 
31099 <!--chtml if pinemode="running"-->
31100 (which, in the present configuration of your system, is
31101  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
31102 <!--chtml endif-->
31103 for all of the following operations:<UL>
31104     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
31105     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
31106     <LI> <!--chtml if pinemode="function_key"-->F4
31107          <!--chtml else-->Ctrl-R
31108          <!--chtml endif--> file inclusion in the COMPOSER
31109     <LI> <!--chtml if pinemode="function_key"-->F5
31110          <!--chtml else-->Ctrl-J
31111          <!--chtml endif--> file attachment in the COMPOSER
31112 </UL>
31113 <!--chtml if pinemode="os_windows"-->
31115 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31116 you can set the &quot;current drive&quot; 
31117 by specifying it in the &quot;Start in:&quot; 
31118 box found in the Shortcut tab of the Properties.  
31119 <!--chtml endif-->
31121 <UL>   
31122 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31123 </UL>
31126 &lt;End of help on this topic&gt;
31127 </BODY>
31128 </HTML>
31129 ====== h_config_save_wont_delete =====
31130 <HTML>
31131 <HEAD>
31132 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31133 </HEAD>
31134 <BODY>
31135 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31137 This feature controls one aspect of the Save command.  If set, Save will
31138 not mark the message &quot;deleted&quot; (its default behavior) after
31139 it has been copied to the designated folder.
31142 &lt;End of help on this topic&gt;
31143 </BODY>
31144 </HTML>
31145 ====== h_config_use_boring_spinner =====
31146 <HTML>
31147 <HEAD>
31148 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31149 </HEAD>
31150 <BODY>
31151 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31153 When Alpine is delayed for some reason it usually shows that
31154 something is happening with a small animated display in the status
31155 message line near the bottom of the screen.
31156 Setting this feature will cause that animation to be the same
31157 each time instead of having Alpine choose a random animation.
31158 You may turn the animation off altogether by setting the
31159 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31160 option to zero.
31163 &lt;End of help on this topic&gt;
31164 </BODY>
31165 </HTML>
31166 ====== h_config_unsel_wont_advance =====
31167 <HTML>
31168 <HEAD>
31169 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31170 </HEAD>
31171 <BODY>
31172 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31174 This feature controls one aspect of the Unselect Current message command.
31175 Normally, when the Unselect current message command (:) is typed when the
31176 current message is selected, the message will be unselected and the next
31177 message will become the current message.
31178 If this feature is set, the cursor will not advance to the next message.
31179 Instead, the current message will remain the current message after
31180 unselecting.
31183 &lt;End of help on this topic&gt;
31184 </BODY>
31185 </HTML>
31186 ====== h_config_prune_uses_iso =====
31187 <HTML>
31188 <HEAD>
31189 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31190 </HEAD>
31191 <BODY>
31192 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31194 By default, Alpine asks monthly whether or not you would like to rename
31195 some folders to a new name containing the date.
31196 It also asks whether or not you would like to delete some old folders.
31197 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31198 explanation.
31201 By default, the name used when renaming a folder looks like
31203 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31205 For example, the first time you run Alpine in May of 2004,
31206 the folder &quot;sent-mail&quot; might be renamed to
31208 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31210 If this feature is set, the name used will be of the form
31212 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31214 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31215 month (01, 02, ..., 12).
31216 For the April, 2004 example above, it would instead be
31218 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31220 because April is the 4th month of the year.
31221 A reason you might want to set this feature is so that the folders
31222 will sort in chronological order.
31225 &lt;End of help on this topic&gt;
31226 </BODY>
31227 </HTML>
31228 ====== h_config_save_advances =====
31229 <HTML>
31230 <HEAD>
31231 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31232 </HEAD>
31233 <BODY>
31234 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31236 This feature controls one aspect of the Save command.  If set, Save will
31237 (in addition to copying the current message to the designated folder) also
31238 advance to the next message.
31241 &lt;End of help on this topic&gt;
31242 </BODY>
31243 </HTML>
31244 ====== h_config_force_arrow =====
31245 <HTML>
31246 <HEAD>
31247 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31248 </HEAD>
31249 <BODY>
31250 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31252 This feature affects Alpine's MESSAGE INDEX display routine.
31253 If set, the normal inverse-video cursor will be
31254 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31255 second column of the index display.
31257 This is the same index cursor you get if you turn on
31258 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31259 line coloring will still be present if this feature is turned on and
31260 <!--#echo var="FEAT_assume-slow-link"--> is off.
31262 An alternative version of the Arrow cursor is available by including the
31263 <A HREF="h_config_index_arrow_color">ARROW</A>
31264 token in the
31265 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31267 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31268 but that is not implemented.
31271 &lt;End of help on this topic&gt;
31272 </BODY>
31273 </HTML>
31274 ====== h_config_ignore_size =====
31275 <HTML>
31276 <HEAD>
31277 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
31278 </HEAD>
31279 <BODY>
31280 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
31282 When you have an account residing in an IMAP server, Alpine records the 
31283 size of each message as reported by the server. However, when Alpine saves 
31284 a message in such IMAP server, Alpine will compute the size of the message 
31285 independently, from the data it received. If these two numbers do not 
31286 match for a message, Alpine asks you if you still want to take the risk of 
31287 saving such message, since data corruption or loss of data could result 
31288 from this save.
31291 Sometimes the root of this problem is that the IMAP server does not 
31292 compute sizes correctly, and there will not be loss of information when 
31293 saving such message. Enabling this feature will make Alpine ignore such 
31294 error and continue saving the message without producing any warnings or 
31295 ever stopping the process, as if there had not been any error. This option 
31296 applies to all IMAP servers that you use, so if you enable this feature, 
31297 size discrepancy warnings will not be given for any IMAP server you 
31298 connect to.
31301 Example of a server where you could reproduce this problem is the Gmail 
31302 IMAP server. Another example can be found in some versions of the Exchange 
31303 server.
31306 It is recommended that this feature be disabled most of the time and only 
31307 enabled when you find a server which you can determine that has the above 
31308 mentioned defect, but be disabled again after making the save operation 
31309 succeed.
31312 &lt;End of help on this topic&gt;
31313 </BODY>
31314 </HTML>
31315 ====== h_config_force_low_speed =====
31316 <HTML>
31317 <HEAD>
31318 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31319 </HEAD>
31320 <BODY>
31321 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31323 UNIX Alpine only.
31325 This feature affects Alpine's display routines.  If set, the normal
31326 inverse-video cursor (used to highlight the current item in a list) will be
31327 replaced by an &quot;arrow&quot; cursor and other
31328 screen update optimizations for
31329 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31330 One of the optimizations is that colored index lines (set up with Indexcolor
31331 Rules) will not be colored.
31332 If you are just turning this feature on because you like using
31333 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31334 coloring by turning this feature off and the
31335 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31338 &lt;End of help on this topic&gt;
31339 </BODY>
31340 </HTML>
31341 ====== h_config_show_delay_cue =====
31342 <HTML>
31343 <HEAD>
31344 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31345 </HEAD>
31346 <BODY>
31347 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31349 If set, this feature will cause an asterisk to appear in the upper
31350 left-hand corner of the screen whenever Alpine checks for new mail.
31351 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31352 mailbox to disk.
31354 <!--chtml if pinemode="os_windows"-->
31356 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31357 it is trying to open a network connection (e.g, to open your INBOX
31358 on an IMAP
31359 server) or read from the network connection.  A greater-than symbol,
31360 will be displayed when PC-Alpine is trying to write to the network
31361 connection (e.g, sending a command to your IMAP server).
31362 <!--chtml endif-->
31365 &lt;End of help on this topic&gt;
31366 </BODY>
31367 </HTML>
31368 ====== h_config_color_style =====
31369 <HTML>
31370 <HEAD>
31371 <TITLE>OPTION: Color Style</TITLE>
31372 </HEAD>
31373 <BODY>
31374 <H1>OPTION: Color Style</H1>
31376 UNIX Alpine only.
31378 If the terminal or terminal emulator you are using is capable of displaying
31379 colors, this option controls whether or not color will be used in Alpine.
31380 If you turn color on and things are set up correctly,
31381 you should see color appear on the screen immmediately.
31382 Modern terminal emulators are usually capable of displaying colors.
31384 The available options include:
31387 <DL>
31388 <DT>no-color</DT>
31389 <DD>Don't use color.
31390 </DD>
31392 <DT>use-termdef</DT>
31393 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31394 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31395 how Alpine was compiled.
31396 This is a good option to choose if you switch between a color and a non-color
31397 terminal with the same Alpine configuration.
31398 Alpine will know to use color on the color terminal because it is described
31399 in the termcap entry, and Alpine will know to use black and white on the
31400 non-color terminal.
31401 The Alpine Technical Notes
31402 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31403 have more information on configuring a TERMCAP or TERMINFO
31404 entry for color Alpine.
31405 This is usually something a system administrator does.
31406 </DD>
31408 <DT>force-ansi-8color</DT>
31409 <DD>This is probably the setting that most people should use.
31410 Because setting up a termcap entry is confusing and because the
31411 terminal capabilities database is often not correctly configured for color,
31412 this choice and the next may be easier for you to use.
31413 If your terminal emulator responds to ANSI color escape sequences, which
31414 many do, this option will cause Alpine to believe your terminal will respond
31415 to the escape sequences that produce eight different foreground and background
31416 colors.
31417 The escape sequences used to set the foreground colors are
31419   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31421 where the color_number is an ASCII digit between 0 and 7.
31422 The numbers 0 through 7 should correspond to the colors black, red, green,
31423 yellow, blue, magenta, cyan, and white.
31424 Some terminal emulators use a pre-ANSI scheme that swaps
31425 the colors blue and red and the colors yellow and cyan.
31426 This will cause the default colors to be different, but other than that
31427 things should work fine.
31428 There is also a 9th color available, the last one shown, which is the default
31429 color from the terminal emulator.
31430 When used as a background color some people refer to this color as
31431 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31432 shown in the color swatch of the SETUP COLOR screen.
31433 The foreground transparent color is shown as
31434 the color of the &quot;TRAN&quot; text.
31435 (The transparent color will not work correctly in a PC-Alpine configuration.)
31436 The escape sequences used to set the background colors are the same
31437 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31438 The escape sequences for foreground and background default colors (transparent)
31439 are 39m and 49m.
31441 Note: With the Tera Term terminal emulator this setting works well.
31442 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31443 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31444 menu, in the &quot;Window&quot; submenu.
31445 </DD>
31447 <DT>force-ansi-16color</DT>
31448 <DD>Many terminal emulators know about the same eight colors above
31449 plus eight more.
31450 This option attempts to use all 16 colors.
31451 The same escape sequences as for the eight-color terminal are used
31452 for the first eight colors.
31453 The escape sequences used to set foreground colors 8-15 are the same as
31454 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31455 The background color sequences for colors 8-15 are the same as for 0-7
31456 except the &quot;4&quot; is replaced with &quot;10&quot;.
31457 You can tell if the 16 colors are working by turning on this option
31458 and then going into one of the color configuration screens, for example,
31459 the configuration screen for Normal Color.
31460 If you see 16 different colors to select from (plus a 17th for
31461 the transparent color), it's working.
31462 </DD>
31464 <DT>force-xterm-256color</DT>
31465 <DD>Some versions of xterm (and some other terminal emulators)
31466 have support for 256 colors.
31467 The escape sequences used to set the foreground colors are
31469   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31471 where the color_number is an ASCII digit between 0 and 255.
31472 Background colors are the same with the 38 replaced with a 48.
31473 The numbers 0 through 15 are probably similar to the 16 color version
31474 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31475 The terminal default (transparent) color is the 257th color at the bottom.
31476 Some terminal emulators will misinterpret these escape sequences causing
31477 the terminal to blink or overstrike characters or to do something else
31478 undesirable.
31480 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31481 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31482 this 256-color setting.
31484 </DD>
31485 </DL>
31488 The normal default is &quot;no-color&quot;.
31491 Once you've turned on color you may set the
31492 colors of many objects on the screen individually.
31493 For example, you may add colors to the status letters on the MESSAGE
31494 INDEX page.
31495 Most categories of color that Alpine supports are configurable here.
31496 For example, &quot;Normal Color&quot;
31497 is the color used to display most of the text in Alpine, and
31498 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31499 current message in the MESSAGE INDEX.
31501 Lines in the MESSAGE INDEX may also be colored.
31502 Use Setup Rules to get to the Indexcolor configuration screen.
31505 <UL>   
31506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31507 </UL><P>
31508 &lt;End of help on this topic&gt;
31509 </BODY>
31510 </HTML>
31511 ====== h_config_disable_index_locale_dates =====
31512 <HTML>
31513 <HEAD>
31514 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31515 </HEAD>
31516 <BODY>
31517 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31519 This feature affects the display of dates in the MESSAGE INDEX.
31520 Normally an attempt is made to localize the dates
31521 used in the MESSAGE INDEX display to your locale.
31522 This is controlled with the
31523 LC_TIME locale setting on a UNIX system.
31524 On Windows the Regional Options control panel may be used to set the date format.
31525 At the programming level, Alpine is using the strftime routine
31526 to print the parts of a date.
31528 If this feature is set, dates are displayed in English and
31529 with the conventions of the United States.
31532 <UL>   
31533 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31534 </UL><P>
31535 &lt;End of help on this topic&gt;
31536 </BODY>
31537 </HTML>
31538 ====== h_config_auto_open_unread =====
31539 <HTML>
31540 <HEAD>
31541 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31542 </HEAD>
31543 <BODY>
31544 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31546 This feature controls the behavior of the TAB key when traversing folders
31547 in the optional 
31548 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31549 collection or in optional <!--#echo var="VAR_news-collections"-->.
31551 When the TAB
31552 (<A HREF="h_common_nextnew">NextNew</A>)
31553 key is pressed, and there
31554 are no more unseen messages in the current (incoming message or news)
31555 folder, Alpine will search the list of folders in the current collection for
31556 one containing New or Recent (new since the last time the folder was
31557 opened) messages.
31558 This behavior may be modified slightly with the
31559 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31560 feature that causes Alpine to look for Unseen messages instead of Recent
31561 messages.
31562 Normally, when such a folder is found, Alpine will ask
31563 whether you wish to open the folder.  If this feature is set, Alpine will
31564 automatically open the folder without prompting.
31566 This feature also affects some other similar situations.
31567 If you have a
31568 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31569 that is equal to one of the &quot;separate-&quot; values, and you are
31570 viewing a thread; then when you type the NextNew command and are at the
31571 end of the current thread you will automatically go to the next thread
31572 if this feature is set.
31573 By default, you would be asked if you want to view the next thread.
31574 You will also be asked at times whether or not you want to view the next
31575 thread after you delete the last message in the thread.
31576 Setting this feature will also cause that question to be skipped.
31579 <UL>   
31580 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31581 </UL><P>
31582 &lt;End of help on this topic&gt;
31583 </BODY>
31584 </HTML>
31585 ====== h_config_auto_include_reply =====
31586 <HTML>
31587 <HEAD>
31588 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31589 </HEAD>
31590 <BODY>
31591 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31593 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31594 will ask whether you wish to include the original message in your reply.
31595 If this feature is set and the feature
31596 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31597 is <EM>not</EM> set, then the original message will be included in the reply
31598 automatically, without prompting.
31600 &lt;End of help on this topic&gt;
31601 </BODY>
31602 </HTML>
31603 ====== h_config_select_in_bold =====
31604 <HTML>
31605 <HEAD>
31606 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31607 </HEAD>
31608 <BODY>
31609 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31611 This feature controls an aspect of Alpine's 
31612 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31613 commands; in
31614 particular, the Select and WhereIs commands. Select and WhereIs (with the
31615 ^X subcommand) will search the current folder for messages meeting a
31616 specified criteria, and &quot;tag&quot; the resulting messages with an 
31617 &quot;X&quot; in the
31618 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31619 is set, instead of using the &quot;X&quot; to denote a selected message, 
31620 Alpine will
31621 attempt to display those index lines in boldface. Whether this is
31622 preferable to the &quot;X&quot; will depend on personal taste and the type of
31623 terminal being used.
31625 <UL>   
31626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31627 </UL><P>
31628 &lt;End of help on this topic&gt;
31629 </BODY>
31630 </HTML>
31631 ====== h_config_alt_auth =====
31632 <HTML>
31633 <HEAD>
31634 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31635 </HEAD>
31636 <BODY>
31637 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31639 This feature affects how Alpine connects to IMAP servers.
31640 It's utility has largely been overtaken by events,
31641 but it may still be useful in some circumstances.
31642 If you only connect to modern IMAP servers that support
31643 &quot;TLS&quot; you can ignore this feature.
31646 Details:
31649 By default, Alpine will attempt to connect to an IMAP server on the
31650 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31651 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31652 then a secure (encrypted) session will be negotiated.
31655 With this feature enabled, before connecting on the normal IMAP port, Alpine
31656 will first attempt to connect to an alternate IMAP service port (993) used
31657 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31658 (SSL) method.
31659 If the SSL attempt fails, Alpine will then try the default
31660 behavior described in the previous paragraph.
31663 TLS negotiation on the normal port is preferred, and supersedes the use of
31664 SSL on port 993, but older servers may not provide TLS support.
31665 This feature may be convenient when accessing IMAP servers that do not support
31666 TLS, but do support SSL connections on port 993.
31667 However, it is important to understand that with this feature enabled,
31668 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31669 but it will proceed to make an insecure connection if that is the only
31670 option offered by the server, or if the Alpine in question has been built
31671 without encryption capability.
31674 Note that this feature specifies a per-user (or system-wide) default
31675 behavior, but host/folder specification flags may be used to control the
31676 behavior of any specific connection.
31677 This feature interacts with some of
31678 the possible host/folder path specification flags as follows:
31681 The <SAMP>/tls</SAMP> host flag, for example,
31684 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31686 will over-ride this feature for the specified host by bypassing the
31687 SSL connection attempt.
31688 Moreover, with <SAMP>/tls</SAMP> specified,
31689 the connection attempt will fail if the
31690 service on port 143 does not offer TLS support.
31693 The <SAMP>/ssl</SAMP> host flag, for example,
31696 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31698 will insist on an SSL connection for the specified host,
31699 and will fail if the SSL service on port 993 is not available.
31700 Alpine will not subsequently retry a connection
31701 on port 143 if <SAMP>/ssl</SAMP> is specified.
31704 <UL>   
31705 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31706 </UL><P>
31707 &lt;End of help on this topic&gt;
31708 </BODY>
31709 </HTML>
31710 ====== h_config_file_dir ======
31711 <HTML>
31712 <HEAD>
31713 <TITLE>OPTION: File Directory</TITLE>
31714 </HEAD>
31715 <BODY>
31716 <H1>OPTION: File Directory</H1>
31718 PC-Alpine only.
31720 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31721 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31722 Message Index's &quot;E&nbsp;Export&quot; command.
31725 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31726 component, Alpine assumes the file exists in the user's home directory.
31727 Under Windows operating systems, this definition isn't always clear.  This 
31728 feature allows you to explictly set where Alpine should look for files
31729 without a leading path.
31732 NOTE: this feature's value is ignored if either 
31733 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31734 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31737 <UL>   
31738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31739 </UL><P>
31740 &lt;End of help on this topic&gt;
31741 </BODY>
31742 </HTML>
31743 ====== h_config_quote_all_froms =====
31744 <HTML>
31745 <HEAD>
31746 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31747 </HEAD>
31748 <BODY>
31749 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31751 This feature controls an aspect of the Save command (and also the way
31752 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31753 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31754 when they are saved to another folder, including lines syntactically
31755 distinguishable from the type of message separator line commonly used on
31756 Unix systems.
31759 The default behavior is that a &quot;>&quot; will be prepended only to lines
31760 beginning with &quot;From &quot; that might otherwise be confused with a message
31761 separator line on Unix systems.  If pine is the only mail program you use,
31762 this default is reasonable.  If another program you use has trouble
31763 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31764 enable this feature.  This feature only applies to the common Unix mailbox
31765 format that uses message separator lines beginning with &quot;From &quot;.  If
31766 Alpine has been configured to use a different mailbox format (possibly
31767 incompatible with other mail programs), then this issue does not arise,
31768 and the feature is irrelevant.
31771 &lt;End of help on this topic&gt;
31772 </BODY>
31773 </HTML>
31774 ====== h_config_normal_color =====
31775 <HTML>
31776 <HEAD>
31777 <TITLE>OPTION: Normal Color</TITLE>
31778 </HEAD>
31779 <BODY>
31780 <H1>OPTION: Normal Color</H1>
31782 Sets the color Alpine normally uses.
31783 The foreground color is the color of the actual character and the
31784 background color is the color of the area behind the character.
31785 By default this color is black characters on a white background.
31787 <A HREF="h_color_setup">Descriptions of the available commands</A>
31789 Look <A HREF="h_edit_nav_cmds">here</A>
31790 to see the available Editing and Navigation commands.
31792 &lt;End of help on this topic&gt;
31793 </BODY>
31794 </HTML>
31795 ====== h_config_reverse_color =====
31796 <HTML>
31797 <HEAD>
31798 <TITLE>OPTION: Reverse Color</TITLE>
31799 </HEAD>
31800 <BODY>
31801 <H1>OPTION: Reverse Color</H1>
31803 Sets the color Alpine uses for reverse video characters.
31804 The foreground color is the color of the actual character and the
31805 background color is the color of the area behind the character.
31807 <A HREF="h_color_setup">Descriptions of the available commands</A>
31809 Look <A HREF="h_edit_nav_cmds">here</A>
31810 to see the available Editing and Navigation commands.
31812 &lt;End of help on this topic&gt;
31813 </BODY>
31814 </HTML>
31815 ====== h_config_title_color =====
31816 <HTML>
31817 <HEAD>
31818 <TITLE>OPTION: Title Color</TITLE>
31819 </HEAD>
31820 <BODY>
31821 <H1>OPTION: Title Color</H1>
31823 Sets the color Alpine uses for the titlebar (the top line on the screen).
31824 The foreground color is the color of the actual character and the
31825 background color is the color of the area behind the character.
31826 By default, the Title Color is black characters on a yellow background.
31828 The actual titlebar color may be different from the Title Color if
31829 the option
31830 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31831 is set to some value other than the default.
31832 It may also be different if the current folder is closed and the
31833 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31834 color is set to something different from the Title Color.
31836 <A HREF="h_color_setup">Descriptions of the available commands</A>
31838 Look <A HREF="h_edit_nav_cmds">here</A>
31839 to see the available Editing and Navigation commands.
31841 &lt;End of help on this topic&gt;
31842 </BODY>
31843 </HTML>
31844 ====== h_config_titleclosed_color =====
31845 <HTML>
31846 <HEAD>
31847 <TITLE>OPTION: Title Closed Color</TITLE>
31848 </HEAD>
31849 <BODY>
31850 <H1>OPTION: Title Closed Color</H1>
31852 Sets the color Alpine uses for the titlebar (the top line on the screen)
31853 when the current folder is closed.
31854 The foreground color is the color of the actual character and the
31855 background color is the color of the area behind the character.
31856 By default, the Title Color Closed Color is white characters on a red background.
31858 By setting this color to something noticeable you will be alerted to the
31859 fact that the current folder is closed, perhaps unexpectedly.
31861 &lt;End of help on this topic&gt;
31862 </BODY>
31863 </HTML>
31864 ====== h_config_status_color =====
31865 <HTML>
31866 <HEAD>
31867 <TITLE>OPTION: Status Color</TITLE>
31868 </HEAD>
31869 <BODY>
31870 <H1>OPTION: Status Color</H1>
31872 Sets the color Alpine uses for status messages written to the message
31873 line near the bottom of the screen.
31874 The foreground color is the color of the actual character and the
31875 background color is the color of the area behind the character.
31876 By default, the Status Color is the same as the Reverse Color.
31878 <A HREF="h_color_setup">Descriptions of the available commands</A>
31880 Look <A HREF="h_edit_nav_cmds">here</A>
31881 to see the available Editing and Navigation commands.
31883 &lt;End of help on this topic&gt;
31884 </BODY>
31885 </HTML>
31886 ====== h_config_index_opening_color =====
31887 <HTML>
31888 <HEAD>
31889 <TITLE>OPTION: Index Opening Color</TITLE>
31890 </HEAD>
31891 <BODY>
31892 <H1>OPTION: Index Opening Color</H1>
31894 With some setups the text of the subject is followed
31895 by the opening text of the message if there is any room available in the index line.
31896 If you have configured your
31897 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31898 to include one of the Subject tokens that causes this behavior
31899 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31900 this opening text with this option.
31901 This coloring takes place for all but the current index line, and the Opening
31902 Color appears to be in front of any color from an Index Color Rule.
31904 By default the Index Opening Color is gray characters on a white background.
31907 <A HREF="h_color_setup">Descriptions of the available commands</A>
31909 Look <A HREF="h_edit_nav_cmds">here</A>
31910 to see the available Editing and Navigation commands.
31912 &lt;End of help on this topic&gt;
31913 </BODY>
31914 </HTML>
31915 ====== h_config_index_pri_color =====
31916 <HTML>
31917 <HEAD>
31918 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31919 </HEAD>
31920 <BODY>
31921 <H1>OPTION: Index Priority Symbol Colors</H1>
31923 The X-Priority header is a non-standard header that is used in a
31924 somewhat standard way by many mail programs.
31925 Alpine expects the value of this header to be a digit with a value
31926 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31927 Alpine can be made to display an indication of this priority in
31928 messages by use of one of the tokens
31929 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31930 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31931 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31934 You may set the color used to draw these tokens by use of the colors
31935 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31936 This coloring takes place for all but the current index line, and the Priority
31937 Color appears to be in front of any color from an Index Color Rule.
31938 If the priority has a value of 1 or 2 the High Priority color will be
31939 used,
31940 and if the value is 4 or 5 the Low Priority color will be used.
31942 If you don't set these colors the index line will be colored in the same color as
31943 the bulk of the index line.
31946 <A HREF="h_color_setup">Descriptions of the available commands</A>
31948 Look <A HREF="h_edit_nav_cmds">here</A>
31949 to see the available Editing and Navigation commands.
31951 &lt;End of help on this topic&gt;
31952 </BODY>
31953 </HTML>
31954 ====== h_config_index_subject_color =====
31955 <HTML>
31956 <HEAD>
31957 <TITLE>OPTION: Index Subject Color</TITLE>
31958 </HEAD>
31959 <BODY>
31960 <H1>OPTION: Index Subject Color</H1>
31962 You may set the color used to draw the Subject part of the index line.
31963 This coloring takes place for all but the current index line, and the Subject
31964 Color appears to be in front of any color from an Index Color Rule.
31966 If you don't set this color it will be colored in the same color as
31967 the bulk of the index line.
31970 <A HREF="h_color_setup">Descriptions of the available commands</A>
31972 Look <A HREF="h_edit_nav_cmds">here</A>
31973 to see the available Editing and Navigation commands.
31975 &lt;End of help on this topic&gt;
31976 </BODY>
31977 </HTML>
31978 ====== h_config_index_from_color =====
31979 <HTML>
31980 <HEAD>
31981 <TITLE>OPTION: Index From Color</TITLE>
31982 </HEAD>
31983 <BODY>
31984 <H1>OPTION: Index From Color</H1>
31986 You may set the color used to draw the From part of the index line.
31987 This coloring takes place for all but the current index line, and the From
31988 Color appears to be in front of any color from an Index Color Rule.
31990 If you don't set this color it will be colored in the same color as
31991 the bulk of the index line.
31994 <A HREF="h_color_setup">Descriptions of the available commands</A>
31996 Look <A HREF="h_edit_nav_cmds">here</A>
31997 to see the available Editing and Navigation commands.
31999 &lt;End of help on this topic&gt;
32000 </BODY>
32001 </HTML>
32002 ====== h_config_index_arrow_color =====
32003 <HTML>
32004 <HEAD>
32005 <TITLE>OPTION: Index Arrow Color</TITLE>
32006 </HEAD>
32007 <BODY>
32008 <H1>OPTION: Index Arrow Color</H1>
32010 If you have configured your
32011 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32012 to include the &quot;ARROW&quot; token, you may set the color of
32013 the arrow displayed with this option.
32014 If you don't set the color it will be colored in the same color as
32015 the bulk of the index line.
32018 <A HREF="h_color_setup">Descriptions of the available commands</A>
32020 Look <A HREF="h_edit_nav_cmds">here</A>
32021 to see the available Editing and Navigation commands.
32023 &lt;End of help on this topic&gt;
32024 </BODY>
32025 </HTML>
32026 ====== h_config_index_color =====
32027 <HTML>
32028 <HEAD>
32029 <TITLE>OPTION: Index Colors</TITLE>
32030 </HEAD>
32031 <BODY>
32032 <H1>OPTION: Index Colors</H1>
32034 You may add color to the single character symbols that give the status
32035 of each message in the MESSAGE INDEX.
32036 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
32037 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
32038 screen depending on whether the message is addressed to you, and whether
32039 the message is marked Important, is Deleted, is Answered, or is New.
32040 The color for each of those characters may be specified by setting the
32041 &quot;Index-to-me&quot; Symbol Color,
32042 the &quot;Index-important&quot; Symbol Color,
32043 the &quot;Index-deleted&quot; Symbol Color,
32044 the &quot;Index-answered&quot; Symbol Color,
32045 and the &quot;Index-new&quot; Symbol Color.
32046 There are also two other symbol colors called &quot;Index-recent&quot;
32047 and &quot;Index-unseen&quot;.
32048 These two colors will only be used if you have configured your
32049 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32050 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
32052 The default colors for these symbols are:
32053 <TABLE>
32054 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
32055 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
32056 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32057 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
32058 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
32059 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32060 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32061 </TABLE>
32063 Besides coloring the message status symbols, you may also color the
32064 entire index line.
32065 This is done by using the
32066 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
32067 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
32068 When the entire line is colored that color will be &quot;behind&quot; the
32069 status symbol colors talked about in the paragraph above.
32071 You may also color
32072 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32073 in the index using the
32074 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
32075 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
32076 the Subject using
32077 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
32078 the From field using
32079 <A HREF="h_config_index_from_color">Index From Color</A>;
32080 and the
32081 <A HREF="h_config_index_opening_color">Index Opening</A> text.
32083 <A HREF="h_color_setup">Descriptions of the available commands</A>
32085 Look <A HREF="h_edit_nav_cmds">here</A>
32086 to see the available Editing and Navigation commands.
32088 &lt;End of help on this topic&gt;
32089 </BODY>
32090 </HTML>
32091 ====== h_config_metamsg_color =====
32092 <HTML>
32093 <HEAD>
32094 <TITLE>OPTION: Meta-Message Color</TITLE>
32095 </HEAD>
32096 <BODY>
32097 <H1>OPTION: Meta-Message Color</H1>
32099 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
32100 that aren't part of the message itself.
32101 For example, an attachment that isn't shown might produce a meta
32102 message something like:
32104 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
32106 If you set the
32107 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
32108 option you might see
32110 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
32112 Warnings about suspicious looking URLs in HTML will also be colored
32113 with this color.
32115 The foreground color is the color of the actual character and the
32116 background color is the color of the area behind the character.
32117 By default, the Meta-Message Color is black characters on a yellow background.
32119 <A HREF="h_color_setup">Descriptions of the available commands</A>
32121 Look <A HREF="h_edit_nav_cmds">here</A>
32122 to see the available Editing and Navigation commands.
32124 &lt;End of help on this topic&gt;
32125 </BODY>
32126 </HTML>
32127 ====== h_config_keylabel_color =====
32128 <HTML>
32129 <HEAD>
32130 <TITLE>OPTION: KeyLabel Color</TITLE>
32131 </HEAD>
32132 <BODY>
32133 <H1>OPTION: KeyLabel Color</H1>
32135 Sets the color Alpine uses for the labels of the keys in the two-line
32136 menu at the bottom of the screen.
32137 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32138 This option sets the color used when displaying &quot;PrevMsg&quot;.
32139 The foreground color is the color of the actual character and the
32140 background color is the color of the area behind the character.
32141 By default, the KeyLabel Color is the same as the Normal Color.
32143 WARNING: Some terminal emulators have the property that the screen will scroll
32144 down one line whenever a character is written to the character cell in the
32145 lower right corner of the screen.
32146 Alpine can usually avoid writing a character in that corner of the screen.
32147 However, if you have defined a KeyLabel Color then Alpine does have to write
32148 a character in that cell in order to color the cell correctly.
32149 If you find that your display sometimes scrolls up a line this could be
32150 the problem.
32151 The most obvious symptom is probably that the titlebar at the top of the
32152 screen scrolls off the screen.
32153 Try setting KeyLabel Color to Default to see if that fixes the problem.
32155 <A HREF="h_color_setup">Descriptions of the available commands</A>
32157 Look <A HREF="h_edit_nav_cmds">here</A>
32158 to see the available Editing and Navigation commands.
32160 &lt;End of help on this topic&gt;
32161 </BODY>
32162 </HTML>
32163 ====== h_config_keyname_color =====
32164 <HTML>
32165 <HEAD>
32166 <TITLE>OPTION: KeyName Color</TITLE>
32167 </HEAD>
32168 <BODY>
32169 <H1>OPTION: KeyName Color</H1>
32171 Sets the color Alpine uses for the names of the keys in the two-line
32172 menu at the bottom of the screen.
32173 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32174 This option sets the color used when displaying the &quot;P&quot;.
32175 The foreground color is the color of the actual character and the
32176 background color is the color of the area behind the character.
32177 By default, the KeyName Color is the same as the Reverse Color.
32179 <A HREF="h_color_setup">Descriptions of the available commands</A>
32181 Look <A HREF="h_edit_nav_cmds">here</A>
32182 to see the available Editing and Navigation commands.
32184 &lt;End of help on this topic&gt;
32185 </BODY>
32186 </HTML>
32187 ====== h_config_slctbl_color =====
32188 <HTML>
32189 <HEAD>
32190 <TITLE>OPTION: Selectable Item Color</TITLE>
32191 </HEAD>
32192 <BODY>
32193 <H1>OPTION: Selectable Item Color</H1>
32195 Sets the color Alpine uses for selectable items, such as URLs.
32196 The foreground color is the color of the actual character and the
32197 background color is the color of the area behind the character.
32198 By default, the Selectable Item Color is the same as the Normal Color,
32199 except that it is bold.
32201 <A HREF="h_color_setup">Descriptions of the available commands</A>
32203 Look <A HREF="h_edit_nav_cmds">here</A>
32204 to see the available Editing and Navigation commands.
32206 &lt;End of help on this topic&gt;
32207 </BODY>
32208 </HTML>
32209 ====== h_config_quote_color =====
32210 <HTML>
32211 <HEAD>
32212 <TITLE>OPTION: Quote Colors</TITLE>
32213 </HEAD>
32214 <BODY>
32215 <H1>OPTION: Quote Colors</H1>
32217 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32218 screen.
32219 If a line begins with a &gt; character (or space followed by &gt;)
32220 it is considered a quote.
32221 That line will be given the Quote1 Color (first level quote).
32222 If there is a second level of quoting then the Quote2 Color will be used.
32223 Alpine considers there to be a second level of quoting if that first &gt; is
32224 followed by another &gt; (or space followed by &gt;).
32225 If there are characters other than whitespace and &gt; signs, then it isn't
32226 considered another level of quoting.
32227 Similarly, if there is a third level of quoting the Quote3 Color will be
32228 used.
32229 If there are more levels after that the Quote Colors are re-used.
32230 If you define all three colors then it would repeat like Color1, Color2, Color3,
32231 Color1, Color2, Color3, ...
32232 If you only define the first two it would be
32233 Color1, Color2, Color1, Color2, ...
32234 If you define only the Quote1 Color, then the entire quote would be that
32235 color regardless of the quoting levels.
32236 By default, the Quote1 Color is black characters on a greenish-blue background;
32237 the Quote2 Color is black characters on a dull yellow background; and
32238 the Quote3 Color is black characters on a green background.
32240 <A HREF="h_color_setup">Descriptions of the available commands</A>
32242 Look <A HREF="h_edit_nav_cmds">here</A>
32243 to see the available Editing and Navigation commands.
32245 &lt;End of help on this topic&gt;
32246 </BODY>
32247 </HTML>
32248 ====== h_config_folder_color =====
32249 <HTML>
32250 <HEAD>
32251 <TITLE>OPTION: Folder Color</TITLE>
32252 </HEAD>
32253 <BODY>
32254 <H1>OPTION: Folder Color</H1>
32256 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32257 screen. By default, the Folder Color is the normal text color.
32260 If you set a color for this feature, other than the normal color
32261 (the default), or a color for
32262 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32263 will be colored according to the color specified in the
32264 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32265 case, the color will be the only indication that the colored name
32266 refers to a directory. The normal behavior is that Alpine
32267 indicates that a name refers to a directory by appending a
32268 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32269 the folder.
32272 If a folder is a directory, then the folder name will be painted
32273 according to the color defined by this variable, and a separator
32274 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32275 to the name. That
32276 indicator will be painted according to the color defined in the
32277 <A HREF="h_config_directory_color">Directory Color</A> option.
32280 &lt;End of help on this topic&gt;
32281 </BODY>
32282 </HTML>
32283 ====== h_config_directory_color =====
32284 <HTML>
32285 <HEAD>
32286 <TITLE>OPTION: Directory Color</TITLE>
32287 </HEAD>
32288 <BODY>
32289 <H1>OPTION: Directory Color</H1>
32291 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32292 screen. By default, the Folder Color is the normal text color.
32294 If you set a color for this feature, other than the normal color
32295 (the default), or a color for
32296 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32297 will be colored according to the color specified in the
32298 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32299 case, the color will be the only indication that the colored name
32300 refers to a directory. The normal behavior is that Alpine
32301 indicates that a name refers to a directory by appending a
32302 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32303 the folder.
32305 If a folder is a directory, then the folder name will be painted
32306 according to the color defined by the option
32307 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32308 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32309 after the name. That
32310 indicator will be painted according to the color defined in this
32311 option.
32313 &lt;End of help on this topic&gt;
32314 </BODY>
32315 </HTML>
32316 ====== h_config_folder_list_color =====
32317 <HTML>
32318 <HEAD>
32319 <TITLE>OPTION: Folder-List Color</TITLE>
32320 </HEAD>
32321 <BODY>
32322 <H1>OPTION: Folder-List Color</H1>
32324 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32325 screen. By default, the Folder-List Color is the normal text color.
32327 This text refers to the informative text that Alpine displays so you
32328 can recognize each collection. The color of the content of each collection
32329 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32330 and <A HREF="h_config_directory_color">Directory Color</A>.
32332 Unlike the options
32333 <A HREF="h_config_folder_color">Folder Color</A>
32334 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32335 this option does not affect the way that Alpine reports folders,
32336 directories and folders that are directories.
32338 &lt;End of help on this topic&gt;
32339 </BODY>
32340 </HTML>
32341 ====== h_config_incunseen_color =====
32342 <HTML>
32343 <HEAD>
32344 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32345 </HEAD>
32346 <BODY>
32347 <H1>OPTION: Incoming Unseen Color</H1>
32349 If the option
32350 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32351 is turned on it is possible to highlight the folders that contain
32352 unseen messages by coloring them with this color.
32353 By default, this is the same as the Normal Color and no highlighting is done.
32355 Usually the &quot;current&quot; folder (the folder the cursor is on)
32356 is highlighted using reverse video.
32357 If the current folder is colored because it contains unseen messages then
32358 the color used to show that it is also the current folder is controlled
32359 by the
32360 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32361 feature at the top of the SETUP COLOR screen.
32363 <A HREF="h_color_setup">Descriptions of the available commands</A>
32365 Look <A HREF="h_edit_nav_cmds">here</A>
32366 to see the available Editing and Navigation commands.
32368 &lt;End of help on this topic&gt;
32369 </BODY>
32370 </HTML>
32371 ====== h_config_signature_color =====
32372 <HTML>
32373 <HEAD>
32374 <TITLE>OPTION: Signature Color</TITLE>
32375 </HEAD>
32376 <BODY>
32377 <H1>OPTION: Signature Color</H1>
32379 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32380 screen. According to USENET conventions, the signature is defined as the
32381 paragraph following the &quot;sigdashes&quot;, that is, the special line
32382 consisting of the three characters
32383 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32384 empty line right after the sigdashes to be considered as part of the
32385 signature.
32386 By default, the Signature Color is blue characters on a white background.
32388 <A HREF="h_color_setup">Descriptions of the available commands</A>
32390 Look <A HREF="h_edit_nav_cmds">here</A>
32391 to see the available Editing and Navigation commands.
32393 &lt;End of help on this topic&gt;
32394 </BODY>
32395 </HTML>
32396 ====== h_config_prompt_color =====
32397 <HTML>
32398 <HEAD>
32399 <TITLE>OPTION: Prompt Color</TITLE>
32400 </HEAD>
32401 <BODY>
32402 <H1>OPTION: Prompt Color</H1>
32404 Sets the color Alpine uses for confirmation prompts and questions that
32405 appear in the status line near the bottom of the screen.
32406 The foreground color is the color of the actual character and the
32407 background color is the color of the area behind the character.
32408 By default, the Prompt Color is the same as the Reverse Color.
32410 <A HREF="h_color_setup">Descriptions of the available commands</A>
32412 Look <A HREF="h_edit_nav_cmds">here</A>
32413 to see the available Editing and Navigation commands.
32415 &lt;End of help on this topic&gt;
32416 </BODY>
32417 </HTML>
32418 ====== h_config_header_general_color =====
32419 <HTML>
32420 <HEAD>
32421 <TITLE>OPTION: Header General Color</TITLE>
32422 </HEAD>
32423 <BODY>
32424 <H1>OPTION: Header General Color</H1>
32426 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32427 screen.
32428 The foreground color is the color of the actual character and the
32429 background color is the color of the area behind the character.
32430 By default, this is the same as the Normal Color.
32432 It is also possible to set the colors for specific header fields, for
32433 example the Subject, using
32434 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32435 If both a Header General Color and a specific Viewer Header Color are set
32436 the specific color will override the general color, as you would expect.
32438 <A HREF="h_color_setup">Descriptions of the available commands</A>
32440 Look <A HREF="h_edit_nav_cmds">here</A>
32441 to see the available Editing and Navigation commands.
32443 &lt;End of help on this topic&gt;
32444 </BODY>
32445 </HTML>
32446 ====== h_config_incol =====
32447 <HTML>
32448 <HEAD>
32449 <TITLE>Index Line Color</TITLE>
32450 </HEAD>
32451 <BODY>
32452 <H1>Index Line Color</H1>
32454 This option is used to set the color of a line in the index when the
32455 message for that line matches the Pattern.
32456 This colors the whole index line, except possibly the status letters,
32457 which may be colored separately using the
32458 <A HREF="h_color_setup">Setup Kolor</A> screen.
32459 The foreground color is the color of the actual characters and the
32460 background color is the color of the area behind the characters.
32462 <A HREF="h_color_setup">Descriptions of the available commands</A>
32464 Look <A HREF="h_edit_nav_cmds">here</A>
32465 to see the available Editing and Navigation commands.
32467 &lt;End of help on this topic&gt;
32468 </BODY>
32469 </HTML>
32470 ====== h_config_usetransparent_color =====
32471 <HTML>
32472 <HEAD>
32473 <TITLE>OPTION: Use Transparent Color</TITLE>
32474 </HEAD>
32475 <BODY>
32476 <H1>OPTION: Use Transparent Color</H1>
32478 This is a special color supported by some terminal emulators.
32479 It is intended to result in the default foreground or background color
32480 from the terminal emulator.
32481 This is the color the terminal was displaying characters in before you started Alpine.
32482 The reason it is called Transparent is because you could set the foreground color
32483 to some specific color, like Red, and then set the background color to the
32484 Transparent Color. If it works as expected, the background color from the terminal
32485 window in which Alpine is running will show through but with the Red characters
32486 in the foreground.
32488 <A HREF="h_color_setup">Descriptions of the available commands</A>
32490 Look <A HREF="h_edit_nav_cmds">here</A>
32491 to see the available Editing and Navigation commands.
32493 &lt;End of help on this topic&gt;
32494 </BODY>
32495 </HTML>
32496 ====== h_config_usenormal_color =====
32497 <HTML>
32498 <HEAD>
32499 <TITLE>OPTION: Use Normal Color</TITLE>
32500 </HEAD>
32501 <BODY>
32502 <H1>OPTION: Use Normal Color</H1>
32504 When you use this color value, the actual color used will be the same
32505 as the corresponding Normal Color.
32506 For example if your Normal Color is black on white and you set both
32507 the foreground and background colors here to use the Normal Color, you'll
32508 get black on white. If you later change the Normal Color to red on blue
32509 this color will also change to red on blue.
32511 <A HREF="h_color_setup">Descriptions of the available commands</A>
32513 Look <A HREF="h_edit_nav_cmds">here</A>
32514 to see the available Editing and Navigation commands.
32516 &lt;End of help on this topic&gt;
32517 </BODY>
32518 </HTML>
32519 ====== h_config_usenone_color =====
32520 <HTML>
32521 <HEAD>
32522 <TITLE>OPTION: Use None Color</TITLE>
32523 </HEAD>
32524 <BODY>
32525 <H1>OPTION: Use None Color</H1>
32527 This is a special color that simply means to leave the color alone.
32528 It is useful for Index symbols and for Keyword Colors used in the Subject
32529 field of an index line.
32530 The most likely use is to set an explicit foreground color and then set
32531 the background color to the None Color.
32532 That will cause the symbol or keyword to be drawn in the foreground color
32533 with a background equal to whatever color the rest of the index line is already
32534 drawn in.
32535 You will see no visible effect unless you have assigned Indexcolor Rules to
32536 color index lines or you have set an actual color for the Reverse Color.
32538 <A HREF="h_color_setup">Descriptions of the available commands</A>
32540 Look <A HREF="h_edit_nav_cmds">here</A>
32541 to see the available Editing and Navigation commands.
32543 &lt;End of help on this topic&gt;
32544 </BODY>
32545 </HTML>
32546 ====== h_config_dflt_color =====
32547 <HTML>
32548 <HEAD>
32549 <TITLE>OPTION: Default Color</TITLE>
32550 </HEAD>
32551 <BODY>
32552 <H1>OPTION: Default Color</H1>
32554 Setting default will cause the color to be the default color.
32555 Unsetting default is normally done by choosing a color, but in some cases
32556 you may want to declare the current default color to be your non-default
32557 choice.
32558 For example, the default Keyname Color is the same as the Reverse Color.
32559 Whenever the Reverse Color changes the Keyname Color will also change, unless
32560 you've changed it or unset the default box.
32562 <A HREF="h_color_setup">Descriptions of the available commands</A>
32564 Look <A HREF="h_edit_nav_cmds">here</A>
32565 to see the available Editing and Navigation commands.
32567 &lt;End of help on this topic&gt;
32568 </BODY>
32569 </HTML>
32570 ====== h_config_bold_slctbl =====
32571 <HTML>
32572 <HEAD>
32573 <TITLE>OPTION: Bold</TITLE>
32574 </HEAD>
32575 <BODY>
32576 <H1>OPTION: Bold</H1>
32578 The color for this particular section may have the Bold attribute turned
32579 on or off.
32580 Setting bold will cause the characters to be bold.
32582 <A HREF="h_color_setup">Descriptions of the available commands</A>
32584 Look <A HREF="h_edit_nav_cmds">here</A>
32585 to see the available Editing and Navigation commands.
32587 &lt;End of help on this topic&gt;
32588 </BODY>
32589 </HTML>
32590 ====== h_config_kw_color =====
32591 <HTML>
32592 <HEAD>
32593 <TITLE>OPTION: Keyword Colors</TITLE>
32594 </HEAD>
32595 <BODY>
32596 <H1>OPTION: Keyword Colors</H1>
32598 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32599 Keywords are displayed as part of the Subject by default.
32600 They are also displayed as part of the Subject if the tokens
32601 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32602 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32603 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32604 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32606 For example, you might have set up a Keyword
32607 &quot;Work&quot; using the
32608 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32609 You could cause that Keyword to show up as a special color
32610 by setting up the Keyword Color using this option, and then including it
32611 in the MESSAGE INDEX screen using one of the tokens listed above in the
32612 <!--#echo var="VAR_index-format"-->.
32614 <A HREF="h_color_setup">Descriptions of the available commands</A>
32616 Look <A HREF="h_edit_nav_cmds">here</A>
32617 to see the available Editing and Navigation commands.
32619 &lt;End of help on this topic&gt;
32620 </BODY>
32621 </HTML>
32622 ====== h_config_customhdr_color =====
32623 <HTML>
32624 <HEAD>
32625 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32626 </HEAD>
32627 <BODY>
32628 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32630 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32631 For example, you may set the color of the Subject header or the From header.
32632 The foreground color is the color of the actual character and the
32633 background color is the color of the area behind the character.
32635 In addition to setting the colors for particular headers (like the Subject)
32636 you may also set a color to be used for all headers unless overridden by a
32637 more specific Viewer Header Color.
32638 To do this use the
32639 <A HREF="h_config_header_general_color">Header General Color</A>.
32641 For Header Colors,
32642 there is an additional line on the
32643 screen labeled &quot;Pattern to match&quot;.
32644 If you leave that blank, then the whole field for that header will
32645 be colored.
32646 However, if you give a pattern to match, the coloring will only take place
32647 if there is a match for that pattern in the value of the field.
32648 For example, if you are working on a color for the Subject header and
32649 you fill in a pattern of &quot;important&quot;, then only Subjects that
32650 contain the word &quot;important&quot; will be colored.
32652 If the pattern you enter is a comma-separated list of patterns, then coloring
32653 happens if any of those patterns matches.
32655 <A HREF="h_color_setup">Descriptions of the available commands</A>
32657 Look <A HREF="h_edit_nav_cmds">here</A>
32658 to see the available Editing and Navigation commands.
32660 &lt;End of help on this topic&gt;
32661 </BODY>
32662 </HTML>
32663 ====== h_config_indextoken_color =====
32664 <HTML>
32665 <HEAD>
32666 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32667 </HEAD>
32668 <BODY>
32669 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32671 This option allows you to set up the color in which any token, not specified by the
32672 previous options, will be colored in the MESSAGE INDEX screen. 
32674 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32675 a token that can be used in the index format. 
32676 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32678 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32679 enter a new one. Once you have entered a valid token, a line will be added to the
32680 configuration screen that you can use to set up the colors in which that token will
32681 be painted. This is done in the same way that you configure colors for other
32682 variables.
32684 <A HREF="h_color_setup">Descriptions of the available commands</A>
32686 Look <A HREF="h_edit_nav_cmds">here</A>
32687 to see the available Editing and Navigation commands.
32689 &lt;End of help on this topic&gt;
32690 </BODY>
32691 </HTML>
32692 ====== h_config_customhdr_pattern =====
32693 <HTML>
32694 <HEAD>
32695 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32696 </HEAD>
32697 <BODY>
32698 <H1>OPTION: Viewer Header Color Pattern</H1>
32700 If you leave this blank, then the whole field for the header will
32701 be colored.
32702 If you give a pattern to match, the coloring will only take place
32703 if there is a match for that pattern in the value of the field.
32704 For example, if you are working on a color for the Subject header and
32705 you fill in a pattern of &quot;important&quot;, then only Subjects that
32706 contain the word &quot;important&quot; will be colored.
32708 For address headers (like From and To) and for the Newsgroups header,
32709 a pattern match will cause only the matched addresses or newsgroups to be
32710 colored.
32711 If there is no pattern to match, then all of the addresses or newsgroups
32712 in the relevant header will be colored.
32714 The matching pattern may be a comma-separated list of patterns to match
32715 instead of a single pattern.
32716 For example, you could use the pattern &quot;important,urgent&quot; which would
32717 cause a match if either the word &quot;important&quot; or the word
32718 &quot;urgent&quot; appeared in the value of the header.
32719 You could list several comma-separated email addresses in the Header
32720 From Color pattern so that those addresses will be colored when any of
32721 them appear in the From header.
32723 To add a new matching pattern or change the existing pattern use the 
32724 <!--chtml if pinemode="function_key"-->
32725 &quot;F4&quot;
32726 <!--chtml else-->
32727 &quot;C&quot;
32728 <!--chtml endif-->
32729 &quot;Change&quot; command that is available when the &quot;Pattern to
32730 match&quot; line is highlighted.
32732 <!--chtml if pinemode="function_key"-->
32733 &quot;F10&quot;
32734 <!--chtml else-->
32735 &quot;D&quot;
32736 <!--chtml endif-->
32737 &quot;Delete&quot; command may be used to quickly remove all patterns
32738 for a particular header.
32740 &lt;End of help on this topic&gt;
32741 </BODY>
32742 </HTML>
32743 ====== h_color_setup =====
32744 <HTML>
32745 <HEAD>
32746 <TITLE>SETUP COLOR COMMANDS</TITLE>
32747 </HEAD>
32748 <BODY>
32749 <H1>SETUP COLOR COMMANDS</H1>
32750 <!--chtml if pinemode="function_key"-->
32751 <PRE>
32752 Available Commands -- Group 1
32753 -------------------------------
32754 F1  Display this help text
32755 F2  Show other available commands
32756 F3  Exit to MAIN MENU
32757 F4  Select the highlighted foreground or background color
32758 F5  Move to previous line
32759 F6  Move to next line
32760 F7  Previous page
32761 F8  Next page
32762 F9  Add a config section for a header field
32763 F10 Restore all default colors (for all sections)
32764 F11 Print color configuration screen
32765 F12 Whereis (search for word)
32767 Available Commands -- Group 2
32768 -------------------------------
32769 F1  Display this help text
32770 F2  Show other available commands
32771 F5  Delete config section for highlighted header field
32772 F6  Shuffle the order of Header Color sections
32773 </PRE>
32774 <!--chtml else-->
32775 <PRE>
32776 General commands
32777 -------------------------------------------------
32778  ?  Display this help text     E  Exit back to MAIN MENU
32779  P  Previous Line              N  Next Line
32780  -  Previous page             Spc (space bar) Next page
32781  W  WhereIs (search for word)  %  Print color configuration screen
32783 Color Setup Commands
32784 ------------------------------------------------
32785  *  Select the highlighted foreground or background color
32786  A  Add a config section for a header field
32787  D  Delete config section for highlighted header field
32788  R  Restore all default colors (for all sections)
32789  $  Shuffle the order of Header Color sections
32790 </PRE>
32791 <!--chtml endif-->
32793 <H2>Description of the Setup Color Screen</H2>
32795 From this screen you may turn on color and set the colors of
32796 various parts of the Alpine display.
32797 For help on turning on color move your cursor into the Color Style section
32798 at the top of the Setup Color screen and ask for help.
32801 There are several sections in the Setup Color Screen.
32802 At the top are some settings that handle the style of color used
32803 with your terminal emulator (UNIX only), and some settings that
32804 control how the current indexline and the titlebar are colored.
32805 After that comes a long section called GENERAL COLORS that allows
32806 you to set the color of many elements in the Alpine screens.
32807 For example, the color of the titlebar, status messages,
32808 selectable links, quotes and signatures in messages, and so on.
32809 After that is a section called INDEX COLORS that allows you to
32810 set the colors of various pieces of the displayed index lines in
32811 the MESSAGE INDEX screen.
32812 The next section is HEADER COLORS. This is for coloring headers of
32813 messages in the MESSAGE TEXT screen in just about any way you would like.
32814 Finally, the KEYWORD COLORS section allows you to highlight
32815 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32816 in the MESSAGE INDEX screen.
32819 To change a color, highlight the color you want to change (for example,
32820 the Status Color) by moving
32821 the cursor into it.
32822 You may want to read the help text for the color to see a brief desription
32823 of what you are coloring.
32824 Then press &quot;C&quot; for Change to set the color to something new.
32825 That will put you into a screen with two columns of colors, one for
32826 the foreground color and one for the background color.
32827 The foreground color is just the color you want the actual characters
32828 to be and the background color is the color of the rest of the rectangle
32829 behind the characters.
32830 Select the foreground and background colors desired by using the Next and
32831 Prev keys to highlight the color, and the * command to select it.
32833 To set a color to its default value, set the X in the Default line at
32834 the bottom of the list of colors.
32837 The HEADER COLORS section is a little bit different from the others.
32838 Besides coloring the specific fields that Alpine knows about, you may also
32839 color specific header fields when viewing a message in the MESSAGE TEXT
32840 screen.
32841 For example, you may color the Subject header a particular color.
32842 There are a few commands for use with headers.
32843 The &quot;AddHeader&quot; command adds a section to the color
32844 configuration screen that allows you to set the color for that header.
32845 You'll be asked for the name of the header field you want to color.
32846 If you wanted to color the Subject, you would answer
32847 with the word &quot;subject&quot;.
32848 Once you've added a header field, the color setting works just like the
32849 other color fields, except that there is an additional line on the
32850 configuration screen labeled &quot;Pattern to match&quot;.
32851 If you leave that blank, then the whole field for that header will always
32852 be colored.
32853 However, if you give a pattern to match, the coloring will only take place
32854 if there is a match for that pattern in the value of the field.
32855 For example, if you are working on a color for the Subject header and
32856 you fill in a pattern of &quot;important&quot;, then only Subjects that
32857 contain the word &quot;important&quot; will be colored.
32859 The &quot;DeleteHdr&quot; command removes a header section from the
32860 configuration altogether.
32861 The &quot;Shuffle&quot; command changes the order of header sections.
32862 This is only necessary if you use header sections with pattern fields.
32863 For example, if you have two Subject sections, one with one pattern and
32864 another with another pattern, and the subject for a particular message
32865 happens to match both, then the color from the first match is used.
32868 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32869 Each section will change to the default value used for that section when
32870 color is first enabled.
32871 When you restore all default colors the color settings for the Header Colors
32872 will be unset (since that's the default), but the header fields you've
32873 added will remain so that you may easily reset them.
32874 In order to get rid of them completely you'd have to use
32875 the &quot;DeleteHdr&quot; command.
32878 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32879 may be set with matching rules and that is configured separately from
32880 the rest of the color settings described here.
32881 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32882 instead of in the Setup/Kolor section.
32884 <P><UL>
32885 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32886 </UL><P>
32887 &lt;End of help on this topic&gt;
32888 </BODY>
32889 </HTML>
32890 ====== h_config_news_uses_recent ======
32891 <HTML>
32892 <HEAD>
32893 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32894 </HEAD>
32895 <BODY>
32896 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32898 This feature causes certain messages to be marked as "New" in the
32899 MESSAGE INDEX of newsgroups.
32900 This feature is set by default.
32904 When opening a newsgroup, Alpine will consult your "newsrc" file and
32905 determine the last message you have previously disposed of via the "D"
32906 key.  If this feature is set, any subsequent messages will be shown in the
32907 Index with an "N", and the first of these messages will be highlighted.
32908 Although this is only an approximation of true "New" or "Unseen"
32909 status, it provides a useful cue to distinguish more-or-less recent
32910 messages from those you have seen previously, but are not yet ready to
32911 mark deleted.
32915 Background: your "newsrc" file (used to store message status information
32916 for newsgroups) is only capable of storing a single flag, and Alpine uses
32917 this to record whether or not you are "done with" a message, as
32918 indicated by marking the message as "Deleted".  Unfortunately, this
32919 means that Alpine has no way to record exactly which messages you have
32920 previously seen, so it normally does not show the "N" status flag for
32921 any messages in a newsgroup. This feature enables a starting
32922 *approximation* of seen/unseen status that may be useful.
32924 &lt;End of help on this topic&gt;
32925 </BODY>
32926 </HTML>
32927 ====== h_config_expose_hidden_config =====
32928 <HTML>
32929 <HEAD>
32930 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32931 </HEAD>
32932 <BODY>
32933 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32935 If set, this causes configuration options and features that are normally
32936 hidden from view to be editable in the Setup/Config screen.
32939 The purpose of this feature is to allow you to change configuration
32940 features and variables that are normally hidden.
32941 This is particularly useful if you are using a remote configuration,
32942 where it is difficult to edit the contents manually, but it may also be used
32943 on a local pinerc configuration file.
32945 If set, several configuration variables and features that are normally
32946 hidden from view will show up in the Setup/Configuration screen.
32947 They will be at the bottom of the configuration screen.
32948 You can find them by searching for the words &quot;hidden configuration&quot;.
32951 Note that this is an advanced feature that should be used with care.
32952 The reason that this part of the configuration is normally hidden is because
32953 there is a significant potential for causing problems if you change these
32954 variables.
32955 If something breaks after a change try changing it back to see if that is
32956 what is causing the problem.
32957 There are also some variables that are normally hidden because they are
32958 manipulated through Alpine in other ways.
32959 For example, colors are normally set using the Setup/Kolors screen and
32960 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32961 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32962 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32963 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32964 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32965 internally by Alpine and not set directly by the user.
32967 <UL>   
32968 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32969 </UL><P>
32970 &lt;End of help on this topic&gt;
32971 </BODY>
32972 </HTML>
32973 ====== h_config_disable_signature_edit =====
32974 <HTML>
32975 <HEAD>
32976 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32977 </HEAD>
32978 <BODY>
32979 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32981 If set, this disables the editing of signature files from within
32982 the Setup/Config screen.
32984 <UL>   
32985 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32986 </UL><P>
32987 &lt;End of help on this topic&gt;
32988 </BODY>
32989 </HTML>
32990 ====== h_config_disable_roles_templateedit =====
32991 <HTML>
32992 <HEAD>
32993 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32994 </HEAD>
32995 <BODY>
32996 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32998 If set, this disables the editing of template files within the
32999 Role setup screen.
33001 <UL>   
33002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33003 </UL><P>
33004 &lt;End of help on this topic&gt;
33005 </BODY>
33006 </HTML>
33007 ====== h_config_disable_roles_sigedit =====
33008 <HTML>
33009 <HEAD>
33010 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
33011 </HEAD>
33012 <BODY>
33013 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
33015 If set, this disables the editing of signature files within the
33016 Role setup screen.
33018 <UL>   
33019 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33020 </UL><P>
33021 &lt;End of help on this topic&gt;
33022 </BODY>
33023 </HTML>
33024 ====== h_config_disable_roles_setup =====
33025 <HTML>
33026 <HEAD>
33027 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
33028 </HEAD>
33029 <BODY>
33030 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
33032 If set, this disables the Setup/Rules/Roles command.
33034 <UL>   
33035 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33036 </UL><P>
33037 &lt;End of help on this topic&gt;
33038 </BODY>
33039 </HTML>
33040 ====== h_config_disable_pipes_in_templates =====
33041 <HTML>
33042 <HEAD>
33043 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
33044 </HEAD>
33045 <BODY>
33046 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
33048 By default, if a template file name is followed by a vertical bar (|) then
33049 that causes the file to be executed to produce the text for the template.
33050 If this feature is set, then this is not allowed.
33052 <UL>   
33053 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33054 </UL><P>
33055 &lt;End of help on this topic&gt;
33056 </BODY>
33057 </HTML>
33058 ====== h_config_disable_pipes_in_sigs =====
33059 <HTML>
33060 <HEAD>
33061 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
33062 </HEAD>
33063 <BODY>
33064 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
33066 By default, if a signature file name is followed by a vertical bar (|) then
33067 that causes the file to be executed to produce the text for the signature.
33068 If this feature is set, then this is not allowed.
33070 <UL>   
33071 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33072 </UL><P>
33073 &lt;End of help on this topic&gt;
33074 </BODY>
33075 </HTML>
33076 ====== h_config_disable_password_cmd =====
33077 <HTML>
33078 <HEAD>
33079 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
33080 </HEAD>
33081 <BODY>
33082 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
33084 If set, then the Setup/Newpassword command is disabled.
33086 <UL>   
33087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33088 </UL><P>
33089 &lt;End of help on this topic&gt;
33090 </BODY>
33091 </HTML>
33092 ====== h_config_disable_password_caching =====
33093 <HTML>
33094 <HEAD>
33095 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
33096 </HEAD>
33097 <BODY>
33098 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
33100 Normally, loginname/password combinations are cached in Alpine so that
33101 you do not have to enter the same password more than once in a session.
33102 A disadvantage to this approach is that the password must be stored in
33103 the memory image of the running Alpine in order that it can be re-used.
33104 In the event that Alpine crashes and produces a core dump, and that core
33105 dump is readable by others, the loginname and password could be read
33106 from the core dump.
33108 If this feature is set, then the passwords will not be cached and you
33109 will have to retype the password whenever Alpine needs it.
33110 Even with this feature set there is still some chance that the core
33111 file will contain a password, so care should be taken to make the
33112 core files unreadable.
33114 NOTE: If PASSFILE caching is enabled, this does not disable it.
33115 That is a separate and independent feature.
33116 <UL>   
33117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33118 </UL><P>
33119 &lt;End of help on this topic&gt;
33120 </BODY>
33121 </HTML>
33122 ====== h_config_disable_password_file_saving =====
33123 <HTML>
33124 <HEAD>
33125 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
33126 </HEAD>
33127 <BODY>
33128 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
33130 This feature changes the behavior of Alpine when a login name and password combination
33131 for a specific server is not found in the password file. The default behavior is that
33132 Alpine will ask the user if they wish to save this information in the password file for future
33133 use. It is assumed that if a user created a password file it is because they intend
33134 to use it, but in some instances a user might want to save some passwords and not others.
33135 In this case, enabling this feature will make Alpine not add any more passwords to the
33136 password file and will only use the passwords that it already saved. If you wish to allow
33137 Alpine to save more passwords in the password file, disable this feature.
33139 <UL>   
33140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33141 </UL><P>
33142 &lt;End of help on this topic&gt;
33143 </BODY>
33144 </HTML>
33145 ====== h_config_disable_kb_lock =====
33146 <HTML>
33147 <HEAD>
33148 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33149 </HEAD>
33150 <BODY>
33151 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33153 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33155 <UL>   
33156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33157 </UL><P>
33158 &lt;End of help on this topic&gt;
33159 </BODY>
33160 </HTML>
33161 ====== h_config_disable_config_cmd =====
33162 <HTML>
33163 <HEAD>
33164 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33165 </HEAD>
33166 <BODY>
33167 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33169 If set, then the Setup/Config screen is disabled.
33171 <UL>   
33172 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33173 </UL><P>
33174 &lt;End of help on this topic&gt;
33175 </BODY>
33176 </HTML>
33177 ====== h_config_allow_chg_from =====
33178 <HTML>
33179 <HEAD>
33180 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33181 </HEAD>
33182 <BODY>
33183 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33185 This feature affects Alpine's handling of the &quot;From:&quot; header field
33186 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33187 option.
33189 If this feature is set then the From line can be changed just like
33190 all the other header fields that can be changed.
33191 This feature defaults to <EM>ON</EM>.
33193 Even with this feature turned ON (the default) you will not be able 
33194 to change the From header unless you add it to your list of
33195 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33196 You may also want to change the
33197 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33198 if you want the From header to always show up in the composer without
33199 having to type the Rich Headers command first.
33201 Note that many sites restrict the use of this feature in order to
33202 reduce the chance of falsified addresses and misdirected mail.
33203 If you want to change the value of what gets included in the From header
33204 in messages you send
33205 look <A HREF="h_config_change_your_from">here</A> for a description.
33207 <UL>   
33208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33209 </UL><P>
33210 &lt;End of help on this topic&gt;
33211 </BODY>
33212 </HTML>
33213 ====== h_config_disable_collate =====
33214 <HTML>
33215 <HEAD>
33216 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33217 </HEAD>
33218 <BODY>
33219 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33221 This is a hard to understand feature that should only be used in rare cases.
33222 Normally, the C function call
33224 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33226 is used by Alpine.
33227 If you want to try turning it off,
33228 setting this feature will turn it off.
33229 This part of the locale has to do with the sort order
33230 of characters in your locale.
33232 <UL>   
33233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33234 </UL><P>
33235 &lt;End of help on this topic&gt;
33236 </BODY>
33237 </HTML>
33238 ====== h_config_quell_attach_extra_prompt =====
33239 <HTML>
33240 <HEAD>
33241 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33242 </HEAD>
33243 <BODY>
33244 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33246 By default, when you attempt to view an attachment externally
33247 from the &quot;Attachment View&quot; screen, you are asked if you
33248 really want to view the selected attachment.
33251 If this feature is set, you will <B>not</B> be prompted to confirm
33252 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33253 prompt. This feature was added for those wanting to preserve that
33254 behavior (along with 
33255 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33258 <UL>   
33259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33260 </UL><P>
33261 &lt;End of help on this topic&gt;
33262 </BODY>
33263 </HTML>
33264 ====== h_config_quell_attach_ext_warn =====
33265 <HTML>
33266 <HEAD>
33267 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33268 </HEAD>
33269 <BODY>
33270 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33273 This feature suppresses the extra warning you can get when trying
33274 to view an attachment for which there is no mime-type match.  Turning
33275 on this feature will just run the program according to extension
33276 instead of first warning the user that it will run according to the
33277 file's extension.
33279 This feature can be used along side 
33280 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33281 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33283 <UL>   
33284 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33285 </UL><P>
33286 &lt;End of help on this topic&gt;
33287 </BODY>
33288 </HTML>
33289 ====== h_config_mailcap_params =====
33290 <HTML>
33291 <HEAD>
33292 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33293 </HEAD>
33294 <BODY>
33295 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33297 If set, this will allow mailcap named parameter substitution to occur
33298 in mailcap entries.
33299 By default, this is turned off to prevent security problems that may occur
33300 with some incorrect mailcap configurations.
33301 For more information, see RFC1524 and look for "named parameters" in the
33302 text of the RFC.
33304 <UL>   
33305 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33306 </UL><P>
33307 &lt;End of help on this topic&gt;
33308 </BODY>
33309 </HTML>
33310 ====== h_config_disable_shared =====
33311 <HTML>
33312 <HEAD>
33313 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33314 </HEAD>
33315 <BODY>
33316 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33318 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33319 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33320 will be disabled.
33321 The reason this feature exists is because there are some implementations
33322 of system password lookup routines that are very slow when presented with
33323 a long loginname that does not exist.
33324 This feature could be set to prevent the delay at startup time when the
33325 names above are searched for in the password file.
33327 <UL>   
33328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33329 </UL><P>
33330 &lt;End of help on this topic&gt;
33331 </BODY>
33332 </HTML>
33333 ====== h_config_hide_nntp_path =====
33334 <HTML>
33335 <HEAD>
33336 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33337 </HEAD>
33338 <BODY>
33339 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33341 Normally the Path header that Alpine generates when posting to a newsgroup
33342 contains the name of the computer from which the message is being sent and
33343 the user name.
33344 Some believe that this information is used by spammers.
33345 If this feature is set, that information will be replaced with the text
33347 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33349 instead.
33351 It should be noted that many servers being connected to will still reveal
33352 the information that this feature attempts to protect.
33354 <UL>   
33355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33356 </UL><P>
33357 &lt;End of help on this topic&gt;
33358 </BODY>
33359 </HTML>
33360 ====== h_config_no_bezerk_zone =====
33361 <HTML>
33362 <HEAD>
33363 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33364 </HEAD>
33365 <BODY>
33366 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33368 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33369 (the line that begins with From <SPACE>).
33370 Some versions of Berkeley mail have trouble with this, and don't recognize
33371 the line as a message delimiter.
33372 If this feature is set, the timezone will be left off the delimiter line.
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_quell_domain_warn =====
33381 <HTML>
33382 <HEAD>
33383 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33384 </HEAD>
33385 <BODY>
33386 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33388 When your configuration is set up so that your domain name contains no dots,
33389 it is usually a configuration error.
33390 By default, Alpine will warn you about this when you start it up.
33391 You will see a warning message that looks like
33394 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33397 If this feature is set, the warning is turned off.
33399 <UL>   
33400 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33401 </UL><P>
33402 &lt;End of help on this topic&gt;
33403 </BODY>
33404 </HTML>
33405 ====== h_config_quell_imap_env =====
33406 <HTML>
33407 <HEAD>
33408 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33409 </HEAD>
33410 <BODY>
33411 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33413 In the MESSAGE INDEX screen, if the open folder is being accessed
33414 using IMAP, Alpine normally tries to paint the index lines on the screen
33415 as soon as the information arrives from the IMAP server.
33416 This means that the index information makes it onto the screen more quickly
33417 than it otherwise would.
33418 This sometimes results in behavior that bothers some users.
33419 For example, when paging to a new page of the index, it may be possible for
33420 the lines to be painted on the screen in a random order, rather than from
33421 top to bottom.
33424 Setting this feature causes Alpine to wait for all of the information
33425 to be gathered before it paints the index screen.
33426 Once it collects all of the information, the screen will be painted quickly
33427 from top to bottom.
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_quell_news_env =====
33436 <HTML>
33437 <HEAD>
33438 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33439 </HEAD>
33440 <BODY>
33441 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33443 In the MESSAGE INDEX screen, if the open folder is being accessed
33444 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33445 as soon as the information arrives from the NNTP server.
33446 This means that the index information makes it onto the screen more quickly
33447 than it otherwise would.
33448 This sometimes results in behavior that bothers some users.
33449 For example, when paging to a new page of the index, it may be possible for
33450 the lines to be painted on the screen in a random order, rather than from
33451 top to bottom.
33454 Setting this feature causes Alpine to wait for all of the information
33455 to be gathered before it paints the index screen.
33456 Once it collects all of the information, the screen will be painted quickly
33457 from top to bottom.
33459 <UL>   
33460 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33461 </UL><P>
33462 &lt;End of help on this topic&gt;
33463 </BODY>
33464 </HTML>
33465 ====== h_config_quell_content_id =====
33466 <HTML>
33467 <HEAD>
33468 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33469 </HEAD>
33470 <BODY>
33471 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33473 This feature changes the behavior of Alpine when sending messages.
33474 It is intended to work around a bug in Microsoft's Outlook XP mail user
33475 agent.
33476 As of this writing, Microsoft has acknowledged the bug but
33477 has not added it to the Knowledge Base.
33478 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33479 This particular bug has bug fix number OfficeQFE:4781.
33480 The nature of the bug is that messages with attachments that
33481 contain a Content-ID header (which standard Alpine attachments do)
33482 do not show the attachment indicator (a paperclip) when viewed with
33483 Outlook XP.
33484 So the user has no indication that the message contains an attachment.
33487 If this feature is set then Alpine will remove most Content-ID headers
33488 before sending a message.
33489 If an attachment is of type MESSAGE, then the existing Content-ID headers
33490 inside the message will be left intact.
33491 This would only happen with Alpine if a message was forwarded as an attachment
33492 or if a message with a message attached was forwarded.
33493 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33494 the Content-ID headers of the alternative parts will not be removed.
33497 Because the Content-ID header is a standard part of MIME it is possible
33498 that setting this feature will break something.
33499 For example, if an attachment has a Content-ID header that is necessary
33500 for the correct functioning of that attachment, it is possible that Alpine
33501 may remove that header when the attachment is forwarded.
33502 However, it seems fairly safe at this time.
33505 <UL>   
33506 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33507 </UL><P>
33508 &lt;End of help on this topic&gt;
33509 </BODY>
33510 </HTML>
33511 ====== h_config_winpos_in_config =====
33512 <HTML>
33513 <HEAD>
33514 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33515 </HEAD>
33516 <BODY>
33517 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33519 PC-Alpine only.
33522 Normally, PC-Alpine will store its window size and position in the
33523 Windows Registry.
33524 This is convenient if you want to use the same remote
33525 configuration from more than one PC.
33526 If you use multiple configuration files to start PC-Alpine, you may want
33527 to store the window size and position in the configuration file instead
33528 of in the Registry.
33529 Setting this feature causes the value to be stored in 
33530 <A HREF="h_config_window_position">Window-Position</A>.
33533 <UL>   
33534 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33535 </UL><P>
33536 &lt;End of help on this topic&gt;
33537 </BODY>
33538 </HTML>
33539 ====== h_config_quell_ssl_largeblocks =====
33540 <HTML>
33541 <HEAD>
33542 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33543 </HEAD>
33544 <BODY>
33545 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33547 PC-Alpine only.
33549 This feature changes the behavior of fetching messages
33550 and attachments so that the message data is fetched in chunks no larger
33551 than 12K bytes.
33552 This works around a bug in Microsoft's SSL/TLS support.
33553 Some versions of Microsoft SSL are not able to read full-sized (16K)
33554 SSL/TLS packets.
33555 Some servers will send such packets and this will
33556 cause PC-Alpine to crash with the error
33559 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33562 Microsoft is aware of the problem and has developed a hotfix for it, it is
33563 discussed in article 300562 in the Microsoft Knowledge Base.
33565 <UL>   
33566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33567 </UL><P>
33568 &lt;End of help on this topic&gt;
33569 </BODY>
33570 </HTML>
33571 ====== h_config_quell_partial =====
33572 <HTML>
33573 <HEAD>
33574 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33575 </HEAD>
33576 <BODY>
33577 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33579 Partial fetching is a feature of the IMAP protocol.
33580 By default, Alpine
33581 will use partial fetching when copying the contents of a message or attachment
33582 from the IMAP server to Alpine.
33583 This means that the fetch will be done in many
33584 small chunks instead of one big chunk. The main benefit of this approach is
33585 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33586 to stop the fetch early. In some cases partial fetching may cause a performance
33587 problem so that the fetching of data takes significantly longer when partial
33588 fetching is used. Turning on this feature will turn off partial fetching.
33590 <UL>   
33591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33592 </UL><P>
33593 &lt;End of help on this topic&gt;
33594 </BODY>
33595 </HTML>
33596 ====== h_config_quell_personal_name_prompt =====
33597 <HTML>
33598 <HEAD>
33599 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33600 </HEAD>
33601 <BODY>
33602 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33604 PC-Alpine only.  This feature quells the prompting for a 
33605 <A HREF="h_config_pers_name">personal name</A>.  This
33606 prompt normally happens before composing a message, and only happens when
33607 there is no personal name already set.
33609 <UL>   
33610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33611 </UL><P>
33612 &lt;End of help on this topic&gt;
33613 </BODY>
33614 </HTML>
33615 ====== h_config_quell_user_id_prompt =====
33616 <HTML>
33617 <HEAD>
33618 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33619 </HEAD>
33620 <BODY>
33621 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33623 PC-Alpine only.  This feature quells the prompting for a 
33624 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33625 if the information can be obtained from the login name used
33626 to open the INBOX.  Normally, this prompt happens before composing
33627 a message, and only happens when there is no user-id already set
33628 in the configuration.
33630 With this feature set, composing a message is only possible after
33631 establishing a connection to the INBOX.
33633 <UL>   
33634 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33635 </UL><P>
33636 &lt;End of help on this topic&gt;
33637 </BODY>
33638 </HTML>
33639 ====== h_config_save_aggregates =====
33640 <HTML>
33641 <HEAD>
33642 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33643 </HEAD>
33644 <BODY>
33645 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33647 This feature will optimize an aggregate copy operation, if
33648 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33649 list of the messages to be copied.
33650 This feature is set by default.
33651 This may reduce network traffic and elapsed time for the Save.
33652 <EM>However, many IMAP servers (including the UW IMAP server) do
33653 not preserve the order of messages when this optimization is applied.</EM>
33654 If this feature is not set, 
33655 Alpine will copy each message individually and the order of the messages
33656 will be preserved.
33658 <UL>   
33659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33660 </UL><P>
33661 &lt;End of help on this topic&gt;
33662 </BODY>
33663 </HTML>
33664 ====== h_config_use_system_translation =====
33665 <HTML>
33666 <HEAD>
33667 <TITLE>FEATURE: Use System Translation</TITLE>
33668 </HEAD>
33669 <BODY>
33670 <H1>FEATURE: Use System Translation</H1>
33672 UNIX Alpine only.
33674 Alpine normally uses its own internal software to convert between the multi-byte
33675 representation of characters and the Unicode representation of those
33676 same characters.
33677 It converts from the multi-byte characters your keyboard produces to Unicode,
33678 and from Unicode to the multi-byte characters your display expects.
33679 Alpine also uses its own internal software to decide how much space on
33680 the screen a particular Unicode character will occupy.
33683 Setting this feature tells Alpine to use the system-supplied routines to
33684 perform these tasks instead.
33685 In particular there are three tasks and three system routines that will
33686 be used for these tasks.
33689 To convert from multi-byte to Unicode the routine
33692 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33695 is used.
33696 To convert from Unicode to multi-byte the routine
33699 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33702 is used.
33703 And to find the screen width a particular Unicode character will
33704 occupy the routine used is
33707 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33710 This feature has been only lightly tested.
33711 The internal routines should normally be used unless you run into
33712 a problem that you think may be solved by using the system routines.
33713 Note that your environment needs to be set up for these
33714 routines to work correctly.
33715 In particular, the LANG or LC_CTYPE variable in your environment will
33716 need to be set.
33719 <UL>   
33720 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33721 </UL><P>
33722 &lt;End of help on this topic&gt;
33723 </BODY>
33724 </HTML>
33725 ====== h_config_suspend_spawns =====
33726 <HTML>
33727 <HEAD>
33728 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33729 </HEAD>
33730 <BODY>
33731 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33733 This feature affects Alpine's behavior when process suspension is enabled
33734 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33735 temporarily interact with the operating system command &quot;shell&quot; 
33736 without
33737 quitting Alpine, and then subsequently resume the still-active Alpine session.
33740 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33741 is set and subsequently the Ctrl-Z key
33742 is pressed, Alpine will normally suspend itself and return temporary control
33743 to Alpine's parent shell process.  However, if this feature is set, Alpine
33744 will instead create an inferior subshell process.  This is useful when the
33745 parent process is not intended to be used interactively.  Examples include
33746 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33747 or via a menu system.<P>
33749 Note that one typically resumes a suspended Alpine by entering the Unix
33750 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33751 enter the &quot;exit&quot; command instead.
33753 <UL>   
33754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33755 </UL><P>
33756 &lt;End of help on this topic&gt;
33757 </BODY>
33758 </HTML>
33759 ====== h_config_8bit_smtp =====
33760 <HTML>
33761 <HEAD>
33762 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33763 </HEAD>
33764 <BODY>
33765 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33767 This feature affects Alpine's behavior when sending mail.
33768 By default, this feature is set.
33769 Internet standards
33770 require that all electronic mail messages traversing the global Internet
33771 consist of 7bit ASCII characters unless a pair of cooperating mail 
33772 transfer agents explicitly agree to allow 8bit messages.  In general, 
33773 then, exchanging messages in non-ASCII characters requires MIME encoding.
33775 However, there are now Internet standards that allow for unencoded 8bit
33776 exchange of messages between cooperating systems.  When this feature is set
33777 Alpine will try to negotiate unencoded 8bit transmission during the
33778 sending process.  Should the negotiation fail, Alpine will fall back to its
33779 ordinary encoding rules. 
33781 Note, this feature relies on your system's mail transport agent or
33782 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33783 having the negotiation mechanism introduced in
33784 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33785 &quot;8BITMIME&quot;. 
33787 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33788 it is possible that this feature might cause problems for some servers. 
33789 <P><UL>
33790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33791 </UL>
33792 <P>&lt;End of help on this topic&gt;
33793 </BODY>
33794 </HTML>
33795 ====== h_config_8bit_nntp =====
33796 <HTML>
33797 <HEAD>
33798 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33799 </HEAD>
33800 <BODY>
33801 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33803 This feature affects Alpine's behavior when posting news.  
33807 The Internet standard for exchanging USENET news messages (RFC-1036)
33808 specifies that USENET messages should conform to Internet mail standards
33809 and contain only 7bit characters, but much of the news transport software
33810 in use today is capable of successfully sending messages containing 8bit
33811 characters.  Hence, many people believe that it is appropriate to send 8bit
33812 news messages without any MIME encoding.
33816 Moreover, there is no Internet standard for explicitly negotiating 8bit
33817 transfer, as there is for Internet email.  Therefore, Alpine provides the
33818 option of posting unencoded 8bit news messages, though not as the default.
33819 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33820 postings that contain 8bit characters. 
33824 Note, articles may cross a path or pass through news transport software
33825 that is unsafe or even hostile to 8bit characters.  At best this will only
33826 cause the posting to become garbled.  The safest way to transmit 8bit
33827 characters is to leave Alpine's MIME encoding turned on, but recipients
33828 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33829 messages.
33831 &lt;End of help on this topic&gt;
33832 </BODY>
33833 </HTML>
33834 ====== h_config_mark_for_cc =====
33835 <HTML>
33836 <HEAD>
33837 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33838 </HEAD>
33839 <BODY>
33840 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33842 This feature affects Alpine's MESSAGE INDEX display.
33843 By default, a '+' is displayed in the first column if the
33844 message is addressed directly to you.
33845 When this feature is set and the message is not addressed to you, then a
33846 '-' character is displayed if the message is instead Cc'd directly
33847 to you.
33850 <UL>   
33851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33852 </UL><P>
33853 &lt;End of help on this topic&gt;
33854 </BODY>
33855 </HTML>
33856 ====== h_config_tab_uses_unseen =====
33857 <HTML>
33858 <HEAD>
33859 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33860 </HEAD>
33861 <BODY>
33862 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33864 This feature affects Alpine's behavior when using the TAB
33865 <A HREF="h_common_nextnew">NextNew Command</A>
33866 to move from one folder to the next.
33867 Alpine's usual behavior is to search for folders
33868 with <EM>Recent</EM> messages in them.
33869 Recent messages are messages that have arrived since the last time the
33870 folder was opened.
33873 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33874 messages instead of Recent messages.
33875 Unseen messages remain Unseen until you view them (or flag then as Seen with
33876 the <A HREF="h_common_flag">Flag Command</A>).
33877 Setting this feature allows you to locate messages you have not read
33878 instead of only recently received messages.
33879 When this feature is set, the feature
33880 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33881 will have no effect, so the checking may be slower.
33884 Another reason why you might want to use this feature is that Alpine sometimes
33885 opens folders implicitly behind the scenes, and this clears the
33886 Recent status of all messages in the folder.
33887 One example where this happens is when Saving or filtering a
33888 message to another folder.
33889 If that message has some <A HREF="h_config_keywords">keywords</A>
33890 set, then because of some shortcomings
33891 in the IMAP specification, the best way to ensure that those keywords are
33892 still set in the saved copy of the message is to open the folder and
33893 set the keywords explicitly.
33894 Because this clears the Recent status of all messages in that folder the
33895 folder will not be found by the NextNew command unless this feature is set.
33898 &lt;End of help on this topic&gt;
33899 </BODY>
33900 </HTML>
33901 ====== h_config_tab_new_only =====
33902 <HTML>
33903 <HEAD>
33904 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33905 </HEAD>
33906 <BODY>
33907 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33909 This feature affects Alpine's behavior when using the TAB key to move from
33910 one message to the next.  Alpine's usual behavior is to select the next
33911 unread message or message flagged as "Important".
33915 Setting this feature causes Alpine to skip the messages flagged as important,
33916 and select unread messages exclusively.  Tab behavior when there are no
33917 new messages left to select remains unchanged.
33919 &lt;End of help on this topic&gt;
33920 </BODY>
33921 </HTML>
33922 ====== h_config_warn_if_subj_blank =====
33923 <HTML>
33924 <HEAD>
33925 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33926 </HEAD>
33927 <BODY>
33928 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33930 This feature affects Alpine's behavior when you send a message being
33931 composed.
33932 If this option is set, Alpine will check to see if the message about to be sent
33933 has a subject or not.
33934 If not, you will be asked if you want to send the message anyway.
33937 <UL>   
33938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33939 </UL><P>
33940 &lt;End of help on this topic&gt;
33941 </BODY>
33942 </HTML>
33943 ====== h_config_warn_if_fcc_blank =====
33944 <HTML>
33945 <HEAD>
33946 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33947 </HEAD>
33948 <BODY>
33949 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33951 This feature affects Alpine's behavior when you send a message being
33952 composed.
33953 If this option is set, Alpine will check to see if the message about to be sent
33954 has an Fcc or not.
33955 If not, you will be asked if you want to send the message anyway.
33958 <UL>   
33959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33960 </UL><P>
33961 &lt;End of help on this topic&gt;
33962 </BODY>
33963 </HTML>
33964 ====== h_config_warn_if_no_to_or_cc =====
33965 <HTML>
33966 <HEAD>
33967 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33968 </HEAD>
33969 <BODY>
33970 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33972 This feature affects Alpine's behavior when you send a message being
33973 composed.
33974 If this option is set, Alpine will check to see if the message about to be sent
33975 has either a To address, a Cc address, or a Newsgroup.
33976 If none of these is set,
33977 you will be asked if you want to send the message anyway.
33980 This feature is closely related to
33981 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33982 Alpine will normally ask if you want to copy a message only to the Fcc.
33983 This feature also applies to cases where there is a Bcc but still no To, Cc,
33984 or Newsgroup.
33985 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33986 message with only an Fcc, then you won't be asked about sending with
33987 a blank To and Cc and Newsgroups header even if this feature is set.
33988 Similarly, if you have already been asked if you want to send to the Fcc
33989 only and you have answered Yes, then you won't be asked again about sending with
33990 blank To, Cc, and Newsgroups headers even if this feature is set.
33993 <UL>   
33994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33995 </UL><P>
33996 &lt;End of help on this topic&gt;
33997 </BODY>
33998 </HTML>
33999 ====== h_config_quell_dead_letter =====
34000 <HTML>
34001 <HEAD>
34002 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
34003 </HEAD>
34004 <BODY>
34005 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
34007 This feature affects Alpine's behavior when you cancel a message being
34008 composed.  Alpine's usual behavior is to write the canceled message to
34009 a file named 
34010 <!--chtml if pinemode="os_windows"-->
34011 &quot;DEADLETR&quot;,
34012 <!--chtml else-->
34013 &quot;dead.letter&quot; in your home directory,
34014 <!--chtml endif-->
34015 overwriting any previous message. Under
34016 some conditions (some routine), this can introduce a noticeable delay.
34017 Setting this feature will cause Alpine NOT to write canceled compositions
34018 into the file.
34020 NOTE: Enabling this feature means NO record of canceled messages is
34021 maintained.
34023 This feature affects the newer option
34024 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
34025 number of dead letter files to keep around.
34026 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
34028 <UL>   
34029 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34030 </UL><P>
34031 &lt;End of help on this topic&gt;
34032 </BODY>
34033 </HTML>
34034 ====== h_config_quell_beeps =====
34035 <HTML>
34036 <HEAD>
34037 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
34038 </HEAD>
34039 <BODY>
34040 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
34042 This feature affects Alpine's behavior when it displays status message
34043 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
34044 will not affect the display of such messages, but will cause those that
34045 emit a beep to become silent.
34048 <UL>   
34049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34050 </UL><P>
34051 &lt;End of help on this topic&gt;
34052 </BODY>
34053 </HTML>
34054 ====== h_config_suppress_user_agent =====
34055 <HTML>
34056 <HEAD>
34057 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
34058 </HEAD>
34059 <BODY>
34060 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
34062 If this feature is set then Alpine will not generate a
34063 <CODE>User-Agent</CODE> header in outgoing messages.
34065 <UL>   
34066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34067 </UL><P>
34068 &lt;End of help on this topic&gt;
34069 </BODY>
34070 </HTML>
34071 ====== h_config_quell_lock_failure_warnings =====
34072 <HTML>
34073 <HEAD>
34074 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
34075 </HEAD>
34076 <BODY>
34077 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
34079 This feature affects Alpine's behavior when it encounters a problem
34080 acquiring a mail folder lock.  Typically, a secondary file associated
34081 with the mail folder being opened is created as part of the locking
34082 process.  On some systems, such file creation has been administratively
34083 precluded by the system configuration.
34085 Alpine issues a warning when such failures occur, which can become bothersome
34086 if the system is configured to disallow such actions.  Setting this
34087 feature causes Alpine to remain silent when this part of lock creation fails.
34089 WARNING: systems that have been configured in a way that precludes locking
34090 introduce some risk of mail folder corruption when more than one program
34091 attempts to modify the mail folder.  This is most likely to occur to one's
34092 INBOX or other incoming message folder. 
34094 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
34096 <UL>   
34097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34098 </UL><P>
34099 &lt;End of help on this topic&gt;
34100 </BODY>
34101 </HTML>
34102 ====== h_config_enable_role_take ======
34103 <HTML>
34104 <HEAD>
34105 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
34106 </HEAD>
34107 <BODY>
34108 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
34110 Normally, the Take command takes addresses from a message and helps you
34111 put them into your Address Book.
34112 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
34113 you may find it useful
34114 to be able to Take information from a message's headers and put it into
34115 a new Rule.
34116 When this feature is set, you will be given an extra prompt that gives
34117 you the choice to Take into the Address Book or Take into a rule.
34118 <P><UL>
34119 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34120 </UL>
34122 &lt;End of help on this topic&gt;
34123 </BODY>
34124 </HTML>
34125 ====== h_config_enable_take_export ======
34126 <HTML>
34127 <HEAD>
34128 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
34129 </HEAD>
34130 <BODY>
34131 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
34133 Normally, the Take command takes addresses from a message and helps you
34134 put them into your Address Book.
34135 When this feature is set, you will be given an extra prompt that gives you
34136 the choice to Take addresses into a file instead of your Address
34137 Book.
34138 Only the user@domain_name part of the address is put in the file.
34139 <P><UL>
34140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34141 </UL>
34143 &lt;End of help on this topic&gt;
34144 </BODY>
34145 </HTML>
34146 ====== h_config_quell_folder_internal_msg ======
34147 <HTML>
34148 <HEAD>
34149 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34150 </HEAD>
34151 <BODY>
34152 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34154 This feature determines whether or not Alpine will create 
34155 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34156 MMDF format. <P> 
34158 Alpine will normally create these pseudo messages when they are not already
34159 present in a standard Unix or MMDF folder.  Their purpose is to record
34160 certain mailbox state data needed for correct IMAP and POP server
34161 operation, and also for Alpine to be able to mark messages as Answered when
34162 the Reply has been postponed.<P>
34164 Sites that do not use IMAP/POP for remote mail access, and that need to
34165 support mail tools that are adversely affected by the presence of the
34166 pseudo-messages (e.g. some mail notification tools) may enable this
34167 feature to tell Alpine not to create them.  Note that Alpine's 
34168 &quot;Answered&quot; flag
34169 capability will be adversely affected if this is done.<P>
34171 Note too that, even if this feature is enabled, Alpine will not remove
34172 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34173 or ipopd servers.) This feature has no effect on folders that are not in
34174 standard Unix or MMDF format, as pseudo-messages are not needed in the
34175 other formats to record mailbox state information.
34176 <P><UL>
34177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34178 </UL>
34180 &lt;End of help on this topic&gt;
34181 </BODY>
34182 </HTML>
34183 ====== h_config_mulnews_as_typed ======
34184 <HTML>
34185 <HEAD>
34186 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34187 </HEAD>
34188 <BODY>
34189 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34191 This feature will be of little use to most users.
34192 It has no effect unless the feature
34193 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34194 is set.
34196 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34197 then the setting of this feature may have an effect on the names of the
34198 newsrc files used.
34199 Normally, the name of the news server will be canonicalized before it is
34200 used in the newsrc file name.
34201 For example, if you type the news server name
34204 <CENTER><SAMP>servername</SAMP></CENTER>
34207 it is likely that the canonical name will be something like
34210 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34213 Or it may be the case that
34216 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34219 is really an alias (a DNS CNAME) for
34222 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34225 If this feature is not set, then the canonicalized names will be used.
34226 If this feature is set, then the name you typed in (or put in your
34227 configuration) will be used.
34229 <P><UL>
34230 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34231 </UL>
34233 &lt;End of help on this topic&gt;
34234 </BODY>
34235 </HTML>
34236 ====== h_config_quell_empty_dirs ======
34237 <HTML>
34238 <HEAD>
34239 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34240 </HEAD>
34241 <BODY>
34242 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34244 This feature causes Alpine to remove from the display any directories
34245 that do not contain at least one file or directory.  This can be useful
34246 to prevent overly cluttered folder lists when a collection is stored on
34247 a server that treats all names as both a folder and a directory.
34250 Note, enabling this feature can cause surprising behavior!  For example,
34251 you can still use Add to create a directory, but unless you immediately
34252 enter that directory and create a folder, that newly created directory
34253 may not be displayed next time you enter the folder list.
34256 The description above is not quite correct.
34257 Only directories which potentially may hold messages are hidden if empty.
34258 That is, a directory which is really just a directory and is not selectable
34259 as a folder will not be hidden.
34260 Such directories can occur on servers that treat most names as both a folder
34261 and a directory.
34262 These directories are typically created implicitly when a folder is created
34263 inside a directory that does not yet exist.
34266 <UL>   
34267 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34268 </UL><P>
34269 &lt;End of help on this topic&gt;
34270 </BODY>
34271 </HTML>
34272 ====== h_config_termcap_wins =====
34273 <HTML>
34274 <HEAD>
34275 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34276 </HEAD>
34277 <BODY>
34278 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34280 This feature may affect Alpine's low-level input routines.  Termcap (or
34281 terminfo, depending on how your copy of Alpine was compiled and linked)
34282 is the name of the database that describes terminal capabilities.  In
34283 particular, it describes the sequences of characters that various keys
34284 will emit.
34287 An example would be the Up Arrow key on the keyboard.  Up
34288 Arrow is not a distinct character on most Unix systems.  When you press
34289 the Up Arrow key a short sequence of characters are produced.  This
34290 sequence is supposed to be described in the termcap database by the
34291 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34292 are using terminfo instead of termcap).
34295 By default, Alpine defines some terminal
34296 escape sequences that are commonly used.  For example, the sequence
34297 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34298 &quot;ESC&nbsp;[&nbsp;A&quot;
34299 is also recognized as an Up Arrow key.  These are chosen because common
34300 terminals like VT100's or ANSI standard terminals produce these
34301 sequences when you press the Up Arrow key.
34304 If your system's termcap
34305 (terminfo) database assigns some other function to the sequence
34306 &quot;ESC&nbsp;O&nbsp;A&quot;
34307 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34308 database assigns a sequence that doesn't begin with an escape
34309 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34310 This usually works fine
34311 because most terminals emit the escape sequences that Alpine has defined
34312 by default.  We have also found that it is usually better to have these
34313 defaults take precedence over the definitions contained in the database
34314 because the defaults are more likely to be correct than the database.
34317 There are some terminals where this breaks down.  If you want Alpine to
34318 believe the definitions given in your termcap (terminfo) database in
34319 preference to the defaults the Alpine itself sets up, then you may turn
34320 this feature on.  Then, sequences of characters that are defined in
34321 both termcap (terminfo) and in Alpine's set of defaults will be
34322 interpreted the way that termcap (terminfo) says they should be
34323 interpreted.  Also, if your terminal capabilities database assigns a
34324 sequence that doesn't begin with escape, it will not be ignored.
34327 <UL>   
34328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34329 </UL><P>
34330 &lt;End of help on this topic&gt;
34331 </BODY>
34332 </HTML>
34333 ====== h_config_cruise_mode =====
34334 <HTML>
34335 <HEAD>
34336 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34337 </HEAD>
34338 <BODY>
34339 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34341 This feature affects Alpine's behavior when you hit the
34342 &quot;Space&nbsp;Bar&quot; at
34343 the end of a displayed message.  Typically, Alpine complains that the end
34344 of the text has already been reached.  Setting this feature causes such
34345 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34346 taking you to the next &quot;interesting&quot; message,
34347 or scanning ahead to the 
34348 next incoming folder with &quot;interesting&quot; messages.
34351 <UL>   
34352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34353 </UL><P>
34354 &lt;End of help on this topic&gt;
34355 </BODY>
34356 </HTML>
34357 ====== h_config_cruise_mode_delete =====
34358 <HTML>
34359 <HEAD>
34360 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34361 </HEAD>
34362 <BODY>
34363 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34365 This feature modifies the behavior of Alpine's 
34366 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34367 Setting this feature causes Alpine to implicitly delete read
34368 messages when it moves on to display the next &quot;interesting&quot; message.
34370 NOTE: Beware when enabling this feature AND the 
34371 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34372 feature.
34374 <UL>   
34375 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34376 </UL><P>
34377 &lt;End of help on this topic&gt;
34378 </BODY>
34379 </HTML>
34380 ====== h_config_slash_coll_entire =====
34381 <HTML>
34382 <HEAD>
34383 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34384 </HEAD>
34385 <BODY>
34386 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34388 The slash (/) command is available from the MESSAGE INDEX screen when
34389 the folder is sorted by either Threads or OrderedSubject, and the
34390 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34391 is set to something other than &quot;none&quot;.
34392 Normally, the slash command Collapses or Expands the subthread that
34393 starts at the currently highlighted message, if any.
34394 If this option is set, then the slash command Collapses or Expands the
34395 <EM>entire</EM> current thread instead of just the subthread.
34396 The current thread is simply the top-level thread that contains the
34397 current message.
34400 <UL>   
34401 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34402 </UL><P>
34403 &lt;End of help on this topic&gt;
34404 </BODY>
34405 </HTML>
34406 ====== h_config_color_thrd_import =====
34407 <HTML>
34408 <HEAD>
34409 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34410 </HEAD>
34411 <BODY>
34412 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34414 This option affects only the THREAD INDEX screen.
34415 Whether or not you ever see a THREAD INDEX screen depends on the setting
34416 of the configuration option
34417 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34418 and on the sort order of the index.
34421 If a message within a thread is flagged as Important
34422 and this option is set, then
34423 the entire line in the THREAD INDEX will be colored the color of the
34424 Index-important Symbol, which can be set using the
34425 <A HREF="h_color_setup">Setup Kolor</A> screen.
34428 <UL>   
34429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34430 </UL><P>
34431 &lt;End of help on this topic&gt;
34432 </BODY>
34433 </HTML>
34434 ====== h_config_allow_goto =====
34435 <HTML>
34436 <HEAD>        
34437 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34438 </HEAD>
34439 <BODY>
34440 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34442 This feature modifies the behavior of Alpine's file browser.  Setting this
34443 feature causes Alpine to offer the "G Goto" command in the file browser.
34444 That is the default.
34448 The Goto command allows you to explicitly type in the desired directory.
34450 &lt;End of help on this topic&gt;
34451 </BODY></HTML>
34452 ====== h_config_add_ldap =====
34453 <HTML>
34454 <HEAD>
34455 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34456 </HEAD>
34457 <BODY>
34458 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34460 If both the Directory option
34461 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34462 and this feature are set,
34463 then when an implicit directory lookup is done from the
34464 composer you will automatically be prompted to add the result of the
34465 directory lookup to your address book.
34467 <UL>   
34468 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34469 </UL><P>
34470 &lt;End of help on this topic&gt;
34471 </BODY>
34472 </HTML>
34473 ===== h_patterns_compat_behavior =====
34474 <HTML>
34475 <HEAD>
34476 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34477 </HEAD>
34478 <BODY>
34479 <H1>Rules Behavior Changes in Pine 4.50</H1>
34481 In Alpine, Rules that contain unrecognized elements
34482 are ignored.
34483 In most cases, the unrecognized elements will be something that was
34484 added as a new Rules feature in a later version of Alpine.
34485 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34486 ignore rules that contained unrecognized elements.
34487 For example, a new element of Rules that was added in Pine 4.50 is
34488 Age interval.
34489 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34490 all messages older than a week red.
34491 Now, if you run Pine 4.44 using that same configuration file, it will not
34492 recognize the Age interval and so will just ignore it.
34493 That means that all messages will match that rule so all messages will
34494 be colored red when using Pine version 4.44.
34497 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34498 However, since the behavior still exists in versions prior to Pine 4.50 and
34499 since Filtering is a potentially destructive operation, another measure
34500 was taken to attempt to avoid unintentional Filtering of messages.
34501 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34502 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34503 will be copied to a new Filters configuration variable
34504 with a different name (&quot;Patterns-Filters2&quot;).
34505 From then on, Alpine will continue to use the new
34506 variable.
34507 Of course, Pine version 4.44 or lower will continue to use the old
34508 variable.
34509 That means that if you are using Alpine
34510 and also using a version of Pine that is older than 4.50, they will not
34511 share the configuration information about Filters.
34512 If you make a change in one version you won't see it in the other version.
34515 Since Scoring can be used to trigger Filtering, the same thing has been
34516 done for Score rules.
34517 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34518 and the new name is (&quot;Patterns-Scores2&quot;).
34519 The same is not true of Role, Indexcolor, and Other rules that are
34520 thought to be less harmful when a mistake is made.
34523 &lt;End of help on this topic&gt;
34524 </BODY>
34525 </HTML>
34526 ======= h_config_filt_opts_sentdate =======
34527 <HTML>
34528 <HEAD>
34529 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34530 </HEAD>
34531 <BODY>
34532 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34534 By default, the Age interval of a Pattern uses a message's time of
34535 arrival to compute the age of the message.
34536 If this feature is set, the date in the message's Date header will
34537 be used instead.
34539 &lt;End of help on this topic&gt;
34540 </BODY>
34541 </HTML>
34542 ======= h_config_filt_opts_notdel =======
34543 <HTML>
34544 <HEAD>
34545 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34546 </HEAD>
34547 <BODY>
34548 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34550 If this option is set then a message will be moved into the
34551 specified folder only if it is not marked for deletion.
34552 This is useful if you have multiple Alpine sessions running
34553 simultaneously and you don't want messages to be filtered into a
34554 folder more than once.
34555 It is also useful if you want to filter
34556 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34557 This method is not foolproof.
34558 There may be cases where a message
34559 gets marked deleted and so it is never filtered into the folder.
34560 For example, if you deleted it in another Alpine session or another mail
34561 program that didn't use the filtering rule.
34563 This option has no effect if the Filter Action is not set to Move.
34565 &lt;End of help on this topic&gt;
34566 </BODY>
34567 </HTML>
34568 ======= h_config_filt_opts_nonterm =======
34569 <HTML>
34570 <HEAD>
34571 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34572 </HEAD>
34573 <BODY>
34574 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34576 If this option is set then this is a non-terminating rule.
34577 Usually, for each message, Alpine searches through the Filter Rules until
34578 a match is found and then it performs the action associated with that rule.
34579 Rules following the match are not considered.
34580 If this option is set then the search for matches will continue at the next
34581 rule.
34583 If a non-terminating rule matches then the actions associated with
34584 that rule, except for any implied deletion of the message, are performed
34585 before the match for the next rule is checked.
34586 For example, if the non-terminating rule sets the Important status, then that
34587 status will be set when the next rule is considered.
34588 However, if the non-terminating rule Moves the message, the message will
34589 actually be copied instead of copied and deleted so that it is still there
34590 for the next rule.
34591 A moved message is deleted after all the relevant rules have been checked.
34592 The name of the &quot;Move&quot; action is confusing in this case because
34593 a single message can be moved to more than one folder.
34594 It turns the Move into a Copy instead, but it is still followed by a deletion
34595 at the end.
34597 This option may be useful if you want to have a single message filtered to
34598 two different folders because it matches two different Patterns.
34599 For example, suppose you normally filter messages to a particular mailing
34600 list into one folder, and messages addressed directly to you into a second
34601 folder.
34602 If a message is sent to both you and the list (and you can tell that by
34603 looking at the headers of the message) this option may give you a convenient
34604 way to capture a copy to each folder.
34605 (It may also cause you to capture two copies to each folder,
34606 depending on whether your mail system delivers one or two copies of the
34607 message to you and on how the list works.)
34609 &lt;End of help on this topic&gt;
34610 </BODY>
34611 </HTML>
34612 ===== h_mainhelp_smime ======
34613 <HTML>
34614 <HEAD>
34615 <TITLE>S/MIME Overview</TITLE>
34616 </HEAD>
34617 <BODY>
34618 <H1>S/MIME Overview</H1>
34620 S/MIME is a standard for the public key encryption and signing of email.
34621 UNIX Alpine contains a basic implementation of S/MIME based on
34622 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34623 To check if this version of Alpine supports S/MIME look at
34624 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34625 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34627 Some limitations:
34628 <UL>
34629    <LI> There is no PC-Alpine implementation.
34630    <LI> There is no provision for checking for CRLs
34631         (Certificate Revocation Lists) in Alpine.
34632    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34633    <LI> There is no mechanism available for feeding either an entire incoming
34634         or an entire outgoing message to an external
34635         filter and using that external filter to do S/MIME or PGP processing.
34636    <LI> Because the implementation currently uses OpenSSL, there is only a very
34637         limited integration with the Mac OS Keychain (the storing and access of
34638         public certificates).
34639 </UL>
34641 The S/MIME configuration screen is reached by going to the Main Menu and typing
34642 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34645 <H2>S/MIME BASICS</H2>
34647 In order to digitally sign messages you send you must have a public/private key-pair.
34648 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34649 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34650 users or a company which provides certificates for its workers.
34651 These certificates are bound to an email address, so the identity being verified is the
34652 email address not a person's name.
34654 Mail is signed by using the sender's private key, which only the owner of the private key
34655 has access to.
34656 The signature is verified using the signer's public key, which anyone can
34657 have access to.
34658 With Alpine, the first time you receive a signed message the public key of the
34659 sender will be stored for future use.
34662 Mail is encrypted using the recipient's public key and decrypted by
34663 the recipient with their private key.
34666 You need a key of your own in order to sign outgoing messages and to have others
34667 encrypt messages sent to you.
34668 You do not need a key of your own to verify signed messages sent by others or to
34669 encrypt messages sent to others.
34671 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34673 By default UNIX Alpine stores the certificates it uses in a directory in your
34674 home directory.
34675 The directory name is
34677 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34679 Within that directory are three subdirectories.
34680 Each of the three subdirectories contains files with PEM-encoded contents,
34681 the default format for OpenSSL.
34682 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34683 The files within that directory have names that are email addresses with the
34684 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34685 An example filename is
34687 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34689 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34690 your private key.
34691 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34692 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34693 Authorities that you want to trust but that aren't contained in the set of system CAs.
34694 Those files may have arbitrary names as long as they end with the
34695 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34697 <H2>HOW TO SIGN AND ENCRYPT</H2>
34699 If you have a certificate you may sign outgoing messages.
34700 After typing the Ctrl-X command to send a message you will see the prompt
34702 <CENTER><SAMP>Send message?</SAMP></CENTER>
34704 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34705 Typing the &quot;G&quot; command will change the prompt to
34707 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34709 Typing the &quot;E&quot; command will change the prompt to
34711 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34713 You may even type both to get
34715 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34718 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34720 The reading of a signed message should not require any special action on
34721 your part.
34722 There should be an editorial addition at the start of the message which
34723 says either
34725 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34729 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34731 If an encrypted message is sent to you the encrypted text will not
34732 be shown.
34733 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34734 you are viewing the message) and supply your passphrase when asked.
34736 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34737 which gives you some information about the certificate used to sign or encrypt the message.
34739 <H2>MISCELLANEOUS</H2>
34741 If you have access to a private certificate in the PKCS12 format, which 
34742 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
34743 use the following commands to generate private keys, public and certificate
34744 authorities certificates. In the examples below, we assume that the 
34745 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
34746 that your email address is &quot;your@address.com&quot;.
34749 In order to create a private key use the command
34751 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
34753 In order to create a public certificate use the command
34755 <CENTER><SAMP>
34756 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
34757 </SAMP></CENTER>
34759 In order to create a certificate authority certificate use the command
34761 <CENTER><SAMP>
34762 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
34763 </SAMP></CENTER>
34765 <P> If the previous command produces an empty file, it means that the 
34766 certificate authority was not included in the .p12 file, so you will have 
34767 to get it from some other sources. You will need these certificates, so 
34768 that you can validate correctly signatures.
34771 After you have exported these certificates and keys, you can  use the import 
34772 command in Alpine, from the S/MIME configuration screen,
34773 to import these certificates into Alpine. They will be available for use
34774 as soon as you import them.
34776 &lt;End of help on this topic&gt;
34777 </BODY>
34778 </HTML>
34779 ====== h_config_smime_pubcertdir =====
34780 <HTML>
34781 <HEAD>
34782 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34783 </HEAD>
34784 <BODY>
34785 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34787 UNIX Alpine only.
34789 If the option
34790 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34791 is set then this option will have no effect.
34793 Normally, Public Certificates for use with S/MIME will be stored in the directory
34794 which is the value of this option.
34795 Those certificates will be stored in PEM format, one certificate per file.
34796 The name of the file for the certificate corresponding to
34798 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34800 should be
34802 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34804 For example, a file for user@example.com would be in the file
34806 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34808 in this directory.
34810 Use the Setup/SMIME screen to modify this variable.
34812 Typically, the public certificates that you have will come from S/MIME signed
34813 messages that are sent to you.
34814 Alpine will extract the public certificate from the signed message and store
34815 it in the certificates directory.
34816 These PEM format public certificates look something like:
34817 <PRE>
34818 -----BEGIN CERTIFICATE-----
34819 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34820 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34821 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34823 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34824 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34825 -----END CERTIFICATE-----
34826 </PRE>
34828 <UL>   
34829 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34830 </UL><P>
34832 <UL>   
34833 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34834 </UL><P>
34835 &lt;End of help on this topic&gt;
34836 </BODY>
34837 </HTML>
34838 ====== h_config_smime_pubcertcon =====
34839 <HTML>
34840 <HEAD>
34841 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34842 </HEAD>
34843 <BODY>
34844 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34846 UNIX Alpine only.
34848 If this option is set it will be used instead of
34849 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34851 This option gives you a way to store certificates remotely on an IMAP server
34852 instead of storing the certificates one per file locally.
34853 In order to do that you just give this option a remote folder name for a folder
34854 which does not yet exist.
34855 The name is similar to the name you might use for a remote configuration file.
34856 A remote folder name might look something like:
34858 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34861 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34862 about the syntax of folder names.
34864 Use the Setup/SMIME screen to modify this variable.
34866 <UL>   
34867 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34868 </UL><P>
34870 <UL>   
34871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34872 </UL><P>
34873 &lt;End of help on this topic&gt;
34874 </BODY>
34875 </HTML>
34876 ====== h_config_smime_privkeydir =====
34877 <HTML>
34878 <HEAD>
34879 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34880 </HEAD>
34881 <BODY>
34882 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34884 UNIX Alpine only.
34886 In order to sign outgoing S/MIME messages you will need a
34887 personal digital ID certificate.
34888 You will usually get such a certificate from a certificate authority such as
34889 Thawte or CAcert.
34890 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34891 need the public certificate of the recipient instead.)
34892 If the option
34893 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34894 is set then this option will have no effect.
34896 Normally, Private Keys for use with S/MIME will be stored in the directory
34897 which is the value of this option.
34898 Those certificates will be stored in PEM format, one certificate per file.
34899 The name of the file for the certificate corresponding to your
34901 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34903 should be
34905 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34907 For example, if your address is user@example.com the name of the file would be
34909 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34911 in this directory.
34913 Use the Setup/SMIME screen to modify this variable.
34915 Typically, the private key that you have will come from a Certificate
34916 Authority.
34917 The private key should be stored in a PEM format file that
34918 looks something like:
34919 <PRE>
34920 -----BEGIN RSA PRIVATE KEY-----
34921 Proc-Type: 4,ENCRYPTED
34922 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34924 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34925 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34926 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34928 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34929 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34930 -----END RSA PRIVATE KEY-----
34931 </PRE>
34933 <UL>   
34934 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34935 </UL><P>
34937 <UL>   
34938 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34939 </UL><P>
34940 &lt;End of help on this topic&gt;
34941 </BODY>
34942 </HTML>
34943 ====== h_config_smime_privkeycon =====
34944 <HTML>
34945 <HEAD>
34946 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34947 </HEAD>
34948 <BODY>
34949 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34951 UNIX Alpine only.
34953 If this option is set it will be used instead of
34954 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34956 This option gives you a way to store keys remotely on an IMAP server
34957 instead of storing the keys one per file locally.
34958 In order to do that you just give this option a remote folder name for a folder
34959 which does not yet exist.
34960 The name is similar to the name you might use for a remote configuration file.
34961 A remote folder name might look something like:
34963 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34966 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34967 about the syntax of folder names.
34969 Use the Setup/SMIME screen to modify this variable.
34971 <UL>   
34972 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34973 </UL><P>
34975 <UL>   
34976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34977 </UL><P>
34978 &lt;End of help on this topic&gt;
34979 </BODY>
34980 </HTML>
34981 ====== h_config_smime_cacertdir =====
34982 <HTML>
34983 <HEAD>
34984 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34985 </HEAD>
34986 <BODY>
34987 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34989 UNIX Alpine only.
34991 If the option
34992 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34993 is set then this option will have no effect.
34995 CACert is a shorthand name for certification authority certificate.
34996 Normally Alpine will use the CACerts that are located in the standard system
34997 location for CACerts.
34998 It may be the case that one of your correspondents has a Digital ID which has
34999 been signed by a certificate authority that is not in the regular set of system certificate
35000 authorities.
35001 You may supplement the system list by adding further certificates of your own.
35002 These should  be stored in the directory
35003 which is the value of this option.
35004 The certificates will be stored in PEM format, one certificate per file.
35005 The names of the files can be anything ending in &quot;.crt&quot;.
35007 Use the Setup/SMIME screen to modify this variable.
35009 These PEM format CA certificates look very similar to your public
35010 certificates for particular email addresses
35011 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
35013 <UL>   
35014 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35015 </UL><P>
35017 <UL>   
35018 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35019 </UL><P>
35020 &lt;End of help on this topic&gt;
35021 </BODY>
35022 </HTML>
35023 ====== h_config_smime_cacertcon =====
35024 <HTML>
35025 <HEAD>
35026 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
35027 </HEAD>
35028 <BODY>
35029 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
35031 UNIX Alpine only.
35033 If this option is set it will be used instead of
35034 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35036 This option gives you a way to store certificates remotely on an IMAP server
35037 instead of storing the certificates one per file locally.
35038 In order to do that you just give this option a remote folder name for a folder
35039 which does not yet exist.
35040 The name is similar to the name you might use for a remote configuration file.
35041 A remote folder name might look something like:
35043 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
35046 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35047 about the syntax of folder names.
35049 Use the Setup/SMIME screen to modify this variable.
35051 <UL>   
35052 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35053 </UL><P>
35055 <UL>   
35056 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35057 </UL><P>
35058 &lt;End of help on this topic&gt;
35059 </BODY>
35060 </HTML>
35061 ========== h_config_smime_sign_by_default ==========
35062 <HTML>
35063 <HEAD>
35064 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
35065 </HEAD>
35066 <BODY>
35067 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
35069 UNIX Alpine only.
35071 This feature only has an effect if your version of Alpine includes
35072 support for S/MIME.
35073 It affects Alpine's behavior when you send a message.
35074 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
35076 Only the default value is affected.
35077 In any case, you may still toggle the Signing option on or off before sending
35078 with the &quot;G Sign&quot; command (provided you have a personal digital ID
35079 certificate).
35081 <UL>   
35082 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35083 </UL><P>
35086 <UL>   
35087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35088 </UL><P>
35089 &lt;End of help on this topic&gt;
35090 </BODY>
35091 </HTML>
35092 ========== h_config_smime_use_cert_store ==========
35093 <HTML>
35094 <HEAD>
35095 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
35096 </HEAD>
35097 <BODY>
35098 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
35100 UNIX Alpine only.
35102 This feature only has an effect if your version of Alpine includes
35103 support for S/MIME.
35104 It affects Alpine's behavior when you validate a message, and should
35105 not be disabled, unless you are performing a test.
35107 There are two important aspects of validation: validation of the message
35108 (that is, the message was not modified after it was sent) 
35109 as well as validation of the identity of the sender. This option has to 
35110 do with the latter. 
35112 In order to validate that the message came from the sender in the message
35113 and not an impersonator, Alpine can 
35114 either use the certificates that come in the message, or the ones that 
35115 you have personally stored. If this feature is enabled (the default) then 
35116 Alpine will use certificates that you have already saved in your store 
35117 and not those that come in the message to validate the sender of the 
35118 message. In particular, the first time that you receive a signed message
35119 from a sender, and their certificate does not validate against your
35120 store, then you will be asked if you wish to save such certificate. If
35121 you do not wish to save the certificate, then Alpine will fail to validate
35122 the signature of the message. Otherwise, Alpine will proceed to validate
35123 the signature of the message. This behavior helps you prevent against impersonation, because 
35124 it is assumed that you trust the certificates that you have saved, and 
35125 might not trust those that came with the message that you are validating.
35127 <UL>   
35128 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35129 </UL><P>
35132 <UL>   
35133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35134 </UL><P>
35135 &lt;End of help on this topic&gt;
35136 </BODY>
35137 </HTML>
35138 ========== h_config_smime_pubcerts_in_keychain ==========
35139 <HTML>
35140 <HEAD>
35141 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
35142 </HEAD>
35143 <BODY>
35144 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
35146 UNIX Alpine only.
35148 If this feature is set the Mac OS X default keychain will be used as the place
35149 to store public certificates instead of a
35150 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35151 or a
35152 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35154 <UL>   
35155 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35156 </UL><P>
35158 <UL>   
35159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35160 </UL><P>
35161 &lt;End of help on this topic&gt;
35162 </BODY>
35163 </HTML>
35164 ========== h_config_smime_dont_do_smime ==========
35165 <HTML>
35166 <HEAD>
35167 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35168 </HEAD>
35169 <BODY>
35170 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35172 UNIX Alpine only.
35174 Setting this feature turns off all of Alpine's S/MIME support.
35175 You might want to set this if you are having trouble due to the S/MIME support.
35177 <UL>   
35178 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35179 </UL><P>
35182 <UL>   
35183 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35184 </UL><P>
35185 &lt;End of help on this topic&gt;
35186 </BODY>
35187 </HTML>
35188 ========== h_config_smime_encrypt_by_default ==========
35189 <HTML>
35190 <HEAD>
35191 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35192 </HEAD>
35193 <BODY>
35194 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35196 UNIX Alpine only.
35198 This feature only has an effect if your version of Alpine includes
35199 support for S/MIME.
35200 It affects Alpine's behavior when you send a message.
35201 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35203 Only the default value is affected.
35204 In any case, you may still toggle the Encrypt option on or off before sending
35205 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35206 for the recipient).
35208 <UL>   
35209 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35210 </UL><P>
35213 <UL>   
35214 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35215 </UL><P>
35216 &lt;End of help on this topic&gt;
35217 </BODY>
35218 </HTML>
35219 ========== h_config_smime_remember_passphrase ==========
35220 <HTML>
35221 <HEAD>
35222 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35223 </HEAD>
35224 <BODY>
35225 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35227 UNIX Alpine only.
35229 This feature only has an effect if your version of Alpine includes
35230 support for S/MIME.
35231 If this option is set, you will only have to enter your passphrase for your private key
35232 once during an Alpine session.
35234 <UL>   
35235 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35236 </UL><P>
35239 <UL>   
35240 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35241 </UL><P>
35242 &lt;End of help on this topic&gt;
35243 </BODY>
35244 </HTML>
35245 ====== h_config_smime_transfer_pub_to_con =====
35246 <HTML>
35247 <HEAD>
35248 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35249 </HEAD>
35250 <BODY>
35251 <H1>S/MIME: Transfer Public Certs to Container</H1>
35253 UNIX Alpine only.
35255 The Transfer command will copy the public certificates in your configured
35256 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35257 to the container in your configured
35258 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35259 This might be useful if you decide to switch from using a cert directory to a cert
35260 container.
35262 Warning: Any previous contents in the container will be lost.
35264 <UL>   
35265 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35266 </UL><P>
35268 <UL>   
35269 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35270 </UL><P>
35271 &lt;End of help on this topic&gt;
35272 </BODY>
35273 </HTML>
35274 ====== h_config_smime_transfer_pub_to_dir =====
35275 <HTML>
35276 <HEAD>
35277 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35278 </HEAD>
35279 <BODY>
35280 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35282 UNIX Alpine only.
35284 The Transfer command will copy the public certificates in your configured
35285 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35286 to the directory in your configured
35287 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35288 This might be useful if you decide to switch from using a cert container to a cert
35289 directory.
35291 <UL>   
35292 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35293 </UL><P>
35295 <UL>   
35296 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35297 </UL><P>
35298 &lt;End of help on this topic&gt;
35299 </BODY>
35300 </HTML>
35301 ====== h_config_smime_transfer_priv_to_con =====
35302 <HTML>
35303 <HEAD>
35304 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35305 </HEAD>
35306 <BODY>
35307 <H1>S/MIME: Transfer Private Keys to Container</H1>
35309 UNIX Alpine only.
35311 The Transfer command will copy the private keys in your configured
35312 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35313 to the container in your configured
35314 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35315 This might be useful if you decide to switch from using a key directory to a key
35316 container.
35318 Warning: Any previous contents in the container will be lost.
35320 <UL>   
35321 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35322 </UL><P>
35324 <UL>   
35325 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35326 </UL><P>
35327 &lt;End of help on this topic&gt;
35328 </BODY>
35329 </HTML>
35330 ====== h_config_smime_transfer_priv_to_dir =====
35331 <HTML>
35332 <HEAD>
35333 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35334 </HEAD>
35335 <BODY>
35336 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35338 UNIX Alpine only.
35340 The Transfer command will copy the private keys in your configured
35341 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35342 to the directory in your configured
35343 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35344 This might be useful if you decide to switch from using a key container to a key
35345 directory.
35347 <UL>   
35348 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35349 </UL><P>
35351 <UL>   
35352 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35353 </UL><P>
35354 &lt;End of help on this topic&gt;
35355 </BODY>
35356 </HTML>
35357 ====== h_config_smime_transfer_cacert_to_con =====
35358 <HTML>
35359 <HEAD>
35360 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35361 </HEAD>
35362 <BODY>
35363 <H1>S/MIME: Transfer CA Certs to Container</H1>
35365 UNIX Alpine only.
35367 The Transfer command will copy the CA certificates in your configured
35368 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35369 to the container in your configured
35370 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35371 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35372 container.
35374 Warning: Any previous contents in the container will be lost.
35376 <UL>   
35377 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35378 </UL><P>
35380 <UL>   
35381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35382 </UL><P>
35383 &lt;End of help on this topic&gt;
35384 </BODY>
35385 </HTML>
35386 ====== h_config_smime_transfer_cacert_to_dir =====
35387 <HTML>
35388 <HEAD>
35389 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35390 </HEAD>
35391 <BODY>
35392 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35394 UNIX Alpine only.
35396 The Transfer command will copy the CA certificates in your configured
35397 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35398 to the directory in your configured
35399 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35400 This might be useful if you decide to switch from using a CA cert container to a CA cert
35401 directory.
35403 <UL>   
35404 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35405 </UL><P>
35407 <UL>   
35408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35409 </UL><P>
35410 &lt;End of help on this topic&gt;
35411 </BODY>
35412 </HTML>
35413 ====== h_config_smime_transfer_pubcon_to_key =====
35414 <HTML>
35415 <HEAD>
35416 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35417 </HEAD>
35418 <BODY>
35419 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35421 Mac OS X Alpine only.
35423 The Transfer command will copy the public certificates in your configured
35424 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35425 to your default Mac OS X Keychain.
35426 This might be useful if you decide to switch from using a cert container to using
35427 the Keychain to store your public certs, which you may do by using the
35428 feature
35429 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35431 <UL>   
35432 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35433 </UL><P>
35435 <UL>   
35436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35437 </UL><P>
35438 &lt;End of help on this topic&gt;
35439 </BODY>
35440 </HTML>
35441 ====== h_config_smime_transfer_pubkey_to_con =====
35442 <HTML>
35443 <HEAD>
35444 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35445 </HEAD>
35446 <BODY>
35447 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35449 UNIX Alpine only.
35451 The Transfer command will copy the public certificates in your configured
35452 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35453 to your default Mac OS X Keychain.
35454 This might be useful if you decide to switch from using a cert container to using
35455 the Keychain to store your public certs.
35457 <UL>   
35458 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35459 </UL><P>
35461 <UL>   
35462 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35463 </UL><P>
35464 &lt;End of help on this topic&gt;
35465 </BODY>
35466 </HTML>
35467 ====== h_config_smime_public_certificates =====
35468 <HTML>
35469 <HEAD>
35470 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35471 </HEAD>
35472 <BODY>
35473 <H1>S/MIME: Manage Public Certificates</H1>
35475 UNIX Alpine only.
35477 This menu item allows you to manage your public certificates, this
35478 may include your own public certificate, but it normally includes
35479 certificates of people you correspond with. These certificates are
35480 saved by Alpine automatically when they are found in signed messages
35481 that you receive. This interface allows you to manage them, by
35482 giving you the option to delete them, or trust them (in the case
35483 of self-signed certificates).
35486 Please note that Alpine will not validate a message that was sent to you
35487 using a self-signed certificate, unless you decide to trust that certificate.
35488 Internally, a certificate is trusted by copying it to the
35489 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35490 collection. If you decide that you want to stop trusting a self-signed
35491 certificate, you must delete such certificate from such collection.
35493 The <B>I</B> Import command available in this screen allows you to 
35494 import a command to this collection.
35496 <UL>   
35497 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35498 </UL><P>
35500 <UL>   
35501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35502 </UL><P>
35503 &lt;End of help on this topic&gt;
35504 </BODY>
35505 </HTML>
35506 ====== h_config_smime_private_keys =====
35507 <HTML>
35508 <HEAD>
35509 <TITLE>S/MIME: Manage Private Keys</TITLE>
35510 </HEAD>
35511 <BODY>
35512 <H1>S/MIME: Manage Private Keys</H1>
35514 UNIX Alpine only.
35516 This option allows you to manage your private key. Normally a person has only
35517 one key, in the same way that a person only has one valid passport, or ID card,
35518 at any given time. This option allows you to manage private keys. You can
35519 delete them or import them. Additionally, you can view information
35520 about your public certificate, such as the issuer and the dates of validity
35521 of such certificate, among others.
35524 If you have more than one e-mail address for which you want to use the 
35525 same private key, you must add all those addresses to the private key at 
35526 the moment that the key is generated. When you receive a signed message using 
35527 a key generated for several e-mail addresses, Alpine will save a 
35528 certificate for each e-mail address included in such certificate.
35530 The <B>I</B> Import command available in this screen allows you to 
35531 import a command to this collection.
35533 <UL>   
35534 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35535 </UL><P>
35537 <UL>   
35538 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35539 </UL><P>
35540 &lt;End of help on this topic&gt;
35541 </BODY>
35542 </HTML>
35543 ====== h_config_smime_certificate_authorities =====
35544 <HTML>
35545 <HEAD>
35546 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35547 </HEAD>
35548 <BODY>
35549 <H1>S/MIME: Manage Certificate Authorities</H1>
35551 UNIX Alpine only.
35553 This collection contains certificates that are needed to validate the 
35554 certificate of another person, and therefore contains certificates that 
35555 you trust. Typically a certificate is signed by another entity, called a 
35556 certificate authority. This option allows you to manage which certificates 
35557 you trust, allowing you to import them and to delete them or view information
35558 about each certificate, such as the issuer and the dates of validity
35559 of such certificate.
35561 The <B>I</B> Import command available in this screen allows you to 
35562 import a command to this collection.
35564 <UL>   
35565 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35566 </UL><P>
35568 <UL>   
35569 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35570 </UL><P>
35571 &lt;End of help on this topic&gt;
35572 </BODY>
35573 </HTML>
35574 ====== h_config_smime_password_file_certificates =====
35575 <HTML>
35576 <HEAD>
35577 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
35578 </HEAD>
35579 <BODY>
35580 <H1>S/MIME: Manage Password File Certificates</H1>
35582 UNIX Alpine only.
35584 This option allows you to manage the certificates that are used to
35585 encrypt and decrypt your password file. This is useful in case you
35586 want to change the certificates used to encrypt your password file.
35588 In order to avoid unauthorized use of this option, you are asked to
35589 enter the password of the current private key used to encrypt your
35590 password file.
35592 Once you have entered your password for the current key, you enter a
35593 screen where you can import your new key, and see the information on your
35594 current key.
35596 To import a new key press &quot;RETURN&quot; and enter the location of
35597 the new key. You will be asked to enter the password of the new key. If
35598 this part of the process is successful, Alpine will search for the 
35599 certificate that matches that key. If your key is named 
35600 &quot;your_email@address.com.key&quot;, then Alpine will look for your
35601 certificate in the same directory in the file named
35602 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
35603 as part of your key (that is, it will look to see if your certificate
35604 is in the file &quot;your_email@address.com.key&quot;), if all of this
35605 fails, Alpine will ask you to enter the location of the certificate
35606 that matches the key you unlocked. If a certificate is found, it will be 
35607 used, and in this case, the password file will be read, decrypted with the 
35608 old key and encrypted with the new key. Once this is done, the new key and 
35609 certificates are saved, and the old keys are permanently deleted.
35611 Alpine does not create a backup of your password file, or your old keys
35612 that will be replaced. If you need to keep old copies, you will have to do
35613 this operation outside Alpine.
35614 <UL>   
35615 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35616 </UL><P>
35618 <UL>   
35619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35620 </UL><P>
35621 &lt;End of help on this topic&gt;
35622 </BODY>
35623 </HTML>
35624 ====== h_certificate_information =====
35625 <HTML>
35626 <HEAD>
35627 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35628 </HEAD>
35629 <BODY>
35630 <H1>S/MIME: Certificate Information Screen</H1>
35632 UNIX Alpine only.
35634 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35635 such as its owner, e-mail address, issuer, and interval of validity, 
35636 among others.
35638 In the case of public certificates, this screen shows you if there was a
35639 failure when attempting to validate such message. If the certificate is
35640 self-signed, then the <B>T</B> Trust command will be available, which
35641 you can use to trust such certificate and make Alpine not fail validating 
35642 signatures signed with such certificate.
35644 You can also mark a certificate deleted, with the <B>D</B> command, or 
35645 remove the deleted mark with the <B>U</B> undelete command.
35647 In the case of your private key, Alpine shows you the information
35648 from your public key. Additionally, Alpine allows you to see public
35649 and private information about your key, with the <B>B</B> and
35650 <B>R</B> commands respectively.
35651 <UL>   
35652 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35653 </UL><P>
35655 <UL>   
35656 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35657 </UL><P>
35658 &lt;End of help on this topic&gt;
35659 </BODY>
35660 </HTML>
35661 ====== h_config_smime_manage_public_menu =====
35662 <HTML>
35663 <HEAD>
35664 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35665 </HEAD>
35666 <BODY>
35667 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35669 UNIX Alpine only.
35671 This screen allows you to manage your public certificates. 
35673 The format of this screen is as follows. There are five fields: The 
35674 leftmost field is normally empty, but it could contain the letter 
35675 &quot;D&quot; to indicate that that certificate has been marked for 
35676 deletion. The next field is the e-mail address of the owner of the 
35677 certificate, shown in its entirety. The third and fourth field are the 
35678 first and last day validity for that certificate, respectively. The date
35679 is displayed in the user's locale unless the option 
35680 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35681 is set. In this case, the month, day and year are represented by two
35682 digits, and the format used is mm/dd/yy. Finally, the fifth 
35683 field is what can be displayed of the MD5 hash of the certificate. You can 
35684 use any of the last three fields to distinguish between two certificates 
35685 for the same owner.
35687 Available commands in this screen and a short description of what they 
35688 do follows.
35689 <UL>
35690 <LI> <B>I</B> Imports a public certificate to this collection.
35691 <LI> <B>V</B> View information about a certificate such as the name of the person the
35692 certificate was issued to, its dates of validity, and validity status.
35693 <LI> <B>D</B> Marks a certificate deleted.
35694 <LI> <B>U</B> Removes the deletion mark on a certificate.
35695 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35696 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35697 trust a certificate by copying it to the collection of trusted certificates.
35698 </UL>
35700 All commands provide feedback to let you know about their success or failure.
35702 <UL>   
35703 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35704 </UL><P>
35706 <UL>   
35707 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35708 </UL><P>
35709 &lt;End of help on this topic&gt;
35710 </BODY>
35711 </HTML>
35712 ====== h_config_smime_manage_private_menu =====
35713 <HTML>
35714 <HEAD>
35715 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35716 </HEAD>
35717 <BODY>
35718 <H1>S/MIME: Commands that Manage Private Keys</H1>
35720 UNIX Alpine only.
35722 This screen allows you to manage your private key.
35724 The format of this screen is as follows. There are five fields: The 
35725 leftmost field is normally empty, but it could contain the letter 
35726 &quot;D&quot; to indicate that that certificate has been marked for 
35727 deletion. The next field is the e-mail address of the owner of the 
35728 certificate, shown in its entirety. The third field is the first day of 
35729 validity for that certificate; the fourth field in the last day that that 
35730 certificate is valid, and the fifth field is what can be displayed of the 
35731 MD5 hash of the public certificate corresponding to this private key. You 
35732 can use any of the last three fields to distinguish between two 
35733 certificates for the same owner.
35735 Available commands and a short description of what they do follows.
35736 <UL>
35737 <LI> <B>I</B> Imports a new public key to this collection.
35738 <LI> <B>V</B> View information about the public certificate corresponding to this
35739 key.
35740 <LI> <B>D</B> Marks a key to be deleted.
35741 <LI> <B>U</B> Removes the deletion mark on a key.
35742 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35743 Note that expunging a private key does not remove the public key, which must
35744 be removed separately.
35745 </UL>
35747 All commands provide feedback to let you know about their success or failure.
35749 <UL>   
35750 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35751 </UL><P>
35753 <UL>   
35754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35755 </UL><P>
35756 &lt;End of help on this topic&gt;
35757 </BODY>
35758 </HTML>
35759 ====== h_config_smime_manage_cacerts_menu =====
35760 <HTML>
35761 <HEAD>
35762 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35763 </HEAD>
35764 <BODY>
35765 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35767 UNIX Alpine only.
35769 This screen allows you to manage your collection of certificates that you
35770 trust. 
35772 The format of this screen is as follows. There are five fields: The 
35773 leftmost field is normally empty, but it could contain the letter 
35774 &quot;D&quot; to indicate that that certificate has been marked for 
35775 deletion. The next field is the e-mail address of the owner of the 
35776 certificate, shown in its entirety. The third field is the first day of 
35777 validity for that certificate; the fourth field in the last day that that 
35778 certificate is valid, and the fifth field is what can be displayed of the 
35779 MD5 hash of the certificate. You can use any of the last three fields to 
35780 distinguish between two certificates for the same owner.
35782 Available commands and a short description of what they do follows.
35783 <UL>
35784 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35785 done by reading the certificate and validating it. Once a certificate
35786 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35787 to the certificate, if necessary.
35788 <LI> <B>V</B> View information about this certificate, such as its issuer 
35789 and validity dates.
35790 <LI> <B>D</B> Marks a certificate to be deleted.
35791 <LI> <B>U</B> Removes the deletion mark on a certificate.
35792 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35793 </UL>
35795 All commands provide feedback to let you know about their success or failure.
35797 <UL>
35798 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35799 </UL><P>
35801 <UL>   
35802 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35803 </UL><P>
35804 &lt;End of help on this topic&gt;
35805 </BODY>
35806 </HTML>
35807 ====== h_config_lame_list_mode =====
35808 <HTML>
35809 <HEAD>
35810 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35811 </HEAD>
35812 <BODY>
35813 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35815 This feature modifies the method Alpine uses to ask your IMAP
35816 server for folder names to display in the FOLDER LIST screen.
35817 It is intended to compensate for a small set of IMAP servers that
35818 are programmed to ignore a part of the request, and thus respond
35819 to Alpine's query with nonsensical results.
35822 If you find that Alpine is erroneously displaying blank folder lists,
35823 try enabling this feature.
35826 NOTE: Enabling this feature has consequences for the Goto and Save
35827 commands.  Many servers allow access to folders outside the area
35828 reserved for your personal folders via some reserved character,
35829 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35830 allows, at the Goto and Save prompts, quick access to folders
35831 outside your personal folder collection without requiring a specific
35832 collection definition.  This behavior will generally not be available
35833 when this feature is enabled.
35836 <UL>   
35837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35838 </UL><P>
35839 &lt;End of help on this topic&gt;
35840 </BODY>
35841 </HTML>
35842 ====== h_config_enable_mulnewsrcs =====
35843 <HTML>
35844 <HEAD>
35845 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35846 </HEAD>
35847 <BODY>
35848 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35850 This feature makes it so Alpine can use multiple newsrcs based on
35851 the news server being connected to, which allows for separate lists
35852 of subscribed-to newsgroups. When this feature is not set, there is only
35853 one list of newsgroups.
35855 Under this feature, the name of a newsrc is based on the news server.
35856 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35857 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35858 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35859 Setting this feature for the first time will allow for the option of using
35860 your old newsrc the next time you read news.
35862 If this feature is set, then the feature
35863 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35864 also may affect the name of the newsrc file that is used.
35866 <UL>   
35867 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35868 </UL><P>
35869 &lt;End of help on this topic&gt;
35870 </BODY>
35871 </HTML>
35872 ======= h_ab_export_vcard =======
35873 <HTML>
35874 <HEAD>
35875 <TITLE>Address Book Export Format</TITLE>
35876 </HEAD>
35877 <BODY>
35878 <H1>Address Book Export Format</H1>
35880 You are exporting address book data from Alpine to a file outside of Alpine.
35881 You are being asked to choose the format of the export.
35882 Here are the choices:
35884 <DL>
35885 <DT><EM>A</EM>ddress List</DT>
35886 <DD>
35887 The addresses from the address book entries you are saving
35888 from will be saved one address per line.
35889 Address book lists (those with more than one address) will have
35890 all of their addresses saved separately.
35891 </DD>
35893 <DT><EM>V</EM>Card</DT>
35894 <DD>
35895 The entries will be saved in
35896 <A HREF="h_whatis_vcard">vCard</A> format.
35897 </DD>
35899 <DT><EM>T</EM>ab Separated</DT>
35900 <DD>
35901 The entries will be saved in tab-separated columns.
35902 There will be just 4 columns of data that correspond to Alpine's
35903 Nickname field, Full Name field, Address field, and Comment field.
35904 It might prove useful to Select only the Simple, non-List address book
35905 entries before Saving.
35906 </DD>
35908 <DT><EM>^C</EM> Cancel</DT>
35909 <DD>
35910 Cancel out of the Save.
35911 </DD>
35913 </DL>
35917 &lt;End of help on this topic&gt;
35918 </BODY>
35919 </HTML>
35920 ====== h_config_predict_nntp_server =====
35921 <HTML>
35922 <HEAD>
35923 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35924 </HEAD>
35925 <BODY>
35926 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35928 This feature allows Alpine to assume that the open NNTP server at the
35929 time of composition is the NNTP server to which the message should be
35930 posted.  This is especially recommended when there are multiple News
35931 collections.  If this feature is not set, Alpine will try to post to the first server in
35932 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35933 this feature also negates the need to add News collection servers to
35934 the <!--#echo var="VAR_nntp-server"--> variable.
35936 This feature can be especially handy when used in conjunction with
35937 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35939 <UL>   
35940 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35941 </UL><P>
35942 &lt;End of help on this topic&gt;
35943 </BODY>
35944 </HTML>
35945 ====== h_config_nntp_search_uses_overview =====
35946 <HTML>
35947 <HEAD>
35948 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35949 </HEAD>
35950 <BODY>
35951 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35953 This feature should probably be turned on unless it causes trouble.
35954 The results of the NNTP overview command (XOVER) may be used to help
35955 with some searches in news groups.
35956 It should result in quicker response time.
35957 Turning this feature on apparently causes search results which are
35958 different from what you would get with the feature turned off on some
35959 servers.
35961 <UL>   
35962 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35963 </UL><P>
35964 &lt;End of help on this topic&gt;
35965 </BODY>
35966 </HTML>
35967 ====== h_config_thread_sorts_by_arrival =====
35968 <HTML>
35969 <HEAD>
35970 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35971 </HEAD>
35972 <BODY>
35973 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35975 This feature affects how a threading sort arranges threads.  The default way
35976 to arrange threads is by the date of the earliest message in the thread.
35977 This feature arranges threads by the last message to arrive in a thread.
35979 This feature causes old threads that get recent messages to sort to the bottom,
35980 where previously a message arrival to a thread would not rearrange the order of
35981 that thread.
35983 <UL>   
35984 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35985 </UL><P>
35986 &lt;End of help on this topic&gt;
35987 </BODY>
35988 </HTML>
35989 ====== h_config_textplain_int =====
35990 <HTML>
35991 <HEAD>
35992 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35993 </HEAD>
35994 <BODY>
35995 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35997 This feature modifies the method Alpine uses to display Text/Plain
35998 MIME attachments from the Attachment Index screen.  Normally, the
35999 &quot;View&quot; command searches for any externally defined (usually
36000 via the
36001 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
36002 and displays the selected text within that viewer.
36005 Enabling this feature causes Alpine to ignore any external viewer
36006 settings and always display text with Alpine's internal viewer.
36009 <UL>   
36010 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36011 </UL><P>
36012 &lt;End of help on this topic&gt;
36013 </BODY>
36014 </HTML>
36015 ====== h_config_wp_columns =====
36016 <HTML>
36017 <HEAD>
36018 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
36019 </HEAD>
36020 <BODY>
36021 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
36023 Web Alpine only.
36025 This configuration setting specifies the number of horizontal characters
36026 used to format various WebAlpine pages.  Smaller values will tend to reduce
36027 the amount of horizontal scrolling required to view pages within narrow
36028 browsers, such as those found on PDAs, and larger values will tend to 
36029 spread more information across the page.
36032 The Message List page uses the width to determine how many characters
36033 to assign each field.  Note, a smaller value may result in a disproportionate
36034 amount of blank space between fields on each line.  Similarly, a large
36035 value may result in cramped fields or horizontal scrolling.
36038 The Message View page uses this value to determine when to wrap lines
36039 in displayed message text.  Note, a smaller value may result in jagged
36040 right margins or confusing quoting.  A larger value may cause lines of text to
36041 run beyond the browser's right edge, requiring horizontal scrolling.
36044 <UL>   
36045 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36046 </UL><P>
36047 &lt;End of help on this topic&gt;
36048 </BODY>
36049 </HTML>
36050 ====== h_config_wp_state =====
36051 <HTML>
36052 <HEAD>
36053 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
36054 </HEAD>
36055 <BODY>
36056 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
36058 Web Alpine only.
36060 Various aspects of cross-session state.
36063 <UL>   
36064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36065 </UL><P>
36066 &lt;End of help on this topic&gt;
36067 </BODY>
36068 </HTML>
36069 ====== h_config_wp_aggstate =====
36070 <HTML>
36071 <HEAD>
36072 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
36073 </HEAD>
36074 <BODY>
36075 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
36077 Web Alpine only.
36079 Aggregate operations tab state.
36082 <UL>   
36083 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36084 </UL><P>
36085 &lt;End of help on this topic&gt;
36086 </BODY>
36087 </HTML>
36088 ====== h_config_wp_indexlines =====
36089 <HTML>
36090 <HEAD>
36091 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
36092 </HEAD>
36093 <BODY>
36094 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
36096 Web Alpine only.
36098 Number of index lines in table.
36101 <UL>   
36102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36103 </UL><P>
36104 &lt;End of help on this topic&gt;
36105 </BODY>
36106 </HTML>
36107 ====== h_config_wp_indexheight =====
36108 <HTML>
36109 <HEAD>
36110 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
36111 </HEAD>
36112 <BODY>
36113 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
36115 Web Alpine only.
36117 Index table row height.
36120 <UL>   
36121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36122 </UL><P>
36123 &lt;End of help on this topic&gt;
36124 </BODY>
36125 </HTML>
36126 ====== h_config_rss_news =====
36127 <HTML>
36128 <HEAD>
36129 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
36130 </HEAD>
36131 <BODY>
36132 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
36134 Web Alpine only.
36136 RSS News feed.
36139 <UL>   
36140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36141 </UL><P>
36142 &lt;End of help on this topic&gt;
36143 </BODY>
36144 </HTML>
36145 ====== h_config_rss_weather =====
36146 <HTML>
36147 <HEAD>
36148 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
36149 </HEAD>
36150 <BODY>
36151 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
36153 Web Alpine only.
36155 RSS Weather feed.
36158 <UL>   
36159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36160 </UL><P>
36161 &lt;End of help on this topic&gt;
36162 </BODY>
36163 </HTML>
36164 ====== h_config_send_confirms_only_expanded =====
36165 <HTML>
36166 <HEAD>
36167 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
36168 </HEAD>
36169 <BODY>
36170 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
36172 This Web Alpine option specifies whether or not a Send confirmations
36173 happens when a composed message is readied for sending or not.  The
36174 default behavior is to not confirm that the nicknames were expanded to
36175 the intended addresses.
36178 <UL>   
36179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36180 </UL><P>
36181 &lt;End of help on this topic&gt;
36182 </BODY>
36183 </HTML>
36184 ====== h_config_enable_jump_command =====
36185 <HTML>
36186 <HEAD>
36187 <TITLE>FEATURE: enable-jump-command</TITLE>
36188 </HEAD>
36189 <BODY>
36190 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
36192 This Web Alpine option specifies whether or not a Jump command is
36193 offered in the Message List and Message View pages.  The command is
36194 implemented as an input field in the left column of the List and View
36195 screens. 
36198 When enabled and a number is entered in the input field while the
36199 Message List is displayed, the Message List is reframed with the
36200 specified message.  While viewing a message, the message associated
36201 with the specified message number is displayed.
36204 <UL>   
36205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36206 </UL><P>
36207 &lt;End of help on this topic&gt;
36208 </BODY>
36209 </HTML>
36210 ====== h_config_enable_newmail_sound =====
36211 <HTML>
36212 <HEAD>
36213 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36214 </HEAD>
36215 <BODY>
36216 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36218 This Web Alpine option specifies whether or not a sound file is sent
36219 to the web browser along with the newmail notification message.
36223 <UL>   
36224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36225 </UL><P>
36226 &lt;End of help on this topic&gt;
36227 </BODY>
36228 </HTML>
36229 ====== h_config_render_html_internally =====
36230 <HTML>
36231 <HEAD>
36232 <TITLE>FEATURE: render-html-internally</TITLE>
36233 </HEAD>
36234 <BODY>
36235 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36237 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36238 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36239 the HTML text into plain text in the same way Unix and PC-Alpine do.
36243 <UL>   
36244 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36245 </UL><P>
36246 &lt;End of help on this topic&gt;
36247 </BODY>
36248 </HTML>
36249 ====== h_config_role_undo =====
36250 Yes, remember changes and exit back to list of roles; No, discard changes
36251 made in this screen; ^C, cancel exit and stay in this config screen.
36252 ====== h_exit_editor =====
36253 S, save changes and exit from the editor; D, do not save changes but
36254 do exit from the editor; or ^C, cancel exit and stay in the editor.
36255 ====== h_config_undo =====
36256 Yes, save changes and exit; No, exit without saving any changes made since
36257 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36258 ====== h_os_index_whereis =====
36259 Enter ^V or ^Y to go immediately to the last or first message in the index.
36260 Or, enter the match string followed by RETURN.
36261 ====== h_os_index_whereis_agg =====
36262 Enter ^V or ^Y to go immediately to the last or first message in the index,
36263 Or, enter the match string followed by RETURN (or ^X to select all matches).
36264 =========== h_oe_add_full ==================
36265 Type the full name of the person being added and press the RETURN key.
36266 Press ^C to cancel addition.
36267 =========== h_oe_add_nick ==================
36268 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36269 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36270 ========== h_oe_add_addr ================
36271 Type the e-mail address and press RETURN.
36272 Press ^C to cancel addition.
36273 ========== h_oe_crlst_full ==============
36274 Type a long name or description for the list that you are creating and
36275 press RETURN.  Press ^C to cancel creation of list.
36276 =========== h_oe_crlst_nick =============
36277 Type a nickname (short, easy-to-remember name or single word) for the list
36278 you are creating and press RETURN.  Press ^C to cancel.
36279 ========== h_oe_crlst_addr ==============
36280 Type an e-mail address, or a nickname already in the address book that you
36281 want to be part of this list and press RETURN.
36282 ========== h_oe_adlst_addr =============
36283 Type an e-mail address or a nickname already in the address book that you
36284 want to add to this list and press RETURN.
36285 ========== h_oe_editab_nick ============
36286 Change the nickname using the arrow keys and delete key.  Press RETURN
36287 when done.  Press ^C to cancel editing and leave the nickname as it was.
36288 ========== h_oe_editab_full ============
36289 Change the full name using the arrow keys and delete key.  Press RETURN
36290 when done.  Press ^C to cancel editing and leave the full name as it was.
36291 ========== h_oe_editab_addr ============
36292 Change the address using the arrow keys and delete key.  Press RETURN
36293 when done.  Press ^C to cancel editing and leave the address as it was.
36294 ========== h_oe_editab_fcc ============
36295 Change the fcc using the arrow keys and delete key.  Press RETURN when
36296 done.  Press ^C to cancel editing and leave the fcc as it was.
36297 ========== h_oe_editab_comment ============
36298 Change the comment field using the arrow keys and delete key.  Press RETURN
36299 when done.  Press ^C to cancel editing and leave the comment as it was.
36300 ====== h_ab_forward =====
36301 Yes, expand nicknames and qualify local names with your current domain name;
36302 No, leave nicknames and local names as is;  ^C, cancel.
36303 ========== h_ab_export ==========
36304 Type the name of a file to write the addresses into and
36305 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36306 ========== h_ab_edit_a_field ==========
36307 Edit any of the fields of the currently selected entry by typing one of the
36308 letters at the bottom of the screen.  Press ^C to cancel edit.
36309 ====== h_ab_del_data_revert =====
36310 Press B to completely delete addrbook and revert to default, C to delete config
36311 and revert while leaving data, or D to only delete data (make it empty).
36312 ====== h_ab_del_data_modify =====
36313 Press B to completely delete addrbook, C to delete configuration while leaving
36314 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36315 ====== h_ab_del_config_modify =====
36316 Yes, remove this address book from my configuration.
36317 No, make no changes now.
36318 ====== h_ab_del_config_revert =====
36319 Yes, remove this address book from my config and revert to default.
36320 No, make no changes now.
36321 ====== h_ab_del_default =====
36322 Yes, remove this default address book from my configuration.
36323 No, make no changes now.
36324 ====== h_ab_really_delete =====
36325 Yes, delete the actual contents of the address book, not just the 
36326 configuration.  No, don't delete the data after all, cancel and start over.
36327 ====== h_ab_del_ignore =====
36328 Press I to ignore all the default address books for this category.  Press R to
36329 remove this one address book and add the others to your personal list.
36330 ====== h_ab_del_dir_ignore =====
36331 Press I to ignore all the default directory servers for this category.
36332 Press R to remove this one server and add the others to your personal list.
36333 ====== h_ab_copy_dups =====
36334 Yes, overwrite the existing entry.
36335 No, skip duplicates but save the rest. Press ^C to cancel.
36336 ====== h_confirm_cancel =====
36337 Type C to Confirm that you want to abandon the message you are composing.
36338 Type N or ^C to cancel out of the cancel and keep composing.
36339 ====== h_ab_text_or_vcard =====
36340 Text, start composer with displayed text already included.
36341 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36342 ====== h_ab_backup_or_ldap =====
36343 Backup, copy email address from entry and allow editing of it.
36344 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36345 ====== h_ldap_text_or_vcard =====
36346 Text: export displayed text for selected entry. Address: export only the
36347 email address. VCard: export entry in vCard format. ^C cancels.
36348 ====== h_ab_save_exp =====
36349 Save, save entry or entries to an address book.
36350 Export, save to file outside of pine. ^C cancels save.
36351 ====== h_ab_add =====
36352 A, add a brand new entry to this address book.
36353 E, edit the entry that is currently highlighted. ^C to cancel.
36354 ====== h_ab_shuf =====
36355 U, swap order of highlighted address book and the one above it.
36356 D, swap order of highlighted address book and the one below it. ^C to cancel.
36357 ====== h_ab_shuf_up =====
36358 U, swap order of highlighted address book and the one above it.
36359 Press ^C to cancel.
36360 ====== h_ab_shuf_down =====
36361 D, swap order of highlighted address book and the one below it.
36362 Press ^C to cancel.
36363 ====== h_folder_prop =====
36364 Count is # of messages in the folder, Unseen means messages that have not
36365 been read, New means messages that were Recently added to the folder.
36366 ====== h_role_shuf =====
36367 U, swap order of highlighted rule and the one above it.
36368 D, swap order of highlighted rule and the one below it. ^C to cancel.
36369 ====== h_role_shuf_up =====
36370 U, swap order of highlighted rule and the one above it.
36371 Press ^C to cancel.
36372 ====== h_role_shuf_down =====
36373 D, swap order of highlighted rule and the one below it.
36374 Press ^C to cancel.
36375 ====== h_incoming_shuf =====
36376 B, swap order of highlighted directory and the one before it.
36377 F, swap order of highlighted directory and the one after it. ^C to cancel.
36378 ====== h_incoming_shuf_up =====
36379 B, swap order of highlighted directory and the one before it.
36380 Press ^C to cancel.
36381 ====== h_incoming_shuf_down =====
36382 F, swap order of highlighted directory and the one after it.
36383 Press ^C to cancel.
36384 ====== h_dir_shuf =====
36385 U, swap order of highlighted directory and the one above it.
36386 D, swap order of highlighted directory and the one below it. ^C to cancel.
36387 ====== h_dir_shuf_up =====
36388 U, swap order of highlighted directory and the one above it.
36389 Press ^C to cancel.
36390 ====== h_dir_shuf_down =====
36391 D, swap order of highlighted directory and the one below it.
36392 Press ^C to cancel.
36393 ====== h_hdrcolor_shuf =====
36394 U, swap order of highlighted Header Color and the one above it.
36395 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36396 ====== h_hdrcolor_shuf_up =====
36397 U, swap order of highlighted Header Color and the one above it.
36398 Press ^C to cancel.
36399 ====== h_hdrcolor_shuf_down =====
36400 D, swap order of highlighted Header Color and the one below it.
36401 Press ^C to cancel.
36402 ========== h_oe_editab_al ============
36403 Change the address using the arrow keys and delete key.  Press RETURN
36404 when done.  Press ^C to cancel editing and leave the address as it was.
36405 ========== h_dir_comp_search ===============
36406 Type a string to look for just like you would in the composer. Your configured
36407 rules for the servers with the implicit flag set will be used.
36408 ========== h_oe_searchab ===============
36409 Type the word or name you want to search for and press RETURN.  If you press
36410 RETURN without entering anything the word in [] will be searched for.
36411 ========== h_oe_chooseabook ==========
36412 Choose the address book you want to save the new entry in.
36413 Use ^N or ^P to change address books.  ^C to cancel.
36414 ========== h_oe_takeaddr ==========
36415 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36416 when done.  Press ^C to cancel adding this entry to the address book.
36417 ========== h_oe_take_replace ==========
36418 Press R to replace the old entry with this new data.  You will still have
36419 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36420 ========== h_oe_take_replace_or_add ==========
36421 Press R to replace the old entry.  Press A to add the selected addresses to
36422 the old existing list.  N to enter another nickname. ^C to cancel now.
36423 ========== h_oe_takename ==========
36424 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36425 when done.  Press ^C to cancel adding this entry to the address book.
36426 ========== h_oe_takenick ==========
36427 Type a nickname (short easy-to-remember name, initials or single word) for this
36428 entry in the address book and press RETURN.  Press ^C to cancel addition.
36429 ========== h_oe_jump ==========
36430 Type the message number you want to jump to and press RETURN.  The word "end"
36431 represents the last message. Press ^C to cancel jumping to another message.
36432 ========== h_oe_jump_thd ==========
36433 Type the thread number you want to jump to and press RETURN.  The word "end"
36434 represents the last thread. Press ^C to cancel jumping to another thread.
36435 ========== h_oe_debuglevel ==========
36436 Higher number shows more debugging details.
36437 Press ^C if you want to cancel the change.
36438 ========== h_oe_broach ==========
36439 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36440 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36441 ========== h_oe_foldsearch ==========
36442 Type the text you want to search for in foldernames and press RETURN.  If you
36443 press RETURN without entering anything, any text in [] will be searched for.
36444 ========== h_oe_foldrename ==========
36445 Change the old name of the folder to the new name using the arrow and
36446 delete keys and press RETURN.  Press ^C to cancel rename.
36447 ========== h_oe_login ==========
36448 Enter your login name for the host you are opening the mailbox on.  Just press
36449 RETURN to use your login from this host as is, or edit it with delete key.
36450 ========== h_oe_passwd ==========
36451 Type your password for the host and login shown as part of the prompt.
36452 Press ^C to cancel opening folder.
36453 ========== h_oe_choosep ==========
36454 Enter the number associated with the printer you want to select.  Press ^C to
36455 cancel the printer selection.  The current selection is highlighted.
36456 ========== h_oe_customp ==========
36457 Type the name of the Unix print command and press RETURN.  Press ^C to
36458 cancel the printer selection.
36459 ========== h_oe_searchview ==========
36460 Type the word or name you want to search for and press RETURN.  If you press
36461 RETURN without entering anything the word in [] will be searched for.
36462 ========== h_oe_keylock ==========
36463 The keyboard is in use and locked by another user.  Only that user can
36464 unlock this keyboard by typing the password.
36465 ========== h_wt_expire ==========
36466 At the beginning of each month Alpine offers to rename your current sent-mail
36467 folder to one named for the month so you have a sent-mail folder for each month
36468 ========== h_wt_delete_old ==========
36469 It is the beginning of the month, and we need to conserve disk
36470 space.  Please delete any sent-mail that you do not need.
36471 ========== h_select_sort ==========
36472 Select the order for sorting the index by typing the capitalized letter.
36473 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36474 ========== h_no_F_arg ============
36475 Enter name of file to be opened.
36477 ========== h_sticky_personal_name ==========
36478 Type in your name as you want it to appear on outgoing email.  This entry
36479 will be saved into your Alpine configuration file.
36480 ========== h_sticky_inbox ============
36481 INBOX syntax is usually {complete.machine.name}INBOX
36482 This entry will be saved in your Alpine configuration file.
36483 ========== h_sticky_smtp ============
36484 The name of the computer on your campus that relays your outgoing email
36485 to the Internet.  This entry will be saved in your Alpine configuration file.
36486 ========== h_sticky_user_id ==========
36487 The username or login-id part of your email address.  This entry will be
36488 saved in your Alpine configuration file.
36489 ========== h_sticky_domain ==========
36490 The domain part of your email address, NOT the name of your PC.  This
36491 entry will be saved in your Alpine configuration file.
36492 ========== h_bounce =========
36493 Enter the address or nickname of the intended recipient.  Alpine will resend
36494 the message, which will retain the original author's From: address.
36495 ========== h_incoming_add_folder_nickname =========
36496 Enter an (optional) nickname that will be used in lieu of the actual
36497 host and folder names in the FOLDER LIST display.
36498 ========== h_anon_forward ==========
36499 Enter the address of your intended recipient, or ^C to cancel.
36500 Example: jsmith@somewhere.edu
36501 ========== h_news_subscribe ==========
36502 Enter the name of the newsgroup to which you wish to subscribe,
36503 or ^C to cancel.  Example: comp.mail.pine
36504 ========== h_pipe_msg ==========
36505 Enter the name of the Unix command to which you wish to send this
36506 message, or ^C to cancel.
36507 ========== h_pipe_attach ==========
36508 Enter the name of the Unix command to which you wish to send this
36509 attachment, or ^C to cancel.
36510 ========== h_select_by_num ==========
36511 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
36512 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
36513 ========== h_select_by_thrdnum ==========
36514 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
36515 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
36516 ========== h_select_txt_from ==========
36517 Messages with From: headers containing the entered string will be selected.
36518 ^C to cancel. ^G again to see original options.
36519 ========== h_select_txt_not_from ==========
36520 Messages without From: headers containing the entered string will be selected.
36521 ^C to cancel. ^G again to see original options.
36522 ========== h_select_txt_to ==========
36523 Messages with To: headers containing the entered string will be selected.
36524 ^C to cancel. ^G again to see original options.
36525 ========== h_select_txt_not_to ==========
36526 Messages without To: headers containing the entered string will be selected.
36527 ^C to cancel. ^G again to see original options.
36528 ========== h_select_txt_cc ==========
36529 Messages with Cc: headers containing the entered string will be selected.
36530 ^C to cancel. ^G again to see original options.
36531 ========== h_select_txt_not_cc ==========
36532 Messages without Cc: headers containing the entered string will be selected.
36533 ^C to cancel. ^G again to see original options.
36534 ========== h_select_txt_subj ==========
36535 Messages with Subject: headers containing the entered string will be selected.
36536 ^C to cancel.  ^X enters Subject: line of current message.
36537 ========== h_select_txt_not_subj ==========
36538 Messages without Subject headers containing the entered string will be selected.
36539 ^C to cancel.  ^X enters Subject: line of current message.
36540 ========== h_select_txt_all ==========
36541 All messages containing the entered string will be selected.  Headers and body,
36542 but not encoded attachments, will be compared.  Enter ^C to cancel.
36543 ========== h_select_txt_not_all ==========
36544 All messages that don't contain the entered string will be selected.  Headers
36545 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36546 ========== h_select_txt_body ==========
36547 All messages containing the entered string will be selected. Body text, but
36548 not headers or encoded attachments, will be compared. ^C to cancel.
36549 ========== h_select_txt_not_body ==========
36550 All messages that don't contain the entered string will be selected. Body
36551 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36552 ========== h_select_txt_recip ==========
36553 Messages with Cc: or To: headers containing the entered string will be selected.
36554 ^C to cancel. ^G again to see original options.
36555 ========== h_select_txt_not_recip ==========
36556 Messages without Cc: or To: headers containing the string will be selected.
36557 ^C to cancel. ^G again to see original options.
36558 ========== h_select_txt_partic ==========
36559 Messages with Cc, To, or From headers containing the string will be selected.
36560 ^C to cancel. ^G again to see original options.
36561 ========== h_select_txt_not_partic ==========
36562 Messages without Cc, To, or From headers containing the string will be selected.
36563 ^C to cancel. ^G again to see original options.
36564 ========== h_select_date ==========
36565 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36566 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36567 ========== h_attach_index_whereis ==========
36568 Enter some text that appears in the Attachment Index entry for the desired
36569 attachment.  The first attachment containing that text will be highlighted.
36570 ========== h_kb_lock ==========
36571 Keystrokes entered here (up to a RETURN) comprise a password that must
36572 be entered again later in order to unlock the keyboard.
36573 ========== h_compose_default ==========
36574 N, compose a new message. R, set a role.
36575 ^C to cancel.
36576 ========== h_untranslatable ==========
36577 Send using UTF-8 character set; Send but replace untranslatable characters
36578 with question marks; return to the composer; or cancel message altogether.
36579 ========== h_compose_intrptd ==========
36580 N, compose a new msg. I, continue interrupted msg. R, set a role.
36581 ^C to cancel.
36582 ========== h_compose_postponed ==========
36583 N, compose a new message. P, continue postponed msg. R, set a role.
36584 ^C to cancel.
36585 ========== h_compose_intrptd_postponed ==========
36586 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36587 R, set a role. ^C to cancel.
36588 ========== h_compose_form ==========
36589 N, compose a new message. F, use form letter. R, set a role.
36590 ^C to cancel.
36591 ========== h_compose_intrptd_form ==========
36592 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36593 R, set a role. ^C to cancel.
36594 ========== h_compose_postponed_form ==========
36595 N, compose a new message. P, continue postponed msg. F, use form letter.
36596 R, set a role. ^C to cancel.
36597 ========== h_compose_intrptd_postponed_form ==========
36598 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36599 F, use form letter. R, set a role. ^C to cancel.
36600 ========== h_config_context_del_except ==========
36601 If you delete the last exceptional collection you can only add it back by
36602 manually editing the exceptions config file.
36603 ========== h_config_whereis ==========
36604 To move quickly to a particular line, enter a search string or
36605 ^C to cancel.
36606 ========== h_config_edit_scorei ==========
36607 Enter interval in the form (min,max). -INF and INF may be used to represent
36608 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36609 ========== h_config_add ==========
36610 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36611 pressing RETURN sets the Empty Value (this turns off any global default).
36612 ========== h_config_add_custom_color ==========
36613 Enter a header fieldname. For example, "subject" or "from".
36615 ========== h_config_add_pat_hdr ==========
36616 Enter a header fieldname. For example, "reply-to" or "organization" or
36617 any fieldname you want that isn't included already.
36618 ========== h_config_print_opt_choice ==========
36619 You may edit either the initialization string (characters printed before
36620 printing starts) or the trailer string.  Choose one or ^C to cancel.
36621 ========== h_config_print_init ==========
36622 Enter a C-style string for this.  You may use common backslash escapes like
36623 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36624 ========== h_config_change ==========
36625 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36626 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36627 ========== h_config_replace_add ==========
36628 Replace ignores the current default, Add places the current default in your
36629 editing buffer as if you had typed it in.
36630 ========== h_config_insert_after ==========
36631 Enter a nickname for this print command.  (InsertBefore puts the new item
36632 before the current line, InsertAfter puts it after the current line.)
36633 ========== h_config_print_cmd ==========
36634 Enter command to be executed for the printer.  Use normal editing keys
36635 to modify, ^C to cancel, carriage return to accept current value.
36636 ========== h_config_role_del ==========
36637 Answering Yes will remove this rule completely from your rules list.
36638 ========== h_config_role_addfile ==========
36639 Type the name of a file to add to your configuration. You don't need to
36640 use a file, you may add rules directly (with Add) without using a file.
36641 ========== h_config_role_delfile ==========
36642 Answering Yes will remove this rule file completely from your rules list.
36643 The rules data file itself will not be removed.
36644 ========== h_config_print_del ==========
36645 Answering Yes will remove this printer completely from your printer list.
36646 ========== h_config_print_name_cmd ==========
36647 You may edit the Nickname of this printer, the Command to be executed when
36648 printing, or change the Options associated with this printer.
36649 ========== h_send_check_fcc ==========
36650 Yes, send message without an Fcc.
36651 No, return to composer.
36652 ========== h_send_check_subj ==========
36653 Yes, send message without a Subject.
36654 No, return to composer.
36655 ========== h_send_check_to_cc ==========
36656 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36657 No, return to composer.
36658 ========== h_send_fcc_only ==========
36659 Yes, copy message to Fcc only and send to NO recipients.
36660 No, return to composer.
36661 ========== h_send_prompt ==========
36662 Yes, send the message.
36663 No or ^C, return to composer.
36664 ========== h_send_prompt_flowed ==========
36665 Yes, send the message.  No or ^C, return to composer.
36666 What's Flowed? See Do Not Send Flowed Text in config screen.
36667 ========== h_send_prompt_dsn ==========
36668 Yes, send the message.  No or ^C, return to composer.
36669 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36670 ========== h_send_prompt_dsn_flowed ==========
36671 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36672 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36673 ========== h_role_confirm ==========
36674 Yes, use displayed role. No, compose without a role.
36675 ^C, cancel the message. ^T, select a role from your other eligible roles.
36676 ========== h_norole_confirm ==========
36677 Return, compose without a role.
36678 ^C, cancel the message. ^T, select a role from your eligible roles.
36679 ========== h_custom_print ==========
36680 Enter a Unix command that accepts its data on standard input.
36681 Alpine will display any information the command sends to standard output.
36682 ========== h_convert_abooks_and_sigs ==========
36683 You will be given the opportunity to convert address books and signature files
36684 to remote configurations.
36685 ========== h_convert_abooks ==========
36686 You will be given the opportunity to convert address books to remote
36687 configurations.
36688 ========== h_flag_keyword ==========
36689 Enter the name of the keyword you want to add for this folder.
36690 No spaces, parentheses, braces, percents or asterisks are allowed.
36691 ========== h_select_keyword ==========
36692 Enter the keyword you want to match, or use ^T to select a keyword from a list
36693 of possible keywords for this folder. Use ! to look for non-matches instead.
36694 ========== h_type_keyword ==========
36695 Enter the keyword you want to add. You may add a nickname in the next step.
36696 No spaces, parentheses, braces, percents or asterisks are allowed.
36697 ========== h_type_keyword_nickname ==========
36698 Enter an optional nickname for the keyword you want to add.
36699 Type Carriage return to use the keyword name instead of a nickname.
36700 ========== h_convert_sigs ==========
36701 You will be given the opportunity to convert signature files to remote
36702 configurations.
36703 ========== h_convert_abook ==========
36704 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36705 of the current address book. The current abook won't be removed automatically.
36706 ========== h_convert_sig ==========
36707 Answering Yes copies the contents of the signature file into your Alpine
36708 configuration file. After that, the contents of the file will not be used.
36709 ========== h_save_addman ==========
36710 Enter the simple name of the folder you want to add. Carriage return to
36711 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36712 ========== h_reopen_folder ==========
36713 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36714 No leaves the folder index as it was without discovering new mail.
36715 ========== h_convert_pinerc_server ==========
36716 This is the name of the host (computer) where the remote Alpine configuration
36717 will be stored. This should be an IMAP server that you have permission to use.
36718 ========== h_convert_pinerc_folder ==========
36719 Enter the correct remote folder name. This folder is special and should
36720 contain only configuration data. It shouldn't contain other mail messages.
36721 ========== h_role_compose ==========
36722 Compose a New message, Reply to current message, Forward current message, or
36723 Bounce message. Then you will be asked to choose one of your Roles to be used.
36724 ========== h_save_size_changed ==========
36725 The reported size of a message is not the same as the actual size. Answer Yes
36726 to continue and hope for the best or No to Cancel the entire Save.
36727 ========== h_select_by_larger_size ==========
36728 Enter a number or ^C to cancel. All messages greater than this many characters
36729 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36730 ========== h_select_by_smaller_size ==========
36731 Enter a number or ^C to cancel. All messages less than this many characters
36732 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36733 ========== h_preserve_field ==========
36734 Use 'p' to toggle between preserving or not preserving the original To:
36735 and Cc: fields of the message. Enter ^C to cancel message.