* Rewrite support for specific SSL encryption protocols, including
[alpine.git] / pith / pine.hlp
blob99670197111ccbb870294debb91ae7e2bb6aed8f
1 # $Id: pine.hlp 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
3 #        T H E   A L P I N E    M E S S A G E   S Y S T E M
5 #/* ========================================================================
6 # * Copyright 2013-2018 Eduardo Chappa
7 # * Copyright 2006-2008 University of Washington
8 # *
9 # * Licensed under the Apache License, Version 2.0 (the "License");
10 # * you may not use this file except in compliance with the License.
11 # * You may obtain a copy of the License at
12 # *
13 # *     http://www.apache.org/licenses/LICENSE-2.0
14 # *
15 # * ========================================================================
16 # */
18          Help text for the Alpine mailer
20 This file is in a format created to be turned into text strings in a C
21 program.
23 There are two shell scripts that run on this.  Cmplhelp.sh is the
24 first and turns this into a C file (helptext.c) of text strings that
25 are compiled and linked. The other program, cmplhlp2.sh, turns this
26 into a .h file (helptext.h) with extern string definitions of the
27 strings in the .c file.  The code that actually processes these files
28 while alpine is running is in help.c
30 The lines with "===== xxxx ====" divide the different help screens.  The
31 xxx is the name of the variable that strings will be put in, which are
32 also declared in helptext.h.
34 # is a comment
36 Help text screen text can be either plain text OR HTML.  The latter is
37 denoted by the first line starting with "<HTML>".  The former is simply
38 displayed as it's formatted here.
40 HTML is limited to simple formatting ala HTML 2.0.  No forms, or tables.
41 In addition a small set of tools are are available to customize the HTML
42 screen's text:
44 1a)  Default and function key bindings are separated like this:
46 <!--chtml if pinemode="function_key"-->
47         Function key bindings here
48 <!--chtml else-->
49         Default key bindings here
50 <!--chtml endif-->
53 1b)  A way to distinguish HTML text that is to be displayed when
54      pine is running vs. when the text is served up outside Alpine
55      (someday) can be done via:
57 <!--chtml if pinemode="running"-->
58    Text displayed when viewed within a running pine session
59 <!--chtml else-->
60    Text displayed when HTML viewed outside pine (using chtml aware server)
61 <!--chtml endif-->
63 1c)  A way to distinguish HTML text that is to be displayed under
64      PC-Alpine vs. not is available via:
66 <!--chtml if pinemode="os_windows"-->
67    Text displayed under PC-Alpine
68 <!--chtml else-->
69    Text displayed otherwise
70 <!--chtml endif-->
72 WARNING ABOUT CHTML "if-else-endif" CLAUSES: They don't nest.
74 2a) Several "server side include" commented elements are supported:
76 <!--#include file="textfile"--> 
78 The file "textfile" will be inserted into the HTML text directly.
79 Alpine does no formatting of the text.  At some point we might want to
80 look at the first line for <HTML> but not today.
82 2b) Various bits of Alpine's running state can be inserted into the
83 HTML text as well using the special comment:
85 <!--#echo var="variable"--> 
87 Where "variable" is one of either:
89     ALPINE_VERSION
90     ALPINE_REVISION
91     ALPINE_COMPILE_DATE
92     ALPINE_TODAYS_DATE
93     C_CLIENT_VERSION
94     _LOCAL_FULLNAME_
95     _LOCAL_ADDRESS_
96     _BUGS_FULLNAME_
97     _BUGS_ADDRESS_
98     CURRENT_DIR
99     HOME_DIR
100     PINE_CONF_PATH
101     PINE_CONF_FIXED_PATH
102     PINE_INFO_PATH
103     MAIL_SPOOL_PATH
104     MAIL_SPOOL_LOCK_PATH
105     VAR_<VARNAME> - where <VARNAME> is config variable name
106     FEAT_<FEATURENAME> - where <FEATURENAME> is config feature name
108 3) The URL scheme "X-Alpine-Gripe:" is available to insert links to
109    pine's composer such that various debugging data can be attached to the
110    message. Aside from normal email addresses, this can be set to
111    either "_LOCAL_ADDRESS_" for the configured local help address, or
112    "_BUGS_ADDRESS_" for the configured local bug reporting address.
113    Aside from the special tokens above, the default behavior only differs
114    from "mailto:" by the insertion of a special Subject: prefix that
115    consists of a randomly-generated token for tracking purposes.
116    Several optional parameters can be included to control what is
117    attached or offered for attachment to the message:
119         ?config  --  Automatically attaches the user's configuration
120                      information to the trouble report
121         ?keys    --  Automatically attaches the user's most recent
122                      keystrokes
123         ?curmsg  --  Causes the user to get an offer to attach the
124                      current message to the trouble report
125         ?local   --  Automatically attaches the result of the script 
126                      defined by VAR_BUGS_EXTRAS
128 For HTML-format sections, the help screen dividers  "===== xxxx ====" must 
129 contain one and only one space after the first and before the second set of 
130 equal signs.
132 Note to authors of this file: to mark sections that need further revision, 
133 please use the text string on the following line consistently so that it is 
134 easy to find those places again in this file:
135 *revision needed*
137 NOTE: Several sections of help text which weren't being used were removed
138 at RCS version number 4.122.  In particular, there were some placeholders
139 with help text for the config screen and the composer that didn't have any
140 reasonable place to be called from.
141 Dummy change to get revision in pine.hlp
142 ============= h_revision =================
143 Alpine Commit 324 2019-01-20 18:11:06
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2018 Eduardo Chappa
160 <BR>Copyright 2006-2008 University of Washington
161 </DIV>
164 Alpine is an &quot;Alternatively Licensed Program for Internet
165 News and Email&quot; produced until 2009 by the University of Washington.
166 It is intended to be an easy-to-use program for
167 sending, receiving, and filing Internet electronic mail messages and
168 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
169 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
170 is available as is a world wide web based version designed to run under the
171 Apache web server.
174 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
176 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
177 addresses bugs found in previous releases and has a few additions as well.
180 Additions include:
182 <UL>
183 <LI> PC-Alpine builds with LibreSSL and supports S/MIME.
185 <LI> NTLM authentication support with the ntlm library, in Unix systems.
186 Based on code provided by Maciej W. Rozycki.
188 <LI> Add /tls1_3 flag for servers that support it. Read more information
189 in the secure protocols <A HREF="h_network_encryption_security">help</A>.
191 <LI> New variable 
192 <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> 
193 that allows users to configure versions of the SSL/TLS protocol that Alpine is 
194 restricted to try when establishing a secure connection SSL/TLS to a remote 
195 server. The default can be set at compilation time.
197 <LI> Add -dict option to PC-Pico, which allows users to choose a dictionary
198 when spelling. Sample usage: -dict "en_US, de_DE, fr_FR".
200 <LI> Improvements to the configure stage of compilation. Some of
201 these contributed by Helmut Grohne. See
202 <A href="https://bugs.debian.org/876164">Bug 876164</A> in Debian.
204 <LI> Add &quot;remove password&quot; command to the management screen for the 
205 password file encryption key. This allows users to use their password file
206 without entering a master password.
208 <LI> Add the &quot;g&quot; option to the select command that works in IMAP 
209 servers that implement the X-GM-EXT-1 capability (such as the one offered 
210 by Gmail.) This allows users to do selection in Alpine as if they were 
211 doing a search in the web interface for Gmail.
213 <LI> New variable close-connection-timeout, which tells Alpine to close
214 a connection that is having problems being kept alive after the number
215 of seconds configured in this variable, if the connection has not
216 recovered. The default is 0, which means to keep the connection alive
217 and wait for the connection to recover.
219 <LI> When a message is of type multipart/mixed, and its first part is
220 multipart/signed, Alpine will include the text of the original message
221 in a reply message, instead of including a multipart attachment.
222 Suggested by Barry Landy.
224 <LI> S/MIME: Some clients do not transform messages to canonical form when 
225 signing first and encrypting second, which makes Alpine fail to parse the 
226 signed data after encryption. Reported by Holger Trapp.
228 <LI> Add /auth=XYZ to the way to define a server. This allows users to  
229 select the method to authenticate to an IMAP, SMTP or POP3 server.
230 Examples are /auth=plain, or /auth=gssapi, etc.
231 </UL>
234 Bugs that have been addressed include:
235 <UL>
236    <LI> Width of characters is not always determined correctly when wcwidth
237         is used. Revert to using code for the Windows operating system. 
238         Reported by Andrew Ho.
240    <LI> The call realpath(..., NULL) gives an error in Solaris, which means that
241         we need to allocate memory for storing the resolved path. Reported by
242         Fabian Schmidt.
244    <LI> Crash when attempting to bounce a message due to lack of space in
245         allocated space for key menu array. Reported by David Sewell.
247    <LI> Crash when a CA certificate failed to load, and user attempted to
248         view certificate information of other certificate authorities.
250    <LI> Crash in the S/MIME configuration screen when a user turned off S/MIME, and
251         then reenabled it. Also crash when attempting to enter the S/MIME 
252         configuration screen if S/MIME was turned off.
254    <LI> Deactivate some color code from Pico (as standalone editor in the
255         windows version) until I find a way to activate it again. This is 
256         not critical and it is not something that PC-Pico must have (some 
257         of it already exists in other ways, like color support, what does 
258         not exist is the more complex code that Unix-Pico has with color 
259         codes for specific colors.)
261    <LI> When a message is multipart, and the first part is flowed text, 
262         then forwarding the message will set the first part to be flowed, 
263         and sent that way even when the option Do Not Send Flowed Text is 
264         enabled. Reported by Holger Trapp.
266    <LI> When a message/rfc822 part of a message is encoded with
267         Content-Transfer-Encoding: QUOTED-PRINTABLE, Alpine will stop 
268         processing that message. Later this causes Alpine to crash because 
269         when it displays messages, it assumes that both header and body 
270         parts are processed. Reported by Mark Crispin in 2010, in the 
271         Alpine-info list (message with subject "crash bug in 
272         alpine/mailpart.c:format_msg_att()") with no example, and reported 
273         now by Holger Trapp, with an example.
275    <LI> In addition to the previous report, Alpine encodes message/rfc822
276         messages as QUOTED-PRINTABLE, in contradiction with RFC 2045, 
277         when it receives a report that its encoding is 8bit. We preserve 
278         the encoding reported by the IMAP server, and do not encode in 
279         QUOTED-PRINTABLE.
281    <LI> Update build.bat file to add /DWINVER=0x0501 so that Alpine can 
282         build when using Visual Studio 2017. Fix contributed by 
283         Ulf-Dietrich Braunmann.
285    <LI> When the locale is not set up to UTF-8, alpine might determine the 
286         width of a character incorrectly. Reported by Alexandre Fedotov.
288    <LI> In some rare cases, when attachments are deleted before saving 
289         emails, the filenames will be displayed in RFC1522 representation, 
290         instead of in decoded form. Reported and patched by Wang Kang.
292    <LI> When colors are edited from the main setup configuration screen, some
293         color settings are not updated until Alpine is restarted. Reported by
294         Andrew Hill.
296    <LI> If the first part of a message is multipart/alternative, and the 
297         first part of this is also a multipart type, then Alpine might 
298         fail to select the first text part when replying to a message. 
299         Reported by Lucio Chiappetti.
301    <LI> TLS 1.2 works does not work if Alpine is compiled with openssl &gt;= 1.1.0.
302         Reported and patched by Kyle George.
304    <LI> If the directory where Alpine saves the certificates if empty,
305         alpine would not create a self-signed certificate to encrypt the 
306         password file.
308    <LI> S/MIME: The list of public certificates is freed before it is 
309         reused when a signature fails to verify. This causes Alpine to 
310         crash. Patch submitted by Linus Torvalds.
312    <LI> S/MIME: A message could fail to verify its signature even if the
313         certificate was saved when the message was open. Based on a report 
314         by David Woodhouse to the RedHat bugzilla system.
316    <LI> When there are time changes in the clock, Alpine might go to sleep
317         for big amounts of time while displaying messages in the screen. 
318         Reset sleep time to 5 seconds in case it finds it needs to sleep 
319         more than 5 seconds or a negative amount of time.
321    <LI> Restore recognition of empty directories. It was deleted by mistake
322         when added support for internationalization in folders. Based on a 
323         report by Michael Rutter.
324 </UL>
327 Version 2.21 addresses bugs found in previous releases and has several 
328 additions as well.
331 Additions include:
332 <UL>
333   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
334        user to choose the dictionary used to spell check, in case the user 
335        communicates in more than one language. Examples of values for the 
336        variable are "en_US" or "de_DE", etc. Only the first 10 
337        dictionaries are offered.
339   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
340        Based on a contribution by Wang Kang.
342   <LI> Colors configured in Alpine are inherited in the composer.
344   <LI> When Alpine is compiled with password file and SMIME support 
345        the password file is encrypted using a private key/public 
346        certificate pair. If one such pair cannot be found, one will be 
347        created. <A HREF="h_password_file_support">Learn more</A>.
349   <LI> Alpine builds with any version of OpenSSL greater than or equal
350        to 1.0.0c. This includes version 1.1.0. Alpine also builds with
351        LibreSSL.
353   <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index 
354        format, which removes text in the SUBJECT between &quot;[&quot; and 
355        &quot;]&quot;.
357   <LI> New SMARTTIME24 token for index screen. It is close to SMARTDATETIME
358        but it differns in that it gives the time in which the message was
359        sent for messages that are less than a week old. it uses a 24 hour
360        format.
362   <LI> Alpine will include attachments when forwarding some 
363        multipart/alternative messages for which it did not use to include 
364        attachments.
366   <LI> New configuration option 
367        <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a>
368        which adds more ways to control features and variables when you
369        start to reply to a message.
371   <LI> Added support for RFC 2971 - IMAP ID extension.
373   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
374        that allows users to ignore errors in the computation of the size
375        of a message from defective servers.
377   <LI> SMIME: Upgrade the default signature digest from sha1 to sha-256, since 
378        clients such as Thunderbird do not validate signatures that use sha1 digest.
380   <LI> Add the configuration variable "default-directories", which is called
381        <A href="h_config_history"><!--#echo var="VAR_default-directories"--></A>
382        variable saves a list of directories that are readily accessible 
383        for save or export of attachments. This makes it easier to save 
384        attachments in directories that are hard to navigate to, or that 
385        are accessed frequently.
387   <LI> When a filename is attached and its name is encoded, the save 
388        attachment command will offer to save the file in the encoded form. 
389        This might work for some users, but the save command will have a 
390        subcommand ^N to decode the file name and save the file with the 
391        decoded name.
393   <LI> The TAB key allows autocomplete in the Fcc field in the composer headers,
394        as well as autocompletes automatically when only one possibility exists 
395        for the ^J attach command.
397   <LI> Add support for the &quot;TYPE&quot; and &quot;VALUE&quot; attributes of
398        the html OL tag.
400   <LI> Ignore message from smtp server after a successful authentication
401        challenge.
403   <LI> When a message is saved in the Form Letter folder, add the ability
404        to save the role being used to compose such message so that settings
405        such as the SMTP server set in the role can be used when sending
406        such form message. Suggested and patched by Frank Doepper.
408   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
409        SSLCERTSDIR is not found.
411   <LI> When Alpine sends an attachment, it will set the boundary attribute
412        in lower case, as some SMTP servers, such as those of libero.it 
413        reject messages if the boundary attribute is in uppercase.
415   <LI> Add the ability to change the private key and certificates used
416        to encrypt a password file in the SMIME setup configuration screen.
417        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
419   <LI> SMIME: The ctrl-E command that gives information on the certificate
420        is only available for messages that have a signed or encrypted 
421        part.
423   <LI> SMIME: If a message contains a RFC822 attachment that is
424        signed/decrypted add the ability to view its SMIME information.
426   <LI> SMIME: Certificate information in the S/MIME screen is available 
427        for certificates stored in a container.
429   <LI> SMIME: Offer the common name of the person, instead of the name of
430        file containing the certificate, as the name to be displayed in the 
431        certificate management screen for certificate authorities. 
432        Suggested by Matthias Rieber.
434   <LI> SMIME: Management of several alternate name (SAN) certificates is 
435        improved. When importing a SAN certificate, also import a certificate
436        for the filename, besides for the e-mail addresses in the
437        certificate. Suggested by Matthias Rieber.
439   <LI> SMIME: add full year when displaying information about a certificate
440        in the certificate management screen. Suggested by Matthias Rieber.
442   <LI> SMIME: sort certificates by some type of alphabetical order in the
443        displayed name.
445   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
446        certificates included in signatures, when the option "Validate 
447        Using Certificate Store Only" is enabled. If the user does not wish 
448        to save it, validation will fail.
450   <LI> HTML: Add support for decoding entities in hexadecimal notation.
451        Suggested by Tulip&aacute;nt Gergely.
453   <LI> The &quot;#&quot; command, when used as part of an aggregate
454        operation will allow users to select the role used in either 
455        replying, forwarding or replying to the group of selected messages, 
456        Suggested by Hisashi T Fujinaka.
458   <LI> If the charset of a message can not be determined, use the value set
459        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
461   <LI> Resizing setup screen will redraw screen.
463   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
464        in the width ambiguous zone, it will use other means to determine
465        the width, such as call wcwidth.
467   <LI> Pico: Code reorganization in the search command to make it easier to
468        add subcommands of the search command.
470   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
471        subcommand of the search command to bring this choice into view.
473   <LI> Pico: Add the ability to search for strings in the beginning or end
474        of a line. Use the Ctrl-^ subcommand of the search command to bring 
475        this choice into view.
477   <LI> For a multipart/alternative message, the Take Address command will 
478        work on the part that is being read.
480   <LI> When sending a message, allow for 512 characters of consecutive 
481        non-white space before folding the subject line.
483   <LI> Make sure titlebar (the line at the top of the screen) always 
484        contains the name of the folder/newsgroup that is open, if this 
485        fits in the title.
487   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
488        will also scramble the name, version and operating system in the 
489        message-id header. Based on a contribution by Dennis Davis, which 
490        is itself based on a contribution by Mark Hills.
492   <LI> Change in logic in imap_set_password function to make Alpine ask if
493        a user wants to save a password before reading the password file.
495   <LI> When exporting all parts of a message, if two attachments have the same
496        name, do not overwrite a file more than once, but instead add a counter
497        number to the filename to make a new file that does not exist in the file
498        system.
500   <LI> Add the Control-R subcommand to the save command for attachments. 
501        This subcommand toggles if the saving will be done in binary mode 
502        for text attachments. When a user saves an attachment using binary
503        mode it will be saved as it was sent, otherwise the attachment will
504        be transformed to UTF-8 for further transformation through internal
505        and user defined filters for saving.
507   <LI> Add command line argument -smimedir, which allows to specify
508        the default path for a directory that contains the public, private, 
509        and ca directories. This is useful in case a user has a backup of 
510        old certificates that cannot be installed in the ~/.alpine-smime 
511        dir.
513   <LI> Reimplementation of the code that allows the .pinerc file to be a
514        symbolic link by Kyle George from tcpsoft.com to use realpath.
516   <LI> When saving an attachment, the "^T" command leads to a screen where the
517        "A" command can be used to add a file. A directory can be added by
518        pressing "^X" after the "A" command. Added after a suggestion by
519        Stefan Goessling.
521   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
522        scroll through the history of directories used to save attachments, 
523        while preserving the given name of the file. Suggested by Peter 
524        Koellner.
526   <LI> SMIME: Turn off automatic signing and encrypting of a message when
527        bouncing. Suggested after a discussion with Matthias Rieber.
529   <LI> When messages are selected, warn the user if a message that is not
530        selected will be bounced, or if not all selected messages will be 
531        bounced. Suggested by Ulf-Dietrich Braumann.
533   <LI> The bounce command adds a subcommand to choose a role.
535   <LI> When selecting messages by number, the &quot;.&quot; character can 
536        be used to specify the message on which the cursor is on.
538   <LI> When Alpine opens an attachment, it sometimes changes the extension 
539        of the file that is being opened and replaces it by another for the 
540        same mime type. If Alpine finds that the extension of the file 
541        corresponds with the mime type, according to the mime-types file, 
542        then it will keep it, and no substitution will be made.
544   <LI> Set no restrictions on the length of encoded subjects, but encode
545        words in length of no more than 75 characters.
546 </UL>
550 Bugs that have been addressed include:
551 <UL>
552   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
553        Alpine will use the function ASN1_TIME_print to determine the date 
554        of validity. Reported by Ben Stienstra.
556   <LI> SMIME: Crash when attempting to unlock the password file and an
557        incorrect password is entered.
559   <LI> SMIME: Crash when checking the signature of a message that contains
560        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
561        Krellner.
563   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
565   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
566        remote containers. Reported by Matthias Rieber.
568   <LI> SMIME: certificates included in messages were not being transferred
569        to a remote container.
571   <LI> SMIME: Crash if public certificates are located in an inaccessible
572        remote server and the private key is not available.
574   <LI> SMIME: Alpine does not remove temporary files created when adding a 
575        CA certificate to a container. Reported by Holger Trapp.
577   <LI> SMIME: When reading a local certificate, Alpine converts the name 
578        of the certificate to lowercase, which may make Alpine not be able 
579        to read such certificate. Reported by Dennis Davis.
581   <LI> SMIME: If the option "Remember S/MIME Passphrase" is disabled, then
582        entering a password to read an encrypted message will make Alpine 
583        forget the key and not ask the password to unlock it again in case 
584        it is necessary to unlock it again. Reported by Ulf-Dietrich 
585        Braumann.
587   <LI> Alpine would use freed memory while trying to compute the color
588        of the titlebar. This happened when trying to continue a postponed 
589        message.
591   <LI> Alpine failed to read an encrypted password file if too many
592        passwords were saved in the password file.
594   <LI> When selecting messages while in Threaded Index Screen, some 
595        messages other than top of threads could appear in the index, making
596        Alpine display messages &quot;out of the screen.&quot;
598   <LI> The index format would be chopped at the position of an unrecognized 
599        token, instead of skipping the token as intended.
601   <LI> Work in progress: Avoid calling non-safe functions when Alpine
602        receives a signal. See bug report 
603        <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A>
605   <LI> Crash when attempting to read a message after a bounce command. 
606        In order to produce a crash one needed to use the ^T subcommand and 
607        do a search in a LDAP directory. The crash is produced by changes 
608        to the text in the title bar. Reported by Heinrich Mislik in the 
609        Alpine-info list.
611   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
612        making Alpine not display the correct character at the position 
613        that wrapping is done. Reported by Wang Kang.
615   <LI> Pico: Searching for a string that is too long causes Pico to crash
616        in the next search.
618   <LI> Fix vulnerability in regex library. This only affects those who use
619        this library, such as the windows version of Alpine. See 
620        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
621        for more details.
623   <LI> Alpine would not set include and lib paths for OpenSSL if this was
624        installed in /usr/local/ssl.
626   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
627        contents when saving its configuration.
629   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
630        the name. Reported by Andreas Fehr.
632   <LI> When opening an INBOX folder in a context different from the 
633        incoming folders collection, from the command line, Alpine would 
634        open the INBOX folder from the incoming folders collection.
636   <LI> Mismatch in size of UCS and CELL caused a corruption in the
637        content of a pointer, which made the speller in PC-Alpine get the 
638        content of a word incorrectly.
640   <LI> Skip testing openssl compatibility version when cross-compilation
641        is detected. Fix contributed by Antti Sepp&auml;l&auml;
643   <LI> Alpine fails to remove temporary files used during a display or sending
644        filter. Fix contributed by Phil Brooke.
646   <LI> When the index is in zoomed state, adding new messages to the 
647        selection would not show those messages if those messages are on 
648        top of the current message in the top of the screen. Reported by
649        Ulf-Dietrich Braumann. In addition, when the user scrolls through
650        the index, this scroll smoothly, without jumping pages. Reported
651        by Holger Trapp.
653   <LI> Crash when reviewing history of saving attachments.
655   <LI> Crash when canceling a goto command on a local collection that has
656        not been expanded and attempting to expand such collection.
658   <LI> Crash in Pico when forwarding messages that contain a direction mark
659        at the end of a line. Reported by James Mingo.
661   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
662 </UL>
666 Version 2.20 addresses bugs found in previous releases and has several 
667 additions as well.
670 Additions include:
673 <UL>
674   <LI> Upgrade UW-IMAP to Panda IMAP from 
675        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
676   <LI> S/MIME: Add screen to manage certificates.
677   <LI> S/MIME: Signatures are validated using the user's certificates instead
678        of the ones included in the message. Behavior can be disabled by
679        disabling the option <A href="h_config_smime_use_cert_store">
680         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
681        by default.
682   <LI> S/MIME: sign messages using intermediate certificates when needed 
683        and possible.
684   <LI> S/MIME: validation of certificates for servers that modify signed 
685        content.
686   <LI> S/MIME: signed and encrypted messages will be signed first and 
687        encrypted second, so that they can be decoded by other clients.
688   <LI> S/MIME: add the sender certificate to the list of certificates in
689        encrypted messages to make it possible for the sender to decrypt
690        the message they sent.
691   <LI> S/MIME: When transferring certificates to a local container, create 
692        container with default names PublicContainer, PrivateContainer and 
693        CAContainer, as appropriate for these files, unless the user has 
694        provided some other names.
695   <LI> S/MIME: Forwarding a message will include the signed part as part
696        of the text and not as a multipart message, just as the reply
697        command does.
698   <LI> HTML: Style tag in body of html message causes Alpine to not write
699        its content until a new &lt;/style&gt;
700   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
701        the same inline tag; the same is valid for the &lt;HR&gt; tag.
702   <LI> Add support to selective expunge through a subcommand of the 
703        select-apply commands. Read more in the <A 
704        HREF="h_index_cmd_expunge">help</A> for the expunge command.
705   <LI> Pico: New subcommand of the search command, allows to reverse the
706        direction of search.
707   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
708        the key and certificate used to encrypt the password file are saved 
709        in the ~/.alpine-smime/.pwd directory, or in the directory specified
710        by the -pwdcertdir command line option. 
711        <A HREF="h_password_file_support">Learn more</A>.
712   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
713        server to use different ways to connect using ssl, for 
714        example {server.com/tls1} will attempt to connect to 
715        server.com at the ssl imap port (port 993) and establish a 
716        connection using TLSv1. These flags can be used in 
717        conjunction with the /ssl flag, the ssl flag is redundant. 
718        Conversely, however, the /ssl flag does not imply any of 
719        these flags; the /ssl flag means SSLv3 or, if not available, 
720        SSLv2 in the SSL port.
721   <LI> Alpine does not attempt to automatically reopen a collection 
722        that was not opened due to cancellation by the user. 
723        Instead, the user must try to open it explicitly.
724   <LI> Alpine searches for a certificate that matches an email address in
725        all addresses in a certificate (instead of just the first 
726        one) but when it tries to unlock the certificate, it asks 
727        for the password for the first email address in that 
728        certificate.
729   <LI> Style tag in body of html message causes Alpine to not write its content
730        until a new &lt;/style&gt;
731   <LI> Experimental: Write the content-type of a message in 
732        lowercase, as some non-compliant servers do not understand 
733        uppercase content-type, such as those of GMX.de.
734   <LI> Experimental: Do not send the RSET command before attempting
735        to send a message, as this causes a delay in some evily managed
736        servers.
737   <LI> Opening a folder updates recent count in maildrops (this 
738        already works for other types of folders)
739   <LI> Automatically redraw screen after opening an attachment 
740        instead of simply clearing it.
741   <LI> Pico: Justification works without need of a predefined quote 
742        string. This allows justification of blocks of text that are 
743        indented with spaces.
744   <LI> Decode the name of attachment names, so they can be written as part   
745        of the description of the part. 
746   <LI> Check bounds and tie strings off to improve security. Contributed 
747        by James Jerkins.
748   <LI> Replace tabs by spaces in From and Subject fields to control for
749        size in screen of these fields. Change only in index screen display.
750   <LI> Aggregate operations allows bouncing a list of messages using a role.
751        Suggested by Ulf-Dietrich Braumann.
752   <LI> Disable saving new passwords to the password file. Implemented
753        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
754   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
755      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
756      Charles M. Register.
757 </UL>
761 Bugs that have been addressed include:
762 <UL>
763   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
764        in personal names. Reported by Lev Gorenstein.
765   <LI> When writing the .pinerc file, lines were truncated if they were longer
766        than 10,000 characters. This could cause data corruption, so now lines
767        are allowed to be of any length.
768   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
769        remove attachments before they were open by a mailcap viewer. It 
770        requires that the user has an equivalent to a command such as "ps 
771        auxww" to list the list of processes, and check if there is any 
772        program using the attachment. The default is "/bin/ps auxww", but 
773        it can be changed at compile time with the option --with-ps-cmd. 
774        See the help of the variable 
775        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
776        for more information.
777   <LI> S/MIME: signed messages that contained an attachment would not validate.
778   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
779        validate. Thanks to Andreas Schamanek for testing, debugging and 
780        advising during the process of fixing this problem.
781   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
782        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
783        and Stefan Mueller.
784   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
785        home directory.
786   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
787        SMIME making it not possible to sign or encrypt messages.
788   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
789        information that is not part of the body, and hence making the body
790        of the message seem wrong.
791   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
792        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
793        enabled, the message contains 8bit characters and the smtp server 
794        supports 8bit sending.
795   <LI> When replying to several messages, subject will be decoded first,
796        and then stripped from re/fwd before they are compared to determine
797        the subject of the replied message.
798   <LI> Crash when tcp connection to NNTP server was lost after connection
799        had been established, but lost immediately afterwards.
800   <LI> Crash with message &quot;lock when already locked&quot;, when painting
801        an index was based on scores that needed information from a remote
802        addressbook in the same server as the folder opened. Reported by
803        Peter Koellner.
804   <LI> Crash in message/rfc822 attachments encoded in base64.
805   <LI> Postponed messages whose content-type is text/html, text/enriched and
806        text/richtext are sent with that content-type, even though, after
807        resuming composition, Alpine had changed its type to text/plain.
808   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
809        character set, which might lead to a crash or a corruption in the 
810        screen. Work was done to contain the bug. A more complete fix will 
811        be done in a future release. Reported by Professor Robert Funnell.
812   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
813   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
814   <LI> Save command did not warn of existence of a message with a deleted 
815        attachment in an aggregate save, unless cursor was positioned on a message 
816        with a deleted attachment. Reported by Florian Herzig.
817   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
818        in an IMAP server.
819   <LI> DATE tokens were not internally transformed to UTF-8, which made their
820        values not appear complete in the screen. Reported by Werner Scheinast.
821   <LI> Fixes to configure script so that it will not require PAM for every system.
822   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
823        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
824        during the build. Fix by Ulf-Dietrich Braumann.
825   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
826        needs to use tcl_getstringresult() instead. Reported by 
827        Ulf-Dietrich Braumann.
828   <LI> Quoted string in URL Viewers configuration variable were not 
829        unquoted before passing to viewer.
830   <LI> Fix in configure script to detect location of tcl library; add
831        /usr/local in FreeBSD and fix a bug in configure script that used 
832        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
833        by Werner Scheinast.
834   <LI> Move SSL configurations from UW-IMAP to configure script, and
835        update OpenSSL configuration for Mac OS X.
836   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
837   <LI> When the download of an attachment is interrumpted, Alpine stills
838      caches what was downloaded, making the download incomplete for 
839      subsequent calls of Alpine attempting to open the attachment. In the 
840      future, Alpine will not cache any downloaded part of the attachment 
841      when it is interrupted.
842 </UL>
847 Version 2.11 addresses bugs found in previous releases and has a few 
848 additions as well.
851 Additions include:
854 <UL>
855    <LI> Alpine requires version 1.0.0c of Openssl to build.
856    <LI> Increase encryption of S/MIME encrypted messages.
857    <LI> Pico: Improvements in justification of paragraphs: lines that begin
858 with a quote string, followed by a space were considered individual paragraphs,
859 now they are considered part of a paragraph. Based on earlier joint work
860 with Jeff Franklin.
861    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
862    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
863 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
864    <LI> Added recognition of ws and wss URIs.
865    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
866  <A HREF="h_config_directory_color">directory names</A>,
867  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
868    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
869 used in the display of the INDEX SCREEN.
870    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
871 that adds the ability to preserve To: and Cc: fields when replying to a 
872 message, as specified by original sender.
873    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
874  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
875    <LI> Quota command includes subcommands for printing, forwarding, etc.
876 </UL>
879 Bugs that have been addressed include:
881 <UL>
882   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
883   <LI> Crash when resizing the screen in a configuration screen.
884   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
885   <LI> Do not use a shell to open a browser.
886   <LI> Configure script did not test for crypto or pam libraries.
887   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
888   <LI> Change Cygwin directory separator to &quot;/&quot;.
889   <LI> Alpine could set List- headers, contrary to RFC 2369.
890 </UL>
893 Version 2.10 addresses bugs found in previous releases and has a few 
894 additions as well.
897 Additions include:
900 <UL>
901    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
902    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
903    <LI> Foreign characters are decoded correctly in IMAP folder names.
904    <LI> Question about breaking connection to slow servers includes their name.
905    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
906    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
907    <LI> Cygwin: Alpine builds without need of patch.
908    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
909    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
910    <LI> Add support for strong encryption of password file when S/MIME is built in.
911 </UL>
914 Bugs that have been addressed include:
917 <UL>
918    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
919    <LI> Double allocation of memory in Pico.
920    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
921    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
922    <LI> Not recognition of environment variables in some options.
923    <LI> Not display of login prompt during initial keystrokes.
924    <LI> justification of long urls breaks them.
925    <LI> Incorrect New Mail message when envelope is not available.
926    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
927    <LI> Crash when resizing the screen after display of LDAP search.
928    <LI> Crash when redrawing screen while opening a remote folder collection.
929    <LI> Infinite loop in scrolltool function during notification of new mail.
930    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
931    <LI> No display of signed and encrypted S/MIME messages.
932    <LI> Alpine will not build with OpenSSL.
933    <LI> Crash for double locking in calls to c-client.
934    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
935    <LI> Ignore the references header when threading messages
936    <LI> No update of colors in index screen after update to addressbook.
937 </UL>
940 Version 2.01 addresses bugs found in previous releases and has a few 
941 additions as well.
944 Additions include:
947 <UL>
948    <LI> Fixed non-ASCII web alpine handling
949    <LI> Added web alpine help.
950    <LI> Allow web alpine inbox on second IMAP server.
951    <LI> Allow web alpine config reset after bad inbox-path gets set.
952    <LI> Added web alpine ability to create group contact from contact list members.
953    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
954    <LI> Tidied up web alpine script layout.
955    <LI> Fixed web alpine status message ordering
956    <LI> Added web alpine Fcc setting via Contacts in Compose
957    <LI> Fixed web alpine autodraft attachment issues
958    <LI> Fixed web alpine problems with recent count maintenance
959    <LI> Fixed web alpine newmail arrival display in message list
960    <LI> Added web alpine confirmation to folder create for Move/Copy
961    <LI> Added web alpine user-domain support
962    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
963 </UL>
966 Bugs that have been addressed include:
969 <UL>
970    <LI> In web alpine fixed delete all selected within a search result to reorient
971         correctly to whole-mailbox message list.
972    <LI> Fixed web alpine delete in view page to be sensitive to sort
973    <LI> Fixed web alpine open of folder within directory from folder manager page.
974    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
975    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
976    <LI> Fixed web alpine adding contacts from message list and view
977    <LI> Fixed web alpine create of non-existent fcc
978    <LI> Remove mistakenly left debugger statement in web alpine javascript.
979    <LI> Some UNIX alpine build problems fixed
980    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
981         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
982         by locale charmap call on some Solaris 8 systems.
983    <LI> MacOS Keychain logins were not working correctly with generic host names, like
984         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
985         new password requests when not needed
986    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
987         last folder in the list
988    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
989         looked for along with the email address
990    <LI> Changes to configure to get spellcheck options with work with arguments.
991    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
992         returned by gethostname (iPhone can do this)
993    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
994         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
995    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
996         Jake Scott of marganstanley.com.
997    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
998         is not used in alpine.
999    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
1000         Apparently this causes RIM Blackberry BIS service problems. This is not
1001         used in alpine.
1002    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
1003    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
1004         Fix from Ludwig Nussel of SUSE and from Crispin.
1005    <LI> Include whole filename in export filename history
1006    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
1007 </UL>
1010 Version 2.00
1011 addressed bugs found in previous releases and had a few additions as well.
1013 Additions included:
1016 <UL>
1017    <LI> Redesigned Web Alpine interface
1018    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
1019         in UNIX versions of Alpine
1020    <LI> Attempt to include the attachment filename as part of the name of the
1021         temporary file used when viewing an attachment with an external program.
1022         Add some randomness to that filename to make it hard to predict the filename.
1023         Add a filename extension, usually derived from the type/subtype, to the
1024         temporary filename. This was previously done only on Windows and MacOS X.
1025    <LI> Enhance address completion in the composer (TAB command) so that it looks
1026         through nicknames, fullnames, and addresses from the address book; addresses
1027         from the message being viewed, if any; and the results from
1028         <A HREF="h_direct_config">LDAP Directory Server</A>
1029         lookups for all of the defined directory servers that have the
1030         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
1031         feature set.
1032    <LI> Make the default character set setting more liberal in what it will accept
1033         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
1034    <LI> Remove the Alpine revision number from the titlebar in released versions
1035         while leaving it there in snapshot versions
1036    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
1037         display of asterisks when you type a password for Alpine
1038    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
1039    <LI> When the
1040         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
1041         feature is turned on convert not only the dates in the index screen but also
1042         the dates in the MESSAGE VIEW
1043 </UL>
1046 Bugs addressed in the 2.00 release included:
1049 <UL>
1050    <LI> Crash when using tab-completion for selecting a Save filename
1051    <LI> Make Web Alpine help text images relative for more portability
1052    <LI> Fixed attach save of html parts in Web Alpine
1053    <LI> Viewing, printing, exporting, replying, and bouncing of message
1054         digests was broken. Replying and bouncing should not have been
1055         allowed at all for digests. It would be nice to have a more standard
1056         index-like view of a message digest but that has not been addressed
1057         with this minor bug fix.
1058    <LI> Adjust wrapping of HTML messages so that the margins specified by
1059         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
1060         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
1061         are observed correctly
1062    <LI> Interrupt of WhereIs command in index was broken
1063    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1064         option did not work correctly interpreting unknown characters in message headers
1065    <LI> Long address lines could cause blank continuation lines
1066    <LI> Save to a local default INBOX failed if the primary collection was also local,
1067         which it is by default. The save went to  ~/mail/inbox instead.
1068    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
1069         inbox, not the inbox in the primary collection
1070    <LI> Address book entries with lots of addresses would be truncated when
1071         entered in the composer with a screen size wider than 270 or so charcters
1072    <LI> Some fields in the index screen were truncated when the screen width was
1073         wider than 256 characters
1074    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
1075         folder, and there is a more than 10 minute pause between typing the TAB
1076         and typing the Yes
1077 </UL>
1080 Version 1.10(962)
1081 addressed bugs found in previous releases and had a few additions as well.
1083 Additions included:
1086 <UL>
1087    <LI> Add the possibility of setting a default role
1088         (see <A HREF="h_role_select">Roles Screen</A>)
1089         which may be convenient if your work flow involves acting in one
1090         role for a while then switching to another role and staying in the
1091         new role for another period of time
1092    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
1093         is encountered, ask the user if he or she wants to continue with the
1094         risky Save anyway instead of aborting. This may be helpful if your
1095         IMAP server is broken in this way but be aware that it is possible there
1096         was a real error instead of just a broken server implementation.
1097    <LI> Some configure adjustments for Kerberos detection and
1098         for SCO OpenServer 5 support
1099    <LI> Hide INBOX in a collection if it also appears as an
1100         <A HREF="h_config_enable_incoming">Incoming Folder</A>
1101    <LI> Show asterisks for feedback when the user is typing a password
1102    <LI> Performance improvement for threading of large folders
1103    <LI> Previously, the search used to find
1104         Pattern matches containing To patterns searched for both To
1105         and Resent-To headers. The relatively complicated search this
1106         produces causes problems when using some deficient IMAP servers.
1107         Now the default is to look only for To headers and ignore the
1108         presence of Resent-To. The previous behavior may be restored
1109         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
1110    <LI> Add an
1111         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
1112         to help with reading malformed unlabeled messages
1113    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
1114    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
1115    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
1116 </UL>
1119 Bugs addressed in the 1.10(962) release included:
1122 <UL>
1123    <LI> Crash when encountering certain errors from an SMTP server
1124    <LI> Crash in composer caused by overflow in replace_pat()
1125    <LI> Hang when authenticating to an SMTP server that fails with a
1126         &quot;connection disconnected&quot; error
1127    <LI> Bug in handling of trailing tab character in flowed text
1128    <LI> Security enhancement for mailcap parameter substitution
1129    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
1130         did not work if the message being replied to was not flowed text
1131         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
1132         was not turned on
1133    <LI> Don't allow printer to be changed through hidden config screen
1134         if system administrator didn't want it to be allowed
1135    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
1136         should know that it won't work, causing error messages to appear
1137    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
1138         of double-quote double-quote didn't work right
1139    <LI> Quoting wasn't being done to protect special characters from the
1140         MacOS X shell when
1141         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
1142         was not defined
1143    <LI> On MacOS X message attachments should be shown internally instead of
1144         being shown using the Mail application
1145    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
1146         sometimes set the outgoing charset to X-UNKNOWN, making the result
1147         unreadable
1148    <LI> When the sending of a message failed lines with leading spaces had one
1149         additional space inserted in each of those lines when the user
1150         was returned to the composer
1151    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
1152         that contained non-ascii characters because it was truncating the
1153         line being searched so that it was shorter than what was visible on
1154         the screen
1155    <LI> When composing, an attachment with a long name that causes wrapping in
1156         just the wrong place would generate an error and cause the send
1157         of the attachment to fail
1158    <LI> After calling the file browser to attach a file in the composer, a resize
1159         of the window when back in the composer would redraw the last screen that
1160         had been shown in the browser instead of the current composer screen
1161    <LI> Possible crash in index screen when encountering unparseable addresses
1162         or when using one of the PRIORITY tokens or the HEADER token in the
1163         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
1164    <LI> Problems with Header Color editing if the configuration option
1165         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
1166         was inadvertently changed to the Empty Value in the hidden config screen
1167    <LI> When resuming the final postponed message from an Exchange server the user
1168         could get a certificate validation failure because alpine was trying
1169         to validate the canonical name of the folder instead of the name the
1170         user used
1171    <LI> Windows line endings in a mimetypes file on a Unix system cause a
1172         failure to find a match
1173    <LI> Make matching of extension names case independent in mimetypes files
1174    <LI> Windows dialog boxes for entering text were not working correctly
1175    <LI> Replying to or Forwarding multipart/alternative messages which had a
1176         single text/html part did not work well
1177    <LI> Printing the print confirmation page caused a crash
1178    <LI> A To line with a long, quoted personal name could display incorrectly
1179         if it was close to the same width as the screen
1180    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
1181         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
1182         are turned on hide (0/0) when the folder is empty
1183    <LI> Folder completion while Saving didn't work if the collection being
1184         saved to was the local home directory
1185 </UL>
1188 Version 1.00
1189 was an evolutionary release based on
1190 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
1191 developed at the University of Washington.
1192 It is upwards-compatible for existing Pine users.
1195 Changes included:
1197 <UL>
1198    <LI> Ground-up reorganization of source code around addition
1199         of "pith/" core routine library.
1200    <LI> Fundamental improvement in Alpine's internal text handling, which
1201         is now based exclusively on Unicode. This allows displaying incoming
1202         messages and producing outgoing messages in many different languages.
1203    <LI> Ground-up reorganization of build and install procedures
1204         based on GNU Build System's autotools. NOTE, the included IMAP library
1205         build is not based on autotools, so some features will not work. However,
1206         it should get built automatically during the Alpine build process.
1207    <LI> Web-based version included built on TCL designed to run under
1208         a suitable CGI-supporting web server such as Apache.
1209 </UL>
1213 Details on changes in previous (prerelease) versions of Alpine
1214 may be found at the following URL:
1216 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1219 <HR WIDTH="75%"><P>
1221 <H2>Getting Help</H2>
1222 <DL>
1223 <DT>Online Help</DT>
1224 <DD>
1225 Every Alpine screen and command has associated help text
1226 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
1227 </DD>
1229 <DT>Web Help</DT>
1230 <DD>
1231 The most current source of information about Alpine,
1232 including new version availability, is the web page at
1234 <CENTER><SAMP><A HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP></CENTER>
1235 </DD>
1236 </DL>
1238 Frequently Asked Questions (and answers) may be found at the following
1239 URL:
1241 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
1244 <HR WIDTH="75%"><P>
1246 <H2>Additional Information</H2>
1248 General Alpine configuration information can be found
1249 <A HREF="h_news_config">here</A>.
1251 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
1252 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
1253 access is provided by the IMAP Toolkit Environment (c-client library)
1254 version <!--#echo var="C_CLIENT_VERSION"-->.
1255 <P> 
1256 Alpine was developed until 2009 by the Office of Computing 
1257 &amp; Communications at the University of Washington in Seattle.  
1258 Since then, the effort of developing Alpine has been continued by
1259 a community of volunteers who make good software even better!
1262 Alpine Copyright 2013-2018 Eduardo Chappa, 
1263 <BR> Copyright 2006-2008 University of Washington.
1266 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1267 or instead you can find the Apache License, version 2.0 at the web URL:
1270 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1273 &lt;End of Release Notes&gt;
1274 </BODY>
1275 </HTML>
1276 ====== h_password_file_support ======
1277 <HTML>
1278 <HEAD>
1279 <TITLE>Encryption for Password File Support Explained</TITLE>
1280 </HEAD>
1281 <BODY>
1282 <H1>Encryption for Password File Support Explained</H1>
1284 Index<BR>
1285 <OL>
1286 <LI><A HREF="#content">Explanation</A>
1287 <LI><A HREF="#example_existing_key">Example of Use of Existing Key and Certificate</A>
1288 <LI><A HREF="#example_self_signed">Example of Creating Master Password</A>
1289 </OL>
1291 <P><A NAME="content">Unix Alpine Only.</A>
1293 <P> If your version of Alpine has been built with password file support
1294 then you can use a special file to save your passwords, and avoid typing
1295 them every time you open a connection to a remote server.
1297 <P> If, in addition, your version of Alpine was built with SMIME support, then your 
1298 password file will be encrypted with a strong key. There are two ways in 
1299 which this can happen: Alpine will either use a matching private key and 
1300 public certificate pair that you already own, or it will create one for 
1301 you, just for purposes of encrypting this file. We describe both processes 
1302 below.
1304 <P> Initially, Alpine will scan your public and private directories for a 
1305 certificate/private key pair that works. Alpine will pick the first pair 
1306 that it finds that matches. 
1308 <P> Once a pair has been chosen, it will be copied to the directory 
1309 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1310 that directory. The first time this process is done, this directory will 
1311 be created, a key/certificate pair will be copied to it, from then on 
1312 this pair will be used to encrypt and decrypt your password file. 
1314 <P> If you want to use a specific key and certificate pair to encrypt
1315 your password file, you can create the directory ~/.alpine-smime/.pwd 
1316 manually, and then create your preferred key/certificate pair there.
1317 Alpine will use this key regardless of if it has expired, or if it is
1318 self-signed. These issues do not affect the encryption or decryption
1319 of the password file.
1321 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1322 your key/certificate pair, you can specify a different one with the 
1323 -pwdcertdir command line option in Alpine. If the directory specified by 
1324 this option is not found Alpine will fail to encrypt and decrypt your 
1325 password file. However if it exists, Alpine will search for a 
1326 key/certificate pair in that
1327 directory, and if it does not find one, it will create one and save it
1328 in that directory.
1330 <P> Alpine does not care about the names of the key and certificates in 
1331 this directory, but the private key must have &quot;.key&quot; extension 
1332 and your public certificate must have the &quot;.crt&quot; extension. The
1333 name of the private key will be used in the prompt when you are asked
1334 to unlock your key to decrypt your password.
1336 <P> If Alpine cannot find a suitable private key and public certificate 
1337 pair to encrypt your password, it will create one. You will be asked to 
1338 create a &quot;Master Password&quot; to protect such key. At this moment 
1339 there are no restrictions on passwords, other than they have to be at 
1340 least 8 characters long, but future versions of Alpine will include 
1341 functionality to restrict master passwords, as set up by the administrator 
1342 of the system in the pine.conf.fixed file.
1344 <P><A NAME="example_existing_key"><B>Example of Use of Existing Key and Certificate</B></A>
1346 <P>Assume you have a private key called peter@address.com.key in your, 
1347 ~/.alpine-smime/private directory, and a public certificate called 
1348 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1349 are your only key/certificate pair.
1351 <P> When Alpine starts for the first time, without command line options, 
1352 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1353 it will create it. Then it will go through your keys and certificates and 
1354 find a pair that it can use, and copy the files peter@address.com.key,
1355 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1356 you can do the same by copying these files by yourself. This can be done
1357 with the sequence of commands
1359 <PRE>
1360 mkdir ~/.alpine-smime/.pwd
1361 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1362 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1363 </PRE>
1365 <P> When Alpine starts, you will be asked the password to unlock your
1366 private key with the prompt.
1368 <PRE>
1369 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1370 </PRE>
1372 <P> If you prefer to use different names for your private and public keys 
1373 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1374 preserve the extension of the files. For example, you can use the names 
1375 private_key.key and public_cert.crt instead. In this case, the prompt you 
1376 will see when you are asked to unlock your private key will read
1378 <PRE>
1379 Enter password of key &lt;private_key&gt; to unlock password file:
1380 </PRE>
1382 <P>Observe that you do not need to use an existing key/certificate pair, 
1383 and that you can create a new private key/public certificate pair to 
1384 encrypt and decrypt your password file. Alpine provides a mechanism to
1385 change the encryption key for this file in the S/MIME configuration
1386 screen.
1388 <P><A NAME="example_self_signed"><B>Example of Creating Master Password</B></A>
1390 <P> If Alpine cannot find a suitable private key and public certificate pair
1391 to encrypt your password file, it will create one. When doing so, it will
1392 start the process with the following warning:
1394 <PRE>
1395 Creating a Master Password for your Password file.
1396 </PRE>
1398 <P> Then Alpine will ask you to enter your Master Password:
1400 <PRE>
1401 Create master password (attempt 1 of 3):
1402 </PRE>
1404 <P> Once you enter this password, and it validates according to system policy,
1405 you will be asked to confirm this password. 
1407 <PRE>
1408 Confirm master password (attempt 1 of 3):
1409 </PRE>
1411 <P> If you input the same password, then Alpine will set that as your 
1412 Master Password, and you will use this password to unlock your key in the 
1413 future.
1415 <P> If you would like to switch your Master Password in the future, you can 
1416 do so by creating a new public key and public certificate pair. You can do 
1417 so in the S/MIME configuration screen, in the &quot;Manage Key and 
1418 Certificate for Password File&quot; section, simply enter your current 
1419 password to unlock your current key and then press &quot;C&quot; to create 
1420 a new key.
1423 &lt;End of help&gt;
1424 </BODY>
1425 </HTML>
1426 ====== h_network_encryption_security ======
1427 <HTML>
1428 <HEAD>
1429 <TITLE>Network Encryption Security Explained</TITLE>
1430 </HEAD>
1431 <BODY>
1432 <H1>Network Encryption Security Explained</H1>
1434 You can specify which encryption protocol you would like to try when
1435 creating a secure connection to a server. Alpine will attempt to use
1436 that encryption protocol, but in practice the protocol being used will
1437 default to the most secure protocol that both Alpine and the server
1438 support.
1440 <P> If you use the latest version of OpenSSL, the /ssl modifier to the 
1441 server definition will use the most secure version of the TLS encryption 
1442 protocol. The same will be true if you try /tls1_1 or /tls1_2, but in an 
1443 old version of OpenSSL (pre 1.1.0 series) /tls1_1 might mean to use 
1444 version 1.1 of the TLS protocol.
1446 <P> You will never go wrong by using the /ssl modifier. At the time of
1447 this writing OpenSSL had released version 1.1.1, with support for
1448 TLS version 1.3. If your version of OpenSSL does not support this version
1449 of the TLS protocol, then the /tls1_3 modifier will only mean to use
1450 the most secure version of the TLS protocol that OpenSSL and the
1451 server can negotiate. In future versions of OpenSSL, /tls1_3 might mean
1452 to try to negotiate a higher version of the TLS protocol.
1454 <P> In order to avoid confusion, the /ssl flag is the best way to guarantee
1455 the highest encryption protocol available, and it is the recommended
1456 modifier to the server definition to create a secure encrypted connection.
1459 &lt;End of help&gt;
1460 </BODY>
1461 </HTML>
1462 ====== h_tls_failure_details ======
1463 <HTML>
1464 <HEAD>
1465 <TITLE>Certificate Validation Details</TITLE>
1466 </HEAD>
1467 <BODY>
1468 <H1>Certificate Validation Details</H1>
1470 This screen gives details as to why the certificate validation failed: the
1471 name of the desired server system; the reason for failure; and the name on
1472 the certificate.  This is primarily of interest to experts.
1475 &lt;End of help&gt;
1476 </BODY>
1477 </HTML>
1478 ====== h_tls_failure ======
1479 <HTML>
1480 <HEAD>
1481 <TITLE>TLS or SSL Failure</TITLE>
1482 </HEAD>
1483 <BODY>
1484 <H1>TLS or SSL Failure</H1>
1486 An attempt was made to establish a secure, encrypted connection to the
1487 server system using either Transport Layer Security (TLS) or the older
1488 Secure Sockets Layer (SSL).  This attempt failed.
1491 You should contact your server system management for more assistance.
1492 The problem is probably at the server system and not in Alpine or your local
1493 system.  The text in this screen may be helpful for the server system
1494 management in debugging the problem,
1497 &lt;End of help&gt;
1498 </BODY>
1499 </HTML>
1500 ====== h_tls_validation_failure ======
1501 <HTML>
1502 <HEAD>
1503 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1504 </HEAD>
1505 <BODY>
1506 <H1>TLS and SSL Certificate Validation Failures</H1>
1508 An attempt was made to establish a secure, encrypted connection to the
1509 server system using either Transport Layer Security (TLS) or the older
1510 Secure Sockets Layer (SSL).
1513 An important part of this procedure is server certificate validation.  A
1514 server certificate is an &quot;electronic identification card&quot; for the server
1515 system that is signed by a well-known certificate authority (CA).  Alpine
1516 compares the server system identity in the server certificate with the
1517 name of the server system to which it is trying to connect.  Alpine also
1518 verifies that the CA signature is authentic.
1521 Some common failure conditions are:
1524 <UL>
1525   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1526 signed its own certificate.  This does not necessarily indicate anything
1527 bad; the server operators may simply have elected to not purchase a
1528 signed certificate from a certificate authority.
1530   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1531 the signature on the server system is from an unknown certificate authority.
1532 It can also mean that no certificate authority certificates have been
1533 installed on the local UNIX system.
1535   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1536 the same as either of the above two conditions in UNIX Alpine.  Note that
1537 Windows systems typically have a full set of certificate authority
1538 certificates installed, so it is more likely to be a self-signed
1539 certificate than an unknown certificate authority.
1541   <LI> Server name does not match certificate.  This means that the server
1542 presented a proper signed certificate for a name other than the desired
1543 name.
1544 </UL>
1547 Any of these conditions can indicate that you are being attacked and have
1548 been directed to an imposter server that will record your password and
1549 your private mail messages.  It can also mean something innocuous.
1552 If you are certain that the problem is innocuous, you can append the
1553 option
1556 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1559 to the server system name where it appears in your configuration (e.g. the
1560 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1561 a folder-collection, or a news or SMTP server).  This will
1562 disable certificate validation.  On the other hand, if you are attacked,
1563 you will get no warning if you do this.
1566 &lt;End of Cert Validation Failures help&gt;
1567 </BODY>
1568 </HTML>
1569 ====== h_release_tlscerts ======
1570 <HTML>
1571 <HEAD>
1572 <TITLE>TLS and SSL usage note</TITLE>
1573 </HEAD>
1574 <BODY>
1575 <H1>TLS and SSL usage note</H1>
1578 When using Alpine from Unix or Windows 2000,
1579 server certificates must be signed by a trusted certificate authority.
1580 You may relax this requirement (at the cost of some security) by using
1582 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1583 modifier in the mailbox name.
1586 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1589 The fully-qualified host name of the server should be used
1590 so that it matches the host name in the server certificate.
1592 Here is an example of a host specification that directs Alpine to use
1593 the SSL port (993) and an encrypted data stream.
1595 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1597 &lt;End of TLS usage help&gt;
1598 </BODY>
1599 </HTML>
1600 ====== h_news_config ======
1601 <HTML>
1602 <HEAD>
1603 <TITLE>Alpine Configuration</TITLE>
1604 </HEAD>
1605 <BODY>
1606 <H1>Alpine Configuration</H1>
1608 <H2>Using Environment Variables</H2>
1610 The values of Alpine configuration options may include environment variables
1611 that are replaced by the value of the variable at the time Alpine is run
1612 (and also at the time the config option is changed).
1613 The syntax to use environment variables is a subset of the common Unix
1614 shell dollar-syntax.
1615 For example, if
1617 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1619 appears in the value of an Alpine configuration option it is looked up in the
1620 environent (using getenv(&quot;VAR&quot;)) and its
1621 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1622 To include a literal dollar sign you may precede the dollar sign with another
1623 dollar sign.
1624 In other words, if the text
1626 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1628 is the value of a configuration option, it will be expanded to
1630 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1632 and no environment lookup will be done.
1633 For Unix Alpine it will also work to use a backslash character to
1634 escape the special meaning of the dollar sign, but $$ is preferable since
1635 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1636 to be in a shared configuration file.
1639 This all sounds more complicated than it actually is.
1640 An example may make it clearer.
1641 Unfortunately, the way in which environment variables are set is OS-dependent 
1642 and command shell-dependent.
1643 In some Unix command shells you may use
1645 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1646    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1648 Now, if you use Alpine's Setup/Config screen to set
1650 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1652 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1653 so that this would be equivalent to
1655 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1657 Note, environment variable substitution happens after configuration
1658 options that are lists are split into the separate elements of the list,
1659 so a single environment variable can't contain a list of values.
1662 The environment variable doesn't have to be the only thing
1663 after the equal sign.
1664 However, if the name of the variable is not at the end of the line or
1665 followed by a space (so that you can tell where the variable name ends),
1666 it must be enclosed in curly braces like
1668 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1670 It is always ok to use the braces even if you don't need to.
1672 It is also possible to set a default value for an environment variable.
1673 This default value will be used if the environment variable is not
1674 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1675 The syntax used to set a default value is
1677 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1679 If the config file contains
1681 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1683 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1684 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1685 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1686 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1687 the default value.
1688 (Note that the variable is called &quot;personal-name&quot; in the config
1689 file but is displayed in the config screen as
1690 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1691 In general, the value that goes into a config file is never exactly the
1692 same as the value you see on the screen.)
1695 An example where an environment variable might be useful is the
1696 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1697 Suppose most users used the server
1699 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1701 but that there were some exceptions who used
1703 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1705 In this case, the system manager might include the following line in
1706 the systemwide default Alpine configuration file
1708 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1710 For the exceptional users adding
1712 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1714 to their environment should work.
1716 Another example might be the case where a user has to use a different
1717 SMTP server from work and from home.
1718 The setup might be something as simple as
1720 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1722 or perhaps a default value could be given.
1723 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1724 a list of SMTP servers.
1727 <H2>Configuration precedence</H2>
1729 There are several levels of Alpine configuration.  Configuration values at
1730 a given level override corresponding values at lower levels.  In order of
1731 increasing precedence:
1733 <UL>
1734  <LI> built-in defaults
1735  <LI> system-wide
1736 <!--chtml if pinemode="os_windows"-->
1737       config file from command line or provided
1738       by "PINECONF" environment variable
1739 <!--chtml else-->
1740       pine.conf file
1741 <!--chtml endif-->
1742  <LI> personal configuration file
1743  <LI> personal exceptions configuration file
1744  <LI> command-line options
1745  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1746  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1747 </UL>
1749 The values in both the personal configuration file and the
1750 <A HREF="h_config_exceptions">exceptions</A>
1751 configuration file may be set using the Setup command.
1752 Setup/Config is the command to change most of the personal configuration
1753 options.
1754 The other Setup subcommands are also used to change the configuration,
1755 for example, Setup/AddressBook, Setup/Rules, and so on.
1756 Changing the personal exceptions configuration is very similar.
1757 To change a value in the Config screen you would use the command
1758 Setup/eXceptions/Config.
1759 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1761 There are a couple exceptions to the rule that configuration values are replaced
1762 by the value of the same option in a higher-precedence file.
1763 The Feature-List variable has values that are additive, but can be
1764 negated by prepending &quot;no-&quot; in front of an individual feature name.
1765 So for features, each individual feature's value is replaced by the value
1766 of the same feature in a higher-precedence file.
1767 Note that this is done automatically for you when you change these values via
1768 the Setup/Config command.
1769 The other exception to the <EM>replace</EM> semantics happens when you
1770 use <A HREF="h_config_inheritance">configuration inheritance</A>
1771 for option lists.
1774 <H2>File name defaults</H2>
1776 Notes:<P>
1778 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1779 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1780 <BR> # = default file name is overridable in pinerc.
1781 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1782 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1783 <BR> + between the mailcap paths implies that the two files are combined.
1784 <BR> ; between other default paths implies that the first one found is used.
1785 </P>
1786 Alpine looks for most support files in the same directory it finds its
1787 personal configuration file (pinerc).  The -p command-line flag may be
1788 used to specify a particular path name for the pinerc file.  If a
1789 pinerc file does not exist, it will be created (if directory permissions
1790 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1791 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1792 file does not exist in either one, it will create one in the first of those
1793 two directories that is writable.  In detail:
1794 <PRE>
1796 PC-Alpine:
1798  executable     &lt;DOS search path&gt;&#92;pine.exe
1799  help index     &lt;exe dir&gt;&#92;pine.ndx
1800  help text      &lt;exe dir&gt;&#92;pine.hlp
1802  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1803  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1804  global cfg     $PINECONF
1806  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1807  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1808  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1809  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1810  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1811  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1812  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1813  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1814  postponed#     $HOME&#92;mail&#92;postpond.mtx
1815  interrupted    $HOME&#92;mail&#92;intruptd
1817 Unix Alpine:
1819  executable     &lt;Unix search path&gt;/pine
1820  persnl cfg     ~/.pinerc
1821  except cfg     ~/.pinercex
1822  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1823  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1824  local help     <!--#echo var="PINE_INFO_PATH"-->
1826  interrupted    ~/.pine-interrupted-mail
1827  debug          ~/.pine-debugN
1828  crash          ~/.pine-crash
1829  newsrc#        ~/.newsrc
1830  signature#     &lt;pinerc dir&gt;/.signature
1831  addressbook#   &lt;pinerc dir&gt;/.addressbook
1832  postponed#     ~/mail/postponed-msgs
1833  sentmail#      ~/mail/sent-mail
1834  mailcap#       ~/.mailcap + /etc/mailcap
1835                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1836  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1838  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1839  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1840  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1841  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1842  password       /etc/passwd
1844 Unix Alpine and PC-Alpine:
1846  .ab*           remote addressbook support files
1847  a[1-9]*        temporary (while Alpine is running) addressbook files
1849 </PRE>
1852 <H2>Mailcap files</H2>
1854 Alpine honors the mailcap configuration system for specifying external
1855 programs for handling attachments.  The mailcap file maps MIME attachment
1856 types to the external programs loaded on your system that can display
1857 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1858 distribution.  It includes comments that explain the syntax you need to
1859 use for mailcap.  With the mailcap file, any program (mail readers,
1860 newsreaders, WWW clients) can use the same configuration for handling
1861 MIME-encoded data.
1864 <H2>MIME-Types files</H2>
1866 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1867 what Content-Type to use for labeling an attached file, based on
1868 the file extension.  That is, this file provides a mapping between
1869 filename extensions and MIME content-types.
1872 <H2>Environment variables</H2>
1874 PC-Alpine uses the following environment variables:
1875 <DL>
1876 <DT>PINERC</DT>
1877 <DD>Optional path to pinerc file.</DD>
1878 <DT>PINERCEX</DT>
1879 <DD>Optional path to personal exceptions configuration file.</DD>
1880 <DT>PINECONF</DT>
1881 <DD>Optional path to global pine config file.</DD>
1882 <DT>HOME</DT>
1883 <DT>TMPDIR, TMP, or TEMP</DT>
1884 <DT>COMSPEC</DT>
1885 <DT>MAILCAPS</DT>
1886 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1887 <DT>USER_DICTIONARY</DT>
1888 <DD>Used to specify the file to contain the user's spell check
1889 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1890 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1891 </DL>
1893 Unix Alpine uses the following environment variables:
1894 <DL>
1895 <DT>TERM</DT>
1896 <DD>Tells Alpine what kind of terminal is being used.</DD>
1897 <DT>DISPLAY</DT>
1898 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1899 <DT>SHELL</DT>
1900 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1901 <DT>TMPDIR, TMP, or TEMP</DT>
1902 <DT>MAILCAPS</DT>
1903 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1904 </DL>
1905 <!--chtml if pinemode="os_windows"-->
1907 <H2>Common PC-Alpine Configuration Problems</H2>
1909 <H3>Configuration settings aren't being saved</H3>
1911 <P>This problem can happen if you run pine from one directory and
1912 then decide to move your pine directory to another location.  PC-Alpine
1913 stores certain variables, including the configuration location, in the
1914 Windows Registry (which you shouldn't ever need to manually edit).  There
1915 are a couple of ways to go about removing or resetting the values in the
1916 registry.
1919 1) Run PC-Alpine's registry value deletion command.  This can be done by
1920 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1921 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1922 value to the above command.
1925 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1926 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1927 option, you can tell PC-Alpine the location of your pinerc.  An example of
1928 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;.
1929 Again, you can use the DOS prompt or the shortcut method explained in (1).
1932 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1933 set registry values to the current setting, and is therefore useful with
1934 the &quot;-p&nbsp;PINERC&quot; option.
1936 <!--chtml endif-->
1938 &lt;End of Configuration Notes&gt;
1939 </BODY>
1940 </HTML>
1941 ====== h_news_legal ======
1942 <html>
1943 <head>
1944 <TITLE>Alpine Legal Notices</TITLE>
1945 </head>
1946 <body>
1948 <H1>Alpine Legal Notices</H1>
1950 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1954 &lt;End of Alpine Legal Notices&gt;
1955 </BODY>
1956 </HTML>
1957 ===== h_info_on_mbox =====
1958 <HTML>
1959 <HEAD>
1960 <TITLE>Information on mbox driver</TITLE>
1961 </HEAD>
1962 <BODY>
1963 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1965 Beginning with Pine 4.00 (Pine came before Alpine)
1966 a new INBOX access method is
1967 available as part of the standard configuration.  It is called the
1968 &quot;mbox&quot; driver and it works like this:<P>
1971 <BLOCKQUOTE>
1972 If the file &quot;mbox&quot; exists in the user's home directory, and
1973 is in Unix mailbox format, then when INBOX is opened this file will be
1974 selected as INBOX instead of the mail spool file.  Messages will be
1975 automatically transferred from the mail spool file into the mbox
1976 file.
1977 </BLOCKQUOTE>
1980 The advantage of this method is that, after new mail has been copied
1981 from the system mail spool, all subsequent access is confined to the
1982 user's home directory, which is desirable on some systems.  However, a
1983 possible disadvantage is that mail tools other than those from the
1984 University of Washington will not know to look for mail in the user's
1985 mbox file.  For example, POP or IMAP servers other than those from the
1986 University of Washington, and many &quot;new mail notification&quot;
1987 programs may not work as expected with this driver enabled.<P>
1989 To disable this behavior, either remove/rename the &quot;mbox&quot;
1990 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1991 option in Setup/Config
1992 and add &quot;mbox&quot; to it:
1994 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1996 &lt;End of help on this topic&gt;
1997 </BODY>
1998 </HTML>
1999 ===== h_info_on_locking =====
2000 <HTML>
2001 <HEAD>
2002 <TITLE>FAQs on Alpine Locking</TITLE>
2003 </HEAD>
2004 <BODY>
2005 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
2007 There is an extensive section on locking in the Alpine technical notes;
2008 this information is intended to provide answers to some common questions:<P>
2009 <OL>
2010 <LI> Why did locking change in Pine 4.00?<BR>
2011 The actual locking mechanisms did not change in 4.00.
2012 What changed is that when one particular locking mechanism used by Alpine 
2013 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
2014 failure would occur, but no warning was issued.<P>
2016 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
2017 Yes.  It means that Alpine was unable to create a lockfile in the
2018 spool directory, generally because of overly restrictive protections on the
2019 spool directory.  The correct permissions on the spool directory for
2020 running Alpine are 1777, i.e. read-write-execute permission for everyone,
2021 with the sticky-bit set, so only owners of a file can delete them.<P>
2023 <LI> Why does Alpine require that the mail spool directory have 1777
2024    protections?<BR>
2025 Alpine was designed to run without special privileges.  This means that in
2026 order to create a lockfile in the spool directory, it is necessary to have
2027 the spool directory permissions be world-writable.<P>
2029 <LI> Can't you create the lockfile somewhere else?<BR>
2030 No.  The lockfile in question must be in the mail spool directory, because
2031 that's where the mail delivery program expects to find it, and the purpose
2032 of the file is to coordinate access between the mail client (Alpine) and the
2033 mail delivery program.<P>
2035 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
2036 No.  Remember that the individual mail files in the spool directory are
2037 NOT world-writable, only the containing directory.  Setting the &quot;sticky
2038 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
2039 -- means that only the owner of the file (or root) can delete files in the 
2040 directory.  So the only bad behavior that is invited by the 1777 mode is that 
2041 anyone could
2042 create a random file in the spool directory.  If the spool directory is
2043 under quota control along with home directories, there is little incentive
2044 for anyone to do this, and even without quotas a periodic scan for
2045 non-mail files usually takes care of the problem.  <P>
2047 <LI> Why not run Alpine as setgid mail?<BR>
2048 Alpine was never designed to run with privileges, and to do so introduces a
2049 significant security vulnerability.  For example, if a user suspends Alpine,
2050 the resulting shell will have group privileges.  This is one example of
2051 why we strongly recommend against running Alpine as a privileged program.
2052 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
2053 users
2054 could not test Alpine versions or other mailers that had not been installed
2055 by the system administrators.<P>
2058 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
2059 There are, but they all have different sets of tradeoffs, and not all will
2060 work on all systems.  Some examples:<UL>
2061  <LI> Use lock system calls.  Works fine on a few systems, provided mail
2062    spool is local.   Doesn't work reliably if NFS is used.
2063    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
2064    use the same calls.
2065  <LI> Deliver mail to user's home directory.  An excellent solution, highly
2066    recommended -- but one which is incompatible with some &quot;legacy&quot; 
2067 mail tools that always look in the spool directory for the mail.
2068 </UL><P>
2070 <LI> Are these spool directory lock files the only kinds of locks used by
2071    Alpine?<BR>
2072 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
2073 mailbox format folders, these are used to coordinate access between
2074 multiple Alpine sessions.  <P>
2076 <LI> What about the 
2077 <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>
2078 This is for people who are content to live dangerously, or who have
2079 specific knowledge that the spool directory lockfiles are superfluous on
2080 their system (because both Alpine and the mail delivery program are using 
2081 system call file locking in a context that works reliably, e.g. not NFS.)<P>
2083 <LI> Where can I find more details on how Alpine locking works?<BR>
2084 See the Alpine Technical Notes.<P>
2086 </OL>
2088 &lt;End of help on this topic&gt;
2089 </BODY>
2090 </HTML>
2091 ===== h_finding_help ====
2092 <HTML>
2093 <HEAD>
2094 <TITLE>Finding more information and requesting help</TITLE>
2095 </HEAD>
2096 <BODY>
2097 <H1>Places to Look for More Answers</H1>
2098 If you have questions about or problems with Alpine that you cannot resolve 
2099 after consulting the program's internal, context-sensitive help screens, here 
2100 are additional information resources that you may find helpful:
2102 <UL>
2103   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
2105   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
2107   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
2108 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
2109   since the last version, which may be useful for you to be aware of, 
2110 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
2111 a change in the way an aspect of Alpine works.  There, you will also find notes 
2112 on Alpine configuration.<P>
2113 <!--
2114   <LI> The main site for Alpine contains information on configuring and solving problems
2115        with Alpine, it can be found at
2117 <CENTER><A HREF="http://alpine.x10host.com/alpine/">http://alpine.x10host.com/alpine/</A></CENTER>  
2119   <LI> The Alpine Information Center (maintained by the University of
2120            Washington) World Wide Web site contains, among other things
2121            <UL>
2122            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
2123            <LI>an overview of the basics for beginning Alpine users
2124            <LI>Technical Notes for systems administrators
2125            <LI>archives (including a searchable index) of the alpine-info 
2126 mailing list, on which matters of interest to systems/email administrators,
2127 developers, trainers, user support personnel, and others involved with Alpine 
2128 messaging on a &quot;technical&quot; level are discussed.
2129 </UL>
2130         The Alpine Information Center can be accessed with a WWW browser at:<P>
2131             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
2132 </UL>
2133 <P><HR WIDTH="75%">
2134 <H1>Requesting help</H1>
2135 If the internal help, the Release Notes, the Alpine Information Center, and your 
2136 local online and print resources do not help you resolve a problem, please
2137 start by contacting your local computer support staff and asking for help.
2139 This is especially true if:
2140 <ul>
2141   <li>You suddenly have trouble sending or receiving mail.
2142   <li>You receive a "disk quota exceeded" message.
2143   <li>You have forgotten your password.
2144   <li>You think your account may have been compromised.
2145   <li>You need help viewing an attachment.
2146   <li>You need to know how to configure your:
2147       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
2148       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
2149       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
2150       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
2151   <li>You want to know what alternative editors or spellcheckers you may be able to use.
2152   <li>You want to block email from a particular person.
2153   <li>You're going on vacation and need to autorespond to incoming mail.
2154   <li>You want to automatically file or filter incoming messages.
2155 </ul>
2157 In all of these cases,
2158 you should contact <B>your</B> support staff, because <B>only they</B> 
2159 will be able to assist you effectively. Your support staff may be, depending on who 
2160 provides you with the email account you use Alpine with, for example:<UL>
2161 <LI> the computing help desk of (a department of) your university, school, 
2162 employer, ... ; or
2163 <LI> the customer service center of your Internet Service Provider; or
2164 <LI> the friendly volunteer helpers of your Freenet; or
2165 <LI> the person who setup your computer and internet connection.
2166 </UL>
2168 Due to the large number of Alpine installations worldwide, and because we
2169 receive no funding for it, the University of Washington <B>cannot provide 
2170 individual support services outside the University of Washington</B>.
2172 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
2173 newsgroup can be a valuable source of information and assistance for Alpine 
2174 user issues.
2176 For systems/email administrators, developers, trainers, user support
2177 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
2178 level, the mailing list alpine-info is available; for information on
2179 subscribing and posting to it, see
2181 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
2184 Regardless of whom you are asking for help with Alpine, remember 
2185 to provide as much detail as you can about the
2186 nature of any problem you are encountering, such as
2187 <UL>
2188 <LI>when it first occurred;
2189 <LI>what, if anything, happened that might have brought it about;
2190 <LI>whether it still persists;
2191 <LI>whether it is reproducible, and if so, how;
2192 <LI>what, if anything, you already tried to solve it.
2193 </UL> 
2194 It may also be helpful if you specify what version of Alpine you are using 
2195 <!--chtml if pinemode="running"-->
2196 -- this is <!--#echo var="ALPINE_VERSION"--> --
2197 <!--chtml endif-->
2198 and on what system, and when the copy of Alpine you are using was created
2199 <!--chtml if pinemode="running"-->
2200 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
2201 <!--chtml endif-->
2203 <!--chtml if pinemode="running"-->
2204 <P>   
2205 When the Alpine program you are currently using was installed, a support
2206 contact email address may have been set up; in that case, you can simply select
2207 this link now to send a message to it:<BR>
2208 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
2209 <!--chtml endif-->
2210 <!--chtml if [ -r PINE_INFO_PATH ]-->
2211 <HR WIDTH="75%">Local Support Contacts:<P>
2212 <!--#include file="PINE_INFO_PATH"-->
2213 <HR WIDTH="75%">
2214 <!--chtml endif-->
2215 <P> 
2216 &lt;End of help on this topic&gt;
2217 </BODY>
2218 </HTML>
2219 ===== new_user_greeting ======
2220 <HTML>
2221 <HEAD>
2222 <TITLE>NEW USER GREETING</TITLE>
2223 </HEAD>
2224 <BODY>
2225 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2226 <BR>
2227 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2228 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
2229 select Setup/Config to see many of the options available to you. Also note
2230 that all screens have context-sensitive help text available.<P>
2231 <!--chtml if pinemode="phone_home"-->
2232 SPECIAL REQUEST:
2233 This software was originally created and maintained as a public
2234 service by the University of Washington until 2009; updates are made 
2235 available as a public service of the Alpine community. It is always 
2236 helpful to have an idea of how many users are using Alpine. Are you 
2237 willing to be counted as an Alpine user? Pressing 
2238 <A HREF="X-Alpine-Phone-Home:">Return</A>
2239 will send an anonymous (meaning, your real email address will not be revealed) 
2240 message to the Alpine developers for purposes of tallying.
2242 <!--To Exit this screen and continue your Alpine session press "E".-->
2243 <!--chtml else-->
2244 To Exit this screen and continue your Alpine session press "Return".
2245 <!--chtml endif-->
2246 </BODY>
2247 </HTML>
2248 ===== new_alpine_user_greeting ======
2249 <HTML>
2250 <HEAD>
2251 <TITLE>NEW ALPINE USER GREETING</TITLE>
2252 </HEAD>
2253 <BODY>
2254 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2255 <BR>
2256 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
2257 Your Alpine configuration file indicates that you may have used Pine before
2258 but not Alpine.
2259 If you are familiar with the way Pine works, you should be comfortable
2260 using Alpine.
2261 Your Pine configuration file is automatically used for Alpine.
2262 The Release Notes may be viewed by pressing 
2263 &quot;R&quot; now or while in the MAIN MENU.
2265 <!--chtml if pinemode="phone_home"-->
2266 SPECIAL REQUEST:
2267 This software was originally created and maintained as a public
2268 service by the University of Washington until 2009; updates are made 
2269 available as a public service of the Alpine community. It is always 
2270 helpful to have an idea of how many users are using Alpine. Are you 
2271 willing to be counted as an Alpine user? Pressing 
2272 <A HREF="X-Alpine-Phone-Home:">Return</A>
2273 will send an anonymous (meaning, your real email address will not be revealed) 
2274 message to the Alpine developers for purposes of tallying.
2276 <!--To Exit this screen and continue your Alpine session press "E".-->
2277 <!--chtml else-->
2278 To Exit this screen and continue your Alpine session press "Return".
2279 <!--chtml endif-->
2280 </BODY>
2281 </HTML>
2282 ===== new_version_greeting ======
2283 <HTML>
2284 <HEAD>
2285 <TITLE>NEW VERSION GREETING</TITLE>
2286 </HEAD>
2287 <BODY>
2288 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
2289 <BR>
2290 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
2291 Your Alpine configuration file indicates that you may not have used 
2292 this version of Alpine before.  This version's significant changes are
2293 documented in the Release Notes, which may be viewed by pressing 
2294 &quot;R&quot; now or while in the MAIN MENU.
2296 <!--chtml if pinemode="phone_home"-->
2297 SPECIAL REQUEST:
2298 This software was originally created and maintained as a public
2299 service by the University of Washington until 2009; updates are made 
2300 available as a public service of the Alpine community. It is always 
2301 helpful to have an idea of how many users are using Alpine. Are you 
2302 willing to be counted as an Alpine user? Pressing 
2303 <A HREF="X-Alpine-Phone-Home:">Return</A>
2304 will send an anonymous (meaning, your real email address will not be revealed) 
2305 message to the Alpine developers for purposes of tallying.
2307 <!--To Exit this screen and continue your Alpine session press "E".-->
2308 <!--chtml else-->
2309 To Exit this screen and continue your Alpine session press "Return".
2310 <!--chtml endif-->
2311 </BODY>
2312 </HTML>
2314 ===== main_menu_tx ======
2315 <HTML>
2316 <HEAD>
2317 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
2318 </HEAD>
2319 <BODY>
2320 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
2321 <DIV ALIGN=CENTER>
2322 Version <!--#echo var="ALPINE_VERSION"-->
2323 <!--chtml if pinemode="running"-->
2324 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
2325 <!--chtml endif-->
2326 </DIV>
2327 <CENTER>Copyright 2013-2018 Eduardo Chappa,
2328 <BR>Copyright 2006-2008 University of Washington.
2329 </CENTER>
2332 When you are viewing a help screen, there may be links to
2333 other topics highlighted (in Reverse video) in the text.
2334 Here is an example.
2335 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
2336 highlighted.
2337 If you type carriage return (or V for View Link, see the commands at the
2338 bottom of the screen) you will be taken to a new help screen to view the
2339 Introduction.
2340 The commands at the bottom of the screen should then include
2341 &quot;P Prev Help&quot;.
2342 If you type &quot;P&quot; you will end up back here.
2343 If you type &quot;E&quot; for Exit, you will be back out of help and returned
2344 to the place you were in Alpine when you entered Help.
2345 In this case, you would go back to the MAIN MENU.
2346 There are also other links that are highlighted in bold (or the color used
2347 by your terminal to display bold).
2348 The items after the Introduction in the TABLE OF CONTENTS are all examples
2349 of such links.
2350 In order to view those links, you first have to make the link you want
2351 to view the current link.
2352 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2353 (see bottom of screen) can do that for you.
2356 <H2>TABLE OF CONTENTS</H2>
2357 <OL>
2358   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2359   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2360 <!--chtml if [ -r PINE_INFO_PATH ]-->
2361   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2362 <!--chtml endif-->
2363   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2364   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2365   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2366   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2367   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2368   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2369   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2370   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2371   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2372   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2373   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2374   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2375   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2376   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2377   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2378   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2379   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2380   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2381   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2382   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2383   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2384   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2385   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2386   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2387   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2388 </OL>
2391 &lt;End of help on this topic&gt;
2392 </BODY>
2393 </HTML>
2394 ===== h_mainhelp_intro ======
2395 <HTML>
2396 <HEAD>
2397 <TITLE>Introduction</TITLE>
2398 </HEAD>
2399 <BODY>
2400 <H1>Introduction</H1>
2402 Alpine is an &quot;Alternatively Licensed Program for Internet
2403 News and Email&quot; produced until 2009 by the University of Washington.
2404 It is intended to be an easy-to-use program for
2405 sending, receiving, and filing Internet electronic mail messages and
2406 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2407 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2408 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2409 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2410 Directory Access Protocol).<p>
2412 Although originally designed for inexperienced email users, Alpine has
2413 evolved to support many advanced features.  There are an ever-growing
2414 number of configuration and personal-preference options, though which of
2415 them are available to you is determined by your local system managers. 
2417 <H2>WHAT ALPINE DOES...</H2>
2419 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2420 allows you to
2421 compose and read messages using Internet mail standards.  (Whether you
2422 can correspond with others on the Internet depends on whether or not your
2423 computer is connected to the Internet.)  Alpine also allows reading and
2424 posting messages on the Internet &quot;net news&quot; system, provided
2425 that your site operates a suitable news server.
2427 <H2>WHAT ALPINE DOES NOT DO...</H2>
2429 A &quot;mail user agent&quot; such as Alpine is just one part of a
2430 messaging system. Here are some things that are <B>not</B> done by Alpine,
2431 but require other programs:<P>
2432 <UL>
2433  <LI> Actual relaying of email... which is done by &quot;message transfer 
2434 agents&quot;.
2435  <LI> Vacation messages... automatically responding to incoming messages
2436  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2437 email.
2438  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2439  <LI> List processing... resending one message to a list of recipients.
2440 </UL>
2443 &lt;End of help on this topic&gt;
2444 </BODY>
2445 </HTML>
2447 ===== h_mainhelp_pinehelp ======
2448 <HTML>
2449 <HEAD>
2450 <TITLE>Alpine Help</TITLE>
2451 </HEAD>
2452 <BODY>
2453 <H1>Alpine Help</H1>
2455 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2456 use will have its own help text, explaining the choices available for that
2457 screen. This general help section, on the other hand, attempts to give an 
2458 overall picture of what Alpine is capable of doing, as well as pointers to 
2459 additional help sections about specific topics.<p>
2461 Much of the help text contains links to further help topics, similar to
2462 how the World Wide Web works.
2463 You may choose a link to view using the &quot;NextLink&quot; and
2464 &quot;PrevLink&quot; commands to change the link that is highlighted.
2465 The &quot;View Link&quot; command will then show you the highlighted link.
2466 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2467 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2468 will return you to the location in Alpine before you asked for help.
2469 For example, if you are reading this text in Alpine you may return to the
2470 help table of contents with the &quot;Prev Help&quot; command or you may view the
2471 Release notes link in the next paragraph and then return here with
2472 &quot;Prev Help&quot;.
2475 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2476 on the current Alpine version are also available from the MAIN MENU: Press
2477 <!--chtml if pinemode="function_key"-->
2478 &quot;F9&quot;
2479 <!--chtml else-->
2480 &quot;R&quot;
2481 <!--chtml endif-->
2482 to browse the release notes.  These include changes since the last release,
2483 configuration information, the history of the Alpine
2484 project, credits, and legal notices.
2486 Alpine releases are available via the world wide web at
2488 <CENTER><SAMP><A 
2489 HREF="http://repo.or.cz/alpine.git">http://repo.or.cz/alpine.git</A></SAMP
2490 ></CENTER>
2493 If you would like to print <EM>all</EM> of Alpine's internal help text
2494 (not recommended) for a little light bedtime reading, then press
2495 <!--chtml if pinemode="function_key"-->
2496 &quot;F12&quot;
2497 <!--chtml else-->
2498 &quot;Z&quot;
2499 <!--chtml endif-->
2500 now.  (This assumes that the
2501 copy of Alpine you are using has been properly configured for printing
2502 at your site.)
2504 &lt;End of help on this topic&gt;
2505 </BODY>
2506 </HTML>
2507 ===== h_mainhelp_localsupport ======
2508 <HTML>
2509 <HEAD>
2510 <TITLE>Local Support Contacts</TITLE>
2511 </HEAD>
2512 <BODY>
2513 <H1>Local Support Contacts</H1>
2515 <!--chtml if [ -r PINE_INFO_PATH ]-->
2516 <!--#include file="PINE_INFO_PATH"-->
2517 <!--chtml else-->
2518 No Local Support Contacts configured.
2519 <!--chtml endif-->
2522 &lt;End of help on this topic&gt;
2523 </BODY>
2524 </HTML>
2526 ===== h_mainhelp_cmds ======
2527 <HTML>
2528 <HEAD>
2529 <TITLE>Giving Commands in Alpine</TITLE>
2530 </HEAD>
2531 <BODY>
2532 <H1>Giving Commands in Alpine</H1>
2534 Unless configured otherwise
2535 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2536 the bottom two lines of the screen are always used to list the
2537 commands you can give.  You press the keys that are highlighted to give
2538 the command.  The commands for getting help and going back to the main
2539 menu are always present (except when viewing help as you are now).
2540 <!--chtml if pinemode="function_key"-->
2541 <!--chtml else-->
2543 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2544 you see at the bottom of any screen. In some cases there are 3 or
2545 even 4 different
2546 sets of keys that can be seen by using the O key. <EM>All commands are 
2547 active</EM>, even if they are not currently showing at the bottom of your 
2548 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2549 remind yourself of the proper key to press to perform an operation.
2551 <H2>Control Key Commands</H2>
2552 When composing mail, and in a few other places, in Alpine you
2553 have to use Control keys. This means pressing the Control key (usually labeled 
2554 &quot;Ctrl&quot;) and the
2555 letter indicated at the same time.  Usually, this is shown with a
2556 &quot;^&quot; in front of the letter.  On some systems, certain control
2557 characters are intercepted before they get to Alpine.  As a work-around,
2558 you can press the ESCAPE key twice followed by the desired key.  For
2559 example, if Ctrl-O (^O) does not work on your system, try typing
2560 &quot;ESC ESC O&quot;.
2561 <!--chtml endif-->
2562 <H2>Paging Up and Down</H2>
2563 The &quot;+&quot; and &quot;-&quot; keys are used for
2564 moving to the next or previous page.  The space bar is a synonym for
2565 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2566 up as you do in the message composer.  On screens with a WhereIs (search)
2567 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2568 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2569 of the message or list.
2571 <H2>Return Key</H2>
2572 The return key is usually a synonym for a frequently used
2573 command.  When viewing a message, there is currently not a default
2574 command, so RETURN does nothing; when in the index, it is synonymous with
2575 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2576 enclosed in square brackets [] is the same as the return key.
2578 <H2>Control Keys Not Used By Alpine</H2>
2579 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2580 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2581 at prompts for file/folder names, control keys must be used for editing and 
2582 navigation functions.
2585 Alpine has used nearly all the control keys available.  There are, however,
2586 certain control keys that are reserved by other programs or for technical
2587 reasons.  Alpine does not use any of these keys:
2588 <DL>
2589  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2590  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2591  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2592 </DL>
2594 Note: Ctrl-S and Ctrl-Q can be subject to 
2595 <A HREF="h_special_xon_xoff">special handling</A>.
2597 In addition, while the ESC key alone is not used for command input,
2598 Alpine will recognize two consecutive ESC key presses followed by a letter 
2599 key as a substitute for control key input.  For example, the control key
2600 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2601 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2602 This is useful if the communication program you are using
2603 (e.g. Telnet) has its own, conflicting, idea of what certain control
2604 characters mean.
2607 <H2>Repainting the Screen</H2>
2608 Sometimes what is displayed on the screen will be
2609 incorrect due to noise on the phone line or other causes and you will want
2610 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2611 command to do this.  It never hurts to do it when in doubt.
2614 &lt;End of help on this topic&gt;
2615 </BODY>
2616 </HTML>
2617 ===== h_mainhelp_status ======
2618 <HTML>
2619 <HEAD>
2620 <TITLE>Titlebar Line</TITLE>
2621 </HEAD>
2622 <BODY>
2623 <H1>Titlebar Line</H1>
2625 The top line of the screen is Alpine's titlebar line.  It will always display
2626 the current version of Alpine and will also convey information about the
2627 status of the program.  This is where you look to find out what
2628 collection, folder and message number is active and where you are in Alpine.
2631 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2632 (typically your INBOX) is &quot;locked&quot; by another mail session --
2633 most likely a more recent session of Alpine has taken the INBOX lock.
2636 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2637 access a
2638 folder on a remote mail server, and for some reason, communication with
2639 the mail server has either been lost, or never successfully established.
2640 This can be a result of trying to open a non-existent folder, or one
2641 stored on an invalid or non-operational server, or it can mean that Alpine
2642 has been suspended for more that 30 minutes while accessing a remote mail
2643 server.
2646 &lt;End of help on this topic&gt;
2647 </BODY>
2648 </HTML>
2649 ===== h_mainhelp_mainmenu ======
2650 <HTML>
2651 <HEAD>
2652 <TITLE>Main Menu</TITLE>
2653 </HEAD>
2654 <BODY>
2655 <H1>Main Menu</H1>
2657 The Main Menu lists Alpine's main options.
2658 The key or keys you must type to enter your
2659 choice are to the left of each option or command name.
2660 You can type either uppercase or lowercase letters,
2661 and you should not press &lt;Return&gt; after typing the
2662 letter (unless you are specifically asking for the default,
2663 highlighted command).
2666 From the Main Menu you can choose to read online help, write (compose) and 
2667 send a message, look at an index of your mail messages, open or maintain
2668 your mail folders, update your address book, configure Alpine, and quit Alpine.
2669 There are additional options listed at
2670 the bottom of the screen as well.
2673 The Help command usually returns context-sensitive help information.
2674 However, in the Main Menu you get the most general help, which includes
2675 a Table of Contents.
2676 The last entry in the Table of Contents is an Index of help topics,
2677 so this is a good place to go if you are having trouble finding how
2678 to do something.
2680 <H2>Main Menu Commands</H2>
2681 The Alpine main menu lists the most common Alpine functions. A <a
2682 href="h_main_menu_commands">full list of these
2683 commands</a> and what they do is available.
2685 &lt;End of help on this topic&gt;
2686 </BODY>
2687 </HTML>
2688 ===== h_mainhelp_abooks ======
2689 <HTML>
2690 <HEAD>
2691 <TITLE>Address Books</TITLE>
2692 </HEAD>
2693 <BODY>
2694 <H1>Address Books</H1>
2697 As you use email, you can build a list of your regular email correspondents 
2698 in your Alpine
2699 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2700 screen. Your
2701 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2702 You can use the address book to store email addresses for individuals or
2703 groups, to create easily
2704 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2705 address when you are composing a message.
2707 There are two ways to add addresses to your address book: you can add them 
2708 manually or take them from messages (by pressing T to access the Take command). 
2709 With either method, you specify nicknames for your correspondents. A single 
2710 address book entry (or nickname) can point to just one email address, or, it can
2711 point to more than one. When it points to more than one, it is called a 
2712 distribution list. Each distribution list has a nickname, a full name, and a 
2713 list of addresses. These
2714 addresses may be actual addresses, other nicknames in your address book, or 
2715 other
2716 distribution lists.
2719 Additional information is available in Alpine's online help:
2720 <ul>
2721   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2722 </ul>
2724 &lt;End of help on this topic&gt;
2725 </BODY>
2726 </HTML>
2727 ===== h_mainhelp_ldap ======
2728 <HTML>
2729 <HEAD>
2730 <TITLE>LDAP</TITLE>
2731 </HEAD>
2732 <BODY>
2733 <H1>LDAP</H1>
2735 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2736 an organization's shared
2737 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2738 large address
2739 books, rather like the White Pages provided by the phone company. As an Alpine 
2740 user, it is not
2741 necessary to know much about how this works, only how to use it and how to 
2742 configure
2745 More information on configuring LDAP is available in Alpine's online help:
2746 <ul>
2747   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2748 </ul>
2750 Additional help on using LDAP in Alpine is also available:
2751 <ul>
2752   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2753 </ul>
2755 &lt;End of help on this topic&gt;
2756 </BODY>
2757 </HTML>
2758 ===== h_mainhelp_index ======
2759 <HTML>
2760 <HEAD>
2761 <TITLE>Index of Messages</TITLE>
2762 </HEAD>
2763 <BODY>
2764 <H1>Index of Messages</H1>
2766 In Alpine's message index, the selected message is highlighted. The first 
2767 column on the left is blank, shows a &quot;+&quot; if the message was
2768 sent directly to you (i.e., it is not a
2769 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2771 The second column may be blank, or it may contain:
2772 <ul>
2773   <li>"N" if the message is new (unread), </li>
2774   <li>"A" if you have answered the message (using the Reply command), </li>
2775   <li>"D" if you have marked the message for deletion.</li>
2776 </ul>
2779 Note: If you answer a message as well as mark it deleted (in either order), 
2780 you will only see the &quot;D&quot;.
2783 The rest of the columns in the message line show you the message
2784 number, date sent, sender, size, and subject. For details, press ? (Help).  
2785 The behavior and appearance of the Index screen is highly configurable.
2786 In the Setup/Config screen search (with the WhereIs command) for options
2787 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2788 many of the configuration possibilities.
2789 In particular, the
2790 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2791 option may be used to configure the look of the standard MESSAGE INDEX lines
2792 in many different ways.
2793 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2794 read the help text there for more information.
2796 Most of the commands you need to handle your messages are visible at the
2797 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2798 commands that are available.
2799 You do not need to see these &quot;other commands&quot;
2800 on the screen to use them. That is, you never need to press O as a prefix
2801 for any other command.
2804 Additional information is available in Alpine's online help:
2805 <ul>
2806   <li><a href="h_mail_index">Message Index Commands</a></li>
2807 </ul>
2809 &lt;End of help on this topic&gt;
2810 </BODY>
2811 </HTML>
2812 ===== h_mainhelp_reading ======
2813 <HTML>
2814 <HEAD>
2815 <TITLE>Reading Messages</TITLE>
2816 </HEAD>
2817 <BODY>
2818 <H1>Reading Messages</H1>
2820 The message text screen shows you the text of the message along with
2821 its header. If a message has attachments, those will be listed (but not
2822 displayed) also.  The titlebar line displays information about the currently
2823 open message, folder and collection.  You see the name of the collection
2824 (if there is one) in angle brackets, then the name of the folder, then the
2825 message number and finally the position within the current message (in
2826 percent). If the message is marked for deletion
2827 &quot;DEL&quot; will appear in the
2828 upper right as well.
2831 As with every Alpine screen, the bottom two lines show you the commands 
2832 available.
2834 <P>Additional information is available in Alpine's online help:
2835 <ul>
2836   <li><a href="h_mail_view">Message Text Screen</a></li>
2837   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2838   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2839 </ul>
2841 &lt;End of help on this topic&gt;
2842 </BODY>
2843 </HTML>
2844 ===== h_mainhelp_composing ======
2845 <HTML>
2846 <HEAD>
2847 <TITLE>Composing Messages</TITLE>
2848 </HEAD>
2849 <BODY>
2850 <H1>Composing Messages</H1>
2852 To write a message, press C (Compose). You see the Compose Message
2853 screen, which is divided into two parts: the header area and the message
2854 text area. The header area is where information on the recipient (the To:
2855 field) and the subject line go, while the message text area contains the
2856 actual text of the email message. Different commands are available to you
2857 when your cursor is in different areas on this screen. To see additional
2858 help on commands in either the message text or header area, type
2859 <Control>G (Get help).
2862 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2863 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2865 <P>The following information from Alpine's online help may prove useful:
2866 <ul>
2867   <li><a href="h_composer_to">Message Header Commands</a></li>
2868   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2869   <li><a href="h_composer">Composer Commands</a></li>
2870   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2871   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2872   <li><a href="h_compose_send">Send Command</a></li>
2873   <li><a href="h_compose_spell">Spell Check Command</a></li>
2874 </ul>
2876 &lt;End of help on this topic&gt;
2877 </BODY>
2878 </HTML>
2879 ===== h_mainhelp_collections ======
2880 <HTML>
2881 <HEAD>
2882 <TITLE>Collection Lists</TITLE>
2883 </HEAD>
2884 <BODY>
2885 <H1>Collection Lists</H1>
2887 Collection lists are Alpine's way of organizing groups of folders. Each
2888 "collection" can reside on a different server, for example, and contain a
2889 different group of mail folders.
2892 For more information on this, see:
2893 <ul>
2894   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2895 </ul>
2897 Additional information relating to collection lists is also available in 
2898 Alpine's online
2899 help:
2900 <ul>
2901   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2902   <li><a href="h_collection_screen">Collection List Screen</a></li>
2903 </ul>
2905 &lt;End of help on this topic&gt;
2906 </BODY>
2907 </HTML>
2908 ===== h_mainhelp_folders ======
2909 <HTML>
2910 <HEAD>
2911 <TITLE>Folders</TITLE>
2912 </HEAD>
2913 <BODY>
2914 <H1>Folders</H1>
2916 Messages can quickly accumulate in your INBOX folder. If you use email
2917 often, you soon could have hundreds. You need to delete messages you do
2918 not want, and you can use folders to organize messages you wish to save. A
2919 folder is a collection of one or more messages that are stored (just like
2920 the messages in your INBOX) so you can access and manage them.
2923 You can organize your email messages into different folders by topic,
2924 correspondent, date, or any other category that is meaningful to you. You
2925 can create your own folders, and Alpine automatically provides three:
2926 <ul>
2927   <li>The INBOX folder: messages sent to you are listed in this folder.
2928       When you first start Alpine and go to the Message Index screen, you are
2929 looking at the list of messages in your INBOX folder. Every incoming
2930 message remains in your INBOX until you delete it or save it in another
2931 folder. </li>
2932   <li>The sent-mail folder: copies of messages you send are stored in this 
2933 folder. This is
2934 convenient if you cannot remember whether you actually sent a message and want 
2935 to check, or
2936 if you want to send a message again.</li>
2937   <li>The saved-messages folder: copies of messages you save are stored in this 
2938 folder
2939 unless you choose to save them to other folders you create yourself.</li>
2940 </ul>
2943 More information about folders is available in Alpine's online help:
2944 <ul>
2945   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2946   <li><a href="h_folder_maint">Help for Folder List</a></li>
2947   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2948   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2949 Explained</a></li>
2950   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2951 </ul>
2953 &lt;End of help on this topic&gt;
2954 </BODY>
2955 </HTML>
2956 ===== h_mainhelp_color ======
2957 <HTML>
2958 <HEAD>
2959 <TITLE>Color</TITLE>
2960 </HEAD>
2961 <BODY>
2962 <H1>Color</H1>
2964 If the terminal emulator you are using is capable of displaying color or if
2965 you are using PC-Alpine, then it is possible to set up Alpine so that various
2966 parts of the display will be shown in colors you configure. This is done
2967 using the Setup Color screen, available from the MAIN MENU by selecting
2968 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2969 stands for Config in this context).
2972 For example, you may color things like the titlebar, the current item,
2973 the keymenu, and the status messages.
2974 You may also color lines in the index, and headers and quoted text in the
2975 MESSAGE TEXT screen.
2976 You use the Color Setup screen for configuring most of this, but you must
2977 use the IndexColor setup for coloring whole index lines.
2978 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2981 The following entries in Alpine's online help provide additional information 
2982 about how to use color:
2983 <UL>
2984   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2985   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2986   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2987   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2988 </UL>
2990 &lt;End of help on this topic&gt;
2991 </BODY>
2992 </HTML>
2993 ===== h_mainhelp_mouse ======
2994 <HTML>
2995 <HEAD>
2996 <TITLE>Using a Mouse</TITLE>
2997 </HEAD>
2998 <BODY>
2999 <H1>Using a Mouse</H1>
3001 If you are using PC-Alpine mouse support is turned on automatically.
3002 If you are using UNIX Alpine within an X terminal window or within
3003 a terminal emulator that supports an xterm-style mouse, then you may
3004 turn on support for the mouse with the feature
3005 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
3006 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
3008 PC-Alpine offers considerable mouse support.  You can view what is
3009 &quot;clickable&quot; by dragging your mouse over any screen; when the
3010 arrow cursor changes into a hand, you found something. Mouse-click
3011 possibilities include navigating between screens and folders and
3012 double-clicking on hyperlinks to open your Web browser.
3013 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
3014 screen.  Examples of right-click options include &quot;copy&quot; after
3015 selecting text to copy and &quot;View in New Window&quot; when you click
3016 on a particular message in the Message Index. The menu choices available
3017 to you will vary based upon what screen is open, where on the screen your
3018 cursor is located, and even what action you have already taken.
3019 Within a folder, you may set the &quot;Important&quot; flag on any
3020 message.
3022 X terminal mouse support is more limited but still quite powerful.
3023 As with PC-Alpine, clicking on any of the commands in the keymenu at
3024 the bottom of the screen will execute that command as if you typed it.
3025 Double-clicking on a link, for example the link to the
3026 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
3027 will take you to that link.
3028 Double-clicking on an index line will view the message, and so on.
3030 &lt;End of help on this topic&gt;
3031 </BODY>
3032 </HTML>
3033 ===== h_mainhelp_keywords ======
3034 <HTML>
3035 <HEAD>
3036 <TITLE>Keywords</TITLE>
3037 </HEAD>
3038 <BODY>
3039 <H1>Keywords</H1>
3041 Within a folder, you may set the &quot;Important&quot; flag on any
3042 message.
3043 This doesn't have any system-defined meaning and is only called
3044 the Important flag because many users use it to signify that a message
3045 is important to them in some way.
3047 You may also define your own set of keywords.
3048 You might know these as user defined flags or as labels.
3049 These are similar to the Important flag but you choose the names for yourself.
3051 Alpine will only display keywords that
3052 have been added by you in the Flag Details screen or
3053 that have been configured by you using the Setup/Config option
3054 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
3055 Keywords set by other means (for example, by another email client) will not
3056 show up in Alpine unless you configure Alpine to know about them.
3057 They will show up in the Flag Details screen, but will not show up, for example,
3058 in the index line.
3061 The following entries in Alpine's online help provide additional information 
3062 about how to use keywords:
3063 <ul>
3064   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
3065   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
3066 </ul>
3068 &lt;End of help on this topic&gt;
3069 </BODY>
3070 </HTML>
3071 ===== h_mainhelp_roles ======
3072 <HTML>
3073 <HEAD>
3074 <TITLE>Roles</TITLE>
3075 </HEAD>
3076 <BODY>
3077 <H1>Roles</H1>
3079 You may play different roles depending on who you are replying to. For
3080 example, if you are replying to a message addressed to help-desk you may
3081 be acting as a Help Desk Worker. That role may require that you use a
3082 different return address and/or a different signature.
3085 To configure roles, go to the MAIN MENU and use the Setup command
3086 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
3087 The following entries in Alpine's online help provide additional information 
3088 about how to
3089 use roles:
3090 <ul>
3091   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
3092   <li><a href="h_role_select">Roles Screen</a></li>
3093 </ul>
3095 &lt;End of help on this topic&gt;
3096 </BODY>
3097 </HTML>
3098 ===== h_mainhelp_filtering ======
3099 <HTML>
3100 <HEAD>
3101 <TITLE>Filtering</TITLE>
3102 </HEAD>
3103 <BODY>
3104 <H1>Filtering</H1>
3106 The software that actually delivers mail (the stuff that happens
3107 before Alpine is involved) for you is in a better position to do mail filtering
3108 than Alpine itself.
3109 If possible, you may want to look into using that sort of mail filtering to
3110 deliver mail to different folders, delete it, or forward it.
3111 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
3114 Filtering is a way to automatically move certain messages from one folder
3115 to another or to automatically delete messages.
3116 You may also automatically set the state (Important, New, Deleted, Answered) of messages
3117 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
3118 Alpine doesn't have the ability to forward mail to another address or
3119 to deliver vacation messages.
3122 To configure filtering, go to the MAIN MENU and use the Setup command
3123 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
3124 The following entries in Alpine's online help provide additional information 
3125 about how to use filtering:
3126 <UL>
3127   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
3128 </UL>
3130 &lt;End of help on this topic&gt;
3131 </BODY>
3132 </HTML>
3133 ===== h_mainhelp_patterns ======
3134 <HTML>
3135 <HEAD>
3136 <TITLE>Patterns</TITLE>
3137 </HEAD>
3138 <BODY>
3139 <H1>Patterns</H1>
3141 Patterns are used with Roles, Filtering, Index Coloring,
3142 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
3143 The following entries in Alpine's online help provide information 
3144 about using Patterns:
3145 <UL>
3146   <LI> <A HREF="h_rule_patterns">Patterns</A>
3147 </UL>
3149 &lt;End of help on this topic&gt;
3150 </BODY>
3151 </HTML>
3152 ===== h_mainhelp_cmdlineopts ======
3153 <HTML>
3154 <HEAD>
3155 <TITLE>Command Line Options</TITLE>
3156 </HEAD>
3157 <BODY>
3158 <H1>Command Line Options</H1>
3160 Alpine accepts a number of command line arguments, allowing you, for
3161 example, to start Alpine and immediately access a particular folder.
3162 Many of these arguments overlap with options in the Alpine configuration file.
3163 If there is a difference, then an option set on the command line takes
3164 precedence.
3165 Alpine expects command line arguments (other than addresses) to be
3166 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
3167 A <a href="h_command_line_options">full list</a> of command line
3168 possibilities is available.
3170 &lt;End of help on this topic&gt;
3171 </BODY>
3172 </HTML>
3173 ===== h_mainhelp_config ======
3174 <HTML>
3175 <HEAD>
3176 <TITLE>Alpine Configuration</TITLE>
3177 </HEAD>
3178 <BODY>
3179 <H1>Alpine Configuration</H1>
3181 Unless it has been administratively disabled, the Setup command on the
3182 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
3183 The possible subcommands are for general Configuration settings,
3184 Printer settings, Changing your Password, Signature setup,
3185 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
3186 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
3187 and Color configuration.
3188 In particular, the &quot;Config&quot; subcommand has many features you may
3189 set or unset and many other configuration variables that may be set to change
3190 the way Alpine works.
3191 Every one of the hundreds of options available in that configuration settings
3192 screen has help text associated with it.
3193 You may read that text by moving the cursor to highlight the option and then
3194 typing the Help command.
3196 These settings are stored in your personal
3197 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
3198 <A HREF="h_config_remote_config">remotely</A>),
3199 but on shared systems these settings
3200 may be over-ridden by a system-wide control file (due to local site
3201 security or support policies).  A global pine configuration file can also
3202 be used to set default values for all Alpine users on a particular system.
3203 Power users may be interested in splitting their personal configuration
3204 data into two pieces, a generic piece and
3205 <A HREF="h_config_exceptions">exceptions</A> which apply to
3206 a particular platform.
3207 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
3208 General Alpine configuration information can be found
3209 <A HREF="h_news_config">here</A>.
3211 &lt;End of help on this topic&gt;
3212 </BODY>
3213 </HTML>
3214 ===== h_mainhelp_aggops ======
3215 <HTML>
3216 <HEAD>
3217 <TITLE>Aggregate Operations</TITLE>
3218 </HEAD>
3219 <BODY>
3220 <H1>Aggregate Operations</H1>
3222 When you are in the MESSAGE INDEX, the available commands
3223 (for example, Delete, Undelete, Save, Reply, and so on)
3224 normally act on a single message.
3225 So, for example, if you press the Delete command, the currently highlighted
3226 message is marked Deleted.
3227 These commands that normally act on a single message may be applied to
3228 several messages at once instead.
3230 By default this feature is turned on, but it could be administratively turned
3231 off to reduce complexity.
3232 The feature
3233 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
3234 in the Setup/Config screen is used to turn it off or on.
3235 When this feature is turned on, the four commands &quot;Select&quot;,
3236 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
3237 are available.
3238 The two selection commands allow you to mark a set of
3239 messages as being &quot;selected&quot;.
3240 The &quot;ZoomMode&quot; command will toggle between
3241 displaying only the selected messages and displaying all the messages.
3242 The &quot;Apply&quot; command allows you to
3243 apply one of the regular MESSAGE INDEX commands to all of the selected
3244 messages instead of to only the highlighted message.
3246 An example aggregate operation would be to catch up when reading
3247 a news group.
3248 That is, get rid of all the messages in the news group so that you can
3249 start fresh.
3250 The easiest way to do this in Alpine is to use aggregate operations.
3251 You want to Delete all of the messages in the group.
3252 You could start at the top and type &quot;D&quot; once for every message.
3253 A much faster method is to first Select all of the messages in the group,
3254 and then Delete all of them.
3255 This would take four keystrokes:
3257 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
3258 <BR>
3259 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
3261 Another use of Select is to use it for searching for a particular message
3262 or set of messages in a large folder.
3263 You may know that the message was From a certain user.
3264 You could select all messages from that user to start, and use Zoom to
3265 look at only those messages.
3266 If there were still too many messages to look at you could Narrow the
3267 set of messages further by selecting from all of those messages only
3268 the ones that were after a certain date, or contained a particular phrase
3269 in the Subject, or were too a particular address, and so on.
3270 That may be the end of what you are doing, or you may want to use Apply to
3271 Save or Forward or Print all of the selected messages.
3273 Some related help topics are
3274 <UL>
3275 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
3276 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
3277 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
3278 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
3279 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
3280 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
3281 </UL>
3283 &lt;End of help on this topic&gt;
3284 </BODY>
3285 </HTML>
3286 ===== h_mainhelp_readingnews ======
3287 <HTML>
3288 <HEAD>
3289 <TITLE>Reading News</TITLE>
3290 </HEAD>
3291 <BODY>
3292 <H1>Reading News</H1>
3294 <H2>Background</H2>
3295 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
3296 commands as for mail. Similar to mailing lists but existing on a larger scale, 
3297 Usenet newsgroups allow groups of people with common interests to discuss 
3298 particular topics. You might find newsgroups related to your career, or you 
3299 might wish to check out the online discussion among the fans of your favorite 
3300 television show. 
3302 <H2>Configuring Alpine for Reading News</H2>
3303 Alpine often arrives
3304 pre-configured by your system administrator to automatically access the
3305 newsgroups offered by your organization, Internet Service Provider, or
3306 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
3307 need additional details on <a href="h_configuring_news">how to
3308 configure Alpine to read news</a>.
3310 <H2>Accessing Newsgroups</H2>
3311 The first step in reading news is to access the newsgroups collections
3312 screen from Alpine. If everything is configured properly, you should be able
3313 to do this by first typing L (folder List), then selecting the folder
3314 collection listed as "News." The actual name of this collection may differ
3315 from system to system.
3317 <H2>Subscribing to Newsgroups</H2>
3319 Once you have accessed the news collection, you need to subscribe to a
3320 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
3321 will keep a record of the newsgroups in which you are interested and which
3322 articles in those newsgroups have been read.
3324 <H2>Using Newsgroups</H2> 
3325 Alpine uses the similar commands to read news as to read mail. For example,
3326 the D command marks messages as Deleted (or "Dismissed," if you prefer),
3327 and the R command Replies to a news posting. Basically, Alpine allows you to
3328 read news as if it were mail, so you don't need to change the way you
3329 interact with Alpine.
3331 There is also additional Alpine help available on 
3332 <A HREF="h_reading_news">how to use Alpine to read news</A>.
3334 &lt;End of help on this topic&gt;
3335 </BODY>
3336 </HTML>
3337 ===== h_mainhelp_securing ======
3338 <HTML>
3339 <HEAD>
3340 <TITLE>Securing your Alpine Session</TITLE>
3341 </HEAD>
3342 <BODY>
3343 <H1>Securing your Alpine Session</H1>
3345 By default, Alpine will attempt to connect to an IMAP server on the normal
3346 IMAP service port (143).
3347 If the Alpine you are using has been built to
3348 support &quot;Transport Layer Security&quot; (TLS)
3349 and &quot;Secure Sockets Layer&quot; (SSL) 
3350 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3351 and the server offers the STARTTLS capability, then a secure (encrypted)
3352 session will be established.
3354 When you are connected to a remote folder the titlebar will contain a plus sign
3355 in the far right column if the connection is encrypted using TLS or SSL.
3356 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3357 if the connection is encrypted.
3359 <H2>More Information on Alpine with SSL and TLS</H2>
3360 <UL>
3361 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3362 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3363 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3364 <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>
3365 </UL>
3366 <H2>Here are some other security-related features and options</H2>
3368 <UL>
3369 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3370 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3371 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3372 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3373 <LI> <A HREF="h_config_encryption_range"><!--#echo var="VAR_encryption-protocol-range"--></A> option </LI>
3374 </UL>
3376 &lt;End of help on this topic&gt;
3377 </BODY>
3378 </HTML>
3379 ===== h_mainhelp_problems ======
3380 <HTML>
3381 <HEAD>
3382 <TITLE>Reporting Problems</TITLE>
3383 </HEAD>
3384 <BODY>
3385 <H1>Reporting Problems</H1>
3387 We ask that you first read the relevant help screens and then seek
3388 assistance from your own local support staff.  Once you are sure that your
3389 difficulty is not a local configuration problem, you might look at the
3390 help section explaining where to look for
3391 <A HREF="h_finding_help">more information</A> and where to 
3392 get assistance.
3395 <ADDRESS>
3396    Eduardo Chappa &lt;chappa@gmx.com&gt;
3397 </ADDRESS>
3400 &lt;End of help on this topic&gt;
3401 </BODY>
3402 </HTML>
3403 ===== h_main_menu_commands ======
3404 <HTML>
3405 <HEAD>
3406 <TITLE>MAIN MENU COMMANDS</TITLE>
3407 </HEAD>
3408 <BODY>
3409 <H1>MAIN MENU COMMANDS</H1>
3411 <!--chtml if pinemode="function_key"-->
3412 &nbsp;Available&nbsp;Commands&nbsp;--
3413 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3414 &nbsp;------------------------------
3415 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3416 ----------<BR>
3417 &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>
3418 &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>
3419 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3420 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3421 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3422 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3423 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3424 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3425 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3426 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3427 &nbsp;F7&nbsp;&nbsp;<A 
3428 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3429 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3430 &nbsp;F8&nbsp;&nbsp;<A 
3431 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3432 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3433 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 
3434 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3435 &nbsp;F10&nbsp;<A 
3436 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 
3437 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3438 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3439 &nbsp;F11&nbsp;<A 
3440 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3441 <!--chtml else-->
3442 &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>
3443 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3444 &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>
3445 &nbsp;C&nbsp;&nbsp;<A 
3446 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>
3447 &nbsp;I&nbsp;&nbsp;<A 
3448 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>
3449 &nbsp;L&nbsp;&nbsp;<A 
3450 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>
3451 &nbsp;A&nbsp;&nbsp;<A 
3452 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3453 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3454 &nbsp;S&nbsp;&nbsp;<A 
3455 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 
3456 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3457 &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>
3458 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3459 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3460 <!--chtml endif-->
3463 NOTE:
3464 <OL>
3465  <LI>For help on a particular command, highlight the bold text associated
3466 with it above and hit Return.
3467  <LI> The availability of certain commands (e.g. some of the options under
3468 SETUP) is determined by Alpine configuration files and system capabilities.
3469 At some sites, certain commands may not be available due to security or
3470 support concerns.
3471 </OL>
3473 &lt;End of help on this topic&gt;
3474 </BODY>
3475 </HTML>
3477 ===== h_command_line_options ======
3478 <HTML>
3479 <HEAD>
3480 <TITLE>COMMAND LINE OPTIONS</TITLE>
3481 </HEAD>
3482 <BODY>
3483 <H1>COMMAND LINE OPTIONS</H1>
3484 Possible starting arguments for Alpine:
3486 <DL COMPACT>
3488 <DT> <EM>[addresses]</EM>
3490 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3491 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3492 <EM>Alpine</EM> will startup in
3493 the composer with a message started to the addresses specified.
3494 Once the message is sent, the <EM>Alpine</EM> session closes.
3495 Standard input redirection is allowed.
3496 Separate multiple addresses with a space between them.
3497 Addresses are placed in the &quot;To&quot; field only.
3500 <DT> &lt; <EM>file</EM>
3502 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3503 into the body of the message.
3504 Once the message is sent, the <EM>Alpine</EM> session closes. 
3507 <DT> -attach <EM>file</EM>
3509 <DD> Go directly into composer with given file attached.
3512 <DT> -attachlist <EM>file-list</EM>
3514 <DD> Go directly into composer with given files attached.
3515 This must be the last option on the command line.
3518 <DT> -attach_and_delete <EM>file</EM>
3520 <DD> Go directly into composer with given file attached, delete when finished.
3523 <DT> -aux <EM>local_directory</EM>
3525 <DD> <EM>PC-Alpine</EM> only.
3526 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3527 files, like debug files, address books, and signature files.  The pinerc may 
3528 be local or remote.
3531 <DT> -bail
3533 <DD> If the personal configuration file doesn't already exist, exit.
3534 This might be useful if the configuration file is accessed using some
3535 remote filesystem protocol. If the remote mount is missing this will cause
3536 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3539 <DT> -c <EM>n</EM>
3541 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3542 This is used when there are multiple folder collections (contexts) and you 
3543 want to open a folder not in the primary collection.
3546 <DT> -conf
3548 <DD> Configuration: Prints a sample system configuration file to the
3549 screen or standard output. To generate an initial system configuration 
3550 file, execute
3552 <PRE><CODE>
3553                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3554 </CODE></PRE>
3557 To generate a system configuration file using settings from an old
3558 system configuration file, execute
3560 <PRE><CODE>
3561                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3562 </CODE></PRE>
3564 A system configuration file is not required.
3567 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3569 <DD> Copy an address book file to a remote address book folder.
3570 If the remote folder doesn't exist, it will be created.
3571 If it exists but the first message in the folder isn't a remote address
3572 book header message, the copy will be aborted.
3573 This flag will not usually be used by a user.
3574 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3575 and copy entries from the local address book by using aggregate Save in
3576 the address book screen.
3579 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3581 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3582 If the remote folder doesn't exist, it will be created.
3583 If it exists but the first message in the folder isn't a remote pinerc
3584 header message, the copy will be aborted.
3585 This flag may be useful to users who already have a local pinerc file and
3586 would like to convert it to a remote pinerc folder and use that instead.
3587 This gives a way to bootstrap that conversion without having to manually
3588 reset all of the variables in the remote pinerc folder.
3591 <DT> -d <EM>debug-level</EM>
3593 <DD> Debug Level:  Sets the level of debugging information written by
3594 <EM>Alpine</EM>.
3595 <EM>debug-level</EM> can be set to any integer 0-9.
3596 A debug level of 0 turns off debugging for the session.
3597 (Actually there are some levels higher than 9, but you probably don't
3598 want to see them.)
3601 <DT> -d <EM>keywords</EM>
3603 <DD> You may use a more detailed version of the debugging flag to set
3604 the debug level in separate parts of <EM>Alpine</EM>.
3605 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3606 verbose=0..9.
3607 <EM>Flush</EM> causes debugging information to be flushed immediately to
3608 the debug file as it is written.
3609 <EM>Verbose</EM> is the general debugging verbosity level.
3610 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3611 is useful when you are trying to figure out what is responsible for delays.
3612 <EM>Numfiles</EM> sets the number of debug files saved.
3613 <EM>Imap</EM> sets the debug level for the debugging statements related
3614 to the conversation with the IMAP server, and more generally, for the
3615 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3616 <EM>Tcp</EM> turns on some TCP/IP debugging.
3619 <DT> -f <EM>folder</EM>
3621 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3622 of the standard INBOX.
3625 <DT> -F <EM>file</EM>
3627 <DD> Open named text file for viewing and forwarding.
3630 <DT> -h
3632 <DD> Help:  Prints the list of available command-line arguments to the
3633 screen.
3636 <DT> -i
3638 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3639 screen instead of the MAIN MENU.
3642 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3645 <DT> -I <EM>a,b,c,...</EM>
3647 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3648 sequence of commands upon startup.
3649 This allows users to get <EM>Alpine</EM> to start in any
3650 of its menus/screens.
3651 You cannot include any input to the composer in the initial keystrokes.
3652 The key &lt;Return&gt; is represented by a ``CR'' in
3653 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3654 Control keys are two character sequences beginning with ``^'', such as
3655 ``^I''.
3656 A tab character is ``TAB''.
3657 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3658 ``DOWN'', ``LEFT'', and ``RIGHT''.
3659 A restriction is that you can't mix function keys and character keys in this
3660 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3661 A user can always use only <EM>character</EM> keys in the startup list even
3662 if he or she is using <EM>function</EM> keys normally, or vice versa.
3663 If an element in this list is a string of characters surrounded by double
3664 quotes (&quot;) then it will be expanded into the individual characters in
3665 the string, excluding the double quotes.
3668 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3671 <DT> -install
3673 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3674 some basic information to help with getting properly set up.
3677 <DT> -k
3679 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3680 the input of commands to be function-keys.
3681 Otherwise, commands are linked to the regular character keys.
3684 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3685 <EM>Feature-List</EM>.
3688 <DT> -n <EM>n</EM>
3690 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3691 FOLDER INDEX screen with the current message being the specified
3692 message number.
3695 <DT> -nosplash
3697 <DD> <EM>PC-Alpine</EM> only.
3698 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3699 This may be helpful for certain troubleshooting or terminal server scenarios.
3702 <DT> -o <EM>folder</EM>
3704 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3707 <DT> -p <EM>pinerc</EM>
3709 <DD> Uses the named file as the personal configuration file instead of
3710 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3711 Alpinerc may be either a local file or a remote configuration folder.
3714 <DT> -P <EM>pinerc</EM>
3716 <DD> Uses the named file as the system wide configuration file instead of
3717 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3718 Alpinerc may be either a local file or a remote configuration folder.
3721 <DT> -passfile <EM>passfile</EM>
3723 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3724 This should be a fully-qualified filename.
3727 <DT> -pinerc <EM>file</EM>
3729 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3730 settings of variables that the user has made.
3731 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3734 <DT> -r
3736 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3737 <EM>Alpine</EM> in restricted mode can only send email to itself.
3738 Save and export are limited.
3741 <DT> -registry <EM>cmd</EM>
3743 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3744 <EM>Alpine</EM>'s registry entries.
3745 Possible values for <EM>cmd</EM> are set, clear, and dump.
3746 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3747 entries according to its current settings.
3748 <EM>Clear</EM> will clear the registry values.
3749 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3750 <EM>Dump</EM> will display the values of current registry settings.
3751 Note that the dump command is currently disabled.
3752 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3753 the registry only if there currently aren't any values set.
3756 <DT> -sort <EM>key</EM>
3758 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3759 FOLDER INDEX screen.
3760 <EM>Key</EM> can have the following values: 
3761 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3762 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3763 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3764 The default value is &quot;arrival&quot;.
3765 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3768 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3771 <DT> -uninstall
3773 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3774 in Windows settings.  The registry settings are removed and
3775 the password cache is cleared.
3778 <DT> -url <EM>url</EM>
3780 <DD> Open the given URL.
3783 <DT> -v
3785 <DD> Version:  Print version information to the screen.
3788 <DT> -x <EM>exceptions_config</EM>
3790 <DD> Configuration settings in the exceptions configuration override your normal
3791 default settings.
3792 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3795 <DT> -z
3797 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3798 will suspend the <EM>Alpine</EM> session.
3801 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3802 <EM>Feature-List</EM>.
3805 <DT> -<EM>option</EM>=<EM>value</EM>
3807 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3808 For example, <EM>-signature-file=sig1</EM> or
3809 <EM>-Feature-List=signature-at-bottom</EM>.
3810 Note:  Feature-List values are
3811 additive and features may be preceded with no- to turn them off.
3812 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3813 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3814 <EM>-Feature-List=signature-at-bottom</EM>.
3817 </DL>
3819 &lt;End of help on this topic&gt;
3820 </BODY>
3821 </HTML>
3822 ===== h_configuring_news ======
3823 <HTML>
3824 <HEAD>
3825 <TITLE>CONFIGURING NEWS</TITLE>
3826 </HEAD>
3827 <BODY>
3828 <H1>CONFIGURING NEWS</H1>
3829 Alpine can access news folders in any one of three different ways:
3830 <DL>
3831 <DT>REMOTE NNTP</DT>
3832 <DD>Using the Network News Transport Protocol (NNTP) to
3833 access news on a remote news server.  In this case the newsrc file is
3834 stored on the machine where Alpine is running.
3837 To specify a remote news-collection accessed via NNTP use the
3838 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3839 Server: value to the NNTP server's hostname appended with the
3840 communication method &quot;/service=NNTP&quot;, and set the Path:
3841 value to the &quot;#news.&quot; namespace (without the quotes).  See
3842 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3843 help text for a more complete explanation of access method, and the
3844 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3845 text for a more complete explanation of &quot;namespace&quot;.
3847 Instead of specifying a news-collection, you may simply set the
3848 <A HREF="h_config_nntp_server">NNTP Server</A>
3849 option, which will cause Alpine to create a default news-collection for you.
3850 Another NNTP option that may be of interest is
3851 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3853 <DT>REMOTE IMAP</DT>
3854 <DD>Using the Internet Message Access Protocol (IMAP) to
3855 access news on a remote news server.  In this case, your newsrc file is
3856 stored on the news server, in your home directory, so you must have an
3857 account on the news server, but you would be running Alpine on a different
3858 machine.  The news server must be running an IMAPd server process. 
3861 To specify a remote news-collection accessed via IMAP use the
3862 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3863 Server: value to the IMAP server's hostname, and set the Path: value
3864 to the &quot;#news.&quot; namespace (without the quotes).  See the
3865 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3866 text for a more complete explanation of &quot;namespace&quot;.
3868 </DD>
3870 <DT>LOCAL</DT>
3871 <DD>Using local file access to the news database.  In this
3872 case, your newsrc file is stored on the news server, in your home
3873 directory, so you must have an account on the news server, and you would
3874 be running Alpine on the same machine.
3877 To specify a local news-collection use the SETUP/collectionList
3878 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3879 set the Path: value to the &quot;#news.&quot; namespace (without the
3880 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3881 field's help text for a more complete explanation of &quot;namespace&quot;.
3883 </DD>
3884 </DL>
3888 NOTE: Should no news-collection be defined as above, Alpine will
3889 automatically create one using the Setup/Config screen's
3890 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3891 will be created as a &quot;Remote NNTP&quot; as described above.
3895 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3896 possible.  If you don't have an account on the news server, or if the news
3897 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3898 sure, ask your service provider, university, or company for help.)  In
3899 this case, your Unix .newsrc file can be transferred to your PC.  A good
3900 place to put it would be in the same directory as your PINERC file, under
3901 the name NEWSRC, but you can 
3902 <A HREF="h_config_newsrc_path">specify a different location</A>
3903 via Alpine's Setup/Config screen.
3906 Other configuration features related to news are
3907 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3908 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3909 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3910 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3911 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3912 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3913 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3914 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3917 &lt;End of help on this topic&gt;
3918 </BODY>
3919 </HTML>
3920 ===== h_reading_news ======
3921 <HTML>
3922 <HEAD>
3923 <TITLE>READING NEWS</TITLE>
3924 </HEAD>
3925 <BODY>
3926 <H1>READING NEWS</H1>
3928 Alpine uses almost the same commands for manipulating news folders as for
3929 mail folders.  This means, for example, that when you are done with a
3930 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3931 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3932 most newsreaders, wherein a message is implicitly dismissed after you have
3933 looked at it once. We strongly believe that Alpine should offer as much
3934 consistency as possible between mail and news, so the mail paradigm --
3935 wherein a message does not magically disappear without explicit action by
3936 the user -- is used for news as well. <P>
3938 If you answer a message in a news folder, the index view will show the
3939 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3940 keep track of what news as been read has no way of storing this flag, so
3941 it will not be preserved across sessions.  The Deleted flag is the only
3942 one that is preserved when you leave and then return to a newsgroup.  As an
3943 additional note on replies, when you Reply to a newsgroup message and say
3944 you want to reply to all recipients, Alpine will ask if you want to post the
3945 message to all the newsgroups listed in the original message. <P>
3947 If you would like Alpine to mark more-or-less recent news messages as
3948 &quot;New&quot;, then set the
3949 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3950 feature (which is set by default).  This will cause messages after the last one you have marked as
3951 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3952 &quot;N&quot; status often makes it easier to distinguish later news
3953 articles from those you've previously seen, but not yet disposed of via
3954 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3955 record of which messages you have not seen.
3958 A frequent operation in news-reading is &quot;catching up&quot; -- that
3959 is, getting rid of all the messages in the newsgroup so that you can
3960 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3961 Select command.  You would enter the following four keystrokes:
3962 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3963 dismiss) command to all of them.
3966 There are also additional details on 
3967 <A HREF="h_configuring_news">configuring news</a>.
3970 &lt;End of help on this topic&gt;
3971 </BODY>
3972 </HTML>
3973 ====== h_help_index ======
3974 <HTML>
3975 <HEAD>
3976 <TITLE>Help Index</TITLE>
3977 </HEAD>
3978 <BODY>
3979 <H1>Help Index</H1>
3980 <ul>
3981 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3982 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3983 <li><a href="h_main_addrbook">Address Book Command</a>
3984 <li><a href="h_abook_view">Address Book View Explained</a>
3985 <li><a href="h_compose_addrcomplete">Address Completion</a>
3986 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3987 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3988 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3989 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3990 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3991 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3992 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3993 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3994 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3995 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3996 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3997 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3998 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3999 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
4000 <li><a href="h_news_legal">Alpine Legal Notices</a>
4001 <li><a href="h_compose_alted">Alt Editor Command</a>
4002 <li><a href="h_index_cmd_apply">Apply Command</a>
4003 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
4004 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
4005 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
4006 <li><a href="h_composer_browse">BROWSER</a>
4007 <li><a href="h_common_bounce">Bounce Command</a>
4008 <li><a href="h_compose_cancel">Cancel Command</a>
4009 <li><a href="h_config_change_your_from">Changing your From Address</a>
4010 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
4011 <li><a href="h_mainhelp_color">Color</a>
4012 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
4013 <li><a href="h_composer">COMPOSER COMMANDS</a>
4014 <li><a href="h_mainhelp_composing">Composing Messages</a>
4015 <li><a href="h_mainhelp_collections">Collection Lists</a>
4016 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
4017 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
4018 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
4019 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
4020 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
4021 <li><a href="h_common_compose">Compose Command</a>
4022 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
4023 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
4024 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
4025 <li><a href="h_mainhelp_config">Configuration</a>
4026 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
4027 <li><a href="h_config_dflt_color">Default Color</a>
4028 <li><a href="h_common_delete">Delete and Undelete Commands</a>
4029 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
4030 <li><a href="h_special_list_commands">Email List Commands Explained</a>
4031 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
4032 <li><a href="h_folder_open">Explanation of Folder Selection</a>
4033 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
4034 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
4035 <li><a href="h_ge_export">Export File Selection</a>
4036 <li><a href="h_ge_allparts">Export Message File Selection</a>
4037 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
4038 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
4039 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
4040 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
4041 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
4042 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
4043 <li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a>
4044 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
4045 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
4046 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
4047 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
4048 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
4049 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
4050 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
4051 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
4052 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
4053 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
4054 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
4055 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
4056 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
4057 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
4058 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
4059 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
4060 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
4061 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
4062 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
4063 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
4064 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
4065 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
4066 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
4067 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
4068 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
4069 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
4070 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
4071 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
4072 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
4073 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
4074 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
4075 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
4076 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
4077 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
4078 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
4079 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
4080 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
4081 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
4082 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
4083 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
4084 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
4085 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
4086 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
4087 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
4088 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
4089 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
4090 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
4091 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
4092 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
4093 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
4094 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
4095 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
4096 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
4097 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
4098 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
4099 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
4100 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
4101 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
4102 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
4103 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
4104 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
4105 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
4106 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
4107 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
4108 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
4109 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
4110 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
4111 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
4112 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
4113 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
4114 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
4115 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
4116 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
4117 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
4118 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
4119 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
4120 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
4121 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
4122 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
4123 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
4124 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
4125 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
4126 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
4127 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
4128 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
4129 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
4130 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
4131 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
4132 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
4133 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
4134 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
4135 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
4136 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
4137 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
4138 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
4139 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
4140 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
4141 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
4142 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
4143 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
4144 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
4145 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
4146 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
4147 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
4148 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
4149 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
4150 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
4151 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
4152 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
4153 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
4154 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
4155 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
4156 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
4157 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
4158 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
4159 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
4160 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
4161 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
4162 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
4163 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
4164 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
4165 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
4166 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
4167 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
4168 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
4169 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
4170 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
4171 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
4172 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
4173 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
4174 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
4175 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
4176 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
4177 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
4178 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
4179 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
4180 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
4181 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
4182 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
4183 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
4184 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
4185 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
4186 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
4187 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
4188 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
4189 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
4190 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
4191 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
4192 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
4193 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
4194 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
4195 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
4196 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
4197 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
4198 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
4199 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
4200 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
4201 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
4202 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
4203 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
4204 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
4205 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
4206 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
4207 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
4208 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
4209 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
4210 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
4211 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
4212 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
4213 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
4214 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
4215 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
4216 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
4217 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
4218 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
4219 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
4220 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
4221 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
4222 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
4223 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
4224 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
4225 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
4226 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
4227 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
4228 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
4229 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
4230 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
4231 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
4232 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
4233 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
4234 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
4235 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
4236 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
4237 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
4238 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
4239 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
4240 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
4241 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
4242 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
4243 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
4244 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
4245 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
4246 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
4247 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
4248 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
4249 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
4250 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
4251 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
4252 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
4253 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
4254 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
4255 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
4256 <li><a href="h_mainhelp_filtering">Filtering</a>
4257 <li><a href="h_finding_help">Finding more information and requesting help</a>
4258 <li><a href="h_common_flag">Flag Command</a>
4259 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
4260 <li><a href="h_mainhelp_folders">Folders</a>
4261 <li><a href="h_what_are_collections">Folder Collections Explained</a>
4262 <li><a href="h_common_folders">Folder List Command</a>
4263 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
4264 <li><a href="h_folder_save">Folder Select for Save Explained</a>
4265 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
4266 <li><a href="h_config_change_your_from">From Address, Changing</a>
4267 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
4268 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
4269 <li><a href="h_common_goto">Goto Command</a>
4270 <li><a href="h_common_hdrmode">HdrMode Command</a>
4271 <li><a href="h_mainhelp_pinehelp">Help</a>
4272 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
4273 <li><a href="h_folder_maint">Help for Folder List</a>
4274 <li><a href="h_valid_folder_names">IMAP</a>
4275 <li><a href="h_ge_import">Import File Selection</a>
4276 <li><a href="h_mainhelp_index">Index of Messages</a>
4277 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
4278 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
4279 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
4280 <li><a href="h_info_on_mbox">Information on mbox driver</a>
4281 <li><a href="h_mainhelp_intro">Introduction</a>
4282 <li><a href="h_main_journal">Journal Command</a>
4283 <li><a href="h_common_jump">Jump Command</a>
4284 <li><a href="h_compose_justify">Justify Command</a>
4285 <li><a href="h_main_kblock">Keyboard Lock Command</a>
4286 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
4287 <li><a href="h_mainhelp_ldap">LDAP</a>
4288 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
4289 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
4290 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
4291 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
4292 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
4293 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
4294 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
4295 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
4296 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
4297 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
4298 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
4299 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
4300 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
4301 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
4302 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
4303 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
4304 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
4305 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
4306 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
4307 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
4308 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
4309 <li><a href="h_ldap_view">LDAP Response View Explained</a>
4310 <li><a href="h_maildrop">Mail Drop: What is it?</a>
4311 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
4312 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
4313 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
4314 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
4315 <li><a href="h_common_index">Message Index Command</a>
4316 <li><a href="h_mainhelp_mouse">Mouse</a>
4317 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
4318 <li><a href="new_user_greeting">NEW USER GREETING</a>
4319 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
4320 <li><a href="h_mainhelp_readingnews">News Reading</a>
4321 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
4322 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
4323 <li><a href="h_common_nextnew">NextNew Command</a>
4324 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
4325 <li><a href="h_mainhelp_readingnews">NNTP</a>
4326 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
4327 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
4328 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
4329 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
4330 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
4331 <li><a href="h_config_color_style">OPTION: Color Style</a>
4332 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
4333 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
4334 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
4335 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
4336 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
4337 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
4338 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
4339 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
4340 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
4341 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
4342 <li><a href="h_config_encryption_range">OPTION: <!--#echo var="VAR_encryption-protocol-range"--></a>
4343 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
4344 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
4345 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
4346 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
4347 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
4348 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
4349 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
4350 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
4351 <li><a href="h_config_file_dir">OPTION: File Directory</a>
4352 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4353 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4354 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4355 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4356 <li><a href="h_config_font_name">OPTION: Font Name</a>
4357 <li><a href="h_config_font_size">OPTION: Font Size</a>
4358 <li><a href="h_config_font_style">OPTION: Font Style</a>
4359 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4360 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4361 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4362 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4363 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4364 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4365 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4366 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
4367 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4368 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4369 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4370 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4371 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4372 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4373 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4374 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4375 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4376 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4377 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4378 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4379 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4380 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4381 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4382 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4383 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4384 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4385 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4386 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4387 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4388 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4389 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4390 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4391 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4392 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4393 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4394 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4395 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4396 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4397 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4398 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4399 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4400 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4401 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4402 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4403 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4404 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4405 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4406 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4407 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4408 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4409 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4410 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4411 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4412 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4413 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4414 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4415 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4416 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4417 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4418 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4419 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4420 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4421 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4422 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4423 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4424 <li><a href="h_config_printer">OPTION: Printer</a>
4425 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4426 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4427 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4428 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4429 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4430 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4431 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4432 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4433 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4434 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4435 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4436 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4437 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4438 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4439 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4440 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4441 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4442 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4443 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4444 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4445 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4446 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4447 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4448 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4449 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4450 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4451 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4452 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4453 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4454 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4455 <li><a href="h_config_status_color">OPTION: Status Color</a>
4456 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4457 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4458 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4459 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4460 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4461 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4462 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4463 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4464 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4465 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4466 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4467 <li><a href="h_config_title_color">OPTION: Title Color</a>
4468 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4469 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4470 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4471 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4472 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4473 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4474 <li><a href="h_config_history">OPTION: <!--#echo var="VAR_default-directories"--></a>
4475 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4476 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4477 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4478 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4479 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4480 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4481 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4482 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4483 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4484 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4485 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4486 <li><a href="h_mainhelp_patterns">Patterns</a>
4487 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4488 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4489 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4490 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4491 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4492 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4493 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4494 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4495 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4496 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4497 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4498 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4499 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4500 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4501 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4502 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4503 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4504 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4505 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4506 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4507 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4508 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4509 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4510 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4511 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4512 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4513 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4514 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4515 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4516 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4517 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4518 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4519 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4520 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4521 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4522 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4523 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4524 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4525 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4526 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4527 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4528 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4529 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4530 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4531 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4532 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4533 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4534 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4535 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4536 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4537 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4538 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4539 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4540 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4541 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4542 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4543 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4544 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4545 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4546 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4547 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4548 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4549 <li><a href="h_common_pipe">Pipe Command</a>
4550 <li><a href="h_valid_folder_names">POP</a>
4551 <li><a href="h_common_postpone">Postpone Command</a>
4552 <li><a href="h_common_print">Print Command</a>
4553 <li><a href="h_mainhelp_readingnews">Reading News</a>
4554 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4555 <li><a href="h_mainhelp_roles">Roles</a>
4556 <li><a href="h_role_select">ROLES SCREEN</a>
4557 <li><a href="h_compose_readfile">Read File Command</a>
4558 <li><a href="h_mainhelp_reading">Reading Messages</a>
4559 <li><a href="h_main_release_notes">Release Notes Command</a>
4560 <li><a href="h_common_reply">Reply and Forward Commands</a>
4561 <li><a href="h_compose_richhdr">Rich Header Command</a>
4562 <li><a href="h_common_role">Role Command</a>
4563 <li><a href="h_mainhelp_smime">S/MIME</a>
4564 <li><a href="h_index_cmd_select">Searching for Messages</a>
4565 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4566 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4567 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4568 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4569 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4570 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4571 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4572 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4573 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4574 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4575 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4576 <li><a href="h_common_save">Save and Export Commands</a>
4577 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4578 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4579 <li><a href="h_compose_send">Send Command</a>
4580 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4581 <li><a href="h_main_setup">Setup Command</a>
4582 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4583 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4584 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4585 <li><a href="h_mainhelp_smime">S/MIME</a>
4586 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4587 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4588 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4589 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4590 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4591 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4592 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4593 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4594 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4595 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4596 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4597 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4598 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4599 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4600 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4601 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4602 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4603 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4604 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4605 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4606 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4607 <li><a href="h_index_cmd_sort">Sort Command</a>
4608 <li><a href="h_compose_spell">Spell Check Command</a>
4609 <li><a href="h_common_suspend">Suspend Command</a>
4610 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4611 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4612 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4613 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4614 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4615 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4616 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4617 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4618 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4619 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4620 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4621 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4622 <li><a href="h_common_take">TakeAddr Command</a>
4623 <li><a href="h_mainhelp_status">Titlebar Line</a>
4624 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4625 <li><a href="h_config_usenone_color">Use None Color</a>
4626 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4627 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4628 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4629 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4630 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4631 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4632 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4633 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4634 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4635 </UL>
4638 &lt;End of Help Index&gt;
4639 </BODY>
4640 </HTML>
4643 ============== h_config_remote_config =============
4644 <HTML>
4645 <HEAD>
4646 <TITLE>Remote Configuration</TITLE>
4647 </HEAD>
4648 <BODY>
4649 <H1>Remote Configuration</H1>
4651 You may use the command line argument &quot;-p pinerc&quot; to tell
4652 Alpine to use a non-default configuration file.
4653 There are two types of storage for configuration information.
4654 <EM>Local</EM> configuration files are used by default.
4655 These are just regular files on the UNIX system or on the PC.
4656 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4657 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4658 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4659 The advantage of using a remote configuration is that the same information
4660 may be accessed from multiple platforms.
4661 For example, if you use one computer at work and another at home, the same
4662 configuration could be used from both places.
4663 A configuration change from one place would be seen in both places.
4664 To use a remote configuration you simply give a
4665 <A HREF="h_valid_folder_names">remote folder name</A>
4666 as the argument to the &quot;-p&quot; command line option.
4667 The command line might look something like:
4669 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4671 If there are special characters in the command shell you use, you may need to
4672 quote the last argument (to protect the curly braces from the shell).
4673 The command might look like:
4675 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4677 You should choose a folder name for a folder that does not yet exist.
4678 It will be created containing an empty configuration.
4679 Do not use a folder that you wish to store regular mail messages in.
4681 The Setup/RemoteConfigSetup command will help you convert from a local
4682 configuration to a remote configuration.
4683 It will create a remote configuration for you and copy your current local
4684 configuration to it.
4685 It will also help you convert local address books into remote address books
4686 and local signature files into literal signatures contained in the
4687 remote configuration file.
4689 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4690 may copy a local pinerc file to a remote configuration folder by hand
4691 by using the command line option &quot;-copy_pinerc&quot;.
4693 Another command line option, which is somewhat related to remote
4694 configuration, is the option &quot;-x exceptions_config&quot;.
4695 The configuration settings in the exceptions configuration override
4696 your default settings.
4697 It may be useful to store the default configuration (the -p argument) remotely
4698 and to have the exceptions configuration stored in a local file.
4699 You might put generic configuration information in the remote configuration
4700 and platform-specific configuration on each platform in the exceptions
4701 configuration.
4702 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4703 can be either remote folders or local files.
4705 There is another command line argument that works only with PC-Alpine and
4706 which may prove useful when using a remote configuration.
4707 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4708 to store your local auxiliary files.
4709 This only has an effect if your configuration file is remote.
4710 Some examples of auxiliary files are debug files, address book files, and
4711 signature files.
4713 &lt;End of help on this topic&gt;
4714 </BODY>
4715 </HTML>
4716 ============== h_config_exceptions =============
4717 <HTML>
4718 <HEAD>
4719 <TITLE>Generic and Exceptional Configuration</TITLE>
4720 </HEAD>
4721 <BODY>
4722 <H1>Generic and Exceptional Configuration</H1>
4724 If you use Alpine from more than one platform it may be convenient
4725 to split your configuration information into two pieces, a generic piece
4726 and exceptions that apply to a particular platform.
4727 For example, suppose you use Alpine from home and from work.
4728 Most of your configuration settings are probably the
4729 same in both locations, so those settings belong in the generic settings
4730 configuration.
4731 However, you may use a different SMTP server and INBOX
4732 from home than you do from work.
4734 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4736 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4737 options could be
4738 part of your exceptional configuration so that they could be different in the
4739 two places.
4741 The command line option &quot;-x exceptions_config&quot;
4742 may be used to split your configuration into generic and exceptional pieces.
4743 &quot;Exceptions_config&quot; may be either local or remote.
4744 The regular Alpine configuration file will contain the generic data, and
4745 &quot;exceptions_config&quot; will contain the exceptional data.
4747 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4748 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4749 in the same local directory that the regular config file is located in (usually
4750 the Unix home directory).
4751 If the regular config file is remote (because the command line option
4752 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4753 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4754 If the file does not already exist then no exceptions will be used.
4755 You can force exceptions to be used by using the &quot;-x&quot; option or
4756 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4758 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4759 PC-Alpine will use the value of the
4760 environment variable <CODE>$PINERCEX</CODE>.
4761 If that is not set, PC-Alpine will look for
4762 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4763 in the same local directory that the regular config file is located in.
4764 If the regular config file is remote (because the command line option
4765 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4766 local directory specified by the &quot;-aux local_directory&quot; command
4767 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4768 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4770 When you have an exception configuration there is a new command
4771 in the Alpine Setup screen, Setup/eXceptions.
4772 It toggles between exceptions and the regular configuration.
4773 This is the usual way to make changes in your exceptional configuration data.
4774 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4775 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4776 for Config or &quot;K&quot; for Kolor.
4778 For most people, splitting the configuration information into two pieces is
4779 going to be most useful if the generic information is accessed
4780 <A HREF="h_config_remote_config">remotely</A>).
4781 That data will be the same no matter where you access it from and if you
4782 change it that change will show up everywhere.
4783 The exceptional data will most commonly be in a local file, so that the
4784 contents may easily be different on each computing platform used.
4786 If you already have a local configuration file with settings you like
4787 you may find that the command Setup/RemoteConfigSetup is useful
4788 in helping you convert to a remote configuration.
4789 The command line flag &quot;-copy_pinerc&quot;
4790 may also be useful.
4792 &lt;End of help on this topic&gt;
4793 </BODY>
4794 </HTML>
4795 ============== h_config_inheritance =============
4796 <HTML>
4797 <HEAD>
4798 <TITLE>Configuration Inheritance</TITLE>
4799 </HEAD>
4800 <BODY>
4801 <H1>Configuration Inheritance</H1>
4803 Configuration inheritance is a power user feature.
4804 It is confusing and not completely supported by the configuration
4805 user interface.
4806 We start with an explanation of how configuration works in hopes of making
4807 it easier to describe how inheritance works.
4809 Alpine uses a hierarchy of configuration values from different locations.
4810 There are five ways in which each configuration option (configuration
4811 variable) can be set.
4812 In increasing order of precedence they are:
4814 <OL>
4815 <LI> the system-wide configuration file.
4817 <LI> the personal configuration file
4819 <LI> the personal exceptions file
4821 <LI> a command line argument
4823 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4824 </OL>
4826 The fixed configuration file is normally
4827 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4829 The system-wide configuration file is normally
4830 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4831 set for PC-Alpine.
4832 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4833 is used for the system-wide configuration.
4834 This location can be set or changed on the command line with the -P flag.
4835 The system-wide configuration file can be either a local file or a
4836 remote configuration folder.
4838 For Unix Alpine, the personal configuration file is normally the file
4839 <CODE>.pinerc</CODE> in the user's home directory.
4840 This can be changed with the -p command line flag.
4841 For PC-Alpine, the personal configuration file is in
4842 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4843 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4844 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4845 This can be changed with the -p command line flag.
4846 If -p is used, the configuration data may be in a local file or a remote config
4847 folder.
4849 For Unix Alpine, the personal exceptions configuration file is named
4850 <CODE>.pinercex</CODE> and is in the same directory as the personal
4851 configuration file, if that configuration file is not remote, and is in
4852 the home directory if the personal configuration file is remote.
4853 If the file exists, then exceptions are turned on.
4854 If it doesn't, then you are not using exceptions.
4855 Alternatively, you may change the location of the exceptions configuration
4856 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4857 Like the personal configuration data, exceptions_config may be
4858 either local or remote.
4860 For PC-Alpine, the personal exceptions configuration file is named
4861 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4862 configuration file unless the personal configuration file is remote.
4863 In that case, it is in the local directory specfied by the
4864 &quot;-aux local_directory&quot; command line argument.
4865 (In the case that the personal configuration is remote and there is no
4866 &quot;-aux&quot; command line argument, Alpine searches for
4867 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4868 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4869 If the file exists, then exceptions are turned on.
4870 If it doesn't, then you are not using exceptions.
4871 You may change the location of the exceptions configuration
4872 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4873 or with the
4874 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4875 option).
4877 To reiterate, the value of a configuration option is taken from the
4878 last location in the list above in which it is set.
4879 Or, thinking about it slightly differently, a default value for an option
4880 is established in the system-wide configuration file (or internally by Alpine
4881 if there is no value in the system-wide file).
4882 That default remains in effect until and unless it is overridden by a value in a
4883 location further down the list, in which case a new &quot;default&quot;
4884 value is established.
4885 As we continue down the list of locations we either retain the
4886 value at each step or establish a new value.
4887 The value that is still set after going through the whole list of
4888 configuration locations is the one that is used.
4890 So, for example, if an option is set in the system-wide configuration
4891 file and in the personal configuration file, but is not set in the
4892 exceptions, on the command line, or in the fixed file; then the value
4893 from the personal configuration file is the one that is used.
4894 Or, if it is set in the system-wide config, in the personal config, not
4895 in the exceptions, but is set on the command line; then the value
4896 on the command line is used.
4898 Finally we get to inheritance.
4899 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4900 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4901 the inheritance mechanism makes it possible to <EM>combine</EM>
4902 the values from different locations instead of <EM>replacing</EM> the value.
4903 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4904 for which you may already set whatever you want at
4905 any configuration location (by using the &quot;no-&quot; prefix if
4906 necessary).
4908 To use inheritance, set the first item in a configuration list to the
4909 token &quot;INHERIT&quot;, without the quotes.
4910 If the first item is &quot;INHERIT&quot;,
4911 then instead of replacing the default value established so far, the rest of
4912 the list is appended to the default value established so far and that is
4913 the new value.
4915 Here is an example which may make it clearer. Suppose we have:
4917 <PRE>
4918  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4919  Personal config    :   smtp-server = INHERIT, mysmtp.home
4920  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4921  Command line       :   smtp-server = &lt;No Value Set&gt;
4922  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4923 </PRE>
4926 This would result in an effective smtp-server option of
4928 <PRE>
4929  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4930 </PRE>
4932 The &quot;INHERIT&quot; token can be used in any of the configuration files
4933 and the effect cascades.
4934 For example, if we change the above example to:
4936 <PRE>
4937  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4938  Personal config    :   smtp-server = INHERIT, mysmtp.home
4939  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4940  Command line       :   smtp-server = &lt;No Value Set&gt;
4941  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4942 </PRE>
4945 This would result in:
4947 <PRE>
4948  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4949 </PRE>
4951 Unset variables are skipped over (the default value is carried forward) so
4952 that, for example:
4954 <PRE>
4955  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4956  Personal config    :   smtp-server = &lt;No Value Set&gt;
4957  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4958  Command line       :   smtp-server = &lt;No Value Set&gt;
4959  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4960 </PRE>
4963 produces:
4965 <PRE>
4966  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4967 </PRE>
4970 If any later configuration location has a value set (for a particular list
4971 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4972 then that value replaces whatever value has been defined up to that point.
4973 In other words, that cancels out any previous inheritance.
4975 <PRE>
4976  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4977  Personal config    :   smtp-server = INHERIT, mysmtp.org
4978  Exceptions config  :   smtp-server = yoursmtp.org
4979  Command line       :   smtp-server = &lt;No Value Set&gt;
4980  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4981 </PRE>
4984 results in:
4986 <PRE>
4987  smtp-server = yoursmtp.org
4988 </PRE>
4991 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4992 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4993 difficult to insert the value &quot;INHERIT&quot; into the list of values
4994 for the option using the normal Setup tools.
4995 In other words, the color setting screen (for example) does not
4996 provide a way to input the text &quot;INHERIT&quot; as the first
4997 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4998 The way to do this is to either edit the pinerc file directly and manually
4999 insert it, or turn
5000 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
5001 feature and insert it using the Setup/Config screen.
5003 &lt;End of help on this topic&gt;
5004 </BODY>
5005 </HTML>
5006 ============== h_special_xon_xoff =============
5007 <HTML>
5008 <HEAD>
5009 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
5010 </HEAD>
5011 <BODY>
5012 <H1>XOFF/XON Handling within Alpine</H1>
5014 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
5015 and XON) as normal characters, even though Alpine does not use them.
5016 However, the printer, modem, or communication software you are using may
5017 be configured for &quot;software flow control,&quot; which means that
5018 XON/XOFF must be treated as special characters by the operating system.
5019 If you see messages such as &quot;^S not defined for this screen&quot;,
5020 then your system is probably using software flow control. In this case
5021 you will need to set the
5022 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
5023 feature.
5025 If you <EM>do</EM> set this
5026 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
5027 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
5028 and see if that puts things right.  Printing via the
5029 &quot;attached-to-ansi&quot; or 
5030 &quot;attached-to-wyse&quot;
5031 option will automatically enable software
5032 flow-control handling for the duration of the printing.
5034 &lt;End of help on this topic&gt;
5035 </BODY>
5036 </HTML>
5037 ============= h_special_help_nav =============
5038 <HTML>
5039 <HEAD>
5040 <TITLE>Help Text Navigation Explained</TITLE>
5041 </HEAD>
5042 <BODY>
5043 <H1>Help Text Navigation Explained</H1>
5045 Alpine contains extensive context-sensitive help text.   At any point, 
5046 pressing the &quot;?&quot; key will bring up a page of help text
5047 explaining the options available to you.  You can leave the help
5048 text screen and return to normal Alpine operation by pressing
5050 <!--chtml if pinemode="function_key"-->
5051 F3 function
5052 <!--chtml else-->
5053 &quot;E&quot;
5054 <!--chtml endif-->
5055 key to Exit Help at any time.
5058 Within the help screen you might find a word or phrase displayed in 
5059 inverse text and others displayed in bold typeface.  Such words and
5060 phrases are used to tell you Alpine has more information available on
5061 the topic they describe.
5062 The inverted text is the &quot;selected&quot; topic.  
5063 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
5064 displayed in bold type
5065 is &quot;selected&quot;.
5066 Hit the Return key to display the information Alpine has available on that
5067 topic.  While viewing such additional information, the 
5068 <!--chtml if pinemode="function_key"-->
5069 F3 function
5070 <!--chtml else-->
5071 &quot;P&quot;
5072 <!--chtml endif-->
5073 key will return you to the previous help screen, and the
5074 <!--chtml if pinemode="function_key"-->
5075 F2 function
5076 <!--chtml else-->
5077 &quot;E&quot;
5078 <!--chtml endif-->
5079 key will Exit the Help system altogether.
5082 The "N" command will tell you the internal name of the help text you are 
5083 reading each time, so that you can send this name in the text of a message 
5084 and create a direct link to that internal help using the x-pine-help URL 
5085 scheme. For example, the direct link to this item is 
5086 x-pine-help:h_special_help_nav. If you add this text to a message, then
5087 a person using Pine to read such message would have a direct link to this
5088 help text.
5091 When you are finished reading this help text, you can press the
5092 <!--chtml if pinemode="function_key"-->
5093 F3 function
5094 <!--chtml else-->
5095 &quot;P&quot;
5096 <!--chtml endif-->
5097 key to return to the previously displayed help text.
5100 &lt;End of help on this topic&gt;
5101 </BODY>
5102 </HTML>
5103 ============= h_special_list_commands =============
5104 <HTML>
5105 <HEAD>
5106 <TITLE>Email List Commands Explained</TITLE>
5107 </HEAD>
5108 <BODY>
5109 <H1>Email List Commands Explained</H1>
5111 Electonic mail lists provide a way for like-minded users to join in
5112 discussions on topics of interest.  The email list itself is 
5113 represented by a
5114 single address that participants send messages to when they have
5115 something of interest to share with other members of the list.  The
5116 receiving computer then, either automatically or after review by the
5117 list's owner (or moderator), sends a copy of that message to each
5118 member of the list.
5121 Usually, subscribing and unsubscribing is done by sending requests in
5122 an email message to a special address setup to handle managing list
5123 membership.  Often this is the name of the list followed by
5124 <I>-request</I>.  This address is almost <EM>never</EM> the same as
5125 the address used to send messages to the list.
5128 Unfortunately, email list participation commands are more a matter
5129 of convention than standard, and thus may vary from list to list.
5130 Increasingly, list management software is adding information to
5131 the copy of the postings as they're copied to the list members that
5132 explains how to do the various list management functions.
5135 Alpine will recognize this information and offer the management commands
5136 they represent in a simple display. One or more of the following
5137 operations will be made available:
5139 <DL>
5140 <DT>Help</DT>
5141 <DD>
5142 A method to get help on subscribing, unsubscribing, 
5143 an explanation of what the list is about, or special instructions
5144 for participation.  This may be in the form of a reply in response
5145 to an email message, or instructions on how to connect to a Web site.
5146 </DD>
5148 <DT>Unsubscribe</DT>
5149 <DD>
5150 A method to get your email addressed removed from the list of
5151 recipients of the email list.
5152 </DD>
5154 <DT>Subscribe</DT>
5155 <DD>
5156 A method to get your email address added to the list of recipients
5157 of the email list.  It may be in the form of a message sent to 
5158 a special address or you may be connected to a web site.
5159 <DD>
5160 </DD>
5162 <DT>Post</DT>
5163 <DD>
5164 A method used to post to the email list.  However, it might also 
5165 indicate that no posting is allowed directly to the list.
5166 </DD>
5168 <DT>Owner</DT>
5169 <DD>
5170 A method to contact the list owner for special questions you might
5171 have regarding the list.
5172 </DD>
5174 <DT>Archive</DT>
5175 <DD>
5176 A method to view an archive of previous messages posted to the list.
5177 This may be in the form of a mail folder on a remote computer, an
5178 IMAP mailbox or even a Web site.
5179 </DD>
5180 </DL>
5183 &lt;End of help on this topic&gt;
5184 </BODY>
5185 </HTML>
5186 ============= h_quota_command =============
5187 <HTML>
5188 <HEAD>
5189 <TITLE>Quota Screen Explained</TITLE>
5190 </HEAD>
5191 <BODY>
5192 <H1>Quota Screen Explained</H1>
5194 <P> This screen summarizes the quota report for this mailbox in the
5195 IMAP server. For each resource that you have a quota, this reports summarizes
5196 its use and limit.
5198 <P> Your IMAP server administrator may have set a quota based either on 
5199 the total size of your mailbox (STORAGE), or the number of messages in 
5200 your mailbox (MESSAGES), or some other criteria. This will be reported
5201 to you indicating the type of quota, its total use and its limit.
5203 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
5204 1024 bytes. Each of the characters that you see in this help text is one 
5205 byte, and this help text is about 1 kibibyte in size. Small messages sent 
5206 by Alpine are normally less than 4 kibibytes in size (which includes 
5207 headers and text). Other email programs may send messages with bigger 
5208 sizes when they send messages, since they send plain text and an 
5209 alternative part in HTML.
5211 <P> A convenient way to save space for the STORAGE type of quota is by 
5212 deleting attachments. This is done on each individual message by pressing 
5213 the &quot;V&quot; command while reading the message text, then moving the cursor 
5214 to the position of the attachment that is to be deleted, then pressing
5215 &quot;D&quot; to delete such attachment, going back to reading the 
5216 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
5217 save the message in the same folder you are reading from. The saved 
5218 message will not have the attachment that was marked deleted. Now you
5219 can delete and expunge the message with the unwanted attachment.
5222 &lt;End of help on this topic&gt;
5223 </BODY>
5224 </HTML>
5225 ============= h_mail_thread_index =============
5226 <HTML>
5227 <HEAD>
5228 <TITLE>THREAD INDEX COMMANDS</TITLE>
5229 </HEAD>
5230 <BODY>                 
5231 <H1>THREAD INDEX COMMANDS</H1>
5232 <!--chtml if pinemode="function_key"-->
5233 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>
5234 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5235 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>
5236 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>
5237 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>
5238 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>
5239 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>
5240 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>
5241 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>
5242 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>
5243 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>
5244 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>
5245 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>
5246 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>
5247 <BR>
5248 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5249 -----------------------------<BR>
5250 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>
5251 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>
5252 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>
5253 <BR>
5254 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5255 -----------------------------<BR>
5256 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
5257 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
5258 <BR>
5259 <!--chtml else-->
5260 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>
5261 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5262 &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>
5263 &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>
5264 &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>
5265 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>
5266 &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>
5267 &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>
5268 &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>
5269 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>
5270 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5271 <BR>
5272 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
5273 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
5274 &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>
5275 &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>
5276 &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>
5277 &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>
5278 &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>
5279 &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>
5280 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
5281 <!--chtml endif-->
5284 NOTE:
5285 <OL>
5286  <LI>For help on a particular command, highlight the bold text associated
5287 with it above and hit Return.
5288  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5289 </OL>
5291 <H2>Description of the THREAD INDEX Screen</H2>
5293 The THREAD INDEX displays summary information from each
5294 thread (conversation) in the current folder.
5295 This is useful if you want to quickly
5296 scan new threads, or find a particular thread without having to go
5297 through the text of each message, or to quickly get rid of junk
5298 threads, etc.
5299 The current thread is always highlighted.
5300 Each line of the THREAD INDEX contains the following columns: <P>
5301 <DL>
5302  <DT>STATUS:</DT>
5303  <DD> The markings on the left side of the thread tell you about its
5304 status.  You may see one or more of the following codes on any given
5305 thread:
5306 <UL>
5307   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
5308   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
5309   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
5310   <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.
5311   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5312         message in the thread was sent to you as a cc:. This symbol will only show up if
5313         the feature
5314         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5315   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
5316         &quot;select&quot; command.  (Some systems may optionally allow selected
5317         messages to be denoted by the index line being displayed in bold
5318         type instead.)
5319   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5320       to mark at least one message in this thread as &quot;important&quot;.
5321 </UL></DD><P>
5323  <DT>THREAD NUMBER:</DT>
5324  <DD>Threads in a folder are numbered, from one through the number
5325 of threads in the folder, to help you know where you are in the folder.
5326 </DD><P>
5328  <DT>DATE STARTED:</DT>
5329  <DD>The date the thread was started. This is actually from the Date header
5330 of the first message in the thread. It doesn't take different time zones
5331 into account.</DD><P>
5333  <DT>WHO STARTED THE THREAD:</DT>
5334  <DD>This is usually the name of the sender of the first message in the thread, taken from
5335 the From header of the message.
5336 If there is no personal name given in that
5337 address, then the email address is used instead.
5338 If the message is from you (or from one of your
5339 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5340 then the recipient's name is shown here instead, with the characters
5341 &quot;To: &quot; inserted before the name.
5342 (The idea of this is that if you started the thread you would rather see who
5343 the mail was sent to instead of that the mail was from you.)
5344 In Newsgroups, if you are
5345 the sender and there are no email recipients, the newsgroup name will be
5346 listed after the &quot;To: &quot;.
5347 </DD><P>
5349  <DT>SIZE:</DT>
5350  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
5352  <DT>SUBJECT:</DT>
5353  <DD>As much of the thread's subject line as will fit on the screen.
5354 This is the subject of the first message in the thread.</DD>
5355 </DL>
5357 <P><UL>
5358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5359 </UL>
5361 &lt;End of help on this topic&gt;
5362 </BODY>
5363 </HTML>
5364 ============= h_mail_index =============
5365 <HTML>
5366 <HEAD>
5367 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5368 </HEAD>
5369 <BODY>                 
5370 <H1>MESSAGE INDEX COMMANDS</H1>
5371 <!--chtml if pinemode="function_key"-->
5372 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>
5373 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5374 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>
5375 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>
5376 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>
5377 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>
5378 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>
5379 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>
5380 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>
5381 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>
5382 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>
5383 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>
5384 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>
5385 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>
5386 <BR>
5387 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5388 -----------------------------<BR>
5389 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>
5390 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>
5391 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>
5392 <BR>
5393 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5394 -----------------------------<BR>
5395 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
5396 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>
5397 <BR>
5398 <!--chtml else-->
5399 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>
5400 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5401 &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>
5402 &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>
5403 &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>
5404 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>
5405 &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>
5406 &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>
5407 &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>
5408 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>
5409 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5410 Miscellaneous&nbsp;Operations<BR>
5411 ------------------------<BR>
5412 &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>
5413 &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>
5414 &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>
5415 &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>
5416 &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>
5417 &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>
5418 &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>
5419 &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>
5420 <!--chtml endif-->
5423 NOTE:
5424 <OL>
5425  <LI>For help on a particular command, highlight the bold text associated
5426 with it above and hit Return.
5427  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5428 </OL>
5430 <H2>Description of the MESSAGE INDEX Screen</H2>
5432 The MESSAGE INDEX displays summary information from each
5433 message in the current folder.
5434 This is useful if you want to quickly
5435 scan new messages, or find a particular message without having to go
5436 through the text of each message, or to quickly get rid of junk
5437 messages, etc.
5439 The current message is always highlighted
5440 and many commands operate on the current message.
5441 For example, the Delete command will delete the current message.
5442 If the folder is sorted by either Threads or OrderedSubject, then, depending
5443 on some of your configuration settings, a single line in the index may
5444 refer to an entire thread or to a subthread.
5445 If that is the case, then the commands that normally operate on the current
5446 message will operate on the thread or subthread instead.
5447 For example, the Delete command will delete the whole collapsed thread
5448 instead of just a single message.
5450 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5451 you can change this with the 
5452 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5453 in the SETUP CONFIGURATION screen): <P>
5454 <DL>
5455  <DT>STATUS:</DT>
5456  <DD> The markings on the left side of the message tell you about its
5457 status.  You may see one or more of the following codes on any given
5458 message:
5459 <UL>
5460   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5461          yet eXpunged the folder.
5462   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5463   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5464          to be answered.
5465   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5466          forward a message.
5467   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5468         directly to your account, your copy is not part of a cc: or a
5469         mailing list.
5470   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5471         message was sent to you as a cc:. This symbol will only show up if
5472         the feature
5473         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5474   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5475         &quot;select&quot; command.  (Some systems may optionally allow selected
5476         messages to be denoted by the index line being displayed in bold
5477         type.)
5478   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5479       to mark this message as &quot;important&quot;.
5480 </UL></DD><P>
5482  <DT>MESSAGE NUMBER:</DT>
5483  <DD>Messages in a folder are numbered, from one through the number
5484 of messages in the folder, to help you know where you are in the folder.
5485 These numbers are always in increasing order, even if you sort the folder
5486 in a different way.</DD><P>
5488  <DT>DATE SENT:</DT>
5489  <DD>The date the message was sent.  By default, messages are
5490 ordered by arrival time, not by date sent.  Most of the time, arrival time
5491 and date sent (effectively departure time) are similar.  Sometimes,
5492 however, the index will appear to be out of order because a message took a
5493 long time in delivery or because the sender is in a different time
5494 zone than you are. This date is just the date from the Date header
5495 field in the message.</DD><P>
5497  <DT>WHO SENT THE MESSAGE:</DT>
5498  <DD>This is usually the name of the sender of the message, taken from
5499 the From header of the message.
5500 If there is no personal name given in that
5501 address, then the email address is used instead.
5502 If the message is from you (or from one of your
5503 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5504 then the recipient's name is shown here instead, with the characters
5505 &quot;To: &quot; inserted before the name.
5506 (The idea of this is that if you sent the mail you would rather see who
5507 the mail was sent to instead of that the mail was from you.
5508 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5509 above.
5510 In particular, use the FROM token or the FROMORTONOTNEWS token
5511 in place of the FROMORTO token.)
5512 In Newsgroups, if you are
5513 the sender and there are no email recipients, the newsgroup name will be
5514 listed after the &quot;To: &quot;. </DD><P>
5516  <DT>SIZE:</DT>
5517  <DD>The number in parentheses is the number of characters in the message.
5518 It may have a suffix of K, M, or G which means the number should be
5519 multiplied by one thousand, one million, or one billion to get the
5520 size of the message.</DD><P>
5522  <DT>SUBJECT:</DT>
5523  <DD>As much of the message's subject line as will fit on the screen.</DD>
5524 </DL>
5526 <P><UL>
5527 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5528 </UL>
5530 &lt;End of help on this topic&gt;
5531 </BODY>
5532 </HTML>
5533 ============= h_mail_view ========================
5534 <HTML>
5535 <HEAD>
5536 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5537 </HEAD>
5538 <BODY>
5539 <H1>MESSAGE TEXT SCREEN</H1>
5540 <!--chtml if pinemode="function_key"-->
5541 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>
5542 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5543 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>
5544 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>
5545 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>
5546 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>
5547 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>
5548 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>
5549 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>
5550 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>
5551 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>
5552 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>
5553 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>
5554 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>
5555 <BR>
5556 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5557 ------------------------------<BR>
5558 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5559 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5560 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5561 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5562 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5563 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5564 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5565 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5566 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5567 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5568 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5569 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5570 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5571 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5572 <!--chtml else-->
5573 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5574 ---------------------------------<BR>
5575 <BR>
5576 &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>
5577 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>
5578 &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>
5579 &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>
5580 &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>
5581 &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>
5582 &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>
5583 &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>
5584 &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>
5585 <BR>
5586 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5587 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5588 &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>
5589 &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>
5590 &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>
5591 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>
5592 <BR>
5593 General&nbsp;Alpine&nbsp;Commands<BR>
5594 ---------------------<BR>
5595 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5596 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5597 &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>
5598 &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>
5599 &nbsp;&nbsp;&nbsp;&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>
5600 <!--chtml endif-->
5603 NOTE:
5604 <OL>
5605  <LI>For help on a particular command, highlight the bold text associated
5606 with it above and hit Return.
5607  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5608 </OL>
5610 <H2>Description of the MESSAGE TEXT Screen</H2>
5612 The top line of the view message screen displays status
5613 information about the currently open collection and folder and about the
5614 current message.  It shows the name of the collection in angle brackets
5615 and then the name of the folder.  The line also displays the number
5616 of messages in the folder, the number of the current message and the
5617 percentage of the current message that has been displayed on the screen.
5618 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5619 right corner.
5620 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5621 in the corner.
5624 NOTE: to rapidly move to the end of a message, hit the
5625 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5626 (or Ctrl-W) key followed
5627 by Ctrl-V.  Similarly,
5628 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5629 followed by Ctrl-Y will take you to the beginning of
5630 a message.
5632 <H2>Explanation of Alternate Character Sets</H2>
5634 Alpine attempts to stay out of the way so that it won't prevent you from
5635 viewing mail in any character set.  It will simply send the message to
5636 your display device.  If the device is capable of displaying the
5637 message as it was written it will do so.  If not, the display may be
5638 partially or totally incorrect.
5639 If the message contains characters that are not representable in your 
5640 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5641 variable in your configuration, then a warning message will be printed
5642 to your screen at the beginning of the message display.
5643 It is probably best to use UNIX Alpine in a terminal emulator
5644 capable of displaying UTF-8 characters.
5645 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5646 more information about character set settings.
5648 <P><UL>
5649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5650 </UL>
5652 &lt;End of help on this topic&gt;
5653 </BODY>
5654 </HTML>
5655 ======= h_index_cmd_select =======
5656 <HTML>
5657 <HEAD>
5658 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5659 </HEAD>
5660 <BODY>
5661 <H1>Selecting: Select and WhereIs/Select</H1>
5663 Aggregate operations give you the ability to process a group of messages
5664 at once.  Acting on multiple messages requires two steps: (1) selecting a
5665 set of messages and then; (2) applying a command to that set. The first
5666 part is handled by the select command.  Select allows you to
5667 select messages based on their status (read, answered, etc.), contents,
5668 date, size, or keywords.
5669 You may also select based on one of your Rules or based on threads,
5670 and there are quick options to select a specific message or range of messages,
5671 to select the current message, or to select all messages.
5674 We describe the various selection criteria briefly:
5677 <DL>
5678 <DT>select All</DT>
5679 <DD> Marks all the messages in the folder as selected.
5680 </DD>
5682 <DT>select Cur</DT>
5683 <DD> Selects the currently highlighted message or currently highlighted
5684 set of messages if in a threaded view.
5685 </DD>
5687 <DT>select by Number</DT>
5688 <DD> Select by message number. This may be a comma-separated list instead or
5689 a single entry.
5690 Each element in the list may be either a single message number or a range
5691 of numbers with a dash between the lowest and highest member of the range.
5692 Some examples are 7 to select only message number 7; 2-5 to select messages
5693 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5694 The word &quot;end&quot; or the character &quot;$&quot; may be used as a 
5695 substitute for the highest numbered message in the folder, while the
5696 character &quot;.&quot; represents the message number holding the position
5697 of the cursor in the folder.
5698 If in a separate thread index where the numbers refer to threads instead of
5699 to messages, then you will be selecting all of the messages in the
5700 referenced threads instead of selecting by message number.
5701 </DD>
5703 <DT>select by Date</DT>
5704 <DD> Select by either the date stored in the Date headers of each message,
5705 or by the date when the messages arrived.
5706 This does not adjust for different time zones, but just checks to see what
5707 day the message was sent on.
5708 You may type in a date. If you do, the date should be in the form
5709 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5710 For example,
5711 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5713 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5714 If the date you want is close to the current date, it is probably
5715 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5716 is displayed, instead of typing in the date yourself.
5717 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5718 the date of the currently highlighted message. 
5720 There are six possible settings that are selected using the
5721 &quot;^W&nbsp;Toggle When&quot; command.
5722 Three of them select messages based on the Date headers.
5723 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5724 and &quot;SENT ON&quot;.
5725 SINCE is all messages with the selected date or later.
5726 BEFORE is all messages earlier than the selected date (not including the day
5727 itself).
5728 ON is all messages sent on the selected date.
5729 The other three select messages in the same way but they use the arrival
5730 times of the messages instead of the Date headers included in the messages.
5731 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5732 and &quot;ARRIVED ON&quot;.
5733 When you save a message from one folder to another the arrival time is
5734 preserved.
5735 </DD>
5737 <DT>select by Text</DT>
5738 <DD> Selects messages based on the message contents.
5739 This allows you to select a set of messages based on whether or not the
5740 message headers or message body contain specified text.
5741 You may look for text in the Subject, the From header,
5742 the To header, or the Cc header.
5743 You may also choose Recipient, which searches for the text in
5744 either the To or the Cc header;
5745 or Participant, which means To or Cc or From.
5746 Besides those specific header searches, you may also search the entire
5747 header and text of the message with &quot;All Text&quot;, or just the
5748 body of the message.
5750 To search for the absence of text, first type the &quot;! Not&quot; command
5751 before typing the specific type of text search.
5752 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5753 search for all messages that do not contain a particular word in their
5754 Subjects.
5756 If you choose a Subject search, you may use the subject from the current
5757 message by typing the &quot;^X Cur Subject&quot; command.
5758 You may then edit it further if you wish.
5759 For example, you might select the subject of a reply and edit the
5760 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5761 the original message being replied to.
5762 All of the other header searches allow you to use addresses from the
5763 headers of the current message if you want to.
5764 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5765 &quot;^W Cur Cc&quot;.
5766 In each case, if there is more than one address, only the first is offered.
5767 </DD>
5769 <DT>select by Status</DT>
5770 <DD> Selects messages based on their status.
5771 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5772 messages.
5773 Or, if you first type the &quot;! Not&quot; command, you get not New,
5774 or not Important, and so on.
5775 If you select Deleted messages, you will get all messages with their
5776 Deleted flag set.
5777 Likewise for Important messages, all messages that you have flagged as
5778 being Important with the
5779 <A HREF="h_common_flag">Flag</A> command.
5780 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5781 because they try to match what you see on the screen by default.
5782 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5783 and Unanswered.
5784 If you have looked at the message, or deleted it, or answered it; then it
5785 is not considered &quot;New &quot;.
5786 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5788 &quot;Answered&quot; is another one that is a little different.
5789 It means that the message has been Answered <EM>and</EM> is not deleted.
5790 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5791 the opposite of &quot;Answered&quot;!
5792 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5793 both Unanswered <EM>and</EM> not deleted.
5795 The other two types were added later because the special nature of the
5796 New flag was not what was wanted by all users.
5797 New does match what you see in the index by default, but if you use
5798 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5799 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5800 be exactly what you want.
5801 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5802 they are deleted or answered, and
5803 &quot;Recent&quot; selects all of the messages that have been added to
5804 the folder since you started this Alpine session.
5805 (That's not technically quite true. If there are multiple mail clients
5806 reading an IMAP mailbox, each message will be marked as Recent in only
5807 one of the client's sessions.)
5808 </DD>
5810 <DT>select by siZe</DT>
5811 <DD> Selects messages based on their size being smaller than or larger
5812 than the size you specify.
5813 The size is the number of bytes.
5814 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5815 the number.
5816 For example, 7K is the same as 7000.
5817 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5818 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5819 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5820 and Larger.
5821 </DD>
5823 <DT>select by Keyword</DT>
5824 <DD> Selects messages that either have or do not have
5825 (using the &quot;!&nbsp;Not&quot; command)
5826 a particular <A HREF="h_config_keywords">Keyword</A> set.
5827 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5828 command to select one from your list of keywords.
5830 <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.
5831 </DD>
5833 <DT>select by Rule</DT>
5834 <DD> Selects messages that either match or don't match
5835 (using the &quot;!&nbsp;Not&quot; command)
5836 one of the Rules you have defined.
5837 The most likely method of filling in the Rule is to use the
5838 &quot;^T&nbsp;To&nbsp;List&quot;
5839 command to select one of your Rules.
5840 All of the Rules you have defined will be in the list, including
5841 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5842 They may not all make sense for this purpose, but they are all there for
5843 flexibility.
5844 You might find it useful to define some rules solely for the purpose
5845 of being used by the Select command.
5846 There is a special category for such Rules. They are called Search Rules.
5848 Unfortunately, Alpine does not allow all possible Rules to be defined.
5849 For example, there is no logical OR operation.
5850 OR is accomplished in the Filter Rules or the other types of Rules by
5851 simply defining two rules, one that matches the first part of the OR
5852 and another that matches the second part.
5853 But you can't do that here, since you only have a single Rule to work with.
5854 Likewise, the order of Rules is usually important.
5855 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5856 a message, then that stops the search for a further match.
5857 This means that you may be confused if you try to use Select by Rule to
5858 check your Filter rules because the order is important when filtering but
5859 is not considered here.
5860 </DD>
5862 <DT>select by tHread</DT>
5863 <DD> Selects all of the messages in the current thread.
5864 </DD>
5865 </DL>
5867 After you have an initial selection, the next and subsequent selection
5868 commands modify the selection.
5869 The select command changes. It first gives
5870 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5871 &quot;unselect Current&quot;,
5872 &quot;Broaden selection&quot; (implements a logical OR), and
5873 &quot;Narrow selection&quot; (implements a logical AND).
5874 After you choose either Broaden or Narrow, you then choose one of the
5875 selection criteria listed above (by Text or Number or ...).
5876 You may use select as many times as you wish to get the selected set right.
5879 The WhereIs command has a feature (Ctrl-X) to
5880 select all the messages that match the WhereIs search. WhereIs searches
5881 through just the text that appears on the MESSAGE INDEX screen.
5882 This method is often slower than using the select command itself, unless the
5883 line you are looking for is not too far away in the index.
5886 The availability of the aggregate operations commands is determined by the
5887 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5888 Feature-List option in your Alpine
5889 configuration, which defaults to set.
5890 The features
5891 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5893 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5894 affect the behavior of the Select command.
5897 &lt;End of help on this topic&gt;
5898 </BODY>
5899 </HTML>
5900 ======= h_select_rule =======
5901 <HTML>
5902 <HEAD>
5903 <TITLE>Select: Rule</TITLE>
5904 </HEAD>
5905 <BODY>
5906 <H1>Select: Rule</H1>
5908 You are selecting messages that either match or don't match
5909 one of the Rules you have defined.
5910 You may either type the nickname of the Rule at the prompt, or use the
5911 &quot;^T&nbsp;To&nbsp;List&quot;
5912 command to select one of your Rules.
5913 All of the Rules you have defined will be in the list, including
5914 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5915 They may not all make sense for this purpose, but they are all there for
5916 flexibility.
5917 Rules may be added by using the Setup/Rules screen off of the main Alpine
5918 menu.
5920 Unfortunately, Alpine does not allow all possible Rules to be defined.
5921 For example, there is no logical OR operation.
5922 OR is accomplished in the Filter Rules or the other types of Rules by
5923 simply defining two rules, one that matches the first part of the OR
5924 and another that matches the second part.
5925 But you can't do that here, since you only have a single Rule to work with.
5926 Likewise, the order of Rules is usually important.
5927 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5928 a message, then that stops the search for a further match.
5929 This means that you may be confused if you try to use Select by Rule to
5930 check your Filter rules because the order is important when filtering but
5931 is not considered here.
5934 &lt;End of help on this topic&gt;
5935 </BODY>
5936 </HTML>
5937 ======= h_select_text =======
5938 <HTML>
5939 <HEAD>
5940 <TITLE>Select: Text</TITLE>
5941 </HEAD>
5942 <BODY>
5943 <H1>Select: Text</H1>
5945 You are selecting messages based on the contents of the message.
5946 This allows you to select a set of messages based on whether or not the
5947 message headers or message body contain specified text.
5948 You may look for text in the Subject, the From header,
5949 the To header, or the Cc header.
5950 You may also choose Recipient, which searches for the text in
5951 either the To or the Cc header;
5952 or Participant, which means either the To header, or the Cc header,
5953 or the From header.
5954 Besides those specific header searches, you may also search the entire
5955 header and text of the message with &quot;All Text&quot;, or just the
5956 body of the message with &quot;Body&quot;.
5958 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5959 before typing the specific type of text search.
5960 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5961 search for all messages that do not contain a particular word in their
5962 Subjects.
5964 If you choose a Subject search, you may use the subject from the current
5965 message by typing the &quot;^X Cur Subject&quot; command.
5966 You may then edit it further if you wish.
5967 For example, you might select the subject of a reply and edit the
5968 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5969 the original message being replied to.
5970 All of the other header searches allow you to use addresses from the
5971 headers of the current message if you want to.
5972 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5973 &quot;^W Cur Cc&quot;.
5974 In each case, if there is more than one address, only the first is offered.
5977 &lt;End of help on this topic&gt;
5978 </BODY>
5979 </HTML>
5980 ======= h_select_status =======
5981 <HTML>
5982 <HEAD>
5983 <TITLE>Select: Status</TITLE>
5984 </HEAD>
5985 <BODY>
5986 <H1>Select: Status</H1>
5988 You are selecting messages based on the status of the message.
5989 For example, whether or not the message has been marked Deleted or Important,
5990 or whether or not it has been Answered or is New.
5991 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5992 opposite: not Deleted, not Important, and so on.
5994 If you select Deleted messages, you will get all messages with their
5995 Deleted flag set.
5996 Likewise for Important messages, all messages that you have flagged as
5997 being Important with the
5998 <A HREF="h_common_flag">Flag</A> command.
5999 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
6000 because they try to match what you see on the screen by default.
6001 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
6002 and Unanswered.
6003 If you have looked at the message, or deleted it, or answered it; then it
6004 is not considered &quot;New &quot;.
6005 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
6007 &quot;Answered&quot; is another one that is a little different.
6008 It means that the message has been Answered <EM>and</EM> is not deleted.
6009 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
6010 the opposite of &quot;Answered&quot;!
6011 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
6012 both Unanswered <EM>and</EM> not deleted.
6014 (The New and Answered options may seem counter-intuitive.
6015 The reason it is done this way is
6016 because, by default, a Deleted message will show up with the &quot;D&quot;
6017 symbol in the MAIL INDEX screen even if it is New or Answered.
6018 The Delete symbol overrides the New and Answered symbols, because you
6019 usually don't care about the message anymore once you've deleted it.
6020 Similarly, you usually only care about whether a message is Answered or
6021 not if it is not Deleted.
6022 Once it is Deleted you've put it out of your mind.)
6024 The other two options were added later because the special nature of the
6025 New flag was not what was wanted by all users.
6026 New does match what you see in the index by default, but if you use
6027 the IMAPSTATUS or SHORTIMAPSTATUS token in the
6028 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
6029 be exactly what you expect.
6030 &quot;Unseen&quot; simply selects all unseen messages, whether or not
6031 they are deleted or answered, and
6032 &quot;Recent&quot; selects all of the messages that have been added to
6033 the folder since you started this Alpine session.
6034 (That's not technically quite true. If there are multiple mail clients
6035 reading an IMAP mailbox, each message will be marked as Recent in only
6036 one of the client's sessions.
6037 That behavior can be convenienent for some purposes, like filtering, but
6038 it isn't usually what you expect when selecting.)
6041 &lt;End of help on this topic&gt;
6042 </BODY>
6043 </HTML>
6044 ======= h_index_cmd_apply =======
6045 <HTML>
6046 <HEAD>
6047 <TITLE>Apply Command</TITLE>
6048 </HEAD>
6049 <BODY>
6050 <H1>Apply Command</H1>
6052 Apply
6053 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
6054 is the second step of most aggregate operations.  Apply
6055 becomes active any time there is a defined set of selected messages.  The
6056 following commands can be applied to a selected message set: delete,
6057 undelete, reply, forward,
6058 <!--chtml if pinemode="os_windows"-->
6059 <!--chtml else--> 
6060 pipe,
6061 <!--chtml endif-->
6062 print, take address, save, export, bounce, and flag.
6065 The behavior of some of these commands in an aggregate sense is not easy to
6066 explain.  Try them out to see what they do.
6067 The feature
6068 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
6069 affects the behavior of the Apply command, as does the feature
6070 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
6073 &lt;End of help on this topic&gt;
6074 </BODY>
6075 </HTML>
6076 ======= h_index_cmd_zoom =======
6077 <HTML>
6078 <HEAD>
6079 <TITLE>ZoomMode Command</TITLE>
6080 </HEAD>
6081 <BODY>
6082 <H1>ZoomMode Command</H1>
6084 Another action you might want to take on a set of selected messages is to
6085 zoom in on them.  Like apply, zoom only becomes active when messages have
6086 been selected.
6087 ZoomMode
6088 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
6089 is a toggle command that allows you to
6090 zoom-in (and only see the selected messages) and zoom-out (to see all
6091 messages in the folder).  Neither apply nor zoom removes the markings that
6092 define the selected set; you need to use a select command in order
6093 to do that.
6096 &lt;End of help on this topic&gt;
6097 </BODY>
6098 </HTML>
6099 ======= h_index_collapse_expand =======
6100 <HTML>
6101 <HEAD>
6102 <TITLE>Collapse/Expand Command</TITLE>
6103 </HEAD>
6104 <BODY>
6105 <H1>Collapse/Expand Command</H1>
6107 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
6108 the folder is sorted by either Threads or OrderedSubject, and the
6109 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
6110 is set to something other than &quot;none&quot;.
6111 By default, this command collapses or expands the subthread that starts at
6112 the currently highlighted message, if any.
6113 If the subthread is already collapsed, then this command expands it.
6114 If the subthread is expanded, then this command collapses it.
6115 If there are no more messages below the current message in the
6116 thread tree (that is, there are no replies to the current message) then
6117 this command does nothing.
6120 The behavior of this command is affected by the option
6121 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
6122 Normally, this command Collapses or Expands the subthread that
6123 starts at the currently highlighted message.
6124 If the above option is set, then this command Collapses or Expands the
6125 entire current thread instead of just the subthread.
6126 The current thread is simply the top-level thread that contains the
6127 current message.
6130 &lt;End of help on this topic&gt;
6131 </BODY>
6132 </HTML>
6133 ======= h_index_cmd_sort =======
6134 <HTML>
6135 <HEAD>
6136 <TITLE>Sort Command</TITLE>
6137 </HEAD>
6138 <BODY>
6139 <H1>Sort Command</H1>
6141 In Alpine's generic configuration, messages are presented in the order in
6142 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
6143 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
6144 You can also re-sort the folder on demand with the sort
6145 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
6146 command.
6147 Your sorting options are:
6149 <UL>
6150  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
6151  <LI> <A HREF="h_index_sort_date">D</A>ate
6152  <LI> <A HREF="h_index_sort_subj">S</A>ubject
6153  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
6154  <LI> t<A HREF="h_index_sort_thread">H</A>read
6155  <LI> <A HREF="h_index_sort_from">F</A>rom
6156  <LI> si<A HREF="h_index_sort_size">Z</A>e
6157  <LI> scor<A HREF="h_index_sort_score">E</A>,
6158  <LI> <A HREF="h_index_sort_to">T</A>o
6159  <LI> <A HREF="h_index_sort_cc">C</A>c
6160 </UL>
6163 The Reverse option will toggle the order the index is currently
6164 sorted by, but will not change the relative sort order.
6167 Sorting a folder does not actually rearrange the way the folder is saved,
6168 it just re-arranges how the messages are presented to you.  This means
6169 that Alpine has to do the work of sorting every time you change sort order.
6170 Sometimes, especially with PC-Alpine or with large folders, this could take
6171 a while.
6174 &lt;End of help on this topic&gt;
6175 </BODY>
6176 </HTML>
6177 ======= h_index_sort_default =======
6178 <HTML>
6179 <HEAD>
6180 <TITLE>SORT OPTION: Default</TITLE>
6181 </HEAD>
6182 <BODY>
6183 <H1>SORT OPTION: Default</H1>
6185 The <EM>Default</EM> sort option just means to use the default sort order
6186 set in the
6187 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
6188 option in Setup/Config.
6191 &lt;End of help on this topic&gt;
6192 </BODY>
6193 </HTML>
6194 ======= h_index_sort_arrival =======
6195 <HTML>
6196 <HEAD>
6197 <TITLE>SORT OPTION: Arrival</TITLE>
6198 </HEAD>
6199 <BODY>
6200 <H1>SORT OPTION: Arrival</H1>
6202 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6203 in the order that they exist in the folder.  This is usually the same as the
6204 order in which they arrived.  This option is comparable to not sorting
6205 the messages at all.
6208 &lt;End of help on this topic&gt;
6209 </BODY>
6210 </HTML>
6211 ======= h_index_sort_date =======
6212 <HTML>
6213 <HEAD>
6214 <TITLE>SORT OPTION: Date</TITLE>
6215 </HEAD>
6216 <BODY>
6217 <H1>SORT OPTION: Date</H1>
6219 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6220 according to the date and time they were
6221 sent.
6224 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
6225 identical to sorting by &quot;Arrival&quot;.
6228 &lt;End of help on this topic&gt;
6229 </BODY>
6230 </HTML>
6231 ======= h_index_sort_subj =======
6232 <HTML>
6233 <HEAD>
6234 <TITLE>SORT OPTION: Subject</TITLE>
6235 </HEAD>
6236 <BODY>
6237 <H1>SORT OPTION: Subject</H1>
6239 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6240 by subject. 
6243 Messages with the same subject are
6244 first grouped together, and then the groups of like-subject messages
6245 are arranged alphabetically.
6248 Alpine ignores leading &quot;Re:&quot; and
6249 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
6250 likeness and alphabetical order of subject lines.
6253 &lt;End of help on this topic&gt;
6254 </BODY>
6255 </HTML>
6256 ======= h_index_sort_ordsubj =======
6257 <HTML>
6258 <HEAD>
6259 <TITLE>SORT OPTION: OrderedSubject</TITLE>
6260 </HEAD>
6261 <BODY>
6262 <H1>SORT OPTION: OrderedSubject</H1>
6264 The <EM>OrderedSubject</EM> sort option arranges messages in the
6265 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
6266 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
6269 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
6270 messages by the date of the oldest message in the group.
6273 This sort method provides for pseudo threading of conversations within
6274 a folder.
6275 You may want to try sorting by Thread instead.
6278 &lt;End of help on this topic&gt;
6279 </BODY>
6280 </HTML>
6281 ======= h_index_sort_thread =======
6282 <HTML>
6283 <HEAD>
6284 <TITLE>SORT OPTION: Thread</TITLE>
6285 </HEAD>
6286 <BODY>
6287 <H1>SORT OPTION: Thread</H1>
6289 The <EM>Thread</EM> sort option arranges messages in the
6290 MESSAGE&nbsp;INDEX by grouping all messages that indicate
6291 they are part of a conversation (discussion thread) taking
6292 place within a mailbox or newsgroup.  This indication is
6293 based on information in the message's header -- specifically
6294 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
6297 &lt;End of help on this topic&gt;
6298 </BODY>
6299 </HTML>
6300 ======= h_index_sort_from =======
6301 <HTML>
6302 <HEAD>
6303 <TITLE>SORT OPTION: From</TITLE>
6304 </HEAD>
6305 <BODY>
6306 <H1>SORT OPTION: From</H1>
6308 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6309 by the name of the author of the message.
6312 Messages with the same author are grouped together. Groups of
6313 messages are then put into alphabetical order according to message
6314 author.
6317 &lt;End of help on this topic&gt;
6318 </BODY>
6319 </HTML>
6320 ======= h_index_sort_size =======
6321 <HTML>
6322 <HEAD>
6323 <TITLE>SORT OPTION: Size</TITLE>
6324 </HEAD>
6325 <BODY>
6326 <H1>SORT OPTION: Size</H1>
6328 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6329 by their relative sizes.
6332 &lt;End of help on this topic&gt;
6333 </BODY>
6334 </HTML>
6335 ======= h_index_sort_score =======
6336 <HTML>
6337 <HEAD>
6338 <TITLE>SORT OPTION: Score</TITLE>
6339 </HEAD>
6340 <BODY>
6341 <H1>SORT OPTION: Score</H1>
6343 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
6344 by their scores.
6347 Messages with the same score are sorted in arrival order.
6348 Scores are something you create using the
6349 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
6352 &lt;End of help on this topic&gt;
6353 </BODY>
6354 </HTML>
6355 ======= h_index_sort_to =======
6356 <HTML>
6357 <HEAD>
6358 <TITLE>SORT OPTION: To</TITLE>
6359 </HEAD>
6360 <BODY>
6361 <H1>SORT OPTION: To</H1>
6363 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6364 by the names of the recipients of the message.
6367 Messages with the same recipients are grouped together. Groups of
6368 messages are then put into alphabetical order according to message
6369 recipients.
6372 &lt;End of help on this topic&gt;
6373 </BODY>
6374 </HTML>
6375 ======= h_index_sort_cc =======
6376 <HTML>
6377 <HEAD>
6378 <TITLE>SORT OPTION: Cc</TITLE>
6379 </HEAD>
6380 <BODY>
6381 <H1>SORT OPTION: Cc</H1>
6383 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6384 the names of the carbon copy addresses of the message.
6387 &lt;End of help on this topic&gt;
6388 </BODY>
6389 </HTML>
6390 ======= h_index_cmd_whereis =======
6391 <HTML>
6392 <HEAD>
6393 <TITLE>WhereIs Command</TITLE>
6394 </HEAD>
6395 <BODY>
6396 <H1>WhereIs Command</H1>
6398 The WhereIs
6399 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6400 command lets you search the MESSAGE INDEX for a word.
6401 It scans through whatever you see, usually the name of the author
6402 and the Subject line.
6403 WhereIs has special subcommands to let you find the beginning of the
6404 index (Ctrl-Y -- first message)
6405 or the end of the index (Ctrl-V -- last message).
6407 Note that WhereIs only searches through the visible text on the screen.
6408 For example, if only part of the Subject of a message is shown because it
6409 is long, then only the visible portion of the Subject is searched.
6410 Also note that WhereIs does not &quot;see&quot; the 
6411 &quot;X&quot; in column one of Index entries for selected messages
6412 so it can't be used to search for
6413 selected messages (use &quot;Zoom&quot; instead).
6415 If the feature
6416 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6417 is turned on,
6418 WhereIs can also be used as a quick way to select messages that match the
6419 string being searched for.
6420 Instead of typing carriage return to search for the next match, type
6421 Ctrl-X to select all matches.
6422 Once again, this only selects matches that are (or would be if the right
6423 index line was on the screen) visible.
6424 Truncated From lines or Subjects will cause matches to be missed.
6425 Although WhereIs is sometimes convenient for quick matching, the Select
6426 command is usually more powerful and usually faster.
6429 &lt;End of help on this topic&gt;
6430 </BODY>
6431 </HTML>
6432 ======= h_view_cmd_whereis =======
6433 <HTML>
6434 <HEAD>
6435 <TITLE>WhereIs Command</TITLE>
6436 </HEAD>
6437 <BODY>
6438 <H1>WhereIs Command</H1>
6440 The WhereIs
6441 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6442 command does a &quot;find in current message&quot; operation.  You
6443 type in text and Alpine will try to find it in the message you are
6444 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6445 or end (Ctrl-V) of the message.
6446 That is, to rapidly move to the end of a message, hit the 
6447 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6448 (or Ctrl-W) key followed
6449 by Ctrl-V.  Similarly,
6450 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6451 followed by Ctrl-Y will take you to the beginning of a message.
6454 &lt;End of help on this topic&gt;
6455 </BODY>
6456 </HTML>
6457 ======= h_view_cmd_hilite =======
6458 <HTML>
6459 <HEAD>
6460 <TITLE>View Hilite and Next item/Previous item</TITLE>
6461 </HEAD>
6462 <BODY>
6463 <H1>View Hilite and Next item/Previous item</H1>
6465 Sometimes messages may be in the form of formatted HTML text
6466 or they may contain URLs or Web server hostnames.
6467 When any of the features
6468 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6469 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6470 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6472 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6473 are enabled, Alpine will represent such selectable items in the text
6474 in bold typeface.  One of the selectable items will be displayed in
6475 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6476 Press the Return key to view the currently selected item.
6479 The Up and Down Arrows keys can be used to change the selected item
6480 (also see the feature
6481 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6482 If there are no selectable items in the direction of the arrow you
6483 pressed, Alpine will scroll the display in that direction until one
6484 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6485 items in the message text, use the Previous and Next item commands,
6486 <!--chtml if pinemode="function_key"-->F5 and F6
6487 <!--chtml else-->^B and ^F<!--chtml endif-->.
6490 &lt;End of help on this topic&gt;
6491 </BODY>
6492 </HTML>
6493 ======= h_view_cmd_viewattch =======
6494 <HTML>
6495 <HEAD>
6496 <TITLE>ViewAttch Command</TITLE>
6497 </HEAD>
6498 <BODY>
6499 <H1>ViewAttch Command</H1>
6502 The View/Save Attachment
6503 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6504 command allows you to handle MIME attachments to a message you have
6505 received.  Alpine shows you a list of the message attachments -- you just
6506 choose the attachment you want.  You may either view or save the
6507 selected attachment.
6510 Because many attachments require external programs for display, there
6511 is some system configuration that has to happen before you can
6512 actually display attachments.  Hopefully much of that will have been
6513 done already by your system administrator.  MIME configuration is
6514 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6515 on configuration in the
6516 <A HREF="h_news">release notes</A> for more information.)
6519 &lt;End of help on this topic&gt;
6520 </BODY>
6521 </HTML>
6522 ======= h_index_cmd_expunge =======
6523 <HTML>
6524 <HEAD>
6525 <TITLE>Expunge/Exclude Command</TITLE>
6526 </HEAD>
6527 <BODY>
6528 <H1>Expunge/Exclude Command</H1>
6530 Expunge/Exclude
6531 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6532 is the command Alpine uses to actually remove all messages
6533 marked for deletion.  With regular email files, expunge literally deletes
6534 the text from the current folder.  With newsgroups or shared mailboxes,
6535 you don't have permission to actually remove the message, so it is an
6536 exclude -- Alpine removes the message from your view of the folder even
6537 though it is not technically gone.
6539 <P> A selective expunge command is available in IMAP folders that support 
6540 the UID EXPUNGE extension in <A 
6541 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6542 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6543 as a subcommand of the apply command. If some selected messages are marked 
6544 deleted, then the apply command will offer the eXpunge command, which when 
6545 executed will only expunge those messages that are selected and deleted.
6547 <P> 
6548 Observe that the expunge command (when not used from the apply command) 
6549 will expunge/exclude all deleted messages from the folder, and so all 
6550 messages marked deleted will be expunged, regardless of if they are 
6551 selected or not. In other words, there is no protection against 
6552 potentially expunging more messages than only those that have been 
6553 selected and deleted.
6556 The configuration features
6557 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6559 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6560 affect the behavior of the Expunge command.
6563 &lt;End of help on this topic&gt;
6564 </BODY>
6565 </HTML>
6566 ======= h_common_compose =======
6567 <HTML>
6568 <HEAD>
6569 <TITLE>Compose Command</TITLE>
6570 </HEAD>
6571 <BODY>
6572 <H1>Compose Command</H1>
6574 The Compose command takes you into the Alpine message composer where you
6575 can start a new message for sending.  This is where you type in the
6576 message's text and specify its recipient list (the &quot;To:&quot;
6577 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6578 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6579 be attached to the message.
6582 When you type this command, Alpine will also automatically check for any
6583 interrupted (i.e., a message that was being composed when your modem
6584 or network connection was broken) or previously postponed messages and
6585 offer you a chance to continue working on those.
6588 <UL>   
6589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6590 </UL><P>
6591 &lt;End of help on this topic&gt;
6592 </BODY>
6593 </HTML>
6594 ======= h_common_index =======
6595 <HTML>
6596 <HEAD>
6597 <TITLE>Message Index Command</TITLE>
6598 </HEAD>
6599 <BODY>
6600 <H1>Message Index Command</H1>
6602 The Index command takes you to the MESSAGE INDEX screen that displays a
6603 summary caption for each message in the currently-open folder. One
6604 message will be highlighted; this is the &quot;Current&quot; message.
6605 The message commands available from this screen (e.g. View, Reply,
6606 Forward, Delete, Print, Save, etc) apply to the current message.
6609 &lt;End of help on this topic&gt;
6610 </BODY>
6611 </HTML>
6612 ======= h_common_folders =======
6613 <HTML>
6614 <HEAD>
6615 <TITLE>Folder List Command</TITLE>
6616 </HEAD>
6617 <BODY>
6618 <H1>Folder List Command</H1>
6620 This Folder List command takes you to the FOLDER LIST screen that displays
6621 the names of all your message folders and allows you to view, rename,
6622 delete, and add folders.  You can open (view) a different folder than the
6623 one currently open by highlighting the desired one (using the arrow keys
6624 or their control-key equivalents) and pressing RETURN.
6627 If you have multiple folder collections defined (see the Help text for
6628 the FOLDER LIST screen to learn more about Collections), you may need
6629 to press Return to expand the collection and display all of the
6630 folders in it.
6633 &lt;End of help on this topic&gt;
6634 </BODY>
6635 </HTML>
6636 ======= h_main_addrbook =======
6637 <HTML>
6638 <HEAD>
6639 <TITLE>Address Book Command</TITLE>
6640 </HEAD>
6641 <BODY>
6642 <H1>Address Book Command</H1>
6644 This command, available only from the MAIN MENU, takes you
6645 to the ADDRESS BOOK management screen.  From here, your personal address
6646 book(s) may be updated.
6649 &lt;End of help on this topic&gt;
6650 </BODY>
6651 </HTML>
6652 ======= h_main_setup =======
6653 <HTML>
6654 <HEAD>
6655 <TITLE>Setup Command</TITLE>
6656 </HEAD>
6657 <BODY>
6658 <H1>Setup Command</H1>
6660 The Setup command, available only from the MAIN MENU, prompts you for
6661 one of several configuration screens, including the SETUP CONFIGURATION 
6662 screen, by which you may activate optional Alpine features.
6665 &lt;End of help on this topic&gt;
6666 </BODY>
6667 </HTML>
6668 ======= h_main_release_notes =======
6669 <HTML>
6670 <HEAD>
6671 <TITLE>Release Notes Command</TITLE>
6672 </HEAD>
6673 <BODY>
6674 <H1>Release Notes Command</H1>
6676 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6677 as well as pointers to further information such as history and legal notes.
6680 &lt;End of help on this topic&gt;
6681 </BODY>
6682 </HTML>
6683 ======= h_main_kblock =======
6684 <HTML>
6685 <HEAD>
6686 <TITLE>Keyboard Lock Command</TITLE>
6687 </HEAD>
6688 <BODY>
6689 <H1>Keyboard Lock Command</H1>
6691 This command allows your Alpine session to be protected
6692 during a temporary absence from your terminal.
6695 &lt;End of help on this topic&gt;
6696 </BODY>
6697 </HTML>
6698 ======= h_main_journal =======
6699 <HTML>
6700 <HEAD>
6701 <TITLE>Journal Command</TITLE>
6702 </HEAD>
6703 <BODY>
6704 <H1>Journal Command</H1>
6706 This command displays a list of all the status messages Alpine has
6707 displayed (on the third line from the bottom of the screen). This may
6708 be useful if a message disappeared before you had a chance to read it.
6711 &lt;End of help on this topic&gt;
6712 </BODY>
6713 </HTML>
6714 ======= h_common_role =======
6715 <HTML>
6716 <HEAD>
6717 <TITLE>Role Command</TITLE>
6718 </HEAD>
6719 <BODY>
6720 <H1>Role Command</H1>
6722 The Role command is similar to the Compose command except that it starts
6723 off by letting you select a <A HREF="h_rules_roles">role</A>
6724 to be used for the composition.
6725 You may set up alternate roles by using Setup/Rules/Roles.
6728 &lt;End of help on this topic&gt;
6729 </BODY>
6730 </HTML>
6731 ======= h_common_conditional_cmds =======
6732 <HTML>
6733 <HEAD>
6734 <TITLE>Conditional Commands</TITLE>
6735 </HEAD>
6736 <BODY>
6737 <H1>Conditional Commands</H1>
6739 The presence or absence of certain commands, particularly in the
6740 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6741 whether or not specific features are set in your Alpine configuration.  
6742 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6743 Alpine's MAIN MENU.)  To see if a desired command's availability is
6744 conditioned on a feature setting, see the command's help text (highlight
6745 the phrase associated with the command and hit Return).
6748 Also note that some
6749 commands may be administratively disabled by your system manager;
6750 if they don't work, please check with your local help desk.
6753 <UL>   
6754 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6755 </UL><P>
6756 &lt;End of help on this topic&gt;
6757 </BODY>
6758 </HTML>
6759 ======= h_common_pipe =======
6760 <HTML>
6761 <HEAD>
6762 <TITLE>Pipe Command</TITLE>
6763 </HEAD>
6764 <BODY>
6765 <H1>Pipe Command</H1>
6767 Pipe
6768 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6769 allows you to send a message to a specified Unix command for external
6770 processing.
6771 This command's availability is controlled by the
6772 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6773 feature.
6774 By default, the processed text of the message is sent to the command
6775 you specify and the output is captured by Alpine and shown to you.
6776 When you run the pipe command, there are some sub-commands which may be
6777 used to alter this behavior.
6778 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6781 &lt;End of help on this topic&gt;
6782 </BODY>
6783 </HTML>
6784 ======= h_common_goto =======
6785 <HTML>
6786 <HEAD>
6787 <TITLE>Goto Command</TITLE>
6788 </HEAD>
6789 <BODY>
6790 <H1>Goto Command</H1>
6792 Goto
6793 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6794 is the command that lets you bypass Alpine's folder selection screens
6795 and jump directly to a new folder.  You can select any folder in the
6796 world: one in your current collection, one in a different collection or
6797 one in a collection you've never even used before.
6800 Alpine will help you as much as possible to narrow in on the folder you want.
6801 However, if the folder is outside of your defined collections, you are
6802 going to have to enter the exact folder location using the correct
6803 <A HREF="h_valid_folder_names">syntax</A>
6804 for a remote folder and/or fully-qualified path name.
6807 &lt;End of help on this topic&gt;
6808 </BODY>
6809 </HTML>
6810 ======= h_common_nextnew =======
6811 <HTML>
6812 <HEAD>
6813 <TITLE>NextNew Command</TITLE>
6814 </HEAD>
6815 <BODY>
6816 <H1>NextNew Command</H1>
6818 When you press the TAB key, Alpine advances to the next
6819 &quot;interesting&quot; message.
6820 This will be the next message you have not seen before, or the next message
6821 you have flagged Important, whichever comes first.
6822 Unread messages that have been deleted are not considered interesting.
6823 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6824 articles after you have read them if you want to remove them from future
6825 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6826 more information.)
6829 The NextNew command is affected by the feature
6830 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6831 which causes Alpine to only consider Unread messages interesting, not messages
6832 flagged Important.
6835 This command behaves a little differently when it finds there are no more
6836 interesting messages left in the current folder.
6837 If the current folder is one of your Incoming Message Folders
6838 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6839 or it is a newsgroup, then Alpine will try to find the next folder or
6840 newsgroup that contains <EM>Recent</EM> messages and will ask you
6841 if you want to open that folder.
6842 This behavior may be modified by using the
6843 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6844 feature that causes Alpine to look for Unseen messages instead of Recent
6845 messages.
6846 The NextNew command's behavior is also affected by the configuration features
6847 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6849 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6852 &lt;End of help on this topic&gt;
6853 </BODY>
6854 </HTML>
6855 ======= h_common_jump =======
6856 <HTML>
6857 <HEAD>
6858 <TITLE>Jump Command</TITLE>
6859 </HEAD>
6860 <BODY>
6861 <H1>Jump Command</H1>
6863 This is Alpine's way of allowing you to go straight to a specific message.
6864 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6865 configured such that typing in any number automatically jumps you to that
6866 message 
6867 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6868 in the SETUP CONFIGURATION).
6871 &lt;End of help on this topic&gt;
6872 </BODY>
6873 </HTML>
6874 ======= h_common_flag =======
6875 <HTML>
6876 <HEAD>
6877 <TITLE>Flag Command</TITLE>
6878 </HEAD>
6879 <BODY>
6880 <H1>Flag Command</H1>
6882 Flag
6883 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6884 is the command that allows users to manipulate the status flags that
6885 appear on the left side of the MESSAGE INDEX screen.  The most common
6886 use of this is to mark a message as important. This is something of a
6887 note to yourself to get back to that message.  You may also use the
6888 flag command to set (or unset) the flags that indicate that a message
6889 is new, answered, deleted, or forwarded.<P>
6891 Provided the mail server supports it,
6892 you may also manipulate user-defined keywords
6893 for a message using the flag command.
6894 These keywords will be available if you use the Flag Details screen that you
6895 can get to after typing the
6896 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6897 command.
6898 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6899 which are always present.
6900 You may add new keywords by using the Add KW command from the Flag Details screen
6901 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6903 The availability of the flag command is determined by the
6904 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6905 feature in your Alpine configuration. Also, it is possible that Flag could be
6906 administratively disabled by your system manager; if it doesn't work,
6907 please check with your local help desk before reporting a bug.
6908 The behavior of the flag command may be modified by the
6909 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6910 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6913 &lt;End of help on this topic&gt;
6914 </BODY>
6915 </HTML>
6916 ======= h_common_hdrmode =======
6917 <HTML>
6918 <HEAD>
6919 <TITLE>HdrMode Command</TITLE>
6920 </HEAD>
6921 <BODY>
6922 <H1>HdrMode Command</H1>
6924 Every email message comes with some header lines that you normally
6925 don't see (and don't want to see).
6926 These include anywhere from 3-20 lines (or more) added by the
6927 Internet mail transport system to record the route your message took,
6928 for diagnostic purposes.
6929 These are normally of no import and simply
6930 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6931 This also includes other non-standard headers the message may contain.
6932 If you want to see these headers, there is a way to reveal them.
6935 The Header Mode
6936 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6937 command is a toggle that controls Alpine's handling of these header
6938 lines.  Normally, full headers is &quot;off&quot; and you only see a
6939 few lines about who a message is to and who it is from.  When you
6940 press
6941 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6942 to turn full headers on, Alpine will show you
6943 the normal header lines as well as delivery headers, comment headers,
6944 MIME headers, and any other headers present.
6947 Several different Alpine commands honor the header mode -- it affects how
6948 messages are displayed, how they appear in forward and reply email, how
6949 they are printed, how they are saved, and how they are exported.
6950 <!--chtml if pinemode="os_windows"-->
6951 <!--chtml else--> 
6952 The pipe command is also affected.
6953 <!--chtml endif-->
6956 The presence or absence of the Header Mode command is determined by the
6957 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6958 Feature-List option in your Alpine configuration.
6961 If you have also turned on the
6962 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6963 option then the HdrMode command actually rotates through three states
6964 instead of just two.
6965 The first is the normal view with long quotes suppressed.
6966 The second is the normal view but with the long quotes included.
6967 The last enables the display of all headers in the message.
6968 When using Export, Pipe, Print, Forward, or Reply the quotes are
6969 never suppressed, so the first two states are identical.
6972 The behavior of the Header Mode command may be altered slightly by
6973 turning on the
6974 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6975 Feature-List option in your Alpine configuration.
6976 In particular, it will cause the Header Mode to be persistent when moving
6977 from message to message instead of resetting to the default for each message.
6980 <UL>   
6981 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6982 </UL><P>
6983 &lt;End of help on this topic&gt;
6984 </BODY>
6985 </HTML>
6986 ======= h_common_print =======
6987 <HTML>
6988 <HEAD>
6989 <TITLE>Print Command</TITLE>
6990 </HEAD>
6991 <BODY>
6992 <H1>Print Command</H1>
6994 The Print
6995 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6996 command allows you to print a copy of a message.
6997 There are many SETUP CONFIGURATION features that affect the
6998 Print command, including
6999 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
7000 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
7001 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
7002 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
7003 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
7004 You set up for printing by using the Printer option of the Setup command
7005 on the MAIN MENU.
7009 &lt;End of help on this topic&gt;
7010 </BODY>
7011 </HTML>
7012 ======= h_common_take =======
7013 <HTML>
7014 <HEAD>
7015 <TITLE>TakeAddr Command</TITLE>
7016 </HEAD>
7017 <BODY>
7018 <H1>TakeAddr Command</H1>
7021 With the Take Address
7022 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
7023 command, you can extract email addresses from an
7024 incoming message and save them in an address book.  This is an easy way
7025 to add to your address book and avoid having to remember the email
7026 addresses of the people who write to you.
7029 If the message is just to you individually, then you will only need to
7030 provide a nickname.  If the message contains more than one email address,
7031 then you will see an address
7032 selection screen that lets you choose the address you want to save into
7033 your address book, or lets you choose several of them add to a
7034 personal distribution list.
7037 Once you've added an entry to your address book, you can use it from the
7038 message composer by typing the nickname of the entry into one of the
7039 header fields (for example, into the To: field), or you can use ^T from
7040 the header field to select the entry from your address book.
7043 If the configuration feature
7044 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
7045 is set, the behavior of the Take command is altered slightly.
7048 &lt;End of help on this topic&gt;
7049 </BODY>
7050 </HTML>
7051 ======= h_ge_import =======
7052 <HTML>
7053 <HEAD>
7054 <TITLE>Import File Selection</TITLE>
7055 </HEAD>
7056 <BODY>
7057 <H1>Import File Selection</H1>
7059 You are importing a file that you previously
7060 exported from Alpine.
7061 You are now being asked for the name of that file.
7062 The easiest way to select a file is probably with the &quot;^T&quot;
7063 &quot;To Files&quot; command.
7064 Alternatively, you may type in a file name.
7065 It may be an absolute pathname.
7066 Otherwise, it is a file located in your home directory
7067 or current working directory
7068 <!--chtml if pinemode="running"-->
7069 (which, at least for your current Alpine &quot;session,&quot; 
7070 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7071 <!--chtml endif-->, depending on the
7072 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7073 In any case, you finish by typing a carriage return to accept the
7074 file name that is displayed.
7075 When the feature
7076 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7077 is turned on you may use TAB to complete partially typed in names.
7079 You may cancel the import operation by typing &quot;^C&quot; after exiting
7080 this help.
7082 &lt;End of help on this topic&gt;
7083 </BODY>
7084 </HTML>
7085 ======= h_ge_allparts =======
7086 <HTML>
7087 <HEAD>
7088 <TITLE>Export Message File Selection</TITLE>
7089 </HEAD>
7090 <BODY>
7091 <H1>Export Message File Selection</H1>
7093 You are Exporting a message from an Alpine mail folder
7094 to a plain text file.
7095 You also have the option of exporting all of the attachments associated
7096 with the message.
7097 You are now being asked for the name of the file to export <EM>to</EM>.
7098 The easiest way to select a file is probably with the &quot;^T&quot;
7099 &quot;To Files&quot; subcommand.
7100 After returning from that subcommand you will still be allowed to
7101 edit the name you have selected.
7102 Alternatively, you may type in a file name.
7103 It may be an absolute pathname.
7104 Otherwise, it is a file located in your home directory
7105 or current working directory
7106 <!--chtml if pinemode="running"-->
7107 (which, at least for your current Alpine &quot;session,&quot; 
7108 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7109 <!--chtml endif-->, depending on the
7110 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7111 In any case, you finish by typing a carriage return to accept the
7112 file name that is displayed.
7113 When the feature
7114 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7115 is turned on you may use TAB to complete partially typed in names.
7117 The message you are exporting appears to have some attachments.
7118 If you wish to save <EM>all</EM> of the attachments at once,
7119 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
7120 saving of the attachments.
7121 You may turn it back off by typing &quot;^P&quot; again, which will now
7122 be labeled &quot;NoAllParts&quot; instead.
7123 If you want to save the parts the command displayed should be
7124 &quot;NoAllParts&quot;!
7125 When you choose to save attachments like this, the attachments will be saved
7126 in a newly created directory.
7127 That directory will have the same name as the file name you choose here,
7128 with the letters &quot;.d&quot; appended.
7129 If that directory already exists, then the letters &quot;.d_1&quot; will
7130 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
7131 is found.
7132 For example, if you select the file name
7134 <CENTER><SAMP>filename</SAMP></CENTER>
7136 to export the message to, then the directory used for the attachments will be
7138 <CENTER><SAMP>filename.d</SAMP></CENTER>
7140 or perhaps
7142 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
7144 The attachments will then be put into files inside that directory.
7145 The names for the attachment files will be derived from the attachments
7146 if possible.
7147 This is done in the same way as the default values are derived if you
7148 save them one at a time.
7149 (The &quot;filename&quot; parameter from the Content-Disposition header
7150 is the first choice. If that doesn't exist, the &quot;name&quot;
7151 parameter from the Content-Type header is used.)
7152 If a name for a particular attachment is not available, then the
7153 part number of the attachment is used, with the characters &quot;part_&quot;
7154 prepended.
7155 An example of that would be
7157 <CENTER><SAMP>part_2.1</SAMP></CENTER>
7159 If you want to save only some of the attachments or if you want more control
7160 over the directory and filename where an attachment is saved you may
7161 cancel out of this command and View the attachment list.
7162 From there you can save each attachment individually.
7164 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7165 this help.
7167 &lt;End of help on this topic&gt;
7168 </BODY>
7169 </HTML>
7170 ======= h_ge_export =======
7171 <HTML>
7172 <HEAD>
7173 <TITLE>Export File Selection</TITLE>
7174 </HEAD>
7175 <BODY>
7176 <H1>Export File Selection</H1>
7178 You are Exporting or Saving something from within the Alpine world
7179 (a message, an attachment, etc.)
7180 to a plain text file.
7181 You are now being asked for the name of the file to export <EM>to</EM>.
7182 The easiest way to select a file is probably with the &quot;^T&quot;
7183 &quot;To Files&quot; subcommand.
7184 After returning from that subcommand you will still be allowed to
7185 edit the name you have selected.
7186 Alternatively, you may type in a file name.
7187 It may be an absolute pathname.
7188 Otherwise, it is a file located in your home directory
7189 or current working directory
7190 <!--chtml if pinemode="running"-->
7191 (which, at least for your current Alpine &quot;session,&quot; 
7192 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7193 <!--chtml endif-->, depending on the
7194 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
7195 In any case, you finish by typing a carriage return to accept the
7196 file name that is displayed.
7197 When the feature
7198 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
7199 is turned on you may use TAB to complete partially typed in names.
7201 If the object you are exporting is a message with some attachments,
7202 you may wish to save all of the attachments by typing the &quot;^P&quot;
7203 &quot;AllParts&quot; command to turn on saving of the attachments.
7204 This subcommand will only be visible if the message actually has attachments.
7205 You may also View the attachment list and save individual attachments from
7206 there.
7208 If you are SAVING a text part (text/plain, text/html, etc.) you can use
7209 the Control-R subcommand to toggle if saving will be done in binary mode,
7210 meaning that the attachment will be decoded, but will not be transformed
7211 to UTF-8 for further processing (either in internal filters, or user
7212 supplied filters.) This is useful in case you either want to preserve
7213 the text as it was encoded originally to you, or the attachment was
7214 incorrectly attached (the attachment is not of text type) and you need
7215 the original text to process the attachment.
7217 You may cancel the Export operation by typing &quot;^C&quot; after exiting
7218 this help.
7220 &lt;End of help on this topic&gt;
7221 </BODY>
7222 </HTML>
7223 ======= h_common_save =======
7224 <HTML>
7225 <HEAD>
7226 <TITLE>Save and Export Commands</TITLE>
7227 </HEAD>
7228 <BODY>
7229 <H1>Save and Export Commands</H1>
7231 Save
7232 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
7233 and Export
7234 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
7235 are the two alternatives Alpine gives you to keep a copy of the message
7236 you are reading. If you want to keep the message within Alpine's email
7237 world, use &quot;Save&quot;; if you want to use the message in another
7238 program, use &quot;Export&quot;.
7241 When you Save a message, it is put into an existing folder or into a new
7242 folder in one of your existing folder collections.  The message stays in
7243 email format and can be read by Alpine again.  Alpine may use a special format
7244 for its mail folders -- never edit an Alpine folder by hand or with any
7245 program other than Alpine.  The exact behavior of the Save command can be
7246 configured with the
7247 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
7248 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
7249 and 
7250 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
7251 feature list settings.
7252 The name of the folder offered as a default is controlled by the option
7253 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
7256 When you use Export, the message is placed in a plain text file in your
7257 home directory 
7258 <!--chtml if pinemode="running"-->
7259 (which, in the present configuration of your system, is
7260  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7261 <!--chtml endif-->
7262 or current working directory
7263 <!--chtml if pinemode="running"-->
7264 (which, at least for your current Alpine &quot;session,&quot; 
7265 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7266 <!--chtml endif-->, depending on the
7267 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7268 configuration setting.  In the normal case, only minimal
7269 headers are exported with the message; however, if the full header mode 
7270 (whose availability may be disabled  by setting the feature 
7271 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
7272 in SETUP CONFIGURATION) is
7273 toggled on, then complete headers are exported along with the message
7274 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
7275 defined, they may affect the contents of the exported file.)
7278 &lt;End of help on this topic&gt;
7279 </BODY>
7280 </HTML>
7281 ======= h_common_bounce =======
7282 <HTML>
7283 <HEAD>
7284 <TITLE>Bounce Command</TITLE>
7285 </HEAD>
7286 <BODY>
7287 <H1>Bounce Command</H1>
7289 The Bounce 
7290 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
7291 command allows you to re-send, or &quot;remail&quot;, a
7292 message, as if you were never in the loop.  It is analogous to crossing
7293 out your address on a postal letter, writing a different address on the
7294 envelope, and putting it into the mailbox. Bounce is used primarily to
7295 redirect email that was sent to you in error.
7296 Also, some owners of email
7297 lists need the bounce command to handle list traffic.
7298 Bounce is not anonymous.
7299 A ReSent-From header is added to the message so that the recipient may
7300 tell that you Bounced it to them.
7303 The presence or absence of the Bounce command is determined by the
7304 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
7305 feature in your Alpine configuration.
7306 The feature
7307 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
7308 affects the behavior of the Bounce command.
7309 Also, it is possible that Bounce could be
7310 administratively disabled by your system manager; if it doesn't work,
7311 please check with your local help desk before reporting a bug.
7314 &lt;End of help on this topic&gt;
7315 </BODY>
7316 </HTML>
7317 ======= h_common_reply =======
7318 <HTML>
7319 <HEAD>
7320 <TITLE>Reply and Forward Commands</TITLE>
7321 </HEAD>
7322 <BODY>
7324 <H1>Reply and Forward Commands</H1>
7326 Replying 
7327 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
7328 and Forwarding 
7329 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
7330 are your two alternatives for following up on the
7331 message you are reading.  You would use reply if you want to get email
7332 back to the author of the message and/or the other people who have
7333 already seen it.  You use forward if you want somebody new to see the
7334 message.
7337 In the normal case, the only thing that you must supply when forwarding a
7338 message is the name/email address of the new recipient.
7339 Alpine will include the text of the forwarded message.
7340 Alpine will also include any attachments to the message.
7341 There is space above the forwarded text for you to include additional comments.
7344 When replying, you usually have to answer some questions.
7345 If the message is to multiple people and/or specified with a Reply-To: header,
7346 then you will have to decide who should get the reply.
7347 You also need to decide whether or not to include the previous
7348 message in your reply.
7349 Some of this is configurable.
7350 Specifically, see the
7351 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
7352 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
7353 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
7355 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7356 configuration features.
7359 Both the Reply and Forward commands react to the full header mode toggle.
7360 If the full header mode is on, then all the header and delivery lines are
7361 included with the text of the message in your reply/forward.
7364 Other configuration features that affect the Reply command are
7365 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7366 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7367 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7370 &lt;End of help on this topic&gt;
7371 </BODY>
7372 </HTML>
7373 ======= h_common_delete =======
7374 <HTML>
7375 <HEAD>
7376 <TITLE>Delete and Undelete Commands</TITLE>
7377 </HEAD>
7378 <BODY>
7379 <H1>Delete and Undelete Commands</H1>
7381 Delete 
7382 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7383 and Undelete 
7384 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7385 allow you to change the Deleted flag for the current message.
7386 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7387 removes the mark.
7388 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7389 at the left hand edge of the index line.
7390 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7391 in the upper right hand corner of the screen.
7392 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7393 get rid of the message.
7394 The eXpunge command (available from the MESSAGE INDEX screen) actually
7395 removes all of the deleted messages in a folder.
7396 Once a message is eXpunged, it can't be retrieved.
7399 The Delete command is affected by the setting of the configuration feature
7400 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7403 &lt;End of help on this topic&gt;
7404 </BODY>
7405 </HTML>
7406 ======= h_common_postpone =======
7407 <HTML>
7408 <HEAD>
7409 <TITLE>Postpone Command</TITLE>
7410 </HEAD>
7411 <BODY>
7412 <H1>Postpone Command</H1>
7414 The postpone
7415 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7416 command allows you to temporarily stop working on the current
7417 message so you may read
7418 other messages or compose another message.  When you want to resume a
7419 message later, start to compose and answer &quot;yes&quot; to the
7420 &quot;Continue postponed composition?&quot; question.  You may
7421 postpone as many messages as you like.
7424 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7425 in the Setup/Config screen, then the Postpone command will prompt you for
7426 the folder in which to store your outgoing message.
7429 &lt;End of help on this topic&gt;
7430 </BODY>
7431 </HTML>
7432 ======= h_compose_cancel =======
7433 <HTML>
7434 <HEAD>
7435 <TITLE>Cancel Command</TITLE>
7436 </HEAD>
7437 <BODY>
7438 <H1>Cancel Command</H1>
7440 Cancel
7441 <!--chtml if pinemode="function_key"-->
7442 (F2)
7443 <!--chtml else-->
7444 (^C) 
7445 <!--chtml endif-->
7447 The Cancel command returns you to Alpine's normal mail processing and
7448 causes the message currently under composition to be thrown out.
7449 The message text <EM>will be lost</EM>.
7452 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
7453 will be preserved in the file named
7454 <!--chtml if pinemode="os_windows"-->
7455 &quot;DEADLETR&quot;.
7456 <!--chtml else-->
7457 &quot;dead.letter&quot; in your home directory.
7458 <!--chtml endif-->
7459 If you unintentionally cancel a message, look there for its text.
7462 &lt;End of help on this topic&gt;
7463 </BODY>
7464 </HTML>
7465 ======= h_compose_addrcomplete =======
7466 <HTML>
7467 <HEAD>
7468 <TITLE>Address Completion</TITLE>
7469 </HEAD>
7470 <BODY>
7471 <H1>Address Completion</H1>
7473 When entering addresses in the address fields of the composer (To, Cc, etc.)
7474 the TAB key may be used to help complete the address.
7475 Type a partial nickname and tap the TAB key to complete the typing.
7476 The unambiguous part of the name will be filled in automatically.
7477 Typing TAB twice in succession will bring up a selection list of possibilities,
7478 making it easy to find and choose the correct address.
7481 The matching algorithm is rather ad hoc.
7482 The search starts with a search of your address book.
7483 It counts as a match if the nickname, address, or fullname field of an
7484 entry begins with the text typed in so far. It is also a match if
7485 a later word in the fullname (for example, the middle name or last name)
7486 begins with the entered text.
7488 Next comes an LDAP search.
7489 The search will happen for any servers that have the
7490 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7491 feature set. You can set or unset the feature for each server independently
7492 in the Setup/Directory screen.
7494 Finally, if you are replying to or forwarding a message, that message is
7495 searched for likely candidate addresses that match the typed-in text.
7498 &lt;End of help on this topic&gt;
7499 </BODY>
7500 </HTML>
7501 ======= h_compose_richhdr =======
7502 <HTML>
7503 <HEAD>
7504 <TITLE>Rich Header Command</TITLE>
7505 </HEAD>
7506 <BODY>
7507 <H1>Rich Header Command</H1>
7509 The Rich Header command allows you to toggle between the list of 
7510 all message headers available for editing and those that are most
7511 common.
7514 Use this toggle to expose headers that are not normally visible by
7515 default.
7516 This set usually includes the
7517 &quot;Bcc:&quot;,
7518 &quot;Fcc:&quot;,
7519 &quot;Lcc:&quot;,
7520 and &quot;Newsgroups&quot;
7521 headers.
7522 If you are posting to a newsgroup the set of defaults is a little different.
7523 Obviously, in that case, the Newsgroups header is of interest so is not
7524 hidden.
7525 For news posting the hidden set includes the
7526 &quot;To:&quot;,
7527 &quot;Cc:&quot;,
7528 &quot;Bcc:&quot;,
7529 &quot;Fcc:&quot;,
7530 and &quot;Lcc:&quot;
7531 headers.
7532 You won't normally want to edit these, which is why they are hidden,
7533 but it is sometimes useful to be able to set them manually.
7536 The default sets of headers listed above can be altered.
7537 Any header that you have added to the
7538 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7539 option, but not to the
7540 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7541 option will appear when you use the Rich Headers command to
7542 make the Rich Headers visible.
7543 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7544 even without toggling the Rich Headers command.)
7547 &lt;End of help on this topic&gt;
7548 </BODY>
7549 </HTML>
7550 ======= h_compose_send =======
7551 <HTML>
7552 <HEAD>
7553 <TITLE>Send Command</TITLE>
7554 </HEAD>
7555 <BODY>
7556 <H1>Send Command</H1>
7558 The Send command
7559 <!--chtml if pinemode="function_key"-->
7560 (F3)
7561 <!--chtml else-->
7562 (^X) 
7563 <!--chtml endif-->
7564 tells Alpine you are finished composing.
7565 Before actually sending it, though, Alpine will ask you to confirm 
7566 your intention, and, at the same time, redisplayed the message text
7567 with the recipients at the top of the screen to give you the opportunity
7568 to review and verify that the message is addressed to the people
7569 you intended.
7571 If the feature
7572 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7573 then this confirmation prompt and any options it allows are skipped.
7576 This confirmation prompt may also offer, depending
7577 on your particular Setup/Config, options allowing you to set
7578 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7579 include attachments in the &quot;Fcc&quot; (if you had previously
7580 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7581 observe details of the
7582 <A HREF="h_config_verbose_post">message submission process</A>,
7583 choose the filter through which the
7584 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7585 or turn of flowed text generation.
7588 &lt;End of help on this topic&gt;
7589 </BODY>
7590 </HTML>
7591 ======= h_compose_markcutpaste =======
7592 <HTML>
7593 <HEAD>
7594 <TITLE>Mark, Cut and Paste Commands</TITLE>
7595 </HEAD>
7596 <BODY>
7597 <H1>Mark, Cut and Paste Commands</H1>
7599 You can define a &quot;block&quot; of text, which can subsequently
7600  be deleted or
7601 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7602 then moving the cursor to the end of the desired text block.  You can then
7603 &quot;cut&quot; the block out 
7604 <!--chtml if pinemode="function_key"-->
7605 &quot;F9&quot;,
7606 <!--chtml else-->
7607 &quot;Ctrl-K&quot;,
7608 <!--chtml endif-->
7609 move the cursor, and &quot;paste&quot; it
7610 <!--chtml if pinemode="function_key"-->
7611 &quot;F10&quot;,
7612 <!--chtml else-->
7613 &quot;Ctrl-U&quot;,
7614 <!--chtml endif-->
7615 in the new location.  Also, you can paste more than once, allowing you
7616 to use this feature to copy a block of text.<P>
7618 If you press 
7619 <!--chtml if pinemode="function_key"-->
7620 &quot;F9&quot;
7621 <!--chtml else-->
7622 &quot;^K&quot;
7623 <!--chtml endif-->
7624 without having marked anything, Alpine will delete
7625 a single line.  If you delete a group of lines together, Alpine keeps them
7626 in the same buffer, so 
7627 <!--chtml if pinemode="function_key"-->
7629 <!--chtml else-->
7631 <!--chtml endif-->
7632 will restore them as a block.  About
7633 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7634 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7635 &quot;type the character ^&quot;.
7638 &lt;End of help on this topic&gt;
7639 </BODY>
7640 </HTML>
7641 ======= h_compose_justify =======
7642 <HTML>
7643 <HEAD>
7644 <TITLE>Justify Command</TITLE>
7645 </HEAD>
7646 <BODY>
7647 <H1>Justify Command</H1>
7649 The Justify
7650 <!--chtml if pinemode="function_key"-->
7651 (F4)
7652 <!--chtml else-->
7653 (^J) 
7654 <!--chtml endif-->
7655 command reformats the text in the paragraph the cursor is in.
7656 Paragraphs are separated by one blank line or a line beginning with a space.
7657 This is useful when you have been editing a paragraph and the lines become
7658 uneven.  The text is left aligned or justified and the right is ragged.  If
7659 the text is already justified as typed with auto-wrap, no justification will
7660 be done.
7663 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7664 block of text, the Justify command is modified.
7665 Instead of automatically justifying the current paragraph you will be
7666 asked if you want to justify the paragraph, justify the selected region,
7667 or adjust the quote level of the selected region.
7668 Adjusting the quote level only works if you are using standard
7669 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7670 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7673 When composing a reply containing included text, the justify command
7674 will reformat text to the right of the 
7675 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7676 adding or removing indented lines as needed.  Paragraphs are separated
7677 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7678 line containing the indent string and one or more blank spaces.
7679 Included text that was previously indented (or &quot;quoted&quot;) is
7680 not preserved.
7683 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7684 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7685 use the standard
7686 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7689 &lt;End of help on this topic&gt;
7690 </BODY>
7691 </HTML>
7692 ======= h_compose_spell =======
7693 <HTML>
7694 <HEAD>
7695 <TITLE>Spell Check Command</TITLE>
7696 </HEAD>
7697 <BODY>
7698 <H1>Spell Check Command</H1>
7700 The &quot;To Spell&quot;
7701 <!--chtml if pinemode="function_key"-->
7702 (F12)
7703 <!--chtml else-->
7704 (^T) 
7705 <!--chtml endif-->
7706 command calls an external spell checking program to look over the
7707 message you are composing.  By default, Alpine uses
7709 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7711 if it knows where to find &quot;aspell&quot;.
7712 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7713 then the command used is
7715 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7717 Otherwise, the ancient &quot;spell&quot; command is used.
7719 For PC-Alpine, you must install the aspell library code that you
7720 may get from
7721 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7724 &lt;End of help on this topic&gt;
7725 </BODY>
7726 </HTML>
7727 ======= h_compose_alted =======
7728 <HTML>
7729 <HEAD>
7730 <TITLE>Alt Editor Command</TITLE>
7731 </HEAD>
7732 <BODY>
7733 <H1>Alt Editor Command</H1>
7735 The &quot;Alt Editor&quot; command's availability depends on the
7736 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7739 When the variable specifies a valid editor on your system, this
7740 command will launch it with the current text of your message
7741 already filled in.
7744 &lt;End of help on this topic&gt;
7745 </BODY>
7746 </HTML>
7747 ======= h_compose_readfile =======
7748 <HTML>
7749 <HEAD>
7750 <TITLE>Read File Command</TITLE>
7751 </HEAD>
7752 <BODY>
7753 <H1>Read File Command</H1>
7755 The &quot;Read File&quot;
7756 <!--chtml if pinemode="function_key"-->
7757 (F5)
7758 <!--chtml else-->
7759 (^R) 
7760 <!--chtml endif-->
7761 command allows you to copy in text from an existing file. You will be
7762 prompted for the name of a file to be inserted into the message.  The file
7763 name is relative to your home directory 
7764 <!--chtml if pinemode="running"-->
7765 (which, in the present configuration of your system, is
7766  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7767 <!--chtml endif-->
7768 or current working directory
7769 <!--chtml if pinemode="running"-->
7770 (which, at least for your current Alpine &quot;session,&quot; 
7771 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7772 <!--chtml endif-->, depending on the
7773 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7774 configuration setting; or, the file name must be specified as a full path name 
7775 <!--chtml if pinemode="os_windows"-->
7776 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7777 <!--chtml else-->
7778 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7779 <!--chtml endif-->
7780 (without the quotation marks).
7783 The file will be inserted where the cursor is located.  <B>The
7784 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7785 Unix machine but have files on a PC or Mac, the files must be transferred
7786 to the system Alpine is running on before they can be read.  Please ask your
7787 local computer support people about the correct way to transfer a file to 
7788 your Alpine system.
7791 &lt;End of help on this topic&gt;
7792 </BODY>
7793 </HTML>
7794 ======= h_config_tray_icon =======
7795 <HTML>
7796 <HEAD>
7797 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7798 </HEAD>
7799 <BODY>
7800 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7802 PC-Alpine only.
7804 This option restores a behavior of previous versions of PC-Alpine.
7805 These
7806 versions, when started, installed a PC-Alpine icon in the notification 
7807 tray of Window's Taskbar.  The primary use of this icon was to indicate
7808 new mail arrival by turning red (while the Taskbar icon remained green).
7809 Additionally, the icon now changes to yellow to signify that a mail folder
7810 has been closed unexpectedly.
7813 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7814 color its Taskbar entry's icon red (as well as the icon in the Window
7815 Title).  This feature is only provided for backwards compatibility.
7818 &lt;End of help on this topic&gt;
7819 </BODY>
7820 </HTML>
7821 ======= h_common_suspend =======
7822 <HTML>
7823 <HEAD>
7824 <TITLE>Suspend Command</TITLE>
7825 </HEAD>
7826 <BODY>
7827 <H1>Suspend Command</H1>
7829 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7830 enabled, you can, at almost any time, temporarily halt your Alpine session,
7831 <!--chtml if pinemode="os_windows"-->
7832 minimizing it into an icon.
7833 <!--chtml else-->
7834 and return to your system prompt.
7835 <!--chtml endif-->
7838 &lt;End of help on this topic&gt;
7839 </BODY>
7840 </HTML>
7841 ======= h_pipe_command =======
7842 <HTML>
7843 <HEAD>
7844 <TITLE>Pipe Command SubOptions</TITLE>
7845 </HEAD>
7846 <BODY>
7847 <H1>Pipe Command SubOptions</H1>
7849 By default, when you use the Pipe command, the processed text of the
7850 message is sent to the Unix command
7851 you specify and the output is captured by Alpine and shown to you.
7852 (This command is available in PC-Alpine, as well, but there aren't many
7853 Windows commands that work well with piping.)
7854 There are some sub-commands that may be used to alter this behavior.
7855 These are toggles that switch the behavior between two possibilities.
7856 They can be combined in any way you wish.
7858 By default, the prompt at the bottom of the screen looks like
7860 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7864 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7866 if you are piping more than one message.
7868 The sub-command options are:
7869 <DL>
7870    <DT>Shown Text or Raw Text</DT>
7871    <DD>This option toggles between sending the shown (processed) text
7872 of the message to the Unix command, and sending the
7873 raw (unprocessed) text of the message to the Unix command.
7874 The default is to send the shown text.
7875 The raw version of the message will contain all of the headers and any
7876 MIME encoding that the message contains.
7877 If you've selected the Raw Text then the prompt will have the additional word
7878 &quot;RAW&quot; in it, like
7880 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7882 You can experiment with this option by piping to something simple like the
7883 Unix &quot;cat&quot; command.
7884    </DD>
7885    <DT>Captured Output or Free Output</DT>
7886    <DD>This option toggles between having Alpine capture the output of
7887 the Unix pipe command for display, and not capturing it.
7888 If the command you are piping to is a filter that will produce output
7889 you want to view, then you want to capture that output
7890 for display (the default).
7891 If the Unix command doesn't produce output or handles the display itself,
7892 then you want free output.
7893 When you've selected the Free Output option the prompt will change to
7895 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7897    </DD>
7898    <DT>No Delimiter or With Delimiter</DT>
7899    <DD>This option controls whether or not a Unix mailbox style delimiter
7900 will come before the text of the message.
7901 This is the delimiter used in the common Unix mailbox format.
7902 It's the single line that begins with the five characters
7903 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7904 You'll usually only want to include this if the Unix command requires
7905 input in the format of a traditional Unix mailbox file.
7906 When you've selected the With Delimiter option the prompt will change to
7908 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7910    </DD>
7911    <DT>To Same Pipe or To Individual Pipes</DT>
7912    <DD>This option only shows up if you are running an aggregate
7913 pipe command.
7914 That is, the command was Apply Pipe, not just Pipe.
7915 You have the option of piping all of the selected messages through a
7916 single pipe to a single instance of the Unix command,
7917 or piping each individual message through a separate pipe to separate
7918 instances of the Unix command.
7919 The default is that all of the output will go through a single pipe
7920 to a single instance of the command.
7921 You can try this option with a command like &quot;less&quot;, with Free
7922 Output enabled.
7923 When you've selected the Individual Pipes option the prompt will change to
7925 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7927    </DD>
7928 </DL>
7931 As mentioned earlier, the options can be combined in any way you wish.
7932 You may leave them all off, turn them all on, or turn some of them on
7933 and some of them off.
7934 If you use the pipe command a second time in the same session the default
7935 options will be what you used the last time.
7938 &lt;End of help on this topic&gt;
7939 </BODY>
7940 </HTML>
7941 ========== h_emptydir_subfolder_name =========
7942 <HTML>
7943 <HEAD>
7944 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7945 </HEAD>
7946 <BODY>
7947 <H1>Enter Subfolder Name</H1>
7949 <P> 
7950 This is the name of a new subfolder in the directory you are creating.
7951 Because empty directories are hidden and therefore not useful, you must also
7952 create a subfolder in the directory you are creating in order that the
7953 directory remains visible.
7955 Alternatively, you may turn off the configuration feature
7956 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7957 so that empty directories remain visible.
7958 If you do that, you will not be required to create the subfolder when you
7959 create a directory.
7962 &lt;End of help on this topic&gt;
7963 </BODY>
7964 </HTML>
7965 ========== h_incoming_add_folder_name =========
7966 <HTML>
7967 <HEAD>
7968 <TITLE>ENTER FOLDER NAME</TITLE>
7969 </HEAD>
7970 <BODY>
7971 <H1>Enter Folder Name</H1>
7973 <P> 
7974 This is the name of the folder on the previously specified server.
7975 By default the folder name is interpreted as defining a section of your personal
7976 folder area.  This area and how you specify it are defined by the
7977 server, if one is specified.
7980 To define a folder outside the default area, prefix
7981 the path with the namespace to use when interpreting the
7982 given path.  If a namespace is specified, the folder name begins with the
7983 sharp (#) character followed by the name of the namespace
7984 and then the namespace's path-element-delimiter.  Aside from the
7985 name's format, namespaces can also imply access rights, content
7986 policy, audience, location, and, occasionally, access methods.
7989 Each server exports its own set (possibly of size one) of 
7990 namespaces.
7991 For a more detailed explanation read about
7992 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7995 To specify the default for INBOX on the server you can usually just enter
7996 &quot;INBOX&quot;, and the server will understand the special meaning of
7997 that word.
8000 &lt;End of help on this topic&gt;
8001 </BODY>
8002 </HTML>
8003 ========== h_incoming_add_folder_host =========
8004 <HTML>
8005 <HEAD>
8006 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
8007 </HEAD>
8008 <BODY>
8009 <H1>Enter Incoming Folder Server</H1>
8011 You are being asked for the name of the server for use with this incoming
8012 folder.
8013 If the folder is on the machine where Alpine is running, then just enter
8014 RETURN without typing a server name.
8017 If the folder is on an IMAP server then type the server's name followed
8018 by RETURN.
8019 You may use the ^X command if the server is the same as the server that
8020 the INBOX is on.
8023 You may have to add optional extra information to the server name.
8024 For example, if the IMAP server is using a non-standard port number you
8025 would specify that by appending a colon (:) followed by the port number
8026 to the server name
8029 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8032 or you may need to specify a different protocol if the server is not an
8033 IMAP server. For example:
8036 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8039 for a POP server or
8042 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8045 for an NNTP news server.
8046 For an explanation of all of the possibilities, see
8047 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8048 for folders.
8051 There is a special command (^W) if you want to set up a folder that gets its
8052 mail from a
8053 <A HREF="h_maildrop">Mail Drop</A>.
8054 If you type that command, you will be prompted for the information for
8055 both the Mail Drop folder and the destination folder.
8058 &lt;End of help on this topic&gt;
8059 </BODY>
8060 </HTML>
8061 ========== h_incoming_add_inbox =========
8062 <HTML>
8063 <HEAD>
8064 <TITLE>ENTER INBOX SERVER</TITLE>
8065 </HEAD>
8066 <BODY>
8067 <H1>Enter INBOX Server</H1>
8069 You are being asked for the name of the server for use with
8070 the INBOX folder.
8071 Type the server's name followed by RETURN.
8074 You may have to add optional extra information to the server name.
8075 For example, if the server is using a non-standard port number you
8076 would specify that by appending a colon (:) followed by the port number
8077 to the server name
8080 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8083 or you may need to specify a different protocol if the server is not an
8084 IMAP server. For example:
8087 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8090 for a POP server.
8093 For an explanation of all of the possibilities, see
8094 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8095 for folders.
8098 If the INBOX folder is on the machine where Alpine is running, then just enter
8099 RETURN without typing a server name.
8102 There is a special command (^W) if you want to set up a folder that gets its
8103 mail from a
8104 <A HREF="h_maildrop">Mail Drop</A>.
8105 If you type that command, you will be prompted for the information for
8106 both the Mail Drop folder and the destination folder, which will be used
8107 as your INBOX folder.
8110 &lt;End of help on this topic&gt;
8111 </BODY>
8112 </HTML>
8113 ========== h_incoming_add_maildrop_destn =========
8114 <HTML>
8115 <HEAD>
8116 <TITLE>ENTER DESTINATION SERVER</TITLE>
8117 </HEAD>
8118 <BODY>
8119 <H1>Enter Destination Server</H1>
8121 You are being asked for the name of the server where the destination
8122 folder is for use with this Mail Drop incoming folder.
8123 That is, you are using a Mail Drop for this incoming folder and
8124 you've already entered
8125 the server and folder name for the Mail Drop.
8126 Now you need to enter the server for the destination folder
8127 where the mail should be copied to.
8128 Mail will come from the Mail Drop and be copied to the destination folder.
8131 Type the server's name followed by RETURN.
8132 If the folder is local to this computer, just type RETURN without entering
8133 a server name.
8136 You may have to add optional extra information to the server name.
8137 For example, if the server is using a non-standard port number you
8138 would specify that by appending a colon (:) followed by the port number
8139 to the server name
8142 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8145 For an explanation of all of the possibilities, see
8146 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8147 for folders.
8150 &lt;End of help on this topic&gt;
8151 </BODY>
8152 </HTML>
8153 ========== h_inbox_add_maildrop_destn =========
8154 <HTML>
8155 <HEAD>
8156 <TITLE>ENTER DESTINATION SERVER</TITLE>
8157 </HEAD>
8158 <BODY>
8159 <H1>Enter Destination Server</H1>
8161 You are being asked for the name of the server where the destination
8162 folder is for use with your Mail Drop INBOX.
8163 That is, you are using a Mail Drop for your INBOX and you've already entered
8164 the server and folder name for the Mail Drop.
8165 Now you need to enter the server for the destination folder
8166 where the mail should be copied to.
8167 Mail will come from the Mail Drop and be copied to the destination folder.
8170 Type the server's name followed by RETURN.
8171 If the folder is local to this computer, just type RETURN without entering
8172 a server name.
8175 You may have to add optional extra information to the server name.
8176 For example, if the server is using a non-standard port number you
8177 would specify that by appending a colon (:) followed by the port number
8178 to the server name
8181 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8184 For an explanation of all of the possibilities, see
8185 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8186 for folders.
8189 &lt;End of help on this topic&gt;
8190 </BODY>
8191 </HTML>
8192 ========== h_inbox_add_maildrop =========
8193 <HTML>
8194 <HEAD>
8195 <TITLE>ENTER MAILDROP SERVER</TITLE>
8196 </HEAD>
8197 <BODY>
8198 <H1>Enter Mail Drop Server</H1>
8200 You are being asked for the name of the Mail Drop server for use with
8201 your INBOX.
8204 Type the server's name followed by RETURN.
8207 You may have to add optional extra information to the server name.
8208 For example, if the server is using a non-standard port number you
8209 would specify that by appending a colon (:) followed by the port number
8210 to the server name
8213 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8216 or you may need to specify a different protocol if the server is not an
8217 IMAP server. For example:
8220 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8223 for a POP server or
8226 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8229 for an NNTP news server.
8230 For an explanation of all of the possibilities, see
8231 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8232 for folders.
8235 &lt;End of help on this topic&gt;
8236 </BODY>
8237 </HTML>
8238 ========== h_incoming_add_maildrop =========
8239 <HTML>
8240 <HEAD>
8241 <TITLE>ENTER MAILDROP SERVER</TITLE>
8242 </HEAD>
8243 <BODY>
8244 <H1>Enter Mail Drop Server</H1>
8246 You are being asked for the name of the Mail Drop server for use with
8247 this incoming folder.
8250 Type the server's name followed by RETURN.
8251 You may use the ^X command if the server is the same as the server that
8252 the INBOX is on.
8255 You may have to add optional extra information to the server name.
8256 For example, if the server is using a non-standard port number you
8257 would specify that by appending a colon (:) followed by the port number
8258 to the server name
8261 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
8264 or you may need to specify a different protocol if the server is not an
8265 IMAP server. For example:
8268 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
8271 for a POP server or
8274 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
8277 for an NNTP news server.
8278 For an explanation of all of the possibilities, see
8279 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
8280 for folders.
8283 If the Mail Drop folder is on the machine where Alpine is running, then just enter
8284 RETURN without typing a server name.
8287 &lt;End of help on this topic&gt;
8288 </BODY>
8289 </HTML>
8290 ========== h_maildrop =========
8291 <HTML>
8292 <HEAD>
8293 <TITLE>WHAT IS A MAIL DROP?</TITLE>
8294 </HEAD>
8295 <BODY>
8296 <H1>What is a Mail Drop?</H1>
8298 In some situaions it may make sense to have your mail delivered to one
8299 folder (the Mail Drop) and then when you want to read mail that has been
8300 delivered to the Mail Drop folder Alpine will move it to another
8301 destination folder.
8302 Often the Mail Drop will be a remote folder and messages will be moved from
8303 there to a local destination folder.
8306 One example where this might make sense is if the Mail Drop folder is accessible
8307 only with the POP protocol.
8308 You could designate your POP inbox as the Mail Drop folder and have Alpine move
8309 mail from there to a local (on the same machine Alpine is running on)
8310 destination folder, where you'll read it.
8313 A Mail Drop may only be used as your Inbox or as an
8314 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
8317 There is no attempt to synchronize the contents of the destination folder
8318 with the contents of the Mail Drop folder.
8319 All that happens is that all of the messages in the Mail Drop folder are
8320 copied to the destination folder and then they are deleted and expunged (if possible)
8321 from the Mail Drop folder.
8322 The next time a check for new mail is made, any messages in the Mail 
8323 Drop folder are once again copied to the destination folder and deleted
8324 and expunged from the Mail Drop folder.
8325 (If the Mail Drop folder is a news group, then the messages can't be
8326 expunged from the newsgroup. Instead, only Recent messages are copied from
8327 the newsgroup to the destination folder.)
8330 Configuration of a Mail Drop is a little different from configuration of
8331 a folder that does not use a Mail Drop because you have to specify two
8332 folder names instead of one.
8333 The two folders may be any types of folders that Alpine can normally use.
8334 They don't have to be a remote folder and a local folder, that is
8335 simply the most common usage.
8336 When you use a Mail Drop folder Alpine will periodically re-open the Mail
8337 Drop to check for new mail.
8338 The new-mail checks will happen at the frequency set with the
8339 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
8340 but with a minimum time
8341 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
8342 between checks.
8343 Because of this minimum you may notice that new mail does not
8344 appear promptly when you expect it.
8345 The reason for this is to protect the server from over-zealous opening and
8346 closing of the Mail Drop folder.
8347 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
8348 the end of the folder index, then the check will happen, regardless of how
8349 long it has been since the previous check.
8351 If there is new mail, that mail will be copied to the destination folder
8352 and then will be deleted from the Mail Drop.
8353 Note that using a Mail Drop with a local destination folder does not make
8354 sense if you read mail from more than one machine, because the mail is
8355 downloaded to the destination folder (which is accessible from only one
8356 machine) and deleted from the Mail Drop.
8358 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8361 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8364 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8366 The brackets are not literal.
8368 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8370 is a single character that does not appear in the MailDropFolder name.
8371 If the name doesn't contain spaces then it can be a space character.
8372 The two folder names are full technical
8373 <A HREF="h_valid_folder_names">folder names</A>
8374 as used by Alpine.
8375 Here are a couple examples to give you an idea what is being talked about:
8378 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8380 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8383 A #move folder may only be used as an
8384 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8385 an Inbox.
8386 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8387 on the
8388 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8389 option)
8390 the Add command has a subcommand &quot;Use Mail Drop&quot;
8391 which may be helpful for defining the folder in your Alpine configuration.
8392 The same is true when you edit the
8393 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8394 option in Setup/Config.
8395 Each of these configuration methods will also create the DestinationFolder
8396 if it doesn't already exist.
8397 If you are having problems, make sure the DestinationFolder exists.
8400 &lt;End of help on this topic&gt;
8401 </BODY>
8402 </HTML>
8403 ========== h_save =========
8404 <HTML>
8405 <HEAD>
8406 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8407 </HEAD>
8408 <BODY>
8409 <H1>Choose a Folder to Save Into</H1>
8411 After Exiting from this help text,
8412 type the name of the folder you want to save into and press RETURN.
8414 Press ^T to get a list of your folders to choose from.
8415 Press ^C to cancel the Save.
8417 If you have Folder Collections defined you may use
8418 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8419 the collection being saved to.
8421 If Tab Completion is enabled (it is enabled by default)
8422 you may type a Tab character to have Alpine complete the folder name for you.
8424 If Partial Match Lists is enabled (it is enabled by default) you may type
8425 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8427 If the Ctrl-R subcommand is present that means you can decide to Delete or
8428 not Delete the message you are saving after you save it.
8429 The label on that key gives the action to switch to.
8430 If it says Delete and you type Ctrl-R the label displayed will change to
8431 No Delete and the source message will be deleted after the save. If it
8432 says No Delete and you type Ctrl-R the label displayed will change to
8433 Delete and the message will not be deleted.
8434 You can control the default for the Delete parameter with the
8435 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8437 Similarly, if the Ctrl-W subcommand is present that means you can decide
8438 to Preserve the order of the messages being saved or not.
8439 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8440 will be in the same order as you see them in the source folder now.
8441 The opposite action (which is usually the default) is that you don't care
8442 about the order.
8443 The Saved messages may or may not be in the same order in the destination folder.
8444 There may be a performance penalty for choosing to save the messages in order.
8445 You can control the default for the Preserve Order parameter with the
8446 configuration feature
8447 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8450 If you haven't disabled the Save Input History and you've already done a
8451 Save earlier in this session then you may use the Up and Down arrows to retrieve
8452 a folder name used in a previous Save.
8455 &lt;End of help on this topic&gt;
8456 </BODY>
8457 </HTML>
8458 ============= h_simple_index ========================
8459 <HTML>
8460 <HEAD>
8461 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8462 </HEAD>
8463 <BODY>
8464 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8465 <!--chtml if pinemode="function_key"-->
8466 <PRE>
8467 Navigating the List of Messages               General Alpine Commands
8468 -------------------------------               -----------------------
8469  F5   Move to previous message                 F1   Show this help text
8470  F6   Move to next message
8471  F7   Show previous screen of messages
8472  F8   Show next screen of messages
8474 Message Selection Commands
8475 --------------------------
8476  F3   Exit the Message Select menu (canceling Send command)
8477  F4   Select the currently highlighted message
8478  F9   Mark the currently highlighted message as deleted
8479  F10  Undelete (remove deletion mark from) the highlighted message
8480 </PRE>
8481 <!--chtml else-->
8482 <PRE>
8483 Navigating the List of Messages               General Alpine Commands
8484 -------------------------------               -----------------------
8485   P  Move to previous message                  ?  Show this help text
8486   N  Move to next message
8487   -  Show previous screen of messages
8488  Spc (space bar) Show next screen of messages
8490 Message Selection Commands
8491 --------------------------
8492   E  Exit the Message Select menu (canceling Send command)
8493   S  Select the currently highlighted message
8494   D  Mark the currently highlighted message as deleted
8495   U  Undelete (remove deletion mark from) the highlighted message
8496 </PRE>
8497 <!--chtml endif-->
8499 <H2>Description of the Select Postponed Message Screen</H2>
8501 This screen allows you to select one of several previously postponed
8502 messages in order to continue composition.  Your options are very limited
8503 -- the screen is not meant to let you manipulate these messages.  However,
8504 you may now delete messages from this list.  Once you choose a message,
8505 Alpine reads it in and puts you into the regular message composer.
8508 Messages do not stay in this postponed state automatically.  If you select
8509 a message and then want to postpone it again, use the normal postpone
8510 (Ctrl-O) command in the composer.
8513 If you exit this screen without selecting a message, the Compose command
8514 that got you here is canceled.  Other than messages explicitly marked
8515 &quot;Deleted&quot;, no messages will be removed.
8518 &lt;End of help on this topic&gt;
8519 </BODY>
8520 </HTML>
8521 ============= h_collection_screen ========================
8522 <HTML>
8523 <HEAD>
8524 <TITLE>COLLECTION LIST screen</TITLE>
8525 </HEAD>
8526 <BODY>
8527 <H1>COLLECTION LIST screen</H1>
8529 The COLLECTION LIST screen is used to select one of your  
8530 collection definitions to display the folders they contain.  See
8531 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8532 detailed explanation of collections.<P>
8534 To manage your collection definitions (Add, Change, Delete, etc.), use
8535 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8536 MAIN MENU.
8539 &lt;End of help on this topic&gt;
8540 </BODY>
8541 </HTML>
8542 ============= h_collection_maint ========================
8543 <HTML>
8544 <HEAD>
8545 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8546 </HEAD>
8547 <BODY>
8548 <H1>SETUP COLLECTION LIST screen</H1>
8550 The SETUP COLLECTION LIST screen lets you manage your collection
8551 definitions.  See 
8552 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8553 for detailed explanation of collections.<P>
8555 Maintenance commands include:
8556 <DL>
8557 <DT>Change
8558 <!--chtml if pinemode="function_key"-->
8559 (F4)
8560 <!--chtml else-->
8562 <!--chtml endif-->
8563 </DT>
8565 <DD>Modify attributes of the selected collection definition.
8567 <DT>Add Cltn
8568 <!--chtml if pinemode="function_key"-->
8569 (F9)
8570 <!--chtml else-->
8572 <!--chtml endif-->
8573 </DT>
8575 <DD>Create a new collection definition.
8576 </DD>
8578 <DT>Del Cltn
8579 <!--chtml if pinemode="function_key"-->
8580 (F10)
8581 <!--chtml else-->
8583 <!--chtml endif-->
8584 </DT>
8586 <DD>Delete the selected collection definition.<BR>
8587 NOTE: The folders and directories referred to by the
8588 collection definition are <EM>NOT</EM> deleted.  Folders must
8589 be deleted, if that's what you wish to do, from the 
8590 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8591 individual folders in a collection.
8592 </DD>
8594 <DT>Shuffle
8595 <!--chtml if pinemode="function_key"-->
8596 (F11)
8597 <!--chtml else-->
8599 <!--chtml endif-->
8600 </DT>
8602 <DD>Change the order of the displayed collections.  Alpine will offer
8603 to move the currently selected collection one position UP
8604 or DOWN.
8605 </DD>
8606 </DL>
8609 &lt;End of help on this topic&gt;
8610 </BODY>
8611 </HTML>
8612 ============ h_what_are_collections ==========
8613 <HTML>
8614 <HEAD>
8615 <TITLE>Folder Collections Explained</TITLE>
8616 </HEAD>
8617 <BODY>
8618 <H1>Folder Collections Explained</H1>
8621 Those of you with simple mail configurations will just see a list of all the
8622 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8623 The special folders for INBOX, sent mail and saved messages
8624 will appear at the top of the list.  All others are in alphabetical order.
8626 If you
8627 or your system administrator have defined more than one collection or if
8628 you have a collection (for newsgroups or email folders) defined on your 
8629 system, then you will see the COLLECTION LIST screen first when choosing 
8630 FOLDER LIST from Alpine's MAIN MENU.
8632 <H2>Why have multiple folder collections?</H2>
8634 For Alpine users who only maintain email folders (and not too many) on one host, 
8635 a single folder collection is probably sufficient.<P>
8637 However, people who have more than one email account - for example, one 
8638 at their university, and one with their personal Internet Service Provider - 
8639 will have different sets of folders on different hosts, and they may want to
8640 access them all from the same installation of Alpine, rather than use different 
8641 software and/or log into other hosts to manipulate messages in different 
8642 accounts.  (If in doubt whether one of your email accounts can be accessed 
8643 with Alpine, contact the technical support people for that account.)  Even people
8644 who have only one email account on one host, but have dozens or
8645 hundreds of email folders, may want to arrange these folders together in a 
8646 meaningful way.<BR>
8647 That is where multiple collections come in.
8649 <H2>Types of Collections</H2>
8650 <DL>
8651 <DT>INCOMING FOLDERS</DT>
8652 <DD>&quot;Incoming Message Folders&quot; 
8653 is a special collection typically used to supplement your single INBOX.  
8654 All the folders here are meant to be ones that receive incoming messages, 
8655 which you intend to check more or less frequently.  
8656 You may have multiple folders like this because you or your systems 
8657 administrator have set up an external program or you may have set up
8658 Alpine to filter incoming 
8659 messages into different folders, based on certain criteria such as 
8660 sender, recipient, or subject; or because you have multiple accounts and 
8661 wish to check their INBOXes easily.  This collection is established by 
8662 setting the 
8663 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8664 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8665 MAIN MENU.
8666 </DD>
8668 <DT>NEWS</DT>
8669 <DD>You can also define a collection specifically for
8670 newsgroups.  Alpine does this for you implicitly when you 
8671 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8672 in your Alpine configuration.  The news collection appears last in the 
8673 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8674 and Alpine knows not to save messages there.
8675 </DD>
8677 <DT>DEFAULT COLLECTION</DT>
8678 <DD>This is the default collection for your saved and sent messages folders.
8679 </DD>
8680 </DL>
8684 <H2>Defining Collections</H2>
8686 In the absence of any folder-collection definitions, Alpine will assume a
8687 single default folder collection.
8688 <!--chtml if pinemode="os_windows"-->
8689 <!--chtml else-->
8690 If necessary, Alpine will create the directory
8691 &quot;mail&quot; in your Unix home directory 
8692 to hold your folders.
8693 <!--chtml endif-->
8695 You can use the 
8696 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8697 the MAIN MENU, to manage your collection list.  
8699 &lt;End of help on this topic&gt;
8700 </BODY>
8701 </HTML>
8702 ===== h_select_address_screen =====
8703 <HTML>
8704 <HEAD>
8705 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8706 </HEAD>
8707 <BODY>
8708 <H1>SELECT AN ADDRESS SCREEN</H1>
8709 <H2>COMMANDS</H2>
8710 <!--chtml if pinemode="function_key"-->
8711 <PRE>
8712 Available  Commands                        
8713 -------------------------------            
8714 F1  Show Help Text
8715 F3  Exit without selecting anything
8716 F4  Select the highlighted address
8717 F5  Move highlight to previous address
8718 F6  Move highlight to next address
8719 F7  Previous page of addresses
8720 F8  Next page of addresses
8721 F11 Print
8722 F12 WhereIs
8723 </PRE>
8724 <!--chtml else-->
8725 <PRE>
8726 Navigation                     General Alpine Commands
8727 -------------------------      -----------------------
8728  P  Prev Address                ?  Display this help text
8729  N  Next Address                E  Exit without selecting anything
8730  -  Previous page               %  Print
8731 Spc (space bar) Next page
8732  W  WhereIs
8734 Select Command
8735 ------------------------------------------------
8736  S  Select the highlighted address
8737 </PRE>
8738 <!--chtml endif-->
8740 <H2>Description of the Select Address Screen</H2>
8742 This screen gives you an easy way to select an address from all of
8743 the address book entries that match the prefix typed so far.
8745 <P><UL>
8746 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8747 </UL>
8749 &lt;End of help on this topic&gt;
8750 </BODY>
8751 </HTML>
8752 ===== h_select_rule_screen =====
8753 <HTML>
8754 <HEAD>
8755 <TITLE>SELECT A RULE SCREEN</TITLE>
8756 </HEAD>
8757 <BODY>
8758 <H1>SELECT A RULE SCREEN</H1>
8759 <H2>COMMANDS</H2>
8760 <!--chtml if pinemode="function_key"-->
8761 <PRE>
8762 Available  Commands                        
8763 -------------------------------            
8764 F1  Show Help Text
8765 F3  Exit without selecting anything
8766 F4  Select the highlighted rule
8767 F5  Move highlight to previous rule
8768 F6  Move highlight to next rule
8769 F7  Previous page of rules
8770 F8  Next page of rules
8771 F11 Print
8772 F12 WhereIs
8773 </PRE>
8774 <!--chtml else-->
8775 <PRE>
8776 Navigation                     General Alpine Commands
8777 -------------------------      -----------------------
8778  P  Prev Rule                   ?  Display this help text
8779  N  Next Rule                   E  Exit without selecting anything
8780  -  Previous page               %  Print
8781 Spc (space bar) Next page
8782  W  WhereIs
8784 Select Command
8785 ------------------------------------------------
8786  S  Select the highlighted rule
8787 </PRE>
8788 <!--chtml endif-->
8790 <H2>Description of the Select Rule Screen</H2>
8792 This screen just gives you an easy way to select a rule from all of your
8793 defined rules.
8794 The list of rules presented is the list of nicknames of all of the rules
8795 defined using Setup/Rules.
8796 For selecting messages, it is likely that the Indexcolor rules and possibly
8797 the Roles rules will be most useful.
8798 The others are there also, in case you find a use for them.
8800 In order for this to be useful for selecting messages, the nicknames of
8801 the rules have to be different.
8802 Alpine actually just gets the nickname of the rule that you select and then
8803 looks up that rule using the nickname.
8804 So if there are duplicate nicknames, the first rule that has that
8805 nickname will be used.
8807 <P><UL>
8808 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8809 </UL>
8811 &lt;End of help on this topic&gt;
8812 </BODY>
8813 </HTML>
8814 ===== h_select_priority_screen =====
8815 <HTML>
8816 <HEAD>
8817 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8818 </HEAD>
8819 <BODY>
8820 <H1>SELECT A PRIORITY SCREEN</H1>
8821 <H2>COMMANDS</H2>
8822 <!--chtml if pinemode="function_key"-->
8823 <PRE>
8824 Available  Commands                        
8825 -------------------------------            
8826 F1  Show Help Text
8827 F3  Exit without selecting anything
8828 F4  Select the highlighted priority
8829 F5  Move highlight to previous priority
8830 F6  Move highlight to next priority
8831 F7  Previous page of priorities
8832 F8  Next page of priorities
8833 F11 Print
8834 F12 WhereIs
8835 </PRE>
8836 <!--chtml else-->
8837 <PRE>
8838 Navigation                     General Alpine Commands
8839 -------------------------      -----------------------
8840  P  Prev Priority               ?  Display this help text
8841  N  Next Priority               E  Exit without selecting anything
8842  -  Previous page               %  Print
8843 Spc (space bar) Next page
8844  W  WhereIs
8846 Select Command
8847 ------------------------------------------------
8848  S  Select the highlighted priority
8849 </PRE>
8850 <!--chtml endif-->
8852 <H2>Description of the Select Priority Screen</H2>
8854 This screen gives you a way to select a priority for the message you are sending.
8855 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8856 Some mail programs will display an indication of the priority level to
8857 the recipient of the message, some will ignore it.
8858 Even in cases where the mail programs of both the sender and the recipient
8859 agree on the meaning of this header, keep in mind that it is
8860 something that the sender sets so it is only an indication
8861 of the priority that the sender attaches to the mail.
8862 Alpine can be made to display an indication of this priority in incoming
8863 messages by use of one of the tokens
8864 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8865 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8866 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8868 <P><UL>
8869 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8870 </UL>
8872 &lt;End of help on this topic&gt;
8873 </BODY>
8874 </HTML>
8875 ===== h_select_keyword_screen =====
8876 <HTML>
8877 <HEAD>
8878 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8879 </HEAD>
8880 <BODY>
8881 <H1>SELECT A KEYWORD SCREEN</H1>
8882 <H2>COMMANDS</H2>
8883 <!--chtml if pinemode="function_key"-->
8884 <PRE>
8885 Available  Commands                        
8886 -------------------------------            
8887 F1  Show Help Text
8888 F3  Exit without selecting anything
8889 F4  Select the highlighted keyword
8890 F5  Move highlight to previous keyword
8891 F6  Move highlight to next keyword
8892 F7  Previous page of keywords
8893 F8  Next page of keywords
8894 F11 Print
8895 F12 WhereIs
8896 </PRE>
8897 <!--chtml else-->
8898 <PRE>
8899 Navigation                     General Alpine Commands
8900 -------------------------      -----------------------
8901  P  Prev Keyword                ?  Display this help text
8902  N  Next Keyword                E  Exit without selecting anything
8903  -  Previous page               %  Print
8904 Spc (space bar) Next page
8905  W  WhereIs
8907 Select Command
8908 ------------------------------------------------
8909  S  Select the highlighted keyword
8910 </PRE>
8911 <!--chtml endif-->
8913 <H2>Description of the Select Keyword Screen</H2>
8915 This screen just gives you an easy way to select a keyword.
8916 The list of keywords presented is the list of all keywords defined in your 
8917 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8918 If you have given a keyword a nickname, that nickname is displayed
8919 instead of the actual keyword.
8921 <P><UL>
8922 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8923 </UL>
8925 &lt;End of help on this topic&gt;
8926 </BODY>
8927 </HTML>
8928 ===== h_select_charset_screen =====
8929 <HTML>
8930 <HEAD>
8931 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8932 </HEAD>
8933 <BODY>
8934 <H1>SELECT A CHARACTER SET SCREEN</H1>
8935 <H2>COMMANDS</H2>
8936 <!--chtml if pinemode="function_key"-->
8937 <PRE>
8938 Available  Commands                        
8939 -------------------------------            
8940 F1  Show Help Text
8941 F3  Exit without selecting anything
8942 F4  Select the highlighted character set
8943 F5  Move highlight to previous character set
8944 F6  Move highlight to next character set
8945 F7  Previous page of character sets
8946 F8  Next page of character sets
8947 F11 Print
8948 F12 WhereIs
8949 </PRE>
8950 <!--chtml else-->
8951 <PRE>
8952 Navigation                     General Alpine Commands
8953 -------------------------      -----------------------
8954  P  Prev Character Set          ?  Display this help text
8955  N  Next Character Set          E  Exit without selecting anything
8956  -  Previous page               %  Print
8957 Spc (space bar) Next page
8958  W  WhereIs
8960 Select Command
8961 ------------------------------------------------
8962  S  Select the highlighted character set
8963 </PRE>
8964 <!--chtml endif-->
8966 <H2>Description of the Select A Character Set Screen</H2>
8968 This screen just gives you an easy way to select a character set from the
8969 set of character sets Alpine knows about.
8970 The list presented will vary slightly depending on what option you are
8971 selecting the character set for.
8973 <P><UL>
8974 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8975 </UL>
8977 &lt;End of help on this topic&gt;
8978 </BODY>
8979 </HTML>
8980 ===== h_select_multcharsets_screen =====
8981 <HTML>
8982 <HEAD>
8983 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8984 </HEAD>
8985 <BODY>
8986 <H1>SELECT CHARACTER SETS SCREEN</H1>
8987 <H2>COMMANDS</H2>
8988 <!--chtml if pinemode="function_key"-->
8989 <PRE>
8990 Available  Commands
8991 -------------------------------            
8992 F1  Show Help Text
8993 F3  Exit without selecting anything
8994 F4  Select the highlighted charset (or chosen charsets in ListMode)
8995 F5  Move highlight to previous charset
8996 F6  Move highlight to next charset
8997 F7  Previous page of charsets
8998 F8  Next page of charsets
8999 F9  Toggle choices when using ListMode
9000 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
9001 F11 Print
9002 F12 WhereIs
9003 </PRE>
9004 <!--chtml else-->
9005 <PRE>
9006 Navigation                     General Alpine Commands
9007 -------------------------      -----------------------
9008  P  Prev Charset                ?  Display this help text
9009  N  Next Charset                E  Exit without selecting anything
9010  -  Previous page               %  Print
9011 Spc (space bar) Next page
9012  W  WhereIs
9014 Select Command
9015 ------------------------------------------------
9016  S  Select the highlighted charset (or chosen charsets in ListMode)
9017  L  Turn on ListMode (makes it easy to choose multiple charsets)
9018  1  Turn off ListMode
9019  X  Toggle choices when using ListMode
9020 </PRE>
9021 <!--chtml endif-->
9023 <H2>Description of the Select Character Set Screen</H2>
9025 This screen just gives you an easy way to select a character set or a list of
9026 character sets.
9027 The list of character sets presented is the list of all character sets known to
9028 Alpine.
9029 You may select other character sets by typing them in directly.
9031 <P><UL>
9032 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9033 </UL>
9035 &lt;End of help on this topic&gt;
9036 </BODY>
9037 </HTML>
9038 ===== h_select_multkeyword_screen =====
9039 <HTML>
9040 <HEAD>
9041 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
9042 </HEAD>
9043 <BODY>
9044 <H1>SELECT KEYWORDS SCREEN</H1>
9045 <H2>COMMANDS</H2>
9046 <!--chtml if pinemode="function_key"-->
9047 <PRE>
9048 Available  Commands
9049 -------------------------------            
9050 F1  Show Help Text
9051 F3  Exit without selecting anything
9052 F4  Select the highlighted keyword (or chosen keywords in ListMode)
9053 F5  Move highlight to previous keyword
9054 F6  Move highlight to next keyword
9055 F7  Previous page of keywords
9056 F8  Next page of keywords
9057 F9  Toggle choices when using ListMode
9058 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
9059 F11 Print
9060 F12 WhereIs
9061 </PRE>
9062 <!--chtml else-->
9063 <PRE>
9064 Navigation                     General Alpine Commands
9065 -------------------------      -----------------------
9066  P  Prev Keyword                ?  Display this help text
9067  N  Next Keyword                E  Exit without selecting anything
9068  -  Previous page               %  Print
9069 Spc (space bar) Next page
9070  W  WhereIs
9072 Select Command
9073 ------------------------------------------------
9074  S  Select the highlighted keyword (or chosen keywords in ListMode)
9075  L  Turn on ListMode (makes it easy to choose multiple keywords)
9076  1  Turn off ListMode
9077  X  Toggle choices when using ListMode
9078 </PRE>
9079 <!--chtml endif-->
9081 <H2>Description of the Select Keyword Screen</H2>
9083 This screen just gives you an easy way to select a keyword or a list of
9084 keywords.
9085 The list of keywords presented is the list of all keywords defined in your 
9086 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
9087 If you have given a keyword a nickname, that nickname is displayed
9088 instead of the actual keyword.
9090 <P><UL>
9091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9092 </UL>
9094 &lt;End of help on this topic&gt;
9095 </BODY>
9096 </HTML>
9097 ===== h_select_incoming_to_monitor =====
9098 <HTML>
9099 <HEAD>
9100 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
9101 </HEAD>
9102 <BODY>
9103 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
9104 <H2>COMMANDS</H2>
9105 <!--chtml if pinemode="function_key"-->
9106 <PRE>
9107 Available  Commands
9108 -------------------------------            
9109 F1  Show Help Text
9110 F3  Exit without selecting anything
9111 F4  Select the marked folders
9112 F5  Move highlight to previous folder
9113 F6  Move highlight to next folder
9114 F7  Previous page of folders
9115 F8  Next page of folders
9116 F9  Toggle choices on or off
9117 F11 Print
9118 F12 WhereIs
9119 </PRE>
9120 <!--chtml else-->
9121 <PRE>
9122 Navigation                     General Alpine Commands
9123 -------------------------      -----------------------
9124  P  Prev Folder                 ?  Display this help text
9125  N  Next Folder                ^C  exit without changing anything
9126  -  Previous page               %  Print
9127 Spc (space bar) Next page
9128  W  WhereIs
9130 Select Command
9131 ------------------------------------------------
9132  S  Select the marked folders
9133  X  Toggle choices on or off
9134 </PRE>
9135 <!--chtml endif-->
9137 <H2>Description of the Select Folders to Check Screen</H2>
9139 This screen is only useful if the feature
9140 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
9141 is set.
9142 By default, when you set that feature all of your incoming folders
9143 will be checked periodically for Unseen messages.
9144 By using this screen, you may restrict the set of monitored folders to
9145 a subset of all of the incoming folders.
9147 Mark the folders you want to monitor for Unseen messages with
9148 an &quot;X&quot;.
9149 When you've finished marking all your selections use the Select
9150 command to register your choices.
9151 To return to the default of checking all incoming folders
9152 delete all folders or unmark all folders.
9154 <P><UL>
9155 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9156 </UL>
9158 &lt;End of help on this topic&gt;
9159 </BODY>
9160 </HTML>
9161 ===== h_role_select =====
9162 <HTML>
9163 <HEAD>
9164 <TITLE>ROLES SCREEN</TITLE>
9165 </HEAD>
9166 <BODY>
9167 <H1>ROLES SCREEN</H1>
9168 <H2>ROLES COMMANDS</H2>
9169 <!--chtml if pinemode="function_key"-->
9170 <PRE>
9171 Available  Commands                        
9172 -------------------------------            
9173 F1  Show Help Text
9174 F3  Exit without a selection
9175 F4  Select a role to use in composition
9176 F5  Move to previous role
9177 F6  Move to next role
9178 F7  Previous page of roles
9179 F8  Next page of roles
9180 F11 Change Default Role
9181 F12 Whereis (search role nicknames)
9182 </PRE>
9183 <!--chtml else-->
9184 <PRE>
9185 Navigation                     General Alpine Commands
9186 -------------------------      -----------------------
9187  P  Prev Role                     ?  Display this help text
9188  N  Next Role                     E  Exit without a selection
9189  -  Previous page
9190 Spc (space bar) Next page
9191  W  WhereIs (search for word in role nicknames)
9193 Select Role Commands
9194 ------------------------------------------------
9195  [Return]  Select highlighted role
9196  D         Change Default Role
9197 </PRE>
9198 <!--chtml endif-->
9200 <H2>Description of the Roles Screen</H2>
9202 With this screen you select a role to be used in the composition of a
9203 message.
9204 Use the Previous and Next commands to highlight the role you wish to
9205 use.
9206 When you type carriage return you will be placed in the composer using the highlighted role.
9208 You don't have any non-default <A HREF="h_rules_roles">roles</A>
9209 available unless you set them up.
9210 You may do so by using the Setup/Rules command on the MAIN MENU.
9212 By using the D command, you may set a default role that will persist until
9213 you change it or until you exit Alpine.
9214 The D command toggles through three states: set the default role, unset the
9215 default role, and leave the default role as it is.
9216 <P><UL>
9217 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9218 </UL>
9220 &lt;End of help on this topic&gt;
9221 </BODY>
9222 </HTML>
9223 ===== h_role_abook_select =====
9224 <HTML>
9225 <HEAD>
9226 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
9227 </HEAD>
9228 <BODY>
9229 <H1>SELECT ADDRESS BOOK SCREEN</H1>
9230 <H2>COMMANDS</H2>
9231 <!--chtml if pinemode="function_key"-->
9232 <PRE>
9233 Available  Commands                        
9234 -------------------------------            
9235 F1  Show Help Text
9236 F3  Exit screen without selecting anything
9237 F4  Select highlighted address book
9238 F5  Move to previous address book
9239 F6  Move to next address book
9240 F7  Previous page of address books
9241 F8  Next page of address books
9242 F12 Whereis
9243 </PRE>
9244 <!--chtml else-->
9245 <PRE>
9246 Navigation                     General Alpine Commands
9247 -------------------------      -----------------------
9248  P  Previous addrbook          ?  Display this help text
9249  N  Next addrbook
9250  -  Previous page
9251 Spc (space bar) Next page
9252  W  WhereIs
9254 Select Role Commands
9255 ------------------------------------------------
9256  S  Select highlighted address book
9257  E  Exit screen without selecting anything
9258 </PRE>
9259 <!--chtml endif-->
9261 <H2>Description of the Select Address Book Screen</H2>
9263 This screen helps you select one of your address books.
9264 Use the Previous and Next commands to highlight the address book you wish to
9265 select.
9266 <P><UL>
9267 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9268 </UL>
9270 &lt;End of help on this topic&gt;
9271 </BODY>
9272 </HTML>
9273 ======== h_rule_patterns =============
9274 <HTML>
9275 <HEAD>
9276 <TITLE>PATTERNS</TITLE>
9277 </HEAD>
9278 <BODY>
9279 <H1>PATTERNS</H1>
9280 Patterns are used with Roles, Filtering, Index Coloring,
9281 Scoring, Other Rules, and Search Rules.
9282 Patterns are compared with a message to see if there is a match.
9283 For Filtering, the messages being checked are all the messages in the
9284 folder, one at a time.
9285 For Index Line Coloring, each message that is visible on the screen is
9286 checked for matches with the Index Coloring Patterns.
9287 Roles are used with the Reply, Forward, and Compose commands.
9288 For Reply, the message used to compare the Pattern with is the message
9289 being replied to;
9290 for Forward, the message used to compare the Pattern with is the message
9291 being forwarded;
9292 and for Compose, there is no message, so the parts of the Pattern that depend
9293 on a message (everything other than Current Folder Type and the
9294 Beginning of Month and Year)
9295 are not used.
9296 Only the Current Folder Type matters for Compose (plus the Beginning of
9297 Month or Year, which you wouldn't usually use for a Role).
9298 For Scoring, the message being scored is compared with all of the Score
9299 Patterns, and the Score Values from the ones that match are added together to 
9300 get the message's score.
9301 For Other Rules, there is no message. Only the Current Folder Type is checked
9302 for Other Rules.
9304 Each Pattern has several possible parts, all of which are optional.
9305 In order for there to be a match, <EM>ALL</EM> of the
9306 <EM>defined</EM> parts of the Pattern must match the message.
9307 If a part is not defined it is considered a match, but note that a filtering
9308 Pattern must have at least one defined part or it will be ignored.
9309 For example, if the To pattern is not defined it will be
9310 displayed as
9312 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
9314 That is considered a match because it is not defined.
9315 This means that the Pattern with nothing defined is a match if the
9316 Current Folder Type matches, but there is an exception that was mentioned
9317 in the previous paragraph.
9318 Because filtering is a potentially destructive action, filtering Patterns
9319 with nothing other than Current Folder Type defined are ignored.
9320 If you really want a filtering Pattern to match all messages (subject to
9321 Current Folder Type) the best way to do it is to define a Score interval
9322 that includes all possible scores.
9323 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
9324 This can be used even if you haven't defined any rules to Set Scores.
9326 There are six predefined header patterns called the To, From, Sender, Cc, News,
9327 and Subject patterns.
9328 Besides those six predefined header patterns, you may add
9329 additional header patterns with header fieldnames of your choosing.
9330 You add an extra header pattern by placing the cursor on one of the
9331 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
9332 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
9333 and the Partic pattern is a header pattern that stands for
9334 Participant (From OR To OR Cc).
9335 (Defining the Recip pattern does not have the same effect as defining both
9336 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
9337 Similar to the header patterns are the AllText pattern and the BodyText pattern.
9338 Instead of comparing this pattern's text against only the contents of
9339 a particular header field, the text for the AllText pattern is compared
9340 with text anywhere in the message's header or body, and the text for the
9341 BodyText pattern is compared with text anywhere in the message's body.
9343 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
9344 &quot;!&quot; &quot;toggle NOT&quot; command.
9345 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9346 &quot;!&quot; at the beginning of the pattern line.
9347 When the &quot;!&quot; is present, it reverses the meaning of the match.
9348 That is, if the pattern matches then it is considered to NOT be a match, and
9349 if it does not match it is considered to be a match.
9351 Don't make the mistake of putting the &quot;!&quot; in the data field for
9352 a pattern.
9353 For example, if you type the characters &quot;!urgent&quot; into the Subject
9354 pattern, the pattern will look like:
9356 <PRE>
9357  Subject pattern = !urgent
9358 </PRE>
9360 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9361 In order to match messages that do not have &quot;urgent&quot; in
9362 their Subject field, first type the characters &quot;urgent&quot; followed
9363 by carriage return for the value of the Subject pattern, then negate it
9364 by typing the &quot;!&quot; command.
9365 It should look like
9367 <PRE>
9368  ! Subject pattern = urgent
9369 </PRE>
9371 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9372 be a complete email address, part of an address, or a random set of
9373 characters to match against.
9374 It may also be a list of such patterns, which means you
9375 are looking for a match against the first pattern in the list <EM>OR</EM>
9376 the second pattern <EM>OR</EM> the third and so on.
9377 For example, a Subject pattern equal to
9379 <PRE>
9380  Subject pattern = urgent
9381                    emergency
9382                    alert
9383 </PRE>
9385 would match all messages with a subject that contained at least one
9386 of those words.
9387 It would also match subjects containing the words &quot;alerts&quot; or
9388 &quot;Urgently&quot;.
9390 The same example with &quot;NOT&quot; turned on would be
9392 <PRE>
9393  ! Subject pattern = urgent
9394                      emergency
9395                      alert
9396 </PRE>
9398 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9399 those words.
9400 You can use the &quot;Add Value&quot; command to add new words to the list,
9401 or you can enter them as a comma-separated list.
9403 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9404 present for a match.
9405 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9406 pattern2 must be present,
9407 and that is exactly what using a list does.)
9409 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9410 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9411 when checking for matches for Scoring.
9412 There are five similar settings that relate to the status of the message.
9413 These settings rely on the message being New or not, Deleted or not,
9414 Answered or not, Important or not, and Recent or not.
9415 There are also some other miscellaneous settings.
9416 The first is the Age of the message in days.
9417 Another is the Size of the message, in bytes.
9418 The third is a setting that detects whether or not the Subject of a
9419 message contains raw 8-bit characters (unencoded characters with the most
9420 significant bit set).
9421 There is a setting that detects whether or not this is the first time
9422 Alpine has been run this month (doesn't depend on individual messages),
9423 and another that detects whether or not this is the first time Alpine has
9424 been run this year.
9425 Other parts of the Pattern detect whether or not the From address of a
9426 message appears in your address book, whether or not certain keywords
9427 are set for a message, and whether or not certain character sets are
9428 used in a message.
9430 <H2>Parts of a Pattern</H2>
9432 <H3>Header patterns</H3>
9434 A header pattern is simply text that is searched for in the corresponding
9435 header field.
9436 For example, if a Pattern has a From header pattern with the value
9437 &quot;@company.com&quot;, then only messages that have a From header
9438 that contains the text &quot;@company.com&quot; will be possible
9439 matches.
9440 Matches don't have to be exact.
9441 For example, if the relevant field of a message contains the text
9442 &quot;mailbox@domain&quot; somewhere
9443 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9444 &quot;mailbox@domain&quot; are all matches.
9446 All parts of the Pattern must match so, for example,
9447 if a message matches a defined
9448 From pattern, it still must be checked against the other parts of the
9449 Pattern that have been defined.
9450 The To header pattern is a slightly special case.
9451 If the message being checked has a Resent-To header
9452 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9453 there are used in place of the addresses in the To header.
9454 This is only true for the To header.
9455 Resent-cc and Resent-From headers are never used unless you add them
9456 with the eXtraHdrs command.
9458 The meaning of a header pattern may be negated with the
9459 &quot;!&quot; &quot;toggle NOT&quot; command.
9460 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9461 &quot;!&quot; at the beginning of the pattern line.
9462 It would look something like
9464 <PRE>
9465  ! From pattern = susan@example.com
9466 </PRE>
9468 When the &quot;!&quot; is present, it reverses the meaning of the match.
9470 If you want to check for the presence of a header field but don't care
9471 about its value, then
9472 the empty pattern that you get by entering a pair of
9473 double quotes (&quot;&quot;) should match any message that
9474 has the corresponding header field.
9476 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9478 AllText patterns are just like header patterns except that the text is
9479 searched for anywhere in the message's headers or body, not just in the
9480 contents of a particular header field.
9483 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9485 BodyText patterns are just like header patterns except that the text is
9486 searched for anywhere in the message's body, not just in the
9487 contents of a particular header field.
9490 If there is more than one header pattern or AllText pattern or BodyText pattern
9491 for which you want to take the
9492 same action there is a shorthand notation that may be used.
9493 Any of these patterns may be a list of patterns instead of
9494 just a single pattern.
9495 If any one of the patterns in the list matches the message
9496 then it is considered a match.
9497 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9498 you to use the same role when replying to messages, you might have
9499 a To pattern that looks like
9501 <PRE>
9502  To pattern = company1.com
9503               company2.com
9504 </PRE>
9506 This means that if the mail you are replying to was addressed to
9507 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9508 then this Pattern is a match and the same actions will be taken.
9510 The meaning of an AllText or BodyText pattern may be negated with the
9511 &quot;!&quot; &quot;toggle NOT&quot; command.
9512 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9513 &quot;!&quot; at the beginning of the pattern line.
9514 When the &quot;!&quot; is present, it reverses the meaning of the match.
9516 A technicality: Since comma is the character used to separate multiple values
9517 in any of the fields that may have multiple values (such as header patterns,
9518 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9519 you must escape comma with a
9520 backslash (&#92;) if you want to include a literal comma in one of those fields.
9521 In other words, if you type a backslash followed by a comma it will
9522 be interpreted as a comma by Alpine, instead of as a separator between
9523 pattern values.
9524 All other backslashes (those not followed by a comma) are literal
9525 backslashes and should not be escaped.
9526 It's unlikely you'll ever need to enter a literal comma or backslash in
9527 any of the patterns.
9529 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9531 The &quot;Current Folder Type&quot; may be set to one of four different
9532 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9533 &quot;Specific&quot;.
9534 If the value is set to &quot;News&quot;, then the
9535 Pattern will only match if the currently open folder is a newsgroup.
9536 The value &quot;Email&quot; only matches if the current folder is not news and
9537 the value &quot;Any&quot; causes any folder to match.
9538 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9539 then you must fill in a value for &quot;Folder&quot;, which is on the line
9540 below the &quot;Specific&quot; line.
9541 In this case you will only get a match if the currently open folder is
9542 the specific folder you list.
9543 You may give a list of folders instead of just a single
9544 folder name, in which case the Pattern will match if the open folder is
9545 any one of the folders in the list.
9546 The name of each folder in the list may be either &quot;INBOX&quot;,
9547 the technical specification
9548 of the folder (like what appears in your configuration file) or, if the
9549 folder is one of your incoming folders, it may be the nickname you've given
9550 the folder.
9551 Here are some samples of specific folder names:
9553 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9555 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9557 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9559 The easiest way to fill in the &quot;Folder&quot; field is to use
9560 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9561 highlighted, or to use the &quot;Take&quot; command with the configuration
9562 feature
9563 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9564 turned on.
9566 When reading a newsgroup, there may be a performance penalty
9567 incurred when collecting the information necessary to check whether
9568 or not a Pattern matches a message.
9569 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9570 If you have Patterns with a Current Folder Type of either
9571 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9572 Index Line Coloring or Scoring, you may experience
9573 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9575 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9577 The &quot;Age Interval&quot; may be set to an interval of message
9578 ages that should be considered a match.
9579 Like the other parts of the Pattern, if it is unset it will be ignored.
9580 The Age Interval looks like
9582 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9584 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9585 than or equal to zero.
9586 The special value &quot;INF&quot; may be used for
9587 the max value. It represents infinity.
9589 Actually, this option may be defined as a list of intervals instead
9590 of just a single interval.
9591 The list is separated by commas.
9592 It can look like
9594 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9596 When there is an Age Interval defined, it is a match if the age, in days, of
9597 the message is contained in any of the intervals.
9598 The intervals include both endpoints.
9600 Even though this option is called Age, it isn't actually
9601 the <EM>age</EM> of the message.
9602 Instead, it is how many days ago the message arrived in one of your folders.
9603 If the current time is a little past midnight, then a message that arrived
9604 just before midnight arrived yesterday, even though the message is only
9605 a few minutes old.
9606 By default, the date being used is not the date in the Date
9607 header of the message.
9608 It is the date that the message arrived in one of your folders.
9609 When you Save a message from one folder to another that arrival date
9610 is preserved.
9611 If you would like to use the date in the Date header that is possible.
9612 Turn on the option
9613 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9614 near the bottom of the rule definition.
9615 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9617 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9619 The &quot;Size Interval&quot; may be set to an interval of message
9620 sizes that should be considered a match.
9621 Like the other parts of the Pattern, if it is unset it will be ignored.
9622 The Size Interval looks like
9624 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9626 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9627 than or equal to zero.
9628 The special value &quot;INF&quot; may be used for
9629 the max value. It represents infinity.
9631 Actually, this option may be defined as a list of intervals instead
9632 of just a single interval.
9633 The list is separated by commas.
9634 It can look like
9636 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9638 When there is a Size Interval defined, it is a match if the size, in bytes, of
9639 the message is contained in any of the intervals.
9640 The intervals include both endpoints.
9642 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9644 The &quot;Score Interval&quot; may be set to an interval of message
9645 scores that should be considered a match.
9646 Like the other parts of the Pattern, if it is unset it will be ignored.
9647 The Score Interval looks like
9649 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9651 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9652 negative integers, with min_score less than or equal to max_score.
9653 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9654 the min and max values to represent negative and positive infinity.
9656 Actually, a list of intervals may be used if you wish.
9657 A list would look like
9659 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9661 When there is a Score Interval defined, it is a match if the score for
9662 the message is contained in any of the intervals in the list.
9663 The intervals include the endpoints.
9664 The score for a message is calculated by looking at every Score rule defined and
9665 adding up the Score Values for the ones that match the message.
9666 When deciding whether or not a Pattern matches a message for purposes of
9667 calculating the score, the Score Interval is ignored.
9669 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9671 There are five separate message status settings.
9672 By default, all five are set to the value &quot;Don't care&quot;, which
9673 will match any message.
9674 The value &quot;Yes&quot; means that the particular status must be true
9675 for a match, and the value &quot;No&quot; means that the particular
9676 status must not be true for a match.
9677 For example, one of the five Message Status settings is whether a message
9678 is marked Important or not.
9679 A &quot;Yes&quot; means that the message must be Important to be
9680 considered a match and &quot;No&quot; means that the message must not be
9681 Important to be considered a match.
9682 The same is true of the other four message status settings that depend
9683 on whether or not the message is New; whether the message has 
9684 been Answered or not; whether the message has been Deleted or not, and
9685 whether the message is Recent or not. 
9687 The nomenclature for New and Recent is a bit confusing:
9689 New means that the message is Unseen.
9690 It could have been in your mailbox for a long time but if you haven't looked
9691 at it, it is still considered New.
9692 That matches the default Alpine index display that shows an N for such a
9693 message.
9695 Recent means that the message was added to this folder since the last time
9696 you opened the folder.
9697 Alpine also shows an N by default for these types of messages.
9698 If you were to run two copies of Alpine that opened a folder one right after
9699 the other, a message would only show up as Recent in (at most) the first
9700 Alpine session.
9702 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9704 Keywords are similar to Message Status, but they are chosen by the user.
9705 Provided the mail server allows for it, you may add a set of possible keywords
9706 to a folder and then you may set those keywords or not for each message
9707 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9708 The syntax of this part of the Pattern is similar to the header patterns.
9709 It is a list of keywords.
9710 The Keyword part of the Pattern is a match if the message has any of
9711 the keywords in the list set.
9712 Like other parts of the Pattern, if this is unset it will be ignored.
9714 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9716 A message may use one or more character sets.
9717 This part of the Pattern matches messages that make use of one or more of
9718 the character sets specified in the pattern.
9719 It will be considered a match if a message uses any of the character
9720 sets in the list you give here.
9723 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9724 GB2312) you may also use some shorthand names that Alpine provides.
9725 These names are more understandable shorthand names for sets of 
9726 character set names.
9727 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9728 Selecting one of these shorthand names is equivalent to selecting all of
9729 the character sets that make up the set.
9730 You can see all of these shorthand names and the lists of character sets
9731 they stand for by typing the &quot;T&quot; command with the Character
9732 Set pattern highlighted.
9733 The syntax of this part of the Pattern is similar to the header patterns
9734 and the Message Keywords pattern.
9735 It is a list of character sets (or shorthand names).
9736 The Character Set part of the Pattern is a match if the message uses any
9737 of the character sets in the list.
9738 Like other parts of the Pattern, if this is unset it will be ignored.
9740 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9742 It seems that lots of unwanted email contains unencoded 8-bit characters
9743 in the Subject.
9744 Normally, characters with the 8th bit set are not allowed in the Subject
9745 header unless they are MIME-encoded.
9746 This option gives you a way to match messages that have Subjects that
9747 contain unencoded 8-bit characters.
9748 By default, the value of this option is &quot;Don't care&quot;, which
9749 will match any message.
9750 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9751 the Subject of the message in order for there to be a match,
9752 and the value &quot;No&quot; is the opposite.
9753 Setting this option will affect performance in large folders because the
9754 subject of each message in the folder has to be checked.
9756 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9758 This option gives you a way to take some action once per month.
9759 By default, the value of this option is &quot;Don't care&quot;, which
9760 will always match.
9761 The value &quot;Yes&quot; means that this must be the first time Alpine has
9762 been run this month in order to count as a match,
9763 and the value &quot;No&quot; is the opposite.
9765 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9767 This option gives you a way to take some action once per year.
9768 By default, the value of this option is &quot;Don't care&quot;, which
9769 will always match.
9770 The value &quot;Yes&quot; means that this must be the first time Alpine has
9771 been run this year in order to count as a match,
9772 and the value &quot;No&quot; is the opposite.
9774 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9776 This option gives you a way to match messages that have an address
9777 that is in one of your address books.
9778 Only the simple entries in your address books are searched.
9779 Address book distribution lists are ignored!
9780 By default, the value of this option is &quot;Don't care&quot;, which
9781 will match any message.
9782 The value &quot;Yes, in any address book&quot; means the address
9783 from the message must be in at least one of your
9784 address books in order to be a match.
9785 The value &quot;No, not in any address book&quot;
9786 means none of the addresses may
9787 be in any of your address books in order to be a match.
9788 The values &quot;Yes, in specific address books&quot; and
9789 &quot;No, not in any of specific address books&quot; are similar but instead
9790 of depending on all address books you are allowed to give a list of address
9791 books to look in.
9792 The addresses from the message that are checked for are determined by the
9793 setting you have for &quot;Types of addresses to check for in address book&quot;.
9794 If you set this to &quot;From&quot; the From address from the message will
9795 be looked up in the address book.
9796 If you set it to only &quot;To&quot; then the To addresses will be used.
9797 If any of the To addresses are in the address book then it is considered
9798 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9799 You could set it to both From and To, in which case all of the From and To
9800 addresses are used.
9801 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9802 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9803 exists or the From address if there is no Reply-To address.
9804 Same for the Sender address.
9805 Setting this option may affect performance in large folders because the
9806 From and Reply-To of each message in the folder have to be checked.
9808 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9810 This is a command that is run with its standard input set to the message
9811 being checked and its standard output discarded.
9812 The full directory path should be specified.
9813 The command will be run and then its exit status will be checked against
9814 the Exit Status Interval, which defaults to just the value zero.
9815 If the exit status of the command falls in the interval, it is considered
9816 a match, otherwise it is not a match.
9819 This option may actually be a list of commands.
9820 The first one that exists and is executable is used.
9821 That makes it possible to use the same configuration with Unix Alpine and
9822 PC-Alpine.
9825 If none of the commands in the list exists and is executable then the rule
9826 is <EM>not</EM> a match.
9827 If it is possible that the command may not exist, you should be careful
9828 to structure your rules so that nothing destructive
9829 happens when the command does not exist.
9830 For example, you might have a filter that filters away spam when there is
9831 a match but does nothing when there is not a match.
9832 That would continue to work correctly if the command didn't exist.
9833 However, if you have a filter that filters away spam when there is not
9834 a match and keeps it when there is a match, that would filter everything
9835 if the categorizer command didn't exist.
9837 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9838 setup for the bogofilter filter.
9841 &lt;End of help on this topic&gt;
9842 </BODY>
9843 </HTML>
9844 ===== h_rules_roles =====
9845 <HTML>
9846 <HEAD>
9847 <TITLE>SETUP ROLES SCREEN</TITLE>
9848 </HEAD>
9849 <BODY>
9850 <H1>SETUP ROLES SCREEN</H1>
9851 <H2>SETUP ROLES COMMANDS</H2>
9852 <!--chtml if pinemode="function_key"-->
9853 <PRE>
9854 Available  Commands -- Group 1         Available Commands -- Group 2   
9855 -------------------------------        ------------------------------  
9856 F1  Show Help Text                      F1  Show Help Text             
9857 F2  See commands in next group          F2  See commands in next group
9858 F3  Back to MAIN Alpine menu
9859 F4  Change configuration for role
9860 F5  Move to previous role               F5  Include file in role config
9861 F6  Move to next role                   F6  Exclude file from config
9862 F7  Previous page of roles
9863 F8  Next page of roles
9864 F9  Add new role                        F9  Replicate existing role
9865 F10 Delete existing role
9866 F11 Shuffle the order of roles
9867 F12 Whereis (search role nicknames)
9868 </PRE>
9869 <!--chtml else-->
9870 <PRE>
9871 Navigation                     General Alpine Commands
9872 -------------------------      -----------------------
9873  P  Prev Role                     ?  Display this help text
9874  N  Next Role                     E  Back to MAIN Alpine menu
9875  -  Previous page
9876 Spc (space bar) Next page
9877  W  WhereIs (search for word in role nicknames)
9879 Setup Roles Commands
9880 ------------------------------------------------
9881  A  Add new role                  $  Shuffle the order of roles
9882  D  Delete existing role          C  Change configuration for highlighted role
9883  R  Replicate existing role
9884  I  Include file in role config   X  Exclude file from role config
9885 </PRE>
9886 <!--chtml endif-->
9888 <H2>Description of the Setup Roles Screen</H2>
9890 This screen lets you add, delete, modify, or change the order of the rules
9891 that determine the role you are playing when composing a message.
9893 You may play different roles depending on who you are replying to.
9894 For example, if you are replying to a message addressed to help-desk you
9895 may be acting as a Help Desk Worker.
9896 That role may require that you use a different return address and/or
9897 a different signature.
9899 Roles are optional.
9900 If you set up roles they work like this:  Each role has a set of
9901 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9902 considered for a particular use; a &quot;Pattern&quot;,
9903 which is used to decide which of the eligible roles is used; and a set
9904 of &quot;Actions&quot;, which are taken when that role is used.
9905 When you reply to a message, the message you are replying to is compared
9906 with the Patterns of the roles marked as eligible for use when replying.
9907 The comparisons start with the first eligible role and keep going until there
9908 is a match.
9909 If a match is found, the matching role's Actions are taken.
9911 It is also possible to set a default role and to change that role during
9912 your Alpine session.
9913 When you start Alpine no default role will be set.
9914 You may set or change the current default role by using the &quot;D&quot;
9915 command in the role selection screen.
9916 You'll see that screen while composing a message and being asked to select
9917 a role.
9918 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9919 compose a message.
9920 You may find a default role useful if you normally perform the duties of one
9921 of your roles for a while, then you switch to another role and stay in the
9922 new role for another period of time.
9923 It may be easier than using the Role Command to select the role each time you
9924 compose a message.
9926 <H2>Role Uses</H2>
9928 There are three types of use to be configured;
9929 one for Replying, one for Forwarding, and one for Composing.
9930 These indicate whether or not you want a role to be considered when you
9931 type the Reply, Forward, or Compose commands.
9932 (The Role command is an alternate form of the Compose command, and it is
9933 not affected by these settings.)
9934 Each of these Use types has three possible values.
9935 The value &quot;Never&quot;
9936 means that the role will never be considered as a candidate for use with
9937 the corresponding command.
9938 For example, if you set a role's Reply Use to Never, then when you Reply to
9939 a message, that role won't even be considered.
9940 (That isn't quite true. If the message you are replying to matches some other
9941 role that requires confirmation,
9942 then there will be a ^T command available which allows you to select a role
9943 from all of your roles, not just the reply-eligible roles.)
9946 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9947 both mean that you do want to consider this role when using the corresponding
9948 command.
9949 For either of these settings the role's Pattern will
9950 be checked to see if it matches the message.
9951 For Reply Use, the message used to compare the Pattern with is the message
9952 being replied to.
9953 For Forward Use, the message used to compare the Pattern with is the message
9954 being forwarded.
9955 For Compose Use, there is no message, so the parts of the Pattern that depend
9956 on a message (everything other than Current Folder Type) are ignored.
9957 In all cases, the Current Folder Type is checked if defined.
9958 If there is a match then this role will either be used without confirmation
9959 or will be the default when confirmation is asked for, depending on
9960 which of the two options is selected.
9961 If confirmation is requested, you will have a chance to
9962 choose No Role instead of the offered role, or to
9963 change the role to any one of your other roles (with the ^T command).
9965 <H2>Role Patterns</H2>
9967 In order to determine whether or not a message matches a role the message is
9968 compared with the Role's Pattern.
9969 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9970 Scoring, Other Rules, and Search Rules, so are described in only one place,
9971 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9973 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9974 a role that has all header patterns unset, the AllText pattern unset,
9975 the BodyText pattern unset,
9976 the Score Interval unset, and the Current Folder Type set to
9977 &quot;Any&quot; may be used as a default role.
9978 It should be put last in the list of roles since the matching
9979 starts at the beginning and proceeds until one of the roles is a match.
9980 If no roles at all match, then Alpine will
9981 use its regular methods of defining the role.
9982 If you wanted to, you could define a different &quot;default&quot; role
9983 for Replying, Forwarding, and Composing by setting the
9984 &quot;Use&quot; fields appropriately.
9986 <H2>Role Actions</H2>
9988 Once a role match is found, the role's Actions are taken.
9989 For each role there are several possible actions that may be defined.
9990 They are actions to set the From address, the Reply-To address,
9991 the Fcc, the Signature, the Template file, and Other Headers.
9993 <H3>Set From</H3>
9995 The From address is the address used on the From line of the message
9996 you are sending.
9998 <H3>Set Reply-To</H3>
10000 The Reply-To address is the address used on the Reply-To line of the message
10001 you are sending.
10002 You don't need a Reply-To address unless it is different from the From address.
10004 <H3>Set Other Headers</H3>
10006 If you want to set the value of the From or Reply-To headers, use
10007 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
10008 If you want to set the values of other headers, use this field.
10009 This field is similar to the
10010 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
10011 Each header you specify here must include the header tag
10012 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
10013 and may optionally include a value for that header.
10014 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
10015 for a header here will replace any value that already exists.
10016 For example, if you are Replying to a message there will be at least one
10017 address in the To header (the address you are Replying to).
10018 However, if you Reply using a role that sets the To header, that role's
10019 To header value will be used instead.
10021 <H3>Set Fcc</H3>
10023 The Fcc is used as the Fcc for the message you are sending.
10025 <H3>Set Signature or Set LiteralSig</H3>
10027 The Signature is the name of a file to be used as the signature file when
10028 this role is being used.
10029 If the name of the file has a vertical bar following it (|)
10030 then it is assumed that the file is a program that should be run to
10031 produce the signature.
10032 If the LiteralSig is set, then it is used instead of the signature file.
10033 LiteralSig is just a different way to store the signature.
10034 It is stored in the pine configuration file instead of in a separate
10035 signature file.
10036 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
10037 either in the role or as the default signature in the Setup/Config screen,
10038 then the signature file is ignored.
10040 <H3>Set Template</H3>
10042 A Template is the name of a file to be included in the message when this
10043 role is being used.
10044 If the name of the file has a vertical bar following it (|)
10045 then it is assumed that the file is a program that should be run to
10046 produce the template.
10049 Both signature files and template files may be stored remotely on an IMAP
10050 server.
10051 In order to do that you just give the file a remote name.
10052 This works just like the regular
10053 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
10054 option that is configured from the Setup/Configuration screen.
10055 A remote signature file name might look like:
10057 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
10059 Once you have named the remote signature or template file you create its
10060 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
10061 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
10062 line of the role editor.
10065 Both signature files and template files (or the output of signature programs
10066 and template file programs) may contain special tokens
10067 that are replaced with contents
10068 that depend on the message being replied to or forwarded.
10069 See the help for the individual fields inside the role editor for more
10070 information on tokens.
10072 <H3>Use SMTP Server</H3>
10074 If this field has a value, then it will be used as the SMTP server
10075 to send mail when this role is being used (unless the SMTP server variable
10076 is set in the system-wide fixed configuration file).
10077 It has the same semantics as the
10078 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
10079 variable in the Setup/Config screen.
10080 When you postpone the composition this SMTP server list will be saved
10081 with the postponed composition and it cannot be changed later.
10082 Because of that, you may want to make this a list of SMTP servers
10083 with the preferred server at the front of the list and alternate servers
10084 later in the list.
10087 If any of the actions are left unset, then the action depends on what
10088 is present in the &quot;Initialize settings using role&quot; field.
10089 If you've listed the nickname of another one of your roles there, then the
10090 corresponding action from that role will be used here.
10091 If that action is also blank, or if there is no nickname specified,
10092 then Alpine will do whatever it normally does to set these actions.
10093 This depends on other configuration options and features you've set.
10095 <H2>Command Descriptions</H2>
10097 <H3>Add</H3>
10099 The Add command is used to add a new role definition to your set of
10100 roles.
10101 The new role will be added after the highlighted role.
10103 <H3>Delete</H3>
10105 The Delete command deletes the currently highlighted role.
10107 <H3>Change</H3>
10109 The Change command lets you edit the nickname, Uses, Pattern,
10110 and Actions of the currently highlighted role.
10112 <H3>Shuffle</H3>
10114 The Shuffle command allows you to change the order of the roles.
10115 You may move the currently highlighted role up or down in the list.
10116 The order of the roles is important since the roles are tested for a
10117 match starting with the first role and continuing until a match is found.
10118 You should place the roles with more specific Patterns near the beginning
10119 of the list, and those with more general Patterns near the end so that
10120 the more specific matches will happen when appropriate.
10122 <H3>Replicate</H3>
10124 The Replicate command is used to copy an existing role and modify it.
10125 The new role will be added after the highlighted role.
10127 <H3>IncludeFile</H3>
10129 The IncludeFile command allows you to add a roles file to your configuration.
10130 Usually, your roles will be contained in your Alpine configuration file.
10131 If you wish, some or all of your roles may be stored in a separate file.
10132 If a roles file already exists (maybe it was made by somebody else using
10133 Alpine), you may insert it before the currently highlighted role.
10134 You may also insert an empty file or a file that does not yet exist.
10135 Once you have an empty roles file in your configuration, you may use
10136 the Shuffle command to move roles into it.
10137 In fact, that's the only way to get the initial role into the file.
10139 <H3>eXcludeFile</H3>
10141 The eXcludeFile command removes a roles file from your roles configuration.
10142 A limitation of the program is that in order to exclude a roles file
10143 that file must have at least one role
10144 in it, otherwise you won't be able to highlight a line in the file.
10145 So you may have to add a dummy role to the file in order to exclude the file.
10146 <P><UL>
10147 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10148 </UL>
10150 &lt;End of help on this topic&gt;
10151 </BODY>
10152 </HTML>
10153 ===== h_rules_other =====
10154 <HTML>
10155 <HEAD>
10156 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
10157 </HEAD>
10158 <BODY>
10159 <H1>SETUP OTHER RULES SCREEN</H1>
10160 <H2>SETUP OTHER RULES COMMANDS</H2>
10161 <!--chtml if pinemode="function_key"-->
10162 <PRE>
10163 Available  Commands -- Group 1         Available Commands -- Group 2   
10164 -------------------------------        ------------------------------  
10165 F1  Show Help Text                      F1  Show Help Text             
10166 F2  See commands in next group          F2  See commands in next group
10167 F3  Back to MAIN Alpine menu
10168 F4  Change configuration for rule
10169 F5  Move to previous rule               F5  Include file in rule config
10170 F6  Move to next rule                   F6  Exclude file from config
10171 F7  Previous page of rules
10172 F8  Next page of rules
10173 F9  Add new rule                        F9  Replicate existing rule
10174 F10 Delete existing rule
10175 F11 Shuffle the order of rules
10176 F12 Whereis (search rule nicknames)
10177 </PRE>
10178 <!--chtml else-->
10179 <PRE>
10180 Navigation                     General Alpine Commands
10181 -------------------------      -----------------------
10182  P  Prev rule                     ?  Display this help text
10183  N  Next rule                     E  Back to MAIN Alpine menu
10184  -  Previous page
10185 Spc (space bar) Next page
10186  W  WhereIs (search for word in rule nicknames)
10188 Setup Other Rules Commands
10189 ------------------------------------------------
10190  A  Add new rule                  $  Shuffle the order of rules
10191  D  Delete existing rule          C  Change configuration for highlighted rule
10192  R  Replicate existing rule
10193  I  Include file in rule config   X  Exclude file from rule config
10194 </PRE>
10195 <!--chtml endif-->
10197 <H2>Description of the Setup Other Rules Screen</H2>
10199 This is where you may set various actions that do not fit well into the
10200 other Rules categories.
10202 <H2>Patterns</H2>
10204 Other Rules are a little different from the rest of the Rules because
10205 they depend only on the current folder, and not on a particular message.
10206 In order to determine whether or not a rule's actions should be applied
10207 the current folder is compared with the rule's Pattern, which consists
10208 of only the Current Folder Type.
10209 Current Folder Type works the same for Other Rules as it does for Roles,
10210 Filtering, Index Coloring, and Scoring.
10211 Keep in mind that the only part of the Pattern that applies to Other
10212 Rules is the Current Folder Type when looking at the description of
10213 Patterns given
10214 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10216 <H2>The Actions</H2>
10218 <H3>Set Sort Order</H3>
10220 When you enter a new folder, these rules will be checked to see if you
10221 have set a sort order that is different from your default sort order.
10222 The default is set in the Setup/Config screen with
10223 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
10224 If the Sort Order action is set, then the folder will be displayed sorted in
10225 that sort order instead of in the default order.
10227 A possible point of confusion arises when you change the configuration
10228 of the Sort Order for the currently open folder.
10229 The folder will normally be re-sorted when you go back to viewing the
10230 index.
10231 However, if you have manually sorted the folder with the
10232 Sort
10233 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
10234 command, then it will not be re-sorted until the next time it is opened.
10236 <H3>Set Index Format</H3>
10238 When you enter a new folder, these rules will be checked to see if you
10239 have set an Index Format that is different from your default Index Format,
10240 which is set with the
10241 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
10242 If so, the index will be displayed with this format instead of the default.
10244 <H3>Set Startup Rule</H3>
10246 When you enter a new folder, these rules will be checked to see if you
10247 have set a startup rule that is different from the default startup rule.
10248 The default for incoming folders is set in the Setup/Config screen with
10249 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
10250 The default for folders other than INBOX that are not part of your
10251 incoming collection
10252 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
10253 is to start with the last message in the folder.
10254 If the Startup Rule is set to something other than &quot;default&quot;,
10255 then the rule will determine which message will be the current message when
10256 the folder is first opened.
10258 The various startup rule possibilities work the same here as they do in
10259 the incoming collection, so check
10260 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
10261 for more help.
10263 <H2>Command Descriptions</H2>
10265 <H3>Add</H3>
10267 The Add command is used to add a new rule definition to your set of
10268 rules.
10269 The new rule will be added after the highlighted rule.
10271 <H3>Delete</H3>
10273 The Delete command deletes the currently highlighted rule.
10275 <H3>Change</H3>
10277 The Change command lets you edit the nickname, Pattern,
10278 and Action of the currently highlighted rule.
10280 <H3>Shuffle</H3>
10282 The Shuffle command allows you to change the order of the rules.
10283 You may move the currently highlighted rule up or down in the list.
10284 The order of the rules is important since the rules are tested for a
10285 match starting with the first rule and continuing until a match is found.
10286 You should place the rules with more specific Patterns near the beginning
10287 of the list, and those with more general Patterns near the end so that
10288 the more specific matches will happen when appropriate.
10290 <H3>Replicate</H3>
10292 The Replicate command is used to copy an existing rule definition and modify it.
10293 The new rule will be added after the highlighted rule.
10295 <H3>IncludeFile</H3>
10297 The IncludeFile command allows you to add a rules file to your configuration.
10298 Usually, your rules will be contained in your Alpine configuration file.
10299 If you wish, some or all of your rules may be stored in a separate file.
10300 If a rules file already exists (maybe it was made by somebody else using
10301 Alpine), you may insert it before the currently highlighted rule.
10302 You may also insert an empty file or a file that does not yet exist.
10303 Once you have an empty rules file in your configuration, you may use
10304 the Shuffle command to move rules into it.
10305 In fact, that's the only way to get the initial rule into the file.
10307 <H3>eXcludeFile</H3>
10309 The eXcludeFile command removes a rules file from your rules configuration.
10310 A limitation of the program is that in order to exclude a rules file
10311 that file must have at least one rule
10312 in it, otherwise you won't be able to highlight a line in the file.
10313 So you may have to add a dummy rule to the file in order to exclude the file.
10314 <P><UL>
10315 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10316 </UL>
10318 &lt;End of help on this topic&gt;
10319 </BODY>
10320 </HTML>
10321 ===== h_rules_srch =====
10322 <HTML>
10323 <HEAD>
10324 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
10325 </HEAD>
10326 <BODY>
10327 <H1>SETUP SEARCH RULES SCREEN</H1>
10328 <H2>SETUP SEARCH RULES COMMANDS</H2>
10329 <!--chtml if pinemode="function_key"-->
10330 <PRE>
10331 Available  Commands -- Group 1         Available Commands -- Group 2   
10332 -------------------------------        ------------------------------  
10333 F1  Show Help Text                      F1  Show Help Text             
10334 F2  See commands in next group          F2  See commands in next group
10335 F3  Back to MAIN Alpine menu
10336 F4  Change configuration for rule
10337 F5  Move to previous rule               F5  Include file in rule config
10338 F6  Move to next rule                   F6  Exclude file from config
10339 F7  Previous page of rules
10340 F8  Next page of rules
10341 F9  Add new rule                        F9  Replicate existing rule
10342 F10 Delete existing rule
10343 F11 Shuffle the order of rules
10344 F12 Whereis (search rule nicknames)
10345 </PRE>
10346 <!--chtml else-->
10347 <PRE>
10348 Navigation                     General Alpine Commands
10349 -------------------------      -----------------------
10350  P  Prev rule                     ?  Display this help text
10351  N  Next rule                     E  Back to MAIN Alpine menu
10352  -  Previous page
10353 Spc (space bar) Next page
10354  W  WhereIs (search for word in rule nicknames)
10356 Setup Search Rules Commands
10357 ------------------------------------------------
10358  A  Add new rule                  $  Shuffle the order of rules
10359  D  Delete existing rule          C  Change configuration for highlighted rule
10360  R  Replicate existing rule
10361  I  Include file in rule config   X  Exclude file from rule config
10362 </PRE>
10363 <!--chtml endif-->
10365 <H2>Description of the Setup Search Rules Screen</H2>
10367 One of the commands that becomes available when that feature is turned on
10368 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10369 screen to select a set of messages.
10370 One way of selecting messages is to use a Rule.
10371 All of the messages that match (or don't match if you wish)
10372 a Rule's Pattern will be selected.
10374 Any of your Rules may be used for this purpose.
10375 You might already have Rules set up for filtering, index line color, scores, or roles;
10376 and you may use any of those Rules with the Select command.
10377 However, you might find it more convenient to set up a separate set of Rules
10378 just for this purpose without having to worry about what other effects
10379 they may cause.
10380 That is the purpose of these Select Rules.
10383 Each rule has a &quot;Pattern&quot;
10384 that is used to decide which messages are selected when you use it with
10385 the Select command.
10387 <H2>Patterns</H2>
10389 In order to determine whether or not a message should be selected
10390 the message is compared with the rule's Pattern.
10391 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10392 Scoring, Other Rules, and Search Rules, so are described in only one place,
10393 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10395 <H2>Command Descriptions</H2>
10397 <H3>Add</H3>
10399 The Add command is used to add a new rule definition to your set of
10400 rules.
10401 The new rule will be added after the highlighted rule.
10403 <H3>Delete</H3>
10405 The Delete command deletes the currently highlighted rule.
10407 <H3>Change</H3>
10409 The Change command lets you edit the nickname and Pattern
10410 of the currently highlighted rule.
10412 <H3>Shuffle</H3>
10414 The Shuffle command allows you to change the order of the rules.
10415 This affects only the order they are presented in when you use the
10416 ^T subcommand of the Select by Rule command.
10417 You may move the currently highlighted rule up or down in the list.
10419 <H3>Replicate</H3>
10421 The Replicate command is used to copy an existing rule definition and modify it.
10422 The new rule will be added after the highlighted rule.
10424 <H3>IncludeFile</H3>
10426 The IncludeFile command allows you to add a rules file to your configuration.
10427 Usually, your rules will be contained in your Alpine configuration file.
10428 If you wish, some or all of your rules may be stored in a separate file.
10429 If a rules file already exists (maybe it was made by somebody else using
10430 Alpine), you may insert it before the currently highlighted rule.
10431 You may also insert an empty file or a file that does not yet exist.
10432 Once you have an empty rules file in your configuration, you may use
10433 the Shuffle command to move rules into it.
10434 In fact, that's the only way to get the initial rule into the file.
10436 <H3>eXcludeFile</H3>
10438 The eXcludeFile command removes a rules file from your rules configuration.
10439 A limitation of the program is that in order to exclude a rules file
10440 that file must have at least one rule
10441 in it, otherwise you won't be able to highlight a line in the file.
10442 So you may have to add a dummy rule to the file in order to exclude the file.
10443 <P><UL>
10444 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10445 </UL>
10447 &lt;End of help on this topic&gt;
10448 </BODY>
10449 </HTML>
10450 ===== h_rules_incols =====
10451 <HTML>
10452 <HEAD>
10453 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10454 </HEAD>
10455 <BODY>
10456 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10457 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10458 <!--chtml if pinemode="function_key"-->
10459 <PRE>
10460 Available  Commands -- Group 1         Available Commands -- Group 2   
10461 -------------------------------        ------------------------------  
10462 F1  Show Help Text                      F1  Show Help Text             
10463 F2  See commands in next group          F2  See commands in next group
10464 F3  Back to MAIN Alpine menu
10465 F4  Change configuration for rule
10466 F5  Move to previous rule               F5  Include file in rule config
10467 F6  Move to next rule                   F6  Exclude file from config
10468 F7  Previous page of rules
10469 F8  Next page of rules
10470 F9  Add new rule                        F9  Replicate existing rule
10471 F10 Delete existing rule
10472 F11 Shuffle the order of rules
10473 F12 Whereis (search rule nicknames)
10474 </PRE>
10475 <!--chtml else-->
10476 <PRE>
10477 Navigation                     General Alpine Commands
10478 -------------------------      -----------------------
10479  P  Prev rule                     ?  Display this help text
10480  N  Next rule                     E  Back to MAIN Alpine menu
10481  -  Previous page
10482 Spc (space bar) Next page
10483  W  WhereIs (search for word in rule nicknames)
10485 Setup Index Color Commands
10486 ------------------------------------------------
10487  A  Add new rule                  $  Shuffle the order of rules
10488  D  Delete existing rule          C  Change configuration for highlighted rule
10489  R  Replicate existing rule
10490  I  Include file in rule config   X  Exclude file from rule config
10491 </PRE>
10492 <!--chtml endif-->
10494 <H2>Description of the Setup Index Line Colors Screen</H2>
10496 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10497 This action is only available if your terminal is capable of displaying
10498 color and color display has been enabled with the
10499 <A HREF="h_config_color_style">Color Style</A> option within the
10500 Setup Color screen.
10501 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10502 This screen lets you add, delete, modify, or change the order of the rules
10503 that cause the lines in the MESSAGE INDEX to be displayed in different
10504 colors.
10506 Each rule has a &quot;Pattern&quot;,
10507 which is used to decide which of the rules is used; and the color that
10508 is used if the Pattern matches a particular message.
10510 <H2>Index Color Patterns</H2>
10512 In order to determine whether or not a message matches an Index Color Rule
10513 the message is compared with the rule's Pattern.
10514 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10515 Scoring, Other Rules, and Search Rules, so are described in only one place,
10516 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10519 If none of the Index Color rules is a match for a particular index line,
10520 then the color used is set using
10521 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10523 <H2>Index Line Color</H2>
10525 This is the color that index lines are colored when there is a matching
10526 Pattern.
10527 This colors the whole index line, except possibly the status letters,
10528 which may be colored separately using
10529 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10531 <H2>Command Descriptions</H2>
10533 <H3>Add</H3>
10535 The Add command is used to add a new rule definition to your set of
10536 rules.
10537 The new rule will be added after the highlighted rule.
10539 <H3>Delete</H3>
10541 The Delete command deletes the currently highlighted rule.
10543 <H3>Change</H3>
10545 The Change command lets you edit the nickname, Pattern,
10546 and Index Line Color of the currently highlighted rule.
10548 <H3>Shuffle</H3>
10550 The Shuffle command allows you to change the order of the rules.
10551 You may move the currently highlighted rule up or down in the list.
10552 The order of the rules is important since the rules are tested for a
10553 match starting with the first rule and continuing until a match is found.
10554 You should place the rules with more specific Patterns near the beginning
10555 of the list, and those with more general Patterns near the end so that
10556 the more specific matches will happen when appropriate.
10558 <H3>Replicate</H3>
10560 The Replicate command is used to copy an existing rule definition and modify it.
10561 The new rule will be added after the highlighted rule.
10563 <H3>IncludeFile</H3>
10565 The IncludeFile command allows you to add a rules file to your configuration.
10566 Usually, your rules will be contained in your Alpine configuration file.
10567 If you wish, some or all of your rules may be stored in a separate file.
10568 If a rules file already exists (maybe it was made by somebody else using
10569 Alpine), you may insert it before the currently highlighted rule.
10570 You may also insert an empty file or a file that does not yet exist.
10571 Once you have an empty rules file in your configuration, you may use
10572 the Shuffle command to move rules into it.
10573 In fact, that's the only way to get the initial rule into the file.
10575 <H3>eXcludeFile</H3>
10577 The eXcludeFile command removes a rules file from your rules configuration.
10578 A limitation of the program is that in order to exclude a rules file
10579 that file must have at least one rule
10580 in it, otherwise you won't be able to highlight a line in the file.
10581 So you may have to add a dummy rule to the file in order to exclude the file.
10582 <P><UL>
10583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10584 </UL>
10586 &lt;End of help on this topic&gt;
10587 </BODY>
10588 </HTML>
10589 ===== h_rules_filter =====
10590 <HTML>
10591 <HEAD>
10592 <TITLE>SETUP FILTERING SCREEN</TITLE>
10593 </HEAD>
10594 <BODY>
10595 <H1>SETUP FILTERING SCREEN</H1>
10596 <H2>SETUP FILTERING COMMANDS</H2>
10597 <!--chtml if pinemode="function_key"-->
10598 <PRE>
10599 Available  Commands -- Group 1         Available Commands -- Group 2   
10600 -------------------------------        ------------------------------  
10601 F1  Show Help Text                      F1  Show Help Text             
10602 F2  See commands in next group          F2  See commands in next group
10603 F3  Back to MAIN Alpine menu
10604 F4  Change configuration for filter
10605 F5  Move to previous filter             F5  Include file in filter config
10606 F6  Move to next filter                 F6  Exclude file from config
10607 F7  Previous page of filters
10608 F8  Next page of filters
10609 F9  Add new filter                      F9  Replicate existing filter
10610 F10 Delete existing filter
10611 F11 Shuffle the order of filters
10612 F12 Whereis (search filter nicknames)
10613 </PRE>
10614 <!--chtml else-->
10615 <PRE>
10616 Navigation                     General Alpine Commands
10617 -------------------------      -----------------------
10618  P  Prev Filter                   ?  Display this help text
10619  N  Next Filter                   E  Back to MAIN Alpine menu
10620  -  Previous page
10621 Spc (space bar) Next page
10622  W  WhereIs (search for word in filter nicknames)
10624 Setup Filters Commands
10625 ------------------------------------------------
10626  A  Add new filter                $  Shuffle the order of filters
10627  D  Delete existing filter        C  Change configuration for highlighted filter
10628  R  Replicate existing filter
10629  I  Include file in filter config X  Exclude file from filter config
10630 </PRE>
10631 <!--chtml endif-->
10633 <H2>Description of the Setup Filtering Screen</H2>
10635 This screen lets you add, delete, modify, or change the order of the rules
10636 that determine the filtering Alpine does on folders you view.
10638 The software that actually delivers mail (the stuff that happens
10639 before Alpine is involved) for you is in a better position to do mail filtering
10640 than Alpine itself.
10641 If possible, you may want to look into using that sort of mail filtering to
10642 deliver mail to different folders, delete it, or forward it.
10643 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10645 Filtering is a way to automatically move certain messages from one folder
10646 to another or to delete messages.
10647 It can also be used to set message status (Important, Deleted, New,
10648 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10649 Alpine doesn't have the ability to forward mail to another address or
10650 to deliver vacation messages.
10652 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10653 When a folder is opened, when new mail arrives in an open folder, or
10654 when mail is Expunged from a folder; each
10655 message is compared with the Patterns of your filtering rules.
10656 The comparisons start with the first rule and keep going until there
10657 is a match.
10658 If a match is found, the message may be deleted or moved, depending on
10659 the setting of the Filter Action.
10660 If the message is not deleted, it may have its status altered.
10663 <EM>NOTE:</EM>
10664 When setting up a Pattern used to delete messages,
10665 it is recommended that you test the Pattern first with a &quot;Move&quot;
10666 folder specified in
10667 case unintended matches occur.  Messages that are deleted will be removed 
10668 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10669 next Expunge command or once the folder being filtered has been closed.
10671 <H2>Filter Patterns</H2>
10673 In order to determine whether or not a message matches a filter the message is
10674 compared with the Filter's Pattern.
10675 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10676 Scoring, Other Rules, and Search Rules, so are described in only one place,
10677 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10679 Since filtering is a potentially destructive action, if you have a filtering
10680 Pattern with nothing other than Current Folder Type set, that filtering
10681 rule is ignored.
10683 <H2>Filter Actions</H2>
10685 Once a filter match is found for a particular message, there are some actions
10686 that may be taken.
10687 First, the message may have its status changed.
10688 This is the same message status that you can manipulate manually using the
10689 <a href="h_common_flag">Flag Command</a>.
10690 There are always four elements of message status that you can control.
10691 You can set or clear the Important status, the New status, the Deleted
10692 status, and the Answered status.
10693 Of course, if the filter is going to delete the message,
10694 then there is no point in setting message status.
10695 You may also be able to set user-defined keywords for a message.
10696 Read a little about keywords in the help text for the
10697 <A HREF="h_common_flag">Flag</A> command.
10699 Second, the filter may delete or move the message.
10700 Deleting the message marks it Deleted and removes it from view.
10701 It is effectively gone forever (though it technically is still there until
10702 the next expunge command, which may happen implicitly).
10703 Moving the message moves it from the open folder into the folder
10704 listed on the &quot;Folder List&quot; line of the filter configuration.
10705 If you list more than one folder name (separated by commas) then the message
10706 will be copied to each of those folders.
10707 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10708 message is removed from the current folder.
10709 If you just want to set the messages status without deleting it from
10710 the folder, then set the filter action to
10711 &quot;Just Set Message Status&quot;.
10713 (There is no way to do a Copy instead of a Move, due to the difficulties
10714 involved in keeping track of whether or not a message has
10715 already been copied.)
10717 <H2>Command Descriptions</H2>
10719 <H3>Add</H3>
10721 The Add command is used to add a new filter definition to your set of
10722 filters.
10723 The new filter will be added after the highlighted filter.
10725 <H3>Delete</H3>
10727 The Delete command deletes the currently highlighted filter.
10729 <H3>Change</H3>
10731 The Change command lets you edit the nickname, Pattern,
10732 and Folder of the currently highlighted filter.
10734 <H3>Shuffle</H3>
10736 The Shuffle command allows you to change the order of the filters.
10737 You may move the currently highlighted filter up or down in the list.
10738 The order of the filters is important since the filters are tested for a
10739 match starting with the first filter and continuing until a match is found.
10740 You should place the filters with more specific Patterns near the beginning
10741 of the list, and those with more general Patterns near the end so that
10742 the more specific matches will happen when appropriate.
10744 <H3>Replicate</H3>
10746 The Replicate command is used to copy an existing filter and modify it.
10747 The new filter will be added after the highlighted filter.
10749 <H3>IncludeFile</H3>
10751 The IncludeFile command allows you to add a filters file to your configuration.
10752 Usually, your filters will be contained in your Alpine configuration file.
10753 If you wish, some or all of your filters may be stored in a separate file.
10754 If a filters file already exists (maybe it was made by somebody else using
10755 Alpine), you may insert it before the currently highlighted filter.
10756 You may also insert an empty file or a file that does not yet exist.
10757 Once you have an empty filters file in your configuration, you may use
10758 the Shuffle command to move filters into it.
10759 In fact, that's the only way to get the initial filter into the file.
10761 <H3>eXcludeFile</H3>
10763 The eXcludeFile command removes a filters file from your filters configuration.
10764 A limitation of the program is that in order to exclude a filters file
10765 that file must have at least one filter
10766 in it, otherwise you won't be able to highlight a line in the file.
10767 So you may have to add a dummy filter to the file in order to exclude the file.
10768 <P><UL>
10769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10770 </UL>
10772 <H3>Performance Considerations</H3>
10773 The number and type of patterns being tested can 
10774 adversely effect performance.  Issues to be aware
10775 of include:
10777 <UL>
10778   <LI> The more filters you have defined the longer it will take to run down
10779 the list.  Deleting unused filters is a good idea.
10780   <LI> Filtering in newsgroups served by an NNTP server will be slow
10781 if your patterns include tests other than &quot;From:&quot;
10782 or &quot;Subject:&quot;.
10783 </UL>
10785 &lt;End of help on this topic&gt;
10786 </BODY>
10787 </HTML>
10788 ===== h_rules_score =====
10789 <HTML>
10790 <HEAD>
10791 <TITLE>SETUP SCORING SCREEN</TITLE>
10792 </HEAD>
10793 <BODY>
10794 <H1>SETUP SCORING SCREEN</H1>
10795 <H2>SETUP SCORING COMMANDS</H2>
10796 <!--chtml if pinemode="function_key"-->
10797 <PRE>
10798 Available  Commands -- Group 1         Available Commands -- Group 2   
10799 -------------------------------        ------------------------------  
10800 F1  Show Help Text                      F1  Show Help Text             
10801 F2  See commands in next group          F2  See commands in next group
10802 F3  Back to MAIN Alpine menu
10803 F4  Change configuration for rule
10804 F5  Move to previous rule               F5  Include file in rule config
10805 F6  Move to next rule                   F6  Exclude file from config
10806 F7  Previous page of rules
10807 F8  Next page of rules
10808 F9  Add new rule                        F9  Replicate existing rule
10809 F10 Delete existing rule
10810 F11 Shuffle the order of rules
10811 F12 Whereis (search rule nicknames)
10812 </PRE>
10813 <!--chtml else-->
10814 <PRE>
10815 Navigation                     General Alpine Commands
10816 -------------------------      -----------------------
10817  P  Prev rule                     ?  Display this help text
10818  N  Next rule                     E  Back to MAIN Alpine menu
10819  -  Previous page
10820 Spc (space bar) Next page
10821  W  WhereIs (search for word in rule nicknames)
10823 Setup Scoring Commands
10824 ------------------------------------------------
10825  A  Add new rule                  $  Shuffle the order of rules
10826  D  Delete existing rule          C  Change configuration for highlighted rule
10827  R  Replicate existing rule
10828  I  Include file in rule config   X  Exclude file from rule config
10829 </PRE>
10830 <!--chtml endif-->
10832 <H2>Description of the Setup Scoring Screen</H2>
10834 Most people will not use scores at all, but if you do use them, here's how
10835 they work in Alpine.
10836 Using this screen, you may define Scoring rules.
10837 The score for a message is calculated by looking at every Score rule defined
10838 and adding up the Score Values for the ones that match the message.
10839 If there are no matches for a message, it has a score of zero.
10840 Message scores may be used a couple of ways in Alpine.
10842 <H3>Sorting by Score</H3>
10844 One of the methods you may use to sort message indexes is to sort by
10845 score.
10846 The scores of all the messages in a folder will be calculated and then
10847 the index will be ordered by placing the messages in order of ascending or
10848 descending score.
10850 <H3>Scores for use in Patterns</H3>
10852 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10853 category labeled &quot;Score Interval&quot;.
10854 When a message is being compared with a Pattern to check for a match, if
10855 the Score Interval is set only messages that have a score somewhere in
10856 the interval are a match.
10858 <H2>Scoring Rule Patterns</H2>
10860 In order to determine whether or not a message matches a scoring rule
10861 the message is compared with the rule's Pattern.
10862 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10863 Scoring, Other Rules, and Search Rules, so are described in only one place,
10864 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10867 Actually, Scoring rule Patterns are slightly different from the other types of
10868 Patterns because Scoring rule Patterns don't contain a Score Interval.
10869 In other words, when calculating the score for a message, which is done
10870 by looking at the Scoring rule Patterns, scores aren't used.
10872 <H2>Score Value</H2>
10874 This is the value that will be added to the score for a message if the
10875 rule's Pattern is a match.
10876 Each individual Score Value is an integer between -100 and 100, and the
10877 values from matching rules are added together to get a message's score.
10878 There is also a way to extract the value from a particular header of each
10879 message. See the help text for Score Value for further information.
10881 <H2>Command Descriptions</H2>
10883 <H3>Add</H3>
10885 The Add command is used to add a new scoring rule definition.
10886 The new rule will be added after the highlighted rule.
10888 <H3>Delete</H3>
10890 The Delete command deletes the currently highlighted scoring rule.
10892 <H3>Change</H3>
10894 The Change command lets you edit the nickname, Pattern,
10895 and Score Value of the currently highlighted scoring rule.
10897 <H3>Shuffle</H3>
10899 The Shuffle command allows you to change the order of the scoring rules.
10900 You may move the currently highlighted rule up or down in the list.
10901 The order of the rules is important since the rules are tested for a
10902 match starting with the first rule and continuing until a match is found.
10903 You should place the rules with more specific Patterns near the beginning
10904 of the list, and those with more general Patterns near the end so that
10905 the more specific matches will happen when appropriate.
10907 <H3>Replicate</H3>
10909 The Replicate command is used to copy an existing rule and modify it.
10910 The new rule will be added after the highlighted rule.
10912 <H3>IncludeFile</H3>
10914 The IncludeFile command allows you to add a rules file to your configuration.
10915 Usually, your rules will be contained in your Alpine configuration file.
10916 If you wish, some or all of your rules may be stored in a separate file.
10917 If a rules file already exists (maybe it was made by somebody else using
10918 Alpine), you may insert it before the currently highlighted rule.
10919 You may also insert an empty file or a file that does not yet exist.
10920 Once you have an empty rules file in your configuration, you may use
10921 the Shuffle command to move rules into it.
10922 In fact, that's the only way to get the initial rule into the file.
10924 <H3>eXcludeFile</H3>
10926 The eXcludeFile command removes a rules file from your rules configuration.
10927 A limitation of the program is that in order to exclude a rules file
10928 that file must have at least one rule
10929 in it, otherwise you won't be able to highlight a line in the file.
10930 So you may have to add a dummy rule to the file in order to exclude the file.
10931 <P><UL>
10932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10933 </UL>
10935 &lt;End of help on this topic&gt;
10936 </BODY>
10937 </HTML>
10938 ===== h_direct_config =====
10939 <HTML>
10940 <HEAD>
10941 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10942 </HEAD>
10943 <BODY>
10944 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10945 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10946 <!--chtml if pinemode="function_key"-->
10947 <PRE>
10948 Available  Commands                        
10949 -------------------------------            
10950 F1  Show Help Text                         
10951 F3  Back to MAIN Alpine menu                 
10952 F4  Change configuration for directory server  
10953 F5  Move to previous directory server          
10954 F6  Move to next directory server              
10955 F7  Previous page of directory servers         
10956 F8  Next page of directory servers
10957 F9  Add new directory server
10958 F10 Delete existing directory server
10959 F11 Shuffle the order of directory servers
10960 F12 Whereis (search directory server titles)   
10961 </PRE>
10962 <!--chtml else-->
10963 <PRE>
10964 Navigation                     General Alpine Commands
10965 -------------------------      -----------------------
10966  P  Prev Directory Server         ?  Display this help text
10967  N  Next Directory Server         E  Back to MAIN Alpine menu
10968  -  Previous page
10969 Spc (space bar) Next page
10970  W  WhereIs (search for word in directory server titles)
10972 Setup LDAP Directory Server Commands
10973 ------------------------------------------------
10974  A  Add new directory server      $  Shuffle the order of directory servers
10975  D  Delete existing dir server    C  Change configuration for highlighted server
10976 </PRE>
10977 <!--chtml endif-->
10979 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10981 This screen lets you add, delete, modify, or change the order of your
10982 directory servers. You may also set some optional behavior for each server.
10983 The &quot;Add Dir&quot; command brings up a blank form to 
10984 fill in. You will have to supply at least the name of the LDAP server.
10985 You will often have to supply a search base to be used with that server,
10986 as well. Once the form has been brought up on your screen, there is help
10987 available for each of the options you may set.
10989 The &quot;Del Dir&quot; command allows you to remove a directory server
10990 from your configuration.
10992 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10993 The difference is that instead of bringing up a form for a new server
10994 configuration, you are changing the configuration of an existing entry.
10995 For example, you might want to correct a typing error, change a
10996 nickname, or change one of the options set for that server.
10998 The &quot;Shuffle&quot; command is used to change the order of directory
10999 servers.
11000 <P><UL>
11001 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11002 </UL>
11004 &lt;End of help on this topic&gt;
11005 </BODY>
11006 </HTML>
11007 ============= h_address_display ========================
11008 <HTML>
11009 <HEAD>
11010 <TITLE>SEARCH RESULTS INDEX</TITLE>
11011 </HEAD>
11012 <BODY>
11013 <H1>SEARCH RESULTS INDEX</H1>
11014 This screen shows the results, if any, of your Directory Server search.  
11015 Commands (besides those for screen navigation) are:
11016 <DL>
11017 <DT>View
11018 <!--chtml if pinemode="function_key"-->
11019 (F4)
11020 <!--chtml else-->
11022 <!--chtml endif-->
11023 </DT>
11024 <DD>See the full information for the selected entry.
11026 <DT>Compose
11027 <!--chtml if pinemode="function_key"-->
11028 (F9)
11029 <!--chtml else-->
11031 <!--chtml endif--></DT>
11032 <DD>Compose a message with the selected entry as the recipient.
11034 <DT>Role
11035 <!--chtml if pinemode="function_key"-->
11036 (F2)
11037 <!--chtml else-->
11039 <!--chtml endif--></DT>
11040 <DD>Compose a message with the selected entry as the recipient. This differs
11041 from Compose in that you may select a role before beginning your composition.
11043 <DT>Forward
11044 <!--chtml if pinemode="function_key"-->
11045 (F10)
11046 <!--chtml else-->
11048 <!--chtml endif--></DT>
11049 <DD>Send the full information for the selected entry as an 
11050 email message to someone else.
11052 <DT>Save
11053 <!--chtml if pinemode="function_key"-->
11054 (F11)
11055 <!--chtml else-->
11057 <!--chtml endif-->
11058 </DT>
11059 <DD>Save to your address book:
11060 <UL>
11061 <LI>the result of the search (as just found through your query) for the 
11062 selected entry; or 
11063 <LI>the selected entry for repeated Directory Server searching when used 
11064 in the future.
11065 </UL>
11066 or<BR>
11067 Export to a file (external to Alpine):
11068 <UL>
11069 <LI>the full information for the selected entry; or
11070 <LI>the email address from the selected entry; or
11071 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
11072 </UL>
11073 <DT>WhereIs
11074 <!--chtml if pinemode="function_key"-->
11075 (F12)
11076 <!--chtml else-->
11078 <!--chtml endif-->
11079 </DT>
11080 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11081 displayed text, not the full records for each entry.)  
11082 </DL>
11083 &lt;End of help on this topic&gt;
11084 </BODY>
11085 </HTML>
11086 ============= h_address_select ========================
11087 <HTML>
11088 <HEAD>
11089 <TITLE>SEARCH RESULTS INDEX</TITLE>
11090 </HEAD>
11091 <BODY>
11092 <H1>SEARCH RESULTS INDEX</H1>
11093 This screen shows the results, if any, of your Directory Server search.  
11094 Commands (besides those for screen navigation) are:
11095 <DL>
11096 <DT>Select
11097 </DT>
11098 <DD>Select this entry for use.
11100 <DT>ExitSelect
11101 <DD>Exit without selecting any of the entries.
11103 <DT>WhereIs
11104 </DT>
11105 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
11106 displayed text, not the full records for each entry.)  
11107 </DL>
11108 &lt;End of help on this topic&gt;
11109 </BODY>
11110 </HTML>
11111 ===== h_folder_maint =====
11112 <HTML>
11113 <HEAD>
11114 <TITLE>Help for Folder List</TITLE>
11115 </HEAD>
11116 <BODY>
11117 <H1>FOLDER LIST COMMANDS</H1>
11118 <!--chtml if pinemode="function_key"-->
11119 <PRE>
11120 Available Commands -- Group 1        Available Commands -- Group 2
11121 -------------------------------      ------------------------------
11122 F1  Show Help Text                    F1  Show Help Text               
11123 F2  See commands in next group        F2  See commands in next group  
11124 F3  MAIN MENU Screen                  F3  Quit Alpine                    
11125 F4  Select folder and view it         F4  MAIN MENU Screen
11126 F5  Move to previous folder
11127 F6  Move to next folder               F6  Specify a folder to go to
11128 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
11129 F8  Show next screen of listing       F8  Compose a message
11130 F9  Add a new folder                  F9  Print folder listing
11131 F10 Delete selected folder
11132 F11 Rename selected folder
11133 F12 Whereis (search folder names)
11135 Available Commands -- Group 3
11136 F1  Show Help Text
11137 F2  See commands in next group
11138 F5  Go to next new message
11139     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
11140 F8  Compose a message using roles
11141 F9  Export folder to a file
11142 F10 Import the file back to a folder
11143 </PRE>
11144 <!--chtml else-->
11145 <PRE>
11146 Navigating the Folder Screen            Operations on the Selected Folder
11147 ----------------------------            ---------------------------------
11148  P   Move to previous folder              V  View Index of selected folder
11149  N   Move to next folder                  D  Delete
11150  -   Show previous page of listing        R  Rename
11151 Spc  (space bar) Show next page           E  Export to file
11152                                           U  Import from file to folder
11154 FOLDER LIST Screen Commands              General Alpine Command
11155 ---------------------------              -----------------------
11156  A  Add a folder                          O  Show all other available commands
11157  G  Specify a folder to go to             ?  Show Help text
11158  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
11159  W  Whereis (search folder names)         Q  Quit Alpine
11160  %  Print folder listing                  C  Compose a message
11161                                           #  Compose a message using roles
11162 </PRE>
11163 <!--chtml endif-->
11165 These commands are only available in the FOLDER LIST screen when the 
11166 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
11167 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
11168 <DT>Select:</DT>
11169 <DD>Select folders by certain criteria:<UL>
11170 <LI>All: of limited use, since there is no Apply command.
11171 <LI>by Property: <UL>
11172         <LI>folder contains messages not yet seen 
11173         <LI>folder contains new messages
11174         <LI>folder contains exactly as many, more, or fewer messages 
11175 than a given number
11176         </UL>
11177 <LI>by Text: <UL>
11178         <LI>contained in name of folder (Name Select)
11179         <LI>contained in messages in folder (Content Select)
11180         </UL>
11181 </UL></DD>
11183 <DT>Select current:</DT>
11184 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
11185 add one or more folders to a set created with the Select command described 
11186 above.)</DD>
11187 <DT>Zoom mode:</DT>
11188 <DD>Toggles display of only selected folders or all folders on and off.</DD>
11189 </DL>
11191 If the feature
11192 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
11193 is set then the TAB key will display the number of recent messages and
11194 the total number of messages in the highlighted folder.
11196 The &quot;Export&quot; command causes the lowest common denominator style
11197 mailbox to be written to a file.
11198 If the file already exists, you are asked if you want to delete it.
11199 If you say No, then the operation is aborted.
11200 Export might be a reasonable way to store a backup or an archival copy of
11201 a folder.
11202 The exported-to file is a local file on the system where you are running Alpine.
11203 The &quot;Import&quot; command is the opposite of the Export command.
11204 It reads a file created by Export and asks where it should save it in your
11205 folders.
11206 This could be a new folder or an existing folder.
11207 If the folder already exists, the messages from the exported file will be
11208 appended to the folder.
11210 <CENTER>Description of the FOLDER LIST Screen</CENTER>
11212 The purpose of the FOLDER LIST screen is to help you browse and manage
11213 the folders and directories (also known as &quot;hierarchy&quot;)
11214 contained within a collection.
11217 Folders and directories are arranged alphabetically across lines of
11218 the screen.  Directories, if present, are denoted by a special
11219 character at the end of the name known as the hierarchy delimiter
11220 (typically, &quot;/&quot;).  By default, folders and directories are
11221 mixed together.  The
11222 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
11223 configuration option can be used to group directories toward the 
11224 beginning or end of the list.
11227 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
11228 commands change the &quot;selected&quot; (i.e., highlighted) folder or
11229 directory, and the View Fldr/Dir commands will &quot;open&quot; the
11230 selected item.  Folder and directory management is provided via the
11231 Rename, Delete and Add commands.
11233 <P><CENTER>About Folders</CENTER>
11234 What are Folders?<P>
11236 Folders are simply files where messages are kept.  Every message has to be
11237 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
11238 folder for sent mail and a folder for saved messages.<P>
11240 You may create as many other folders as you wish.  They must be given
11241 names that can be filenames on the filesystem.  
11244 You can move messages from one folder to another by opening the original
11245 folder and saving messages into the other folder just as you can save
11246 message from your INBOX to any other folder.<P>
11248 Folders are typically just files in the filesystem.  However, the files
11249 that are
11250 folders have some special formatting in them (so that Alpine knows where one
11251 message ends and another begins) and should <EM>not</EM> be edited outside of
11252 Alpine.  If you want copies of your messages in text files that you can edit
11253 or otherwise manipulate, use the Export command to copy them from Alpine into
11254 your regular file area.
11257 FOR MORE INFORMATION: See the section on
11258 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11260 <CENTER>About Directories</CENTER>
11262 A directory is simply a container used to group folders within a
11263 folder list.  You can create as many directories as you like.  And 
11264 directories can even contain directories themselves.
11267 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
11268 to note that not all IMAP servers support directories.  If you find that
11269 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
11270 then it's likely that directories are not supported by the server serving
11271 in that collection.
11274 Similarly, servers that do provide for directories may not do so in
11275 the same way.  On some servers, for example, each folder name you
11276 create is at the same time capable of being a directory.  When this
11277 happens, Alpine will display both the folder name and the name of the
11278 directory (with trailing hierarchy delimiter) in the folder list.
11281 Another issue with IMAP access, though with a much smaller set of servers,
11282 is that not all servers accept the request to list out the available
11283 folders and directories in the same way.  If you find yourself having
11284 trouble viewing folders on your server, you might investigate the
11285 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
11286 feature.
11288 <UL>
11289 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11290 </UL>
11292 &lt;End of help on this topic&gt;
11293 </BODY>
11294 </HTML>
11295 ========= h_valid_folder_names ========
11296 <HTML>
11297 <HEAD>
11298 <TITLE>Explanation of Valid Folder Names</TITLE>
11299 </HEAD>
11300 <BODY>
11301 <H1>Folder Name Syntax Explained</H1>
11303 Once your folder collections are defined, you can usually refer to
11304 folders by their simple (unqualified) name, or pick from a FOLDER LIST
11305 display.  However, understanding the complete syntax for folder names,
11306 both local and remote, is handy when using the Goto command and when
11307 you are adding new folder collections via the Setups/collectionList screen.
11309 An Alpine folder name looks like
11312 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
11315 The square brackets ([]) mean that the part is optional.
11318 If there is no remote-specification, then the folder name is interpreted
11319 locally on the computer running Alpine.
11320 Local folder names depend on the operating system used by the computer 
11321 running Alpine, as well as the configuration of that system.  For example,
11322 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
11323 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
11324 system running Unix.
11327 Alpine users have the option of using folders that are stored on some other
11328 computer.  Alpine accesses remote folders via IMAP (the Internet Message
11329 Access Protocol), or in the case of news, via NNTP (the Network News
11330 Transport Protocol).  To be able to access remote folders in Alpine, the
11331 remote host must be running the appropriate server software (imapd or
11332 nntpd) and you must correctly specify the name of the folder to Alpine,
11333 including the domain name of the remote machine. For example,
11335 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
11337 could be a remote folder specification, and so could
11339 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
11342 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
11344 Note that in the case of remote folders, the directory/file path in the specification is 
11345 determined by the operating system of the remote computer, <B>not</B> by
11346 the operating system of the computer on which you are running Alpine.
11348 As you can tell, the name of the computer is in &#123;} brackets
11349 followed immediately by the name of the folder.  (In each of these cases the
11350 optional namespace is missing.)  If, as in these
11351 examples, there is no remote access protocol specified, then IMAP is
11352 assumed.  Check
11353 <A HREF="h_folder_server_syntax">here</A>
11354 for a more detailed look at what options can be placed between the brackets.
11355 If there are no brackets at all, then the folder name is interpreted locally
11356 on the computer on which you are running Alpine.
11359 To the right of the brackets when a server name is present, or at the
11360 start of the foldername if no server is present, the sharp sign,
11361 &quot;#&quot;, holds special meaning.  It indicates a folder name
11362 outside the area reserved for your personal folders.  In fact, it's
11363 used to indicate both the name of the folder, and a special phrase
11364 telling Alpine how to interpret the name that follows.
11367 So, for example, Alpine can be used to access a newsgroup that might be 
11368 available on your computer using:
11370 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11372 The sharp sign indicates the folder name is outside your personal
11373 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11374 interpret the remainder of the name as a newsgroup.
11377 Similarly, to access a newsgroup on your IMAP server, you might
11378 use something like:
11380 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11383 There are a number of such special phrases (or &quot;namespaces&quot;)
11384 available.  For a more detailed explanation read about
11385 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11388 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11389 names.  The name INBOX refers to your &quot;principal incoming
11390 message folder&quot; and will be mapped to the actual file name used for your
11391 INBOX on any given host.  Therefore, a name like
11392 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11393 store incoming mail for you on that particular host.
11396 &lt;End of help on this topic&gt;
11397 </BODY>
11398 </HTML>
11399 ======= h_folder_name_namespaces =======
11400 <HTML>
11401 <HEAD>
11402 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11403 </HEAD>
11404 <BODY>
11405 <H1>Folder Name Namespaces Explained</H1>
11407 An Alpine folder name looks like
11410 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11413 The local part of a folder name has an optional &quot;Namespace&quot; which
11414 tells Alpine how to interpret the rest of the name.
11416 <P> 
11417 By default the folder name is interpreted as defining a section of your personal
11418 folder area.  This area and how you specify it are defined by the
11419 server, if one is specified, or, typically, the home
11420 directory, if no server is defined.
11423 If a namespace is specified, it begins with the
11424 sharp, &quot;#&quot;, character followed by the name of the namespace
11425 and then the namespace's path-element-delimiter.  Aside from the
11426 path's format, namespaces can also imply access rights, content
11427 policy, audience, location, and, occasionally, access methods.
11430 Each server exports its own set (possibly of size one) of 
11431 namespaces.  Hence, it's likely communication with your server's
11432 administrator will be required for specific configurations.  Some of
11433 the more common namespaces, however, include:
11435 <DL>
11436 <DT>#news.</DT>
11437 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11438 names are hierarchically defined with each level delimited by a period.
11440 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11442 </DD>
11443 <DT>#public/</DT>
11444 <DD>This specifies a folder area that the server may export to the general
11445 public.
11446 </DD>
11447 <DT>#shared/</DT>
11448 <DD>This specifies a folder area that the server may export to groups
11449 of users.
11450 </DD>
11451 <DT>#ftp/</DT>
11452 <DD>This specifies a folder area that is the same as that it may have 
11453 exported via the &quot;File Transfer Protocol&quot;.
11454 </DD>
11455 <DT>#mh/</DT>
11456 <DD>This specifies the personal folder area associated with folders
11457 and directories that were created using the MH message handling system.
11458 </DD>
11459 <DT>#move/</DT>
11460 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11462 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11464 The #move namespace is followed by two folder names separated by a delimiter
11465 character.
11466 The delimiter character may be any character that does not appear in
11467 the MailDropFolder name.
11468 The meaning of #move is that mail will be copied from the MailDropFolder to
11469 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11470 Periodic checks at frequency
11471 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11472 time between checks set by
11473 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11474 are made for new mail arriving in the MailDropFolder.
11475 An example that copies mail from a POP inbox to a local folder follows
11477 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11479 To you it appears that mail is being delivered to the local folder when it
11480 is copied from the MailDropFolder, and you read mail from the local folder.
11482 Note that if the DestinationFolder does not exist then the messages are not
11483 copied from the MailDropFolder.
11484 A #move folder may only be used as an
11485 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11486 an Inbox.
11487 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11488 on the
11489 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11490 option)
11491 the Add command has a subcommand &quot;Use Mail Drop&quot;
11492 which may be helpful for defining the folder in your Alpine configuration.
11493 The same is true when you edit the
11494 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11495 option in Setup/Config.
11496 Each of these configuration methods will also create the DestinationFolder
11497 if it doesn't already exist.
11498 If you are having problems, make sure the DestinationFolder exists.
11499 You may find some more useful information about Mail Drops at
11500 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11501 </DD>
11502 </DL>
11505 In addition, the server may support access to other user's folders,
11506 provided you have suitable permissions.  Common methods use a prefix
11507 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11508 indicate the root of the other user's folder area.
11511 No, nothing's simple.
11514 &lt;End of help on this topic&gt;
11515 </BODY>
11516 </HTML>
11517 ============= h_whatis_vcard ========================
11518 <HTML>
11519 <HEAD>
11520 <TITLE>VCARD EXPLAINED</TITLE>
11521 </HEAD>
11522 <BODY>
11523 <H1>What is the vCard format?</H1>
11524 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11525 information about and among people and organizations electronically.  
11526 More information about vCard can be found (as of May 1998) on the WWW site 
11527 of the Internet Mail Consortium at the URL:
11529 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11531 &lt;End of help on this topic&gt;
11532 </BODY>
11533 </HTML>
11534 ===== h_folder_open =====
11535 <HTML>
11536 <HEAD>
11537 <TITLE>Explanation of Folder Selection</TITLE>
11538 </HEAD>
11539 <BODY>
11540 <BR>
11541 <BR>
11542 This screen is designed to allow you to quickly and easily survey your
11543 folders and select one to open.
11544 <!--chtml if pinemode="function_key"-->
11545 <PRE>
11546 Navigating the List of Folders             General Alpine Commands
11547 ------------------------------             -----------------------
11548  P   Move to previous folder               ?   Show this help text
11549  N   Move to next folder
11550  -   Show previous screen of folders
11551 Spc  (space bar) Show next screen
11552  W   WhereIs (search folder names)
11554 Folder Selection Commands
11555 -------------------------
11556  E   Exit the Folder Select menu (without selecting a folder)
11557  S   Select the currently highlighted folder
11558 </PRE>
11559 <!--chtml else-->
11560 <PRE>
11561 Navigating the List of Folders             General Alpine Commands
11562 ------------------------------             -----------------------
11563 F5   Move to previous folder               F1  Show this help text
11564 F6   Move to next folder
11565 F7   Show previous screen of folders
11566 F8   Show next screen of folders
11567 F12  WhereIs (search folder names)
11569 Folder Selection Commands
11570 -------------------------
11571 F3   Exit the Folder Select menu (without selecting a folder)
11572 F4   Select the currently highlighted folder
11573 </PRE>
11574 <!--chtml endif-->
11576 FOR MORE INFORMATION: See the section on
11577 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11579 &lt;End of help on this topic&gt;
11580 </BODY>
11581 </HTML>
11582 ===== h_folder_subscribe =====
11583 <HTML>
11584 <HEAD>
11585 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11586 </HEAD>
11587 <BODY>
11588 <H1>FOLDER SUBSCRIBE HELP</H1>
11590 This screen is designed to help you subscribe to newsgroups you are
11591 not currently subscribed to.  The screen display is a list of all
11592 available newsgroups (or possibly a partial list if you specified a
11593 partial name when entering the screen).  Groups you have already
11594 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11595 select a single new group to subscribe to by moving the cursor to that
11596 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11597 you may change into ListMode with the &quot;ListMode&quot; command.
11598 The display will change slightly so that each group has a checkbox in
11599 front of it.  Use the cursor and the Set/Unset command to place an
11600 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11603 When you are finished marking groups, the &quot;Subscribe&quot;
11604 command will subscribe you to those groups you have marked.  Note, you
11605 may not unsubscribe to groups with this command.  Instead of the
11606 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11607 UnSbscrbe command.
11610 <!--chtml if pinemode="function_key"-->
11611 <PRE>
11612 Navigating the List of Newsgroups          General Alpine Commands
11613 ---------------------------------          -----------------------
11614 F5   Move to previous group                F1   Show this help text
11615 F6   Move to next group
11616 F7   Show previous screen of groups
11617 F8   Show next screen of groups
11618 F12  WhereIs (search group names)
11619 F9   Use ListMode
11621 Group Selection Commands
11622 -------------------------
11623 F3  Exit the News Subscribe menu (without selecting any groups)
11624 F4  Subscribe to the currently highlighted newsgroup
11625 </PRE>
11626 <!--chtml else-->
11627 <PRE>
11628 Navigating the List of Newsgroups          General Alpine Commands
11629 ---------------------------------          -----------------------
11630  P   Move to previous group                ?   Show this help text
11631  N   Move to next group
11632  -   Show previous screen of groups
11633 Spc  (space bar) Show next screen
11634  W   WhereIs (search group names)
11635  L   Use ListMode
11637 Group Selection Commands
11638 -------------------------
11639  E   Exit the News Subscribe menu (without selecting any groups)
11640  S   Subscribe to the currently highlighted newsgroup
11641 </PRE>
11642 <!--chtml endif-->
11644 When in ListMode, there is an additional command for marking groups to
11645 subscribe to:
11647 <!--chtml if pinemode="function_key"-->
11648 <PRE>
11649 ListMode Commands
11650 -------------------------
11651 F9  Set or unset the highlighted group
11652 </PRE>
11653 <!--chtml else-->
11654 <PRE>
11655 ListMode Commands
11656 -------------------------
11657 X   Set or unset the highlighted group
11658 </PRE>
11659 <!--chtml endif-->
11661 &lt;End of help on this topic&gt;
11662 </BODY>
11663 </HTML>
11664 ===== h_folder_postnews =====
11665 <HTML>
11666 <HEAD>
11667 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11668 </HEAD>
11669 <BODY>
11670 This screen is designed to allow you to quickly and easily survey
11671 the available newsgroups and select one to post news to.
11673 <!--chtml if pinemode="function_key"-->
11674 <PRE>
11675 Navigating the List of Newsgroups          General Alpine Commands
11676 ---------------------------------          -----------------------
11677 F5   Move to previous group                F1  Show this help text
11678 F6   Move to next group
11679 F7   Show previous screen of groups
11680 F8   Show next screen of groups
11681 F12  WhereIs (search group names)
11683 Group Selection Commands
11684 -------------------------
11685 F3   Exit the Selection menu (without selecting a group)
11686 F4   Select the currently highlighted newsgroup
11687 </PRE>
11688 <!--chtml else-->
11689 <PRE>
11690 Navigating the List of Newsgroups          General Alpine Commands
11691 ---------------------------------          -----------------------
11692  P   Move to previous group                ?  Show this help text
11693  N   Move to next group
11694  -   Show previous screen of groups
11695 Spc  (space bar) Show next screen of groups
11696  W   WhereIs (search group names)
11698 Group Selection Commands
11699 -------------------------
11700  E   Exit the Selection menu (without selecting a group)
11701  S   Select the currently highlighted newsgroup
11702 </PRE>
11703 <!--chtml endif-->
11705 &lt;End of help on this topic&gt;
11706 </BODY>
11707 </HTML>
11708 ===== h_folder_save =====
11709 <HTML>
11710 <HEAD>
11711 <TITLE>Folder Select for Save Explained</TITLE>
11712 </HEAD>
11713 <BODY>
11714 This screen is designed to allow you to quickly and easily survey your
11715 folders and select one to use for saving the current message.
11718 <!--chtml if pinemode="function_key"-->
11719 <PRE>
11720 Navigating the List of Folders             General Alpine Commands
11721 ------------------------------             -----------------------
11722 F5   Move to previous folder               F1  Show this help text
11723 F6   Move to next folder
11724 F7   Show previous screen of folders
11725 F8   Show next screen of folders
11726 F12  WhereIs (search folder names)
11728 Folder Selection Commands
11729 -------------------------
11730 F3   Exit the Folder Select menu (without selecting a folder)
11731 F4   Select the currently highlighted folder
11732 F11  AddNew folder (just like Select, but you type in a new folder name)
11733 </PRE>
11734 <!--chtml else-->
11735 <PRE>
11736 Navigating the List of Folders             General Alpine Commands
11737 ------------------------------             -----------------------
11738  P   Move to previous folder               ?  Show this help text
11739  N   Move to next folder
11740  -   Show previous screen of folders
11741 Spc  (space bar) Show next screen of folders
11742  W   WhereIs (search folder names)
11744 Folder Selection Commands
11745 -------------------------
11746  E   Exit the Folder Select menu (without selecting a folder)
11747  S   Select the currently highlighted folder
11748  A   AddNew folder (just like Select, but you type in a new folder name)
11749 </PRE>
11750 <!--chtml endif-->
11752 FOR MORE INFORMATION: See the section on
11753 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11755 &lt;End of help on this topic&gt;
11756 </BODY>
11757 </HTML>
11758 ===== h_folder_fcc =====
11759 <HTML>
11760 <HEAD>
11761 <TITLE>Folder Select for Fcc Explained</TITLE>
11762 </HEAD>
11763 <BODY>
11764 This screen is designed to allow you to quickly and easily survey your
11765 folders and select one to use as the file carbon copy (fcc) for the
11766 current message.
11769 <!--chtml if pinemode="function_key"-->
11770 <PRE>
11771 Navigating the List of Folders             General Alpine Commands
11772 ------------------------------             -----------------------
11773 F5   Move to previous folder               F1  Show this help text
11774 F6   Move to next folder
11775 F7   Show previous screen of folders
11776 F8   Show next screen of folders
11777 F12  WhereIs (search folder names)
11779 Folder Selection Commands
11780 -------------------------
11781 F3   Exit the Folder Select menu (without selecting a folder)
11782 F4   Select the currently highlighted folder
11783 F11  AddNew folder (just like Select, but you type in a new folder name)
11784 </PRE>
11785 <!--chtml else-->
11786 <PRE>
11787 Navigating the List of Folders             General Alpine Commands
11788 ------------------------------             -----------------------
11789  P   Move to previous folder               ?  Show this help text
11790  N   Move to next folder
11791  -   Show previous screen of folders
11792 Spc  (space bar) Show next screen of folders
11793  W   WhereIs (search folder names)
11795 Folder Selection Commands
11796 -------------------------
11797  E   Exit the Folder Select menu (without selecting a folder)
11798  S   Select the currently highlighted folder
11799  A   AddNew folder (just like Select, but you type in a new folder name)
11800 </PRE>
11801 <!--chtml endif-->
11803 FOR MORE INFORMATION: See the section on
11804 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11806 &lt;End of help on this topic&gt;
11807 </BODY>
11808 </HTML>
11809 ===== h_folder_pattern_roles =====
11810 <HTML>
11811 <HEAD>
11812 <TITLE>Folder Select for Current Folder Explained</TITLE>
11813 </HEAD>
11814 <BODY>
11815 This screen is designed to allow you to quickly and easily survey your
11816 folders and select one to use as the specific Current Folder
11817 in a Pattern.
11820 <!--chtml if pinemode="function_key"-->
11821 <PRE>
11822 Navigating the List of Folders             General Alpine Commands
11823 ------------------------------             -----------------------
11824 F5   Move to previous folder               F1  Show this help text
11825 F6   Move to next folder
11826 F7   Show previous screen of folders
11827 F8   Show next screen of folders
11828 F12  WhereIs (search folder names)
11830 Folder Selection Commands
11831 -------------------------
11832 F3   Exit the Folder Select menu (without selecting a folder)
11833 F4   Select the currently highlighted folder
11834 F11  AddNew folder (just like Select, but you type in a new folder name)
11835 </PRE>
11836 <!--chtml else-->
11837 <PRE>
11838 Navigating the List of Folders             General Alpine Commands
11839 ------------------------------             -----------------------
11840  P   Move to previous folder               ?  Show this help text
11841  N   Move to next folder
11842  -   Show previous screen of folders
11843 Spc  (space bar) Show next screen of folders
11844  W   WhereIs (search folder names)
11846 Folder Selection Commands
11847 -------------------------
11848  E   Exit the Folder Select menu (without selecting a folder)
11849  S   Select the currently highlighted folder
11850  A   AddNew folder (just like Select, but you type in a new folder name)
11851 </PRE>
11852 <!--chtml endif-->
11854 FOR MORE INFORMATION: See the section on
11855 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11857 &lt;End of help on this topic&gt;
11858 </BODY>
11859 </HTML>
11860 ===== h_folder_stayopen_folders =====
11861 <HTML>
11862 <HEAD>
11863 <TITLE>Folder Select Explained</TITLE>
11864 </HEAD>
11865 <BODY>
11866 This screen is designed to allow you to quickly and easily survey your
11867 folders and select one to use as a Stay-Open folder.
11870 <!--chtml if pinemode="function_key"-->
11871 <PRE>
11872 Navigating the List of Folders             General Alpine Commands
11873 ------------------------------             -----------------------
11874 F5   Move to previous folder               F1  Show this help text
11875 F6   Move to next folder
11876 F7   Show previous screen of folders
11877 F8   Show next screen of folders
11878 F12  WhereIs (search folder names)
11880 Folder Selection Commands
11881 -------------------------
11882 F3   Exit the Folder Select menu (without selecting a folder)
11883 F4   Select the currently highlighted folder
11884 F11  AddNew folder (just like Select, but you type in a new folder name)
11885 </PRE>
11886 <!--chtml else-->
11887 <PRE>
11888 Navigating the List of Folders             General Alpine Commands
11889 ------------------------------             -----------------------
11890  P   Move to previous folder               ?  Show this help text
11891  N   Move to next folder
11892  -   Show previous screen of folders
11893 Spc  (space bar) Show next screen of folders
11894  W   WhereIs (search folder names)
11896 Folder Selection Commands
11897 -------------------------
11898  E   Exit the Folder Select menu (without selecting a folder)
11899  S   Select the currently highlighted folder
11900  A   AddNew folder (just like Select, but you type in a new folder name)
11901 </PRE>
11902 <!--chtml endif-->
11904 FOR MORE INFORMATION: See the section on
11905 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11907 &lt;End of help on this topic&gt;
11908 </BODY>
11909 </HTML>
11910 ===== h_folder_action_roles =====
11911 <HTML>
11912 <HEAD>
11913 <TITLE>Folder Select Explained</TITLE>
11914 </HEAD>
11915 <BODY>
11916 This screen is designed to allow you to quickly and easily survey your
11917 folders and select one to use as the folder into which messages
11918 matching this filter will be moved.
11921 <!--chtml if pinemode="function_key"-->
11922 <PRE>
11923 Navigating the List of Folders             General Alpine Commands
11924 ------------------------------             -----------------------
11925 F5   Move to previous folder               F1  Show this help text
11926 F6   Move to next folder
11927 F7   Show previous screen of folders
11928 F8   Show next screen of folders
11929 F12  WhereIs (search folder names)
11931 Folder Selection Commands
11932 -------------------------
11933 F3   Exit the Folder Select menu (without selecting a folder)
11934 F4   Select the currently highlighted folder
11935 F11  AddNew folder (just like Select, but you type in a new folder name)
11936 </PRE>
11937 <!--chtml else-->
11938 <PRE>
11939 Navigating the List of Folders             General Alpine Commands
11940 ------------------------------             -----------------------
11941  P   Move to previous folder               ?  Show this help text
11942  N   Move to next folder
11943  -   Show previous screen of folders
11944 Spc  (space bar) Show next screen of folders
11945  W   WhereIs (search folder names)
11947 Folder Selection Commands
11948 -------------------------
11949  E   Exit the Folder Select menu (without selecting a folder)
11950  S   Select the currently highlighted folder
11951  A   AddNew folder (just like Select, but you type in a new folder name)
11952 </PRE>
11953 <!--chtml endif-->
11955 FOR MORE INFORMATION: See the section on
11956 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11958 &lt;End of help on this topic&gt;
11959 </BODY>
11960 </HTML>
11961 ===== h_abook_config =====
11962 <HTML>
11963 <HEAD>
11964 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11965 </HEAD>
11966 <BODY>
11967 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11968 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11969 <!--chtml if pinemode="function_key"-->
11970 <PRE>
11971 Available  Commands                        
11972 -------------------------------            
11973 F1  Show Help Text                         
11974 F3  Back to MAIN Alpine menu                 
11975 F4  Change configuration for address book  
11976 F5  Move to previous address book          
11977 F6  Move to next address book              
11978 F7  Previous page of address books         
11979 F8  Next page of address books             
11980 F9  Add new address book                   
11981 F10 Delete existing address book           
11982 F11 Shuffle the order of address books     
11983 F12 Whereis (search address book titles)   
11984 </PRE>
11985 <!--chtml else-->
11986 <PRE>
11987 Navigation                     General Alpine Commands
11988 -----------------------        -----------------------
11989  P  Prev Address Book           ?  Display this help text
11990  N  Next Address Book           E  Back to MAIN Alpine menu
11991  -  Previous page
11992 Spc (space bar) Next page
11993  W  WhereIs (search for word in address book titles)
11995 Setup Address Books Commands
11996 ------------------------------------------------
11997  A  Add new address book          $  Shuffle the order of address books
11998  D  Delete existing address book  C  Change configuration for address book
11999 </PRE>
12000 <!--chtml endif-->
12002 <H2>Description of the Setup Address Books Screen</H2>
12004 This screen lets you add, delete, modify, or change the order of your
12005 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
12006 fill in.  If you are adding a remote address book on an IMAP server
12007 you should fill in the name of the IMAP server.  Otherwise, leave
12008 that field blank.  (Note that remote IMAP address books are an Alpine
12009 concept and are unlikely to interoperate with other mail clients.)
12010 For a remote address book, fill in the name of the remote folder
12011 in the Folder field.  This should be a folder that is used only for
12012 this one purpose, not a general purpose folder you expect to store
12013 messages in.
12014 <P>If you are adding a local address book, fill in the
12015 Folder Name field with a local file name (e.g., .addressbook).
12017 <B>Please note:</B> Remote address books stored on an IMAP server are 
12018 of an entirely different format (namely, a special-purpose 
12019 &quot;mail folder&quot;) than that of the local addressbook familiar 
12020 to Alpine users.  Therefore, 
12021 you cannot use &quot;add a remote address book&quot; to make an existing 
12022 Alpine .addressbook file you may have on a remote IMAP server accessible to 
12023 Alpine running on a different host.  
12026 The &quot;Del Abook&quot; command allows you to remove an address book
12027 from your configuration.  It will also ask you if you wish to remove
12028 the data for that address book, which would erase all traces of the
12029 address book if you answer Yes.
12032 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
12033 The difference is that instead of adding a new address book to your
12034 configuration, you are changing the configuration of an existing entry.
12035 For example, you might want to correct a typing error or change a
12036 nickname.  The &quot;Change&quot; command is not a move command.  If you
12037 change the folder name or server name the data will not be moved for you.
12040 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
12041 an address book toward another address book in the same group then
12042 the order of those two address books will be swapped.  If you shuffle
12043 the last Personal address book down towards the Global address book
12044 section, it will become a Global address book.  If you shuffle
12045 the first Global address book up it will become a Personal address
12046 book.  The main difference between Personal and Global address
12047 books is that Global address books are forced read-only.
12048 <P><UL>
12049 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12050 </UL>
12052 &lt;End of help on this topic&gt;
12053 </BODY>
12054 </HTML>
12055 ===== h_abook_top =====
12056 <HTML>
12057 <HEAD>
12058 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
12059 </HEAD>
12060 <BODY>
12061 <H1>ADDRESS BOOK LIST COMMANDS</H1>
12062 <!--chtml if pinemode="function_key"-->
12063 <PRE>
12064 Available  Commands -- Group 1         Available Commands -- Group 2
12065 -------------------------------        ------------------------------
12066 F1  Show Help Text                      F1  Show Help Text
12067 F2  See commands in next group          F2  See commands in next group
12068 F3  Exit to MAIN MENU                   F3  Quit Alpine
12069 F4  View/Edit selected address book
12070 F5  Move to previous address book       F5  FOLDER LIST screen
12071 F6  Move to next address book           F6  Specify a folder to go to
12072 F7  Previous page                       F7  MESSAGE INDEX screen
12073 F8  Next page                           F9  Print list of address books
12074 F12 Whereis (search for word)
12075 </PRE>
12076 <!--chtml else-->
12077 <PRE>
12078 Navigation                       General Alpine Commands
12079 -----------------------          -----------------------
12080  P  Previous Entry                ?  Display this help text
12081  N  Next Entry                    O  Show all other available commands
12082  -  Previous page                 &lt;  Back to MAIN Alpine menu
12083 Spc (space bar) Next page         Q  Quit Alpine
12084  W  WhereIs (search for word)     L  FOLDER LIST screen
12085                                   G  Specify a folder to go to
12086 Address Book Commands             I  MESSAGE INDEX screen
12087 ------------------------------------------------
12088  &gt;  View/Edit selected address book
12089               or
12090  &gt;  Search on selected directory server
12092  %  Print list of address books and directory servers
12093 </PRE>
12094 <!--chtml endif-->
12096 <H2>Description of the Address Book List Screen</H2>
12098 From this screen you may choose which address book you wish to view
12099 or edit. For more information on address books, view one of your
12100 address books (with
12101 <!--chtml if pinemode="function_key"-->
12103 <!--chtml else-->
12104 &quot;&gt;&quot;
12105 <!--chtml endif-->)
12106 and see the Help Text there.<P>
12108 You may also choose a directory server on which to search for entries.
12109 You do that by highlighting the directory server line and using
12110 <!--chtml if pinemode="function_key"-->
12112 <!--chtml else-->
12113 &quot;&gt;&quot;
12114 <!--chtml endif-->.<P>
12116 If you wish to define new address books or directory servers go to the Main
12117 menu and choose Setup. You may then either choose to setup AddressBooks or
12118 Directory (among other things). It's possible that the Directory option
12119 will not be there if the Alpine you are using does not contain LDAP directory
12120 lookup functionality.
12122 <P><UL>
12123 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12124 </UL><P>
12125 &lt;End of help on this topic&gt;
12126 </BODY>
12127 </HTML>
12128 ===== h_abook_opened =====
12129 <HTML>
12130 <HEAD>
12131 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
12132 </HEAD>
12133 <BODY>
12134 <H1>THE ALPINE ADDRESS BOOK</H1>
12135 <H2>ADDRESS BOOK COMMANDS</H2>
12136 <PRE>
12137 <!--chtml if pinemode="function_key"-->
12138 Available  Commands -- Group 1         Available Commands -- Group 2   
12139 -------------------------------        ------------------------------  
12140 F1  Show Help Text                      F1  Show Help Text             
12141 F2  See commands in next group          F2  See commands in next group
12142 F3  Exit this screen                    F3  Quit Alpine                  
12143 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
12144 F5  Move to previous entry              F5  FOLDER LIST screen         
12145 F6  Move to next entry                  F6  Specify a folder to go to  
12146 F7  Previous page of address book       F7  MESSAGE INDEX screen        
12147 F8  Next page of address book           F8  Compose to entry using roles
12148 F9  Add new entry to address book       F9  Print address book         
12149 F10 Delete selected entry               F10 TakeAddr to another addrbook
12150 F11 Compose to selected entry           F11 Save or Export addrbook selections
12151 F12 Whereis (search address book)       F12 Forward entry by mail       
12153 Available Commands -- Group 3                                           
12154 ------------------------------                                          
12155 F3  Select                              F6  Zoom (or unZoom)            
12156 F5  Select Current                      F7  Apply Command to Selection  
12157 <!--chtml else-->
12158 Address Book Navigation        General Alpine Commands
12159 -----------------------        -----------------------
12160  P  Prev Address                  ?  Display this help text
12161  N  Next Address                  O  Show all other available commands
12162  -  Previous page of address book M  Back to MAIN MENU
12163 Spc (space bar) Next page         Q  Quit Alpine
12164  W  WhereIs (search for word      C  Compose message to selected addr
12165      or name in address book)     #  Compose to addr using roles
12166  &lt;  To List of Address Books if   L  FOLDER LIST screen
12167      more than one, else to MAIN  G  Specify a folder to go to
12168                                   I  MESSAGE INDEX screen
12170 Address Book Commands
12171 ----------------------------------------------------
12172  &gt;  View/Update selected entry    D  Delete selected entries
12173  %  Print address book            S  Save or Export address book selections
12174  F  Forward entries by mail       @  Add new entry to address book
12176  ;  Select command                Z  Toggle Zoom Mode
12177  :  Select highlighted entry      A  Apply command to selected entries
12179 <!--chtml endif-->
12180 </PRE>
12181 Note:  The presence or absence of the final four commands above is
12182 controlled by the option 
12183 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
12186 <H2>Description of the Address Book Screen</H2>
12188 This screen lets you edit and manage entries in your address book.  It
12189 also acts as a short-cut for composing messages to people in the address
12190 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
12191 message starts &quot;pre-addressed&quot; to whatever address book entry is
12192 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
12193 role to use in your composition.
12195 Alpine's address book helps you keep a list of addresses you send email to so
12196 you do not have to remember addresses that are often complex.  Each entry
12197 in the address book has five fields, all of them optional.  The three
12198 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
12200         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
12201         This is what you type in as you are addressing the message in the
12202         composer.  If there is a matching entry in your address book(s),
12203         Alpine will extract the corresponding FullName and Address fields to
12204         generate the actual address for your message.
12206         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
12207 of the
12208         person or organization.  Usually the full names are put in last
12209         name first so they sort nicely in alphabetical order.  Whatever
12210         you put as the name here will appear on the message when it is
12211         finally delivered.  Examples:<PRE>
12212            Garcia Marquez, Gabriel
12213            Henscheid, Eckhard
12214            Alpine-Info mailing list
12215            Library materials renewal requests
12216            Kim An-guk
12217            &quot;George III, King of Great Britain, 1738-1820&quot;
12218 </PRE>
12219 (In the second-to-last example, no comma is used in the name so that 
12220 the family name appears first in the address book and when the entry is 
12221 used in the composer.
12222 In the last example, retaining the commas is intended; 
12223 double-quotation marks surround the name to 
12224 prevent the transposition of its parts when the entry is used in 
12225 the composer.)
12227         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
12228         a valid Internet address that conforms to the Internet message
12229         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
12231 The two fields that aren't usually visible are:<DL>
12233   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
12234         message to this address to be saved in.  If this field is set, and
12235         this address is the first one in the message's To: header, then
12236         Alpine will use this folder name for the FCC in lieu of the normal
12237         FCC folder name.
12239   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
12240         </DL>
12242 Due to screen width limitations, these last two fields do not show up in
12243 the normal ADDRESS BOOK display.  You may select the 
12244 &quot;View/Update&quot; command to
12245 view or modify them.  You may use the configuration variable
12246 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
12247 to add these fields to your ADDRESS BOOK 
12248 display, or to modify the format of the display.
12250 <H2>Sorting the Address book</H2>
12252 By default, address book entries are sorted alphabetically on the full
12253 name with distribution lists sorted to the end.  Sorting can be changed by
12254 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
12255 --assuming you have &quot;write&quot; permission for the address book file.
12257 Unlike the sorting of folders (which only changes presentation), sorting an
12258 address book actually changes the file as it is kept on the computer.  For
12259 this reason you won't be able to sort a shared or system-wide address
12260 book.
12262 <H2>Adding New Entries</H2>
12264 The easiest way to add new entries to your address book is to use the
12265 &quot;TakeAddr&quot; command when viewing a message.
12266 This command allows you to take addresses from the header and body of the
12267 message and put them into your address book, without having to type
12268 them in.
12271 To manually add a new entry from within the address book screen, use the AddNew
12272 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
12273 Use this command both for adding a simple alias and for adding a
12274 distribution list.
12276 <H2>Distribution Lists</H2>
12278 Address book entries can be simple cases of aliases (a single nickname is linked
12279 to a single email address) or distribution lists (a single nickname
12280 pointing at more than one email address).  Each distribution list has a
12281 nickname, a full name and a list of addresses.  The addresses may be
12282 actual addresses or they may be other nicknames in your address book.
12283 They may even refer to other distribution lists.
12284 There's really no difference between a simple alias and a distribution list,
12285 other than the number of addresses.
12286 Therefore, you can turn a simple alias with one address into a distribution
12287 list simply by adding more addresses.
12288 To add entries to an existing list or alias
12289 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
12290 a single address from the list if the cursor is placed on the address;
12291 it will delete the entire distribution list if the cursor is on the
12292 nickname/fullname line.  View/Update may also be used to delete addresses
12293 from a list.
12295 Address field entries in distribution lists may take any one of three
12296 forms: a nickname existing in any of the defined address books, a normal
12297 address of the form &quot;jsmith@art.example.com&quot;, or a complete
12298 fullname/address combination, e.g. &quot;John Smith
12299 &lt;jsmith@art.example.com&gt;&quot;.
12301 Distribution lists in Alpine address books can only be used by the person or
12302 people who have access to that address book.  They are not usually used to
12303 implement discussion groups, but can be used to facilitate small
12304 discussion groups if all the participants have access to the same shared
12305 address book.
12307 <H2>FCC and Comments</H2>
12309 As mentioned above, each entry in the address book also has two other optional
12310 fields, Fcc and Comments.  The command to look at or change either of these
12311 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
12312 Comments field is just for your own use.  The Fcc field overrides the
12313 default Fcc if this address is the first one on the To line.  The WhereIs
12314 command may be used to search for particular strings in the address book,
12315 including fields that are not visible (like Comment and Fcc by default).
12317 <H2>Aggregate Operations</H2>
12319 If the feature
12320 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
12321 is turned on (the default), then the four commands &quot;Select&quot;,
12322 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
12323 are available.  The two selection commands allow you to mark a set of
12324 address book entries as being selected.  If you have more than one address
12325 book, the selections may be in more than one of those address books.
12326 The &quot;Zoom&quot; command will toggle between displaying only the selected
12327 entries and all of the entries.  The &quot;Apply&quot; command allows you to
12328 apply one of the regular address book commands to all of the selected
12329 entries.  Usually the address book commands apply to only the entry
12330 highlighted by the cursor.  The &quot;Apply&quot; command works with the
12331 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
12332 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
12334 <H2>Exporting and Forwarding Address book entries</H2>
12336 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
12337 address book entry is placed in a plain text file in your home directory
12338 <!--chtml if pinemode="running"-->
12339 (which, in the present configuration of your system, is
12340  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
12341 <!--chtml endif-->
12342 or current working directory
12343 <!--chtml if pinemode="running"-->
12344 (which, at least for your current Alpine &quot;session,&quot; 
12345 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
12346 <!--chtml endif-->, depending on the 
12347 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
12348 configuration setting.  If you have some entries selected and use the
12349 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
12350 placed in the text file.
12352 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
12353 address book entry is placed in a special attachment and you are put into
12354 the composer.  You can fill in some comments in the body of the message,
12355 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12356 may use the TakeAddr command on that message to insert the address book
12357 entry you sent in their own address book.  If you have some entries
12358 selected and use the Apply Forward command all of the selected entries
12359 will be forwarded in a single message.  You may
12360 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.
12361 The recipient must be using Alpine in order to receive this correctly.
12362 One way for the recipient to handle this might be to create an empty
12363 address book and then &quot;Take&quot; your forwarded address book entries into
12364 that empty address book.
12366 <H2>Multiple and/or Site-Wide Address books</H2>
12368 You may have more than one personal address book.  In addition, there may
12369 be one or more global address books.  This capability allows you to have
12370 multiple personal address books (some of which may be shared) and it also
12371 allows system administrators to implement site-wide address books that
12372 contain entries for users on multiple machines within the organization.
12373 <P><DL>
12374 <DT>Searching
12375   <DD> If you enter a nickname when composing a message, your
12376   personal address books will be searched through in order, and then the
12377   global address book(s) searched. If more than one address book has an entry
12378   for the nickname, Alpine uses the first one that it finds, so an entry in
12379   your personal address book would override a global address book entry. If
12380   after searching all the address books there is still no match, (Unix) Alpine
12381   then searches the local host password file on the assumption that you have
12382   entered a local user name rather than an address book nickname.
12383   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12384   command, but global address books are always searched after personal
12385   address books.
12387   <P><DT>Tab completion
12388   <DD> If the
12389   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12390   feature is turned on (the default) then the Tab key may be used
12391   in the composer to complete partially typed nicknames in the To
12392   or Cc lines. You type the first few letters of a nickname and then
12393   press the Tab key. It there is only one nickname that matches it will
12394   be filled in by Alpine. If there is more than one the unambiguous part
12395   of the nicknames will be filled in. For example, if your address book or
12396   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12397   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12398   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12399   If you then type a second Tab character you will be presented with a list
12400   of matching nicknames to select from. Alternatively, you could type another
12401   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12402   in the entire &quot;barbecue&quot; entry.
12404   <P><DT>Defining
12405   <DD> You define multiple personal address books in the 
12406   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12407   from the MAIN MENU.  
12408   You may add as many as you like.  Global address books are usually
12409   site-wide address books defined by the System administrator, but
12410   you may define global address books of your own just like you define
12411   personal address books.
12413   <P><DT>Creating and updating
12414   <DD> Personal address books are normally created empty
12415   and populated by explicit additions from within Alpine, e.g. via the
12416   TakeAddr command.  Unlike personal address books, global address books may
12417   not be modified/updated from within Alpine; that is, they are Read-Only.
12418   Thus, global address books are created, populated and updated outside of
12419   Alpine. They might be hand-edited, generated by a program from another
12420   database, or by copying an existing address book.  They might also be
12421   some other user's personal address book, and so be modified normally by
12422   that user but accessed Read-Only by you.  See the Alpine Technical
12423   Notes document (included in the Alpine distribution) for more information on
12424   this.
12426   <P><DT>Accessing
12427   <DD>There are two different types of address books in Alpine.
12428   A local address book is stored in a regular file and the normal file
12429   access permissions apply.  A remote address book is stored on an IMAP
12430   server in a special folder that contains only messages pertaining to
12431   that address book.  The last message in the remote folder contains a
12432   copy of the address book data, and that data is copied to a local cache
12433   file in your home directory.  From there it is accessed just like a local
12434   address book.  The name of the cache file is kept track of in a special
12435   file called the
12436   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12437   the name of which is stored in
12438   your Alpine configuration file the first time you use a remote address book.
12439   Just as local Alpine address books use a format that only Alpine understands,
12440   remote Alpine address books do the same and other mail reading programs
12441   are unlikely to be able to understand them.<P>
12442   While global address books are explicitly intended to be shared, there is
12443   nothing to prevent you from sharing a personal address book with other
12444   Alpine users. This might be useful in the case of a small workgroup.
12445   However, it is recommended that updates to shared personal address books
12446   be done when other Alpine users are not accessing the address book. Alpine
12447   does not do any file-locking to manage concurrent updates to the
12448   addressbook, but it does check to see if the file has been modified before
12449   making any changes.  Consequently, inadvertent concurrent updates will
12450   only cause other Alpine users to have to restart their address book
12451   operation, which will cause Alpine to reopen the updated file.
12453   <P><DT>Converting to Remote
12454   <DD>The easiest way to convert an existing local
12455   address book into a remote address book is to create an empty new remote
12456   personal address book by typing &quot;A&quot; to execute the
12457   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12458   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12459   address book.
12460   After you have added the empty
12461   remote address book, go into the screen for the address book you wish
12462   to copy and &quot;Select&quot; &quot;All&quot;.
12463   This selects every entry in that
12464   address book.  Then type the command &quot;Apply Save&quot;.
12465   You will be asked for the address book to save to.  You may use ^P and ^N
12466   to get to the new empty address book, then hit RETURN and the addresses
12467   will be copied.
12468   At this point you'll probably want to unselect all the entries in the local
12469   address book before proceeding. You do that with
12470   &quot;Select&quot; &quot;unselect All&quot;.
12472 </DL>
12473 <UL>
12474 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12475 </UL>
12476 <P><UL>
12477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12478 </UL>
12480 &lt;End of help on this topic&gt;
12481 </BODY>
12482 </HTML>
12483 ===== h_abook_select_addr =====
12484 <HTML>
12485 <HEAD>
12486 <TITLE>Addressbook Selection Explained</TITLE>
12487 </HEAD>
12488 <BODY>
12489 <H1>SELECT ADDRESS</H1>
12490 <!--chtml if pinemode="function_key"-->
12491 <PRE>
12492 Navigating the List of Messages               General Alpine Commands
12493 -------------------------------               -----------------------
12494 F5   Move to previous entry                   F1  Show this help text
12495 F6   Move to next entry
12496 F7   Show previous screen of address book
12497 F8   Show next screen of address book
12498 F12  WhereIs (search through address book)
12500 Address Selection Commands
12501 --------------------------
12502 F3   Exit the Address Select screen (without selecting an address)
12503 F4   Select the currently highlighted entry
12504 </PRE>
12505 <!--chtml else-->
12506 <PRE>
12507 Navigating the List of Messages               General Alpine Commands
12508 -------------------------------               -----------------------
12509  P   Move to previous entry                    ?  Show this help text
12510  N   Move to next entry
12511  -   Show previous screen of address book
12512 Spc  (space bar) Show next screen of address book
12513  W   WhereIs (search through address book)
12515 Address Selection Commands
12516 --------------------------
12517  E   Exit the Address Select screen (without selecting an address)
12518  S   Select the currently highlighted entry
12519 </PRE>
12520 <!--chtml endif-->
12523 This screen is designed to let you easily scan your address book(s) in
12524 order to select an entry for the message you are composing.  You cannot
12525 edit your address book in any way at this time, for address book
12526 maintenance, select the address book command when not composing a message.
12529 If you are composing a message and know the nickname of the person/list you
12530 want, you can bypass this screen by simply typing in the nickname on the
12531 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12532 selecting an entry does not cancel your message.
12535 FOR MORE INFORMATION on addressing see
12536 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12537 <A HREF="h_abook_opened">Address Book Screen's</A>
12538 help text.
12540 &lt;End of help on this topic&gt;
12541 </BODY>
12542 </HTML>
12543 ===== h_abook_select_top =====
12544 <HTML>
12545 <HEAD>
12546 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12547 </HEAD>
12548 <BODY>
12549 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12550 <!--chtml if pinemode="function_key"-->
12551 <PRE>
12552 Navigating the List of Address Books       General Alpine Commands
12553 ------------------------------------       -----------------------
12554 F4   View the highlighted address book
12555 F5   Move to previous address book         F1  Show this help text
12556 F6   Move to next address book
12557 F7   Show previous screen of address books
12558 F8   Show next screen of address books
12559 F12  WhereIs (search through address books)
12561 Address Selection Commands
12562 --------------------------
12563 F3   Exit the Address Select screen (without selecting an address)
12564 F4   Select the currently selected entries (if using ListMode)
12565 F9   Change to ListMode
12566 </PRE>
12567 <!--chtml else-->
12568 <PRE>
12569 Navigating the List of Address Books       General Alpine Commands
12570 ------------------------------------       -----------------------
12571  &gt;   View the highlighted address book
12572  P   Move to previous address book         ?  Show this help text
12573  N   Move to next address book
12574  -   Show previous screen of address books
12575 Spc  (space bar) Show next screen of address books
12576  W   WhereIs (search through address books)
12578 Address Selection Commands
12579 --------------------------
12580  E   Exit the Address Select screen (without selecting an address)
12581  S   Select the currently selected entries (if using ListMode)
12582  L   Change to ListMode
12583 </PRE>
12584 <!--chtml endif-->
12587 This screen is designed to let you easily scan your address book(s) in
12588 order to select entries for the message you are composing.  You cannot
12589 edit your address book in any way at this time.  For address book
12590 maintenance, select the address book command when not composing a message.
12593 If you are composing a message and know the nickname of the person/list you
12594 want, you can bypass this screen by simply typing in the nickname on the
12595 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12596 selecting an entry does not cancel your message.
12599 The ListMode command will add a column at the left edge of the screen.
12600 You mark the entries that you wish to select with the &quot;X&quot; command.
12601 This allows you to choose more than one entry at a time.
12604 An alternative method of composing a message to entries in your
12605 address book(s) is to first use the &quot;Select&quot; command from
12606 the address book maintenance screen and then the &quot;Apply&quot;
12607 &quot;ComposeTo&quot; command to start the composer composing to the
12608 selected entries.
12611 FOR MORE INFORMATION on addressing see
12612 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12613 <A HREF="h_abook_opened">Address Book Screen's</A>
12614 help text.
12616 &lt;End of help on this topic&gt;
12617 </BODY>
12618 </HTML>
12619 ===== h_abook_select_listmode =====
12620 <HTML>
12621 <HEAD>
12622 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12623 </HEAD>
12624 <BODY>
12625 <H1>COMPOSER: SELECT ADDRESSES</H1>
12626 <!--chtml if pinemode="function_key"-->
12627 <PRE>
12628 Navigating the List of Messages                 General Alpine Commands
12629 -------------------------------                 -----------------------
12630 F5   Move to previous entry                     F1  Show this help text
12631 F6   Move to next entry
12632 F7   Show previous screen of address book
12633 F8   Show next screen of address book
12634 F12  WhereIs (search through address book)
12636 Address Selection Commands
12637 --------------------------
12638 F3   Exit the Address Select screen (without selecting an address)
12639 F4   Select the currently highlighted entry
12640 F9   Change to ListMode
12641 </PRE>
12642 <!--chtml else-->
12643 <PRE>
12644 Navigating the List of Messages                 General Alpine Commands
12645 -------------------------------                 -----------------------
12646  P   Move to previous entry                     ?  Show this help text
12647  N   Move to next entry
12648  -   Show previous screen of address book
12649 Spc  (space bar) Show next screen of address book
12650  W   WhereIs (search through address book)
12652 Address Selection Commands
12653 --------------------------
12654  E   Exit the Address Select screen (without selecting an address)
12655  S   Select the currently highlighted entry
12656  L   Change to ListMode
12657 </PRE>
12658 <!--chtml endif-->
12661 This screen is designed to let you easily scan your address book(s) in
12662 order to select entries for the message you are composing.  You cannot
12663 edit your address book in any way at this time, for address book
12664 maintenance, select the address book command when not composing a message.
12667 If you are composing a message and know the nickname of the person/list you
12668 want, you can bypass this screen by simply typing in the nickname on the
12669 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12670 selecting an entry does not cancel your message.
12673 The ListMode command will add a column at the left edge of the screen.
12674 You mark the entries that you wish to select with the &quot;X&quot; command.
12675 This allows you to choose more than one entry at a time.
12678 An alternative method of composing a message to entries in your
12679 address book(s) is to first use the &quot;Select&quot; command from
12680 the address book maintenance screen and then the &quot;Apply&quot;
12681 &quot;ComposeTo&quot; command to start the composer composing to the
12682 selected entries.
12685 FOR MORE INFORMATION on addressing see
12686 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12687 <A HREF="h_abook_opened">Address Book Screen's</A>
12688 help text.
12690 &lt;End of help on this topic&gt;
12691 </BODY>
12692 </HTML>
12693 ===== h_abook_select_checks =====
12694 <HTML>
12695 <HEAD>
12696 <TITLE>Address Selection from Composer Explained</TITLE>
12697 </HEAD>
12698 <BODY>
12699 <H1>COMPOSER: SELECT ADDRESSES</H1>
12700 <!--chtml if pinemode="function_key"-->
12701 <PRE>
12702 Navigating the List of Messages                 General Alpine Commands
12703 -------------------------------                 -----------------------
12704 F5   Move to previous entry                     F1  Show this help text
12705 F6   Move to next entry
12706 F7   Show previous screen of address book
12707 F8   Show next screen of address book
12708 F12  WhereIs (search through address book)
12710 Address Selection Commands
12711 --------------------------
12712 F3   Exit the Address Select screen (without selecting an address)
12713 F4   Select the currently highlighted entry
12714 F8   Either Sets or Unsets all entries in this address book
12715 F9   Set or Unset the highlighted entry
12716 </PRE>
12717 <!--chtml else-->
12718 <PRE>
12719 Navigating the List of Messages                 General Alpine Commands
12720 -------------------------------                 -----------------------
12721  P   Move to previous entry                     ?  Show this help text
12722  N   Move to next entry
12723  -   Show previous screen of address book
12724 Spc  (space bar) Show next screen of address book
12725  W   WhereIs (search through address book)
12727 Address Selection Commands
12728 --------------------------
12729  E   Exit the Address Select screen (without selecting an address)
12730  S   Select the currently highlighted entry
12731  X   Set or Unset the highlighted entry
12732  A   Either Sets or Unsets all entries in this address book
12733 </PRE>
12734 <!--chtml endif-->
12737 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12738 command.  Type &quot;S Select&quot; to select all of the entries you
12739 have marked, just as if you had typed them in by hand.
12742 An alternative method of composing a message to entries in your
12743 address book(s) is to first use the &quot;Select&quot; command from
12744 the address book maintenance screen and then the &quot;Apply&quot;
12745 &quot;ComposeTo&quot; command to start the composer composing to the
12746 selected entries.
12749 FOR MORE INFORMATION on addressing see
12750 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12751 <A HREF="h_abook_opened">Address Book Screen's</A>
12752 help text.
12754 &lt;End of help on this topic&gt;
12755 </BODY>
12756 </HTML>
12757 ===== h_abook_select_nicks_take =====
12758 <HTML>
12759 <HEAD>
12760 <TITLE>Take Address Nickname Selection Explained</TITLE>
12761 </HEAD>
12762 <BODY>
12763 <H1>TAKEADDR: SELECT NICKNAME</H1>
12764 <!--chtml if pinemode="function_key"-->
12765 <PRE>
12766 Navigating the List of Messages                 General Alpine Commands
12767 -------------------------------                 -----------------------
12768 F5   Move to previous entry                     F1  Show this help text
12769 F6   Move to next entry
12770 F7   Show previous screen of address book
12771 F8   Show next screen of address book
12772 F12  WhereIs (search through address book)
12774 Message Selection Commands
12775 --------------------------
12776 F3   Exit the Nickname Select screen (without selecting an address)
12777 F4   Select the currently highlighted entry
12778 </PRE>
12779 <!--chtml else-->
12780 <PRE>
12781 Navigating the List of Messages                 General Alpine Commands
12782 -------------------------------                 -----------------------
12783  P   Move to previous entry                     ?  Show this help text
12784  N   Move to next entry
12785  -   Show previous screen of address book
12786 Spc  (space bar) Show next screen of address book
12787  W   WhereIs (search through address book)
12789 Message Selection Commands
12790 --------------------------
12791  E   Exit the Nickname Select screen (without selecting an address)
12792  S   Select the currently highlighted entry
12793 </PRE>
12794 <!--chtml endif-->
12797 This screen is designed to let you modify or add to an existing
12798 address book entry.  You have already selected the name(s) and
12799 address(es) through &quot;Take Address&quot;.  This screen simply lets
12800 you scan your address books and select the nickname to be
12801 changed/augmented.  If you want to add a new entry, then you are in
12802 the wrong place-- Select &quot;Exit&quot; command.
12805 FOR MORE INFORMATION on addressing see
12806 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12807 <A HREF="h_abook_opened">Address Book Screen's</A>
12808 help text.
12810 &lt;End of help on this topic&gt;
12811 </BODY>
12812 </HTML>
12813 ===== h_abook_select_nick =====
12814 <HTML>
12815 <HEAD>
12816 <TITLE>Nickname Selection Explained</TITLE>
12817 </HEAD>
12818 <BODY>
12819 <H1>SELECT NICKNAME</H1>
12820 <!--chtml if pinemode="function_key"-->
12821 <PRE>
12822 Navigating the List of Messages                 General Alpine Commands
12823 -------------------------------                 -----------------------
12824 F5   Move to previous entry                     F1  Show this help text
12825 F6   Move to next entry
12826 F7   Show previous screen of address book
12827 F8   Show next screen of address book
12828 F12  WhereIs (search through address book)
12830 Message Selection Commands
12831 --------------------------
12832 F3   Exit the Nickname Select screen (without selecting an address)
12833 F4   Select the currently highlighted entry
12834 </PRE>
12835 <!--chtml else-->
12836 <PRE>
12837 Navigating the List of Messages                 General Alpine Commands
12838 -------------------------------                 -----------------------
12839  P   Move to previous entry                     ?  Show this help text
12840  N   Move to next entry
12841  -   Show previous screen of address book
12842 Spc  (space bar) Show next screen of address book
12843  W   WhereIs (search through address book)
12845 Message Selection Commands
12846 --------------------------
12847  E   Exit the Nickname Select screen (without selecting an address)
12848  S   Select the currently highlighted entry
12849 </PRE>
12850 <!--chtml endif-->
12853 This screen is designed to let you look at the nicknames in your address
12854 books before choosing a new one.
12857 FOR MORE INFORMATION on addressing see
12858 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12859 <A HREF="h_abook_opened">Address Book Screen's</A>
12860 help text.
12862 &lt;End of help on this topic&gt;
12863 </BODY>
12864 </HTML>
12865 ===== h_takeaddr_screen =====
12866 <HTML>
12867 <HEAD>
12868 <TITLE>Take Address Screen Explained</TITLE>
12869 </HEAD>
12870 <BODY>
12871 <H1>TAKE ADDRESS COMMANDS</H1>
12872 <!--chtml if pinemode="function_key"-->
12873 <PRE>
12874 Navigating the List of Addresses       Address Selection Commands        
12875 --------------------------------       --------------------------        
12876  F5  Move to previous entry            F3  Exit without taking address
12877  F6  Move to next entry                F4  Take current address(es)
12878  F7  Show previous page of address list
12879  F8  Show next page of address list
12880  F2  WhereIs (search list)
12881                                --------------
12882 Mode Toggle            F9  Set/Unset current address
12883 -----------            F10 Set all
12884  F12 Toggle between List and single mode       F11 Unset all
12885 </PRE>
12886 <!--chtml else-->
12887 <PRE>
12888 Navigating the List of Addresses       Address Selection Commands
12889 --------------------------------       --------------------------
12890  P  Move to previous entry              &lt;  Exit without taking address
12891  N  Move to next entry                  T  Take address
12892  -  Show previous page of address list
12893 Spc (space bar) Show next page of address list
12894  W  WhereIs (search list)              List Mode
12895                                        ---------
12896 Single Mode                             X  Set/Unset current address
12897 -----------                             A  Set all addresses
12898  L  Switch to list mode                 U  Unset all addresses
12899                                         S  Switch to single mode
12900 </PRE>
12901 <!--chtml endif-->
12903 <H2>Description of the Take Address Screen</H2>
12905 This screen is designed to let you select one or more address/name
12906 combinations from the current message and put them into your address book.
12907 The cursor is initially placed on the line with the message author.
12908 Other lines include the names of people and/or mailing lists who also
12909 received the message.  Other people &quot;involved&quot; in the
12910 message (e.g. the person named as Reply-To:) are also listed here.
12913 The simple case is adding a new, single entry into your address book. To
12914 do this, simply highlight the correct line and press 
12915 <!--chtml if pinemode="function_key"-->
12917 <!--chtml else-->
12918 &quot;T&quot;.
12919 <!--chtml endif-->
12920 To create a new list or add to an existing list, switch the screen display
12921 into List Mode by pressing
12922 <!--chtml if pinemode="function_key"-->
12923 F12.
12924 <!--chtml else-->
12925 &quot;L&quot;.
12926 <!--chtml endif-->
12927 In List Mode, you select the
12928 group of addresses you wish to manipulate by marking them with an
12929 &quot;X&quot;.
12930 The Set/Unset
12931 <!--chtml if pinemode="function_key"-->
12932 (F9)
12933 <!--chtml else-->
12934 (&quot;X&quot;)
12935 <!--chtml endif-->
12936 command will turn the &quot;X&quot; on for the
12937 highlighted address if it was off or turn it off if it was previously on.
12938 The SetAll command will select all of the addresses, and the UnSetAll
12939 command will turn off all the selections.  Once you've gotten the
12940 selection the way you want it, you may create a new list by pressing
12941 <!--chtml if pinemode="function_key"-->
12943 <!--chtml else-->
12944 &quot;T&quot;.
12945 <!--chtml endif-->
12948 In both the simple and list cases, after choosing to take the address,
12949 you will be asked for the nickname of the entry.  Typing in a new name
12950 creates the new entry/list.  Entering an existing nickname will replace
12951 the entry (simple case) or add to the list (list case).  Alternatively,
12952 you can press Ctrl-T at the nickname prompt and select an existing
12953 nickname from your address book.
12956 You will normally start in Single Mode, unless you used the Apply command
12957 to startup the TakeAddr screen, in which case you will start in List Mode.
12958 You may switch between the two modes at any time.  If you've already
12959 selected several addresses in List Mode, those will be remembered when you
12960 switch to Single Mode and then back to List Mode.  The set of addresses
12961 that are pre-selected when you start in List Mode are the From addresses
12962 of all of the messages you are operating on.  You may, of course, easily
12963 erase those selections with the UnSetAll command.
12966 If you have more than one writable address book, you will be prompted for
12967 the name of the address book you wish to add the new entry to before
12968 anything else. You can use ^N and ^P to choose among the defined address
12969 books, or type in the address book name.
12972 FOR MORE INFORMATION on addressing see
12973 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12974 <A HREF="h_abook_opened">Address Book Screen's</A>
12975 help text.
12977 &lt;End of help on this topic&gt;
12978 </BODY>
12979 </HTML>
12980 ===== h_takeexport_screen =====
12981 <HTML>
12982 <HEAD>
12983 <TITLE>Take Export Screen Explained</TITLE>
12984 </HEAD>
12985 <BODY>
12986 <H1>TAKE EXPORT COMMANDS</H1>
12987 <!--chtml if pinemode="function_key"-->
12988 <PRE>
12989 Navigating the List of Addresses       Address Selection Commands        
12990 --------------------------------       --------------------------        
12991  F5  Move to previous entry            F3  Exit without taking address
12992  F6  Move to next entry                F4  Take current address(es)
12993  F7  Show previous page of address list
12994  F8  Show next page of address list
12995  F2  WhereIs (search list)
12996                                --------------
12997 Mode Toggle            F9  Set/Unset current address
12998 -----------            F10 Set all
12999  F12 Toggle between List and single mode       F11 Unset all
13000 </PRE>
13001 <!--chtml else-->
13002 <PRE>
13003 Navigating the List of Addresses       Address Selection Commands
13004 --------------------------------       --------------------------
13005  P  Move to previous entry              &lt;  Exit without taking address
13006  N  Move to next entry                  T  Take address
13007  -  Show previous page of address list
13008 Spc (space bar) Show next page of address list
13009  W  WhereIs (search list)              List Mode
13010                                        ---------
13011 Single Mode                             X  Set/Unset current address
13012 -----------                             A  Set all addresses
13013  L  Switch to list mode                 U  Unset all addresses
13014                                         S  Switch to single mode
13015 </PRE>
13016 <!--chtml endif-->
13018 <H2>Description of the Take Export Screen</H2>
13020 This screen is designed to let you select one or more addresses
13021 from the current message and put them into a file.
13022 Only the user@domain_name part of each address is put into the file.
13025 To put a single entry into a file simply highlight the correct line and press 
13026 <!--chtml if pinemode="function_key"-->
13028 <!--chtml else-->
13029 &quot;T&quot;.
13030 <!--chtml endif-->
13031 To put more than one entry into a file
13032 switch the screen display
13033 into List Mode by pressing
13034 <!--chtml if pinemode="function_key"-->
13035 F12.
13036 <!--chtml else-->
13037 &quot;L&quot;.
13038 <!--chtml endif-->
13039 In List Mode, you select the
13040 group of addresses you wish to manipulate by marking them with an
13041 &quot;X&quot;.
13042 The Set/Unset
13043 <!--chtml if pinemode="function_key"-->
13044 (F9)
13045 <!--chtml else-->
13046 (&quot;X&quot;)
13047 <!--chtml endif-->
13048 command will turn the &quot;X&quot; on for the
13049 highlighted address if it was off or turn it off if it was previously on.
13050 The SetAll command will select all of the addresses, and the UnSetAll
13051 command will turn off all the selections.  Once you've gotten the
13052 selection the way you want it, you may put the addresses in a file by typing
13053 <!--chtml if pinemode="function_key"-->
13055 <!--chtml else-->
13056 &quot;T&quot;.
13057 <!--chtml endif-->
13060 You will be asked for the name of a file to put the addresses in.
13061 If the file already exists, you will be asked whether you want to Overwrite
13062 (replace) the contents of the file or Append to the contents of the file.
13065 &lt;End of help on this topic&gt;
13066 </BODY>
13067 </HTML>
13068 ============= h_abook_view ========================
13069 <HTML>
13070 <HEAD>
13071 <TITLE>Address Book View Explained</TITLE>
13072 </HEAD>
13073 <BODY>
13074 This function allows you to view the contents of an address book entry. You
13075 can only view one entry at a time.
13077 <DL>
13078 <DT>Help
13079 <!--chtml if pinemode="function_key"-->
13080 (F1)
13081 <!--chtml else-->
13083 <!--chtml endif-->
13084 </DT>
13085 <DD>
13086 Display this help text.
13088 <DT>Abook
13089 <!--chtml if pinemode="function_key"-->
13090 (F3)
13091 <!--chtml else-->
13092 (&lt;)
13093 <!--chtml endif-->
13094 </DT>
13095 <DD>
13096 Go back to index of address book entries.
13098 <DT>Update
13099 <!--chtml if pinemode="function_key"-->
13100 (F4)
13101 <!--chtml else-->
13103 <!--chtml endif-->
13104 </DT>
13105 <DD>
13106 Update (modify) this entry.
13108 <DT>ComposeTo
13109 <!--chtml if pinemode="function_key"-->
13110 (F5)
13111 <!--chtml else-->
13113 <!--chtml endif-->
13114 </DT>
13115 <DD>Compose a message to the address(es) in this entry.
13117 <DT>Role
13118 <!--chtml if pinemode="function_key"-->
13119 (F6)
13120 <!--chtml else-->
13122 <!--chtml endif-->
13123 </DT>
13124 <DD>Compose a message to the address(es) in this entry using roles.
13126 <DT>Prev Page
13127 <!--chtml if pinemode="function_key"-->
13128 (F7)
13129 <!--chtml else-->
13131 <!--chtml endif-->
13132 </DT>
13133 <DD>
13134 Show the previous page of the current entry.
13136 <DT>Next Page
13137 <!--chtml if pinemode="function_key"-->
13138 (F8)
13139 <!--chtml else-->
13140 (Space)
13141 <!--chtml endif-->
13142 </DT>
13143 <DD>
13144 Show the next page of the current entry.
13146 <DT>Print
13147 <!--chtml if pinemode="function_key"-->
13148 (F9)
13149 <!--chtml else-->
13151 <!--chtml endif-->
13152 </DT>
13153 <DD>Print the current entry.  You can select the
13154 printer or the print command via the &quot;Setup&quot; command
13155 on the MAIN MENU.
13157 <DT>WhereIs
13158 <!--chtml if pinemode="function_key"-->
13159 (F10)
13160 <!--chtml else-->
13162 <!--chtml endif-->
13163 </DT>
13164 <DD>Search the entry for a string of letters.  If it is
13165 found, move to it.  The string can be one word or a phrase.
13166 If there are multiple occurrences, the cursor moves to the
13167 first occurrence beyond the current cursor position.
13169 <DT>Fwd Email
13170 <!--chtml if pinemode="function_key"-->
13171 (F11)
13172 <!--chtml else-->
13174 <!--chtml endif-->
13175 </DT>
13176 <DD>Begin composition of a new mail message with the displayed
13177 text already inserted in the message body.
13179 </DL>
13181 &lt;End of help on this topic&gt;
13182 </BODY>
13183 </HTML>
13184 ============= h_ldap_view ========================
13185 <HTML>
13186 <HEAD>
13187 <TITLE>LDAP Response View Explained</TITLE>
13188 </HEAD>
13189 <BODY>
13190 This function allows you to view the contents of a directory entry. You
13191 can only view one entry at a time.
13193 <DL>
13194 <DT>Help
13195 <!--chtml if pinemode="function_key"-->
13196 (F1)
13197 <!--chtml else-->
13199 <!--chtml endif-->
13200 </DT>
13201 <DD>
13202 Display this help text.
13204 <DT>Results Index
13205 <!--chtml if pinemode="function_key"-->
13206 (F3)
13207 <!--chtml else-->
13208 (&lt;)
13209 <!--chtml endif-->
13210 </DT>
13211 <DD>Go back to index of search results.
13213 <DT>ComposeTo
13214 <!--chtml if pinemode="function_key"-->
13215 (F5)
13216 <!--chtml else-->
13218 <!--chtml endif-->
13219 </DT>
13220 <DD>Compose a message to the address(es) in this entry.
13222 <DT>Role
13223 <!--chtml if pinemode="function_key"-->
13224 (F6)
13225 <!--chtml else-->
13227 <!--chtml endif-->
13228 </DT>
13229 <DD>Compose a message to the address(es) in this entry using roles.
13231 <DT>Prev Page
13232 <!--chtml if pinemode="function_key"-->
13233 (F7)
13234 <!--chtml else-->
13236 <!--chtml endif-->
13237 </DT>
13238 <DD>
13239 Show the previous page of the current entry.
13241 <DT>Next Page
13242 <!--chtml if pinemode="function_key"-->
13243 (F8)
13244 <!--chtml else-->
13245 (Space)
13246 <!--chtml endif-->
13247 </DT>
13248 <DD>
13249 Show the next page of the current entry.
13251 <DT>Print
13252 <!--chtml if pinemode="function_key"-->
13253 (F9)
13254 <!--chtml else-->
13256 <!--chtml endif-->
13257 </DT>
13258 <DD>Print the current entry on paper.  You can select the
13259 printer or the print command via the &quot;Setup&quot; command
13260 on the MAIN MENU.
13262 <DT>WhereIs
13263 <!--chtml if pinemode="function_key"-->
13264 (F10)
13265 <!--chtml else-->
13267 <!--chtml endif-->
13268 </DT>
13269 <DD>Search the entry for a string of letters.  If it is
13270 found, move to it.  The string can be one word or a phrase.
13271 If there are multiple occurrences, the cursor moves to the
13272 first occurrence beyond the current cursor position.
13274 <DT>Fwd Email
13275 <!--chtml if pinemode="function_key"-->
13276 (F11)
13277 <!--chtml else-->
13279 <!--chtml endif-->
13280 </DT>
13281 <DD>Begin composition of a new mail message with the displayed
13282 text already inserted in the message body.
13284 <DT>Save
13285 <!--chtml if pinemode="function_key"-->
13286 (F12)
13287 <!--chtml else-->
13289 <!--chtml endif-->
13290 </DT>
13291 <DD>Save the displayed entry to one of your address books or export
13292 it to a file.
13293 </DL>
13295 &lt;End of help on this topic&gt;
13296 </BODY>
13297 </HTML>
13298 ===== h_attachment_screen =====
13299 <HTML>
13300 <HEAD>
13301 <TITLE>Attachment Index Screen Explained</TITLE>
13302 </HEAD>
13303 <BODY>
13304 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
13305 message's attachments, and allows various operations on them.  The
13306 first attachment is usually the message text, but does not include the
13307 header portion of the message.
13309 Available commands include:
13311 <DL>
13313 <DT>Help</DT>
13314 <DD>Show this help text.
13316 <DT>Msg #<I>num</I></DT>
13317 <DD>Leave this screen without displaying or saving any attachments.
13319 <DT>View</DT>
13320 <DD>View the currently selected attachment.
13322 <DT>Prev Attach</DT>
13323 <DD>Move to previous attachment.
13325 <DT>Next Attach</DT>
13326 <DD>Move to next attachment.
13328 <DT>Prev Page</DT>
13329 <DD>Previous page of the listed attachments.
13331 <DT>Next Page</DT>
13332 <DD>Next page of the listed attachments.
13334 <DT>Delete</DT>
13335 <DD>Mark the currently selected attachment for Deletion.
13336 This does not modify the current message by deleting the attachment from
13337 it, but instead the delete flag <EM>only</EM> has an effect when saving
13338 the message to a folder.
13339 Attachments marked for deletion are not copied to the destination folder
13340 along with the rest of the message when it is saved.
13341 It is ok for the destination folder to be the same as the current folder.
13342 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
13344 <DT>Undelete</DT>
13345 <DD>Turn off the Delete flag for the selected attachment.
13347 <DT>Save</DT>
13348 <DD>Save the selected attachment to a file.  If the attachment is of
13349 type &quot;RFC822/Message&quot;, then the attachment will be saved to
13350 the specified mail folder.
13352 <DT>Export</DT>
13353 <DD>If the attachment is of
13354 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13355 copy the message to a file in the same way this command works on 
13356 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13358 <DT>Pipe</DT>
13359 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13360 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13362 <DT>WhereIs</DT>
13363 <DD>Find a matching string in the attachment list.
13365 <DT>AboutAttch</DT>
13366 <DD>Examine various aspects of the selected attachment.
13368 <DT>Print</DT>
13369 <DD>Print the selected attachment.
13371 <DT>Forward</DT>
13372 <DD>Forward the selected attachment as an attachment.
13373 </DL>
13377 All attachments can be saved or piped into a UNIX command, but some may
13378 not be readily displayed by either Alpine or an external tool.  In such
13379 cases, the reason why the message cannot be displayed is displayed on
13380 Alpine's message line.
13382 &lt;End of help on this topic&gt;
13383 </BODY>
13384 </HTML>
13385 ============= h_mail_text_att_view ========================
13386 <HTML>
13387 <HEAD>
13388 <TITLE>Attachment View Screen Explained</TITLE>
13389 </HEAD>
13390 <BODY>
13391 This function allows you to view the contents of a text attachment. You
13392 can only view one attachment at a time.
13394 Available commands include:
13396 <DL>
13398 <DT>Help</DT>
13399 <DD>Display this help text
13401 <DT>AttchIndex</DT>
13402 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13404 <DT>Prev Page</DT>
13405 <DD>Show the previous page of the current attachment.
13407 <DT>Next Page</DT>
13408 <DD>Show the next page of the current attachment by pressing the space bar.
13410 <DT>Delete</DT>
13411 <DD>Mark the viewed attachment for Deletion.  The delete
13412 flag <EM>only</EM> has affect when saving the message to a folder.
13413 Attachments marked for deletion are exluded from the messsage when
13414 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13415 this Alpine session.
13417 <DT>Undelete</DT>
13418 <DD>Turn off the Delete flag for the selected attachment.
13420 <DT>Save</DT>
13421 <DD>Copy the current attachment to a file.  If you just enter
13422 a filename, the attachment will be saved with that name in
13423 your home directory 
13424 <!--chtml if pinemode="running"-->
13425 (which, in the present configuration of your system, is
13426  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13427 <!--chtml endif-->
13428 or current working directory
13429 <!--chtml if pinemode="running"-->
13430 (which, at least for your current Alpine &quot;session,&quot; 
13431 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13432 <!--chtml endif-->, depending on the
13433 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13434 configuration setting.  You may enter the full
13435 path and filename to save it in another directory instead.
13437 <DT>Export</DT>
13438 <DD>If the attachment is of
13439 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13440 copy the message to a file in the same way this command works on 
13441 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13442 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13443 defined, they may affect the contents of the exported file.)
13445 <DT>Pipe</DT>
13446 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13448 <DT>WhereIs</DT>
13449 <DD>Search the attachment for a string of letters.  If it is
13450 found, move to it.  The string can be one word or a phrase.
13451 If there are multiple occurrences, the cursor moves to the
13452 first occurrence beyond the current cursor position.
13454 <DT>Print</DT>
13455 <DD>Print the current attachment on paper.  You can select the
13456 printer or the print command via the &quot;Setup&quot; command
13457 on the MAIN MENU.
13459 <DT>Forward</DT>
13460 <DD>Forward the selected attachment as an attachment.
13461 </DL>
13463 &lt;End of help on this topic&gt;
13464 </BODY>
13465 </HTML>
13466 ============= h_journal ==============
13467 <HTML>
13468 <HEAD>
13469 <TITLE>Recent Message Journal Explained</TITLE>
13470 </HEAD>
13471 <BODY>
13473 The following commands are available on this screen:
13475 <DL>
13476 <DT>Help</DT>
13477 <DD>Show this help text
13479 <DT>Exit</DT>
13480 <DD>Exit Viewer, and go back to mail processing
13482 <DT>Prev Page</DT>
13483 <DD>Show the previous page text
13485 <DT>Next Page</DT>
13486 <DD>Show the next page of text by pressing the space bar
13488 <DT>Print</DT>
13489 <DD>Print the displayed text on paper.  You can select the
13490 printer or the print command via the &quot;Setup&quot; command
13491 on the MAIN MENU.
13493 <DT>Fwd Email</DT>
13494 <DD>Begin composition of a new mail message with the displayed
13495 text already inserted in the message body.
13497 <DT>Save</DT>
13498 <DD>Copy the displayed text to a file.  If you just enter
13499 a filename, the text will be saved with that name in
13500 your 
13501 home directory 
13502 <!--chtml if pinemode="running"-->
13503 (which, in the present configuration of your system, is
13504  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13505 <!--chtml endif-->
13506 or current working directory
13507 <!--chtml if pinemode="running"-->
13508 (which, at least for your current Alpine &quot;session,&quot; 
13509 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13510 <!--chtml endif-->, depending on the
13511 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13512 configuration setting.   You may enter the full
13513 path and filename to save it in another directory instead.
13515 <DT>WhereIs</DT>
13516 <DD>Search the text for a string of letters.  If it is
13517 found, move to it.  The string can be one word or a phrase.
13518 If there are multiple occurrences, the cursor moves to the
13519 first occurrence beyond the current cursor position.
13520 </DL>
13522 &lt;End of help on this topic&gt;
13523 </BODY>
13524 </HTML>
13525 ============= h_debugjournal ==============
13526 <HTML>
13527 <HEAD>
13528 <TITLE>Debug Journal Explained</TITLE>
13529 </HEAD>
13530 <BODY>
13532 The following commands are available on this screen:
13534 <DL>
13535 <DT>Help</DT>
13536 <DD>Show this help text
13538 <DT>Exit</DT>
13539 <DD>Exit Viewer, and go back to mail processing
13541 <DT>Timestamps</DT>
13542 <DD>Turn on or off timestamps.
13544 <DT>DebugView</DT>
13545 <DD>Set the level of debugging you want to see. The level may be any number
13546 in the range 0-9. Higher numbers show more debugging detail. Note that the
13547 debugging information has already been captured. This setting just causes the
13548 debugging information that you see to be filtered. If you set this to
13549 the number &quot;5&quot; then you will be shown all of the debugging information
13550 at levels 5 and below.
13551 It's actually a bit more complicated than that. A fixed amount of memory
13552 is used to store the debug information.
13553 Since the amount of memory used is limited the debugging information
13554 has to be trimmed back when it gets too large.
13556 <DT>Prev Page</DT>
13557 <DD>Show the previous page text
13559 <DT>Next Page</DT>
13560 <DD>Show the next page of text by pressing the space bar
13562 <DT>Print</DT>
13563 <DD>Print the displayed text on paper.  You can select the
13564 printer or the print command via the &quot;Setup&quot; command
13565 on the MAIN MENU.
13567 <DT>Fwd Email</DT>
13568 <DD>Begin composition of a new mail message with the displayed
13569 text already inserted in the message body.
13571 <DT>Save</DT>
13572 <DD>Copy the displayed text to a file.  If you just enter
13573 a filename, the text will be saved with that name in
13574 your 
13575 home directory 
13576 <!--chtml if pinemode="running"-->
13577 (which, in the present configuration of your system, is
13578  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13579 <!--chtml endif-->
13580 or current working directory
13581 <!--chtml if pinemode="running"-->
13582 (which, at least for your current Alpine &quot;session,&quot; 
13583 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13584 <!--chtml endif-->, depending on the
13585 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13586 configuration setting.   You may enter the full
13587 path and filename to save it in another directory instead.
13589 <DT>WhereIs</DT>
13590 <DD>Search the text for a string of letters.  If it is
13591 found, move to it.  The string can be one word or a phrase.
13592 If there are multiple occurrences, the cursor moves to the
13593 first occurrence beyond the current cursor position.
13594 </DL>
13596 &lt;End of help on this topic&gt;
13597 </BODY>
13598 </HTML>
13599 ============= h_simple_text_view ==============
13600 <HTML>
13601 <HEAD>
13602 <TITLE>Simple Text View Screen Explained</TITLE>
13603 </HEAD>
13604 <BODY>
13606 The following commands are available on this screen:
13608 <DL>
13609 <DT>Help</DT>
13610 <DD>Show this help text
13612 <DT>Exit</DT>
13613 <DD>Exit Viewer, and go back to mail processing
13615 <DT>Prev Page</DT>
13616 <DD>Show the previous page text
13618 <DT>Next Page</DT>
13619 <DD>Show the next page of text by pressing the space bar
13621 <DT>Print</DT>
13622 <DD>Print the displayed text on paper.  You can select the
13623 printer or the print command via the &quot;Setup&quot; command
13624 on the MAIN MENU.
13626 <DT>Fwd Email</DT>
13627 <DD>Begin composition of a new mail message with the displayed
13628 text already inserted in the message body.
13630 <DT>Save</DT>
13631 <DD>Copy the displayed text to a file.  If you just enter
13632 a filename, the attachment will be saved with that name in
13633 your 
13634 home directory 
13635 <!--chtml if pinemode="running"-->
13636 (which, in the present configuration of your system, is
13637  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13638 <!--chtml endif-->
13639 or current working directory
13640 <!--chtml if pinemode="running"-->
13641 (which, at least for your current Alpine &quot;session,&quot; 
13642 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13643 <!--chtml endif-->, depending on the
13644 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13645 configuration setting.   You may enter the full
13646 path and filename to save it in another directory instead.
13648 <DT>WhereIs</DT>
13649 <DD>Search the attachment for a string of letters.  If it is
13650 found, move to it.  The string can be one word or a phrase.
13651 If there are multiple occurrences, the cursor moves to the
13652 first occurrence beyond the current cursor position.
13653 </DL>
13655 &lt;End of help on this topic&gt;
13656 </BODY>
13657 </HTML>
13658 ======= h_pine_for_windows ========
13659 <HTML>
13660 <HEAD>
13661 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13662 </HEAD>
13663 <BODY>
13664 <H1>Getting Help In PC-Alpine</H1>
13667 PC-Alpine offers general and specific help text. From the <A
13668 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13669 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13670 specific help for that screen is available from the toolbar Help menu or
13671 with the 
13672 <!--chtml if pinemode="function_key"-->
13673 &quot;F1&quot; key.
13674 <!--chtml else-->
13675 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13676 typing &quot;?&quot; would be mistaken as entering text.
13677 <!--chtml endif-->
13680 Although this version of Alpine is for Microsoft Windows, it is not
13681 considered a full &quot;Graphical User Interface&quot; application. 
13682 Yet, many of the controls that Windows users are accustomed to seeing, 
13683 such as scrollbars and toolbars, are available.
13686 PC-Alpine offers considerable mouse support.  You can view what is
13687 &quot;click-able&quot; by dragging your mouse over any screen; when the
13688 arrow cursor changes into a hand, you found something. Mouse-click
13689 possibilities include navigating between screens and folders and
13690 double-clicking on hyperlinks to open your Web browser.
13691 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13692 screen.  Examples of right-click options include &quot;copy&quot; after
13693 selecting text to copy and &quot;View in New Window&quot; when you click
13694 on a particular message in the Message Index. The menu choices available
13695 to you will vary based upon what screen is open, where on the screen your
13696 cursor is located, and even what action you have already taken.
13699 &lt;End of help on this topic&gt;
13700 </BODY>
13701 </HTML>
13702 ===== h_composer =====
13703 <HTML>
13704 <HEAD>
13705 <TITLE>COMPOSER COMMANDS</TITLE>
13706 </HEAD>
13707 <BODY>
13708 <H1>COMPOSER COMMANDS</H1>
13710 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>
13711 &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>
13712 &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>
13713 &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>
13714 &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>
13715 &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>
13716 &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>
13717 &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>
13718 &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>
13719 &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>
13720 ---------------------------------------|&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>
13721 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>
13722 &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>
13723 &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>
13724 &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>
13727 NOTE:
13728 <OL>
13729  <LI>For help on a particular command, highlight the bold text associated
13730 with it above and hit Return.
13731  <LI> The availability of certain commands
13732 is determined by Alpine configuration files and system capabilities.
13733 At some sites, certain commands may not be available due to security or
13734 support concerns.
13735  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13736 Ctrl-&#92;, ESC.
13737  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13738 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13739 </OL>
13742 HINT: To move rapidly to the bottom of a message you are composing,
13743 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13744 with the Mark and Cut commands to eliminate large amounts of unwanted
13745 text in a Reply.
13747 <H2>Description of Composer</H2>
13749 Alpine has a built-in editing program that allows you to compose messages
13750 without having to leave Alpine.  The editor is designed to be very simple to
13751 use so that you can get started writing email right away.
13754 Messages are usually just text, about 80 columns wide.  Using upper and
13755 lower case is encouraged.  On some systems the size limit of the message
13756 is about 100,000 characters, which is about 2,000 lines.  You can include
13757 punctuation and special characters found on most keyboards, but you can't
13758 include characters with diacritical marks and certain special symbols.
13761 Text automatically wraps as you type past the end of a line so you do not
13762 have to hit return.  Using the
13763 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13764 you can also reformat text explicitly, perhaps after you have
13765 deleted some text.
13768 You can include other text files with the 
13769 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13770 which will prompt you for the name of the file to insert at the
13771 current cursor postion.
13774 <UL>
13775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13776 </UL>
13778 &lt;End of help on this topic&gt;
13779 </BODY>
13780 </HTML>
13781 ====== h_composer_browse =====
13782 <HTML>
13783 <HEAD>
13784 <TITLE>BROWSER</TITLE>
13785 </HEAD>
13786 <BODY>
13787 <H1>BROWSER</H1>
13788 This screen lets you browse your files and directories.  To go to another 
13789 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13790 choose &quot;Select&quot; (the default choice on the menu); 
13791 or choose &quot;Goto&quot; and enter the name of the directory.
13792 <!--chtml if pinemode="os_windows"-->
13793 <!--chtml else--> 
13794 In Unix Alpine, you may use 
13795 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13796 to another's home directory.  
13797 <!--chtml endif--><P>
13798 To select a file, move the cursor to it and 
13799 choose &quot;Select&quot; (the default choice on the menu).  
13801 <UL>
13802 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13803 inclusion in the 
13804 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13805 the 
13806 &quot;----- Message Text -----&quot; line
13807 while composing, then &quot;To Files&quot;):  Since the file 
13808 selected will become part of the message text, it must be in a format 
13809 suitable for that (Alpine does not check!), such as a plain text file.
13810 Files of other formats (for example, graphics, databases, software 
13811 programs) should be 
13812 <B>attached</B> to the message instead --
13813 by moving the cursor in the COMPOSE MESSAGE screen into the 
13814 message header area and pressing 
13815 <!--chtml if pinemode="function_key"-->
13817 <!--chtml else-->
13818 Ctrl-J.
13819 <!--chtml endif--> 
13821 <P><LI>
13822 Note <B>if</B> you are currently using the BROWSER for saving a message 
13823 attachment, or exporting a message, to a file: You can use the Add command to 
13824 provide the name for a new file to save/export to, and then select that name 
13825 to use it for the save/export operation.  Back at the prompt 
13826 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13827 either Overwrite or Append (it doesn't make a difference, since the file is 
13828 so far empty).  Note: If you cancel the 
13829 operation at that point, the file created with the Add command will remain 
13830 0 bytes in size.
13832 </UL>
13833 <P><UL>
13834 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13835 </UL>
13837 &lt;End of help on this topic&gt;
13838 </BODY>
13839 </HTML>
13840 ====== h_composer_ins =====
13841 <HTML>
13842 <HEAD>
13843 <TITLE>INSERT TEXT FILE</TITLE>
13844 </HEAD>
13845 <BODY>
13846 <H1>INSERT TEXT FILE</H1>
13848 Use this function to insert a text file. The file name
13849 given can be an absolute file path name for your system
13850 <!--chtml if pinemode="os_windows"-->
13851 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13852 with a relative pathname, or simply a file name without
13853 drive or directory specification.  
13854 <!--chtml else-->
13855 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13856 a file in your home directory, or a file path relative to your 
13857 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13858 your home directory or &quot;~user&quot; to refer to another
13859 account's home directory.
13860 <!--chtml endif-->
13862 No wild card characters may be used.  
13863 The file must reside on the system running Alpine.
13865 If the 
13866 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13867 feature is set, names are relative to your current working directory 
13868 <!--chtml if pinemode="running"-->
13869 (which, at least for your current Alpine &quot;session,&quot; 
13870 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13871 <!--chtml endif-->
13872 rather than your home directory
13873 <!--chtml if pinemode="running"-->
13874 (which, in the present configuration of your system, is
13875  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13876 <!--chtml endif-->
13878 <P><UL>
13879 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13880 </UL>
13882 &lt;End of help on this topic&gt;
13883 </BODY>
13884 </HTML>
13885 ====== h_composer_ins_m =====
13886 <HTML>
13887 <HEAD>
13888 <TITLE>INSERT MESSAGE</TITLE>
13889 </HEAD>
13890 <BODY>
13891 <H1>INSERT MESSAGE</H1>
13893 Type in the number of a message in the currently open folder to insert it
13894 into your message.
13895 <P><UL>
13896 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13897 </UL>
13899 &lt;End of help on this topic&gt;
13900 </BODY>
13901 </HTML>
13902 ====== h_composer_search =====
13903 <HTML>
13904 <HEAD>
13905 <TITLE>Explanation of Composer Whereis Command </TITLE>
13906 </HEAD>
13907 <BODY>
13908 <H1>Help For Whereis Command</H1>
13910 Whereis is used to search the message for a word or part of a word.
13911 When searching in the composer, only the message part of your mail is
13912 searched, and the cursor is put on the first occurrence appearing
13913 after the location of the cursor.  The search will wrap to the
13914 beginning of the message when it no longer finds matches in the
13915 remainder of the message.
13917 To search for the same string a second time, press 
13918 <!--chtml if pinemode="function_key"-->
13919 &quot;F6&quot;
13920 <!--chtml else-->
13921 &quot;^W&quot;
13922 <!--chtml endif-->
13923 to begin search and then just press RETURN to accept the previous
13924 search string shown in square brackets rather than entering a new
13925 search string.<P>
13927 The &quot;Search&quot; prompt has several sub-command available:
13929 <DL>
13930 <DT>Get Help</DT>
13931 <DD> Takes you to this help page.
13933 <DT>Cancel</DT>
13934 <DD> Cancels the prompt.  No search takes place.
13936 <DT>First Line</DT>
13937 <DD> Takes you back to the composer with the cursor on the first character
13938 of the first line of text.
13940 <DT>Last Line</DT>
13941 <DD> Takes you back to the composer with the cursor on the last character
13942 of the last line of text.
13944 <DT>Replace (Optional)</DT>
13945 <DD> This sub-command is enabled by the 
13946 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13947 feature (which is on by default); see its help screen for details on how replacing works.
13949 </DL>
13951 &lt;End of help on this topic&gt;
13952 </BODY>
13953 </HTML>
13954 ====== h_sigedit_search =====
13955 <HTML>
13956 <HEAD>
13957 <TITLE>Explanation of Whereis Command </TITLE>
13958 </HEAD>
13959 <BODY>
13960 <H1>Help For Whereis Command</H1>
13962 Whereis is used to search for a word or part of a word.
13963 When searching the cursor is put on the first occurrence appearing
13964 after the location of the cursor.  The search will wrap to the
13965 beginning of the signature when it no longer finds matches in the
13966 remainder of the signature.
13968 To search for the same string a second time, press 
13969 <!--chtml if pinemode="function_key"-->
13970 &quot;F6&quot;
13971 <!--chtml else-->
13972 &quot;^W&quot;
13973 <!--chtml endif-->
13974 to begin search and then just press RETURN to accept the previous
13975 search string shown in square brackets rather than entering a new
13976 search string.<P>
13978 The &quot;Search&quot; prompt has several sub-command available:
13980 <DL>
13981 <DT>Get Help</DT>
13982 <DD> Takes you to this help page.
13984 <DT>Cancel</DT>
13985 <DD> Cancels the prompt.  No search takes place.
13987 <DT>First Line</DT>
13988 <DD> Takes you back to the composer with the cursor on the first character
13989 of the first line of text.
13991 <DT>Last Line</DT>
13992 <DD> Takes you back to the composer with the cursor on the last character
13993 of the last line of text.
13995 <DT>Replace (Optional)</DT>
13996 <DD> This sub-command is enabled by the 
13997 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13998 feature (which is on by default); see its help screen for details on how replacing works.
14000 </DL>
14002 &lt;End of help on this topic&gt;
14003 </BODY>
14004 </HTML>
14005 ======= h_composer_to ====
14006 <HTML>
14007 <HEAD>
14008 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
14009 </HEAD>
14010 <BODY>
14011 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
14013 <H2>The &quot;To:&quot; field</H2>
14014 The address you enter here must be a valid email address that is reachable
14015 from your site. 
14017 <H2>Email Address Format</H2>
14018 You may enter a full name and email address, 
14019 <!--chtml if pinemode="os_windows"-->
14020 <!--chtml else-->
14021 a local (meaning, on the same 
14022 host as the one you are running Alpine on) username that Alpine will
14023 complete for you, 
14024 <!--chtml endif-->
14025 the nickname of someone in a 
14026 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
14027 mail alias defined by your system administrator.  When you move the cursor
14028 out of this field, the nicknames will be expanded to the addresses in your
14029 address book, and the local usernames will be expanded to include the 
14030 persons' actual names.  You may enter as many addresses as you wish, but they 
14031 must be separated by commas.  You can move around this and other header fields
14032 with the arrow keys and use many of the usual composer editing keys.
14034 <UL>
14035 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14036 </UL>
14039 <H2>MESSAGE HEADER COMMANDS</H2>
14040 <!--chtml if pinemode="function_key"-->
14041 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14042 ^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>
14043 ^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>
14044 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
14045 ^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>
14046 ^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>
14047 ^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>
14048 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>
14049 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>
14050 ^@&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>
14051 ----------------------------------------|<BR>
14052 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
14053 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>
14054 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>
14055 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>
14056 <!--chtml else-->
14057 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
14058 ^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>
14059 ^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>
14060 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
14061 ^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>
14062 ^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>
14063 ^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>
14064 ^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>
14065 ^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>
14066 ^@&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>
14067 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
14068 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>
14069 ^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>
14070 ^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>
14071 ^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>
14072 <!--chtml endif-->
14075 NOTE:
14076 <OL>
14077  <LI>For help on a particular command, highlight the bold text associated
14078 with it above and hit Return.
14079  <LI> The availability of certain commands 
14080 is determined by Alpine configuration files and system capabilities.
14081 At some sites, certain commands may not be available due to security or
14082 support concerns.
14083 </OL>
14086 <UL>   
14087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14088 </UL><P>
14089 &lt;End of help on this topic&gt;
14090 </BODY>
14091 </HTML>
14092 ======= h_composer_cc ====
14093 <HTML>
14094 <HEAD>
14095 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
14096 </HEAD>
14097 <BODY>
14098 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
14099 The Cc: field is just like the To: field, except it is used for addressees
14100 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
14101 not directly meant directly &quot;for&quot; these recipients, but you wanted 
14102 them to see the message.  The only difference the recipients see is that their 
14103 name is in the Cc: field, rather than the To: field.
14105 For help with Cc: field editing
14106 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14108 <UL>
14109 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14110 </UL>
14112 <UL>   
14113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14114 </UL><P>
14115 &lt;End of help on this topic&gt;
14116 </BODY>
14117 </HTML>
14118 ======= h_composer_bcc ====
14119 <HTML>
14120 <HEAD>
14121 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
14122 </HEAD>
14123 <BODY>
14124 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
14125 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
14126 a copy of the message to one or more people whose addresses you do not
14127 wish disclosed, either to reduce clutter or for confidentiality.
14129 The format of the Bcc: field is just the same as the To: and Cc: fields in
14130 the way the addresses are entered.  The recipients listed here will
14131 receive a copy of the message, but --assuming your site's mail transport
14132 software is properly configured-- their addresses will not show up in the
14133 headers of the message, as delivered to all of the recipients.  The To:
14134 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
14136 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
14137 will automatically generate and place in the To: field a pseudo-address of 
14138   &quot;undisclosed-recipients: ;&quot;
14139 or whatever string has been specified in the 
14140 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14141 variable.
14143 The reason for this is to avoid embarrassment caused by some Internet
14144 mail transfer software that interprets a &quot;missing&quot; To: header as 
14145 an error and replaces it with an Apparently-to: header that may contain
14146 the addresses you entered on the Bcc: line.  In addition, it may be
14147 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
14149 You can manipulate what text ends up on the (originally) empty To:
14150 field.  Just remember to put a colon and semicolon at the end of the
14151 field, which is a special notation denoting that it is not a real address.
14153 For information on message header editing
14154 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14156 <UL>
14157 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14158 </UL>
14160 <UL>   
14161 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14162 </UL><P>
14163 &lt;End of help on this topic&gt;
14164 </BODY>
14165 </HTML>
14166 ======= h_composer_lcc ====
14167 <HTML>
14168 <HEAD>
14169 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
14170 </HEAD>
14171 <BODY>
14172 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
14173 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
14174 you wish to send a message to a list of people but avoid having all
14175 of their addresses visible, in order to reduce clutter when the
14176 message is received.
14178 It is similar to the 
14179 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
14180 in that individual
14181 addressees are hidden, but Lcc is designed to work specifically with
14182 distribution lists you have created in your 
14183 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
14184 the nickname of the list on the Lcc line will result in the full name of
14185 your Alpine Address Book list being placed on the To: line of the message,
14186 using a special notation that distinguishes it from a real address. You
14187 must leave the To: line blank for your list name to appear there.
14189 For example, if you have this list entered in your Address Book:<PRE>
14191         largo         Key Largo List       DISTRIBUTION LIST:
14192                                            bogie@mgm.com
14193                                            lauren@mgm.com
14194                                            walter@mgm.com</PRE>
14197 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
14198 the result is:<PRE>
14200         To      : Key Largo List: ;
14201         Cc      :
14202         Bcc     :
14203         Fcc     : sent-mail
14204         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
14205                   lauren@mgm.com,
14206                   walter@mgm.com
14207         Subject :</PRE>
14209 Each recipient listed on the Lcc: line receives a copy of the message
14210 without their address being visible (as though they were listed on the
14211 Bcc: line). The colon-semicolon notation used to put the full-name of the
14212 list on the To: line is a special address format that doesn't specify any
14213 actual addressees, but does give some information to the recipients of the
14214 message.
14216 Note: if after entering an LCC, you delete the list name that is placed
14217 on the To: line, then recipients will see <PRE>
14218        To: undisclosed-recipients: ;</PRE>
14220 (or whatever string is defined in the 
14221 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
14222 variable) just as in the BCC case. 
14224 For help with Lcc: field editing
14225 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14227 <UL>
14228 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14229 </UL>
14231 <UL>   
14232 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14233 </UL><P>
14234 &lt;End of help on this topic&gt;
14235 </BODY>
14236 </HTML>
14237 ======= h_composer_from =======
14238 <HTML>
14239 <HEAD>
14240 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
14241 </HEAD>
14242 <BODY>
14243 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
14245 This header carries your return address.  It is the address toward which
14246 replies (and often, future unrelated correspondence) will be directed,
14247 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
14248 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
14249 sure this address is correct.
14251 For help with message header editing
14252 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14254 <UL>
14255 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14256 </UL>
14258 <UL>   
14259 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14260 </UL><P>
14261 &lt;End of help on this topic&gt;
14262 </BODY>
14263 </HTML>
14264 ======= h_composer_reply_to =======
14265 <HTML>
14266 <HEAD>
14267 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
14268 </HEAD>
14269 <BODY>
14270 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
14272 Most people should not need this header. The Reply-To: header is used in
14273 cases where you would like replies to your messages to be directed to an
14274 address other than your normal &quot;From:&quot; address.  This is atypical, 
14275 but can happen when you use multiple machines and do not have the same account
14276 name on each one, or when you wish to direct certain replies to accounts
14277 or folders designated for specific classes of correspondence.
14279 For help with message header editing
14280 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14282 <UL>
14283 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14284 </UL>
14287 <UL>   
14288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14289 </UL><P>
14290 &lt;End of help on this topic&gt;
14291 </BODY>
14292 </HTML>
14293 ======= h_composer_custom_addr ====
14294 <HTML>
14295 <HEAD>
14296 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14297 </HEAD>
14298 <BODY>
14299 <H1>CUSTOMIZED HEADER FIELD</H1>
14300 This is a customized header, i.e. not one that is part of Alpine's normal
14301 set of Compose headers.
14303 For help with message header editing
14304 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14306 <UL>
14307 <LI><A HREF="h_address_format">Explanation of Address formats</A>
14308 </UL>
14310 <UL>   
14311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14312 </UL><P>
14313 &lt;End of help on this topic&gt;
14314 </BODY>
14315 </HTML>
14316 ======= h_composer_custom_free ====
14317 <HTML>
14318 <HEAD>
14319 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
14320 </HEAD>
14321 <BODY>
14322 <H1>CUSTOMIZED HEADER FIELD</H1>
14323 This is a customized header, i.e. not one that is part of Alpine's normal
14324 set of Compose headers.
14326 This field consists of arbitrary text.
14328 For help with message header editing
14329 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14331 <UL>   
14332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14333 </UL><P>
14334 &lt;End of help on this topic&gt;
14335 </BODY>
14336 </HTML>
14337 ====== h_composer_news =====
14338 <HTML>
14339 <HEAD>
14340 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
14341 </HEAD>
14342 <BODY>
14343 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
14344 Use the newsgroups line to specify any and all USENET newsgroups to which
14345 your message should be posted.  When composing a message from scratch, this
14346 line may be hidden.  If so, just press the rich headers command
14347 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
14348 to make it visible.
14350 <EM>Be aware</EM> that when you post to a newsgroup thousands of
14351 people will be reading your message.  Also, you or your system manager
14352 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
14353 in order for you to be able to post.
14355 For help with message header editing
14356 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14357 <P><UL>
14358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14359 </UL>
14361 &lt;End of help on this topic&gt;
14362 </BODY>
14363 </HTML>
14364 ======= h_composer_fcc ====
14365 <HTML>
14366 <HEADER>
14367 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14368 </HEADER>
14369 <BODY>
14370 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14371 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14372 each outgoing message.  The default value can be configured with the
14373 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14374 the file carbon copy on any message you send by editing the FCC header.<p>
14376 You may type ^T to get a list of all your folders and select one to use as
14377 the FCC for this message.<P>
14379 For help with message header editing
14380 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14382 <UL>   
14383 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14384 </UL><P>
14385 &lt;End of help on this topic&gt;
14386 </BODY>
14387 </HTML>
14388 ======= h_composer_subject ====
14389 <HTML>
14390 <HEADER>
14391 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14392 </HEADER>
14393 <BODY>
14394 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14396 The subject header provides a place to enter a few words that summarize
14397 the topic of the message you are sending.  You may leave this line blank,
14398 but it is considered a courtesy to use a meaningful subject.<p>
14400 For help with message header editing
14401 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14403 <UL>   
14404 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14405 </UL><P>
14406 &lt;End of help on this topic&gt;
14407 </BODY>
14408 </HTML>
14409 ======= h_composer_attachment ====
14410 <HTML>
14411 <HEAD>
14412 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14413 </HEAD>
14414 <BODY>
14415 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14417 The &quot;Attchmnt:&quot; field is where you specify what file or
14418 files you'd like attached to
14419 the message you are composing.  Those files must reside on the machine
14420 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14421 account on a Unix machine, you'll have to transfer it before attaching it.
14422 Contact local computer support people for assistance with transferring.
14425 The file name
14426 given can be an absolute file path name for your system
14427 <!--chtml if pinemode="os_windows"-->
14428 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14429 with a relative pathname, or simply a file name without
14430 drive or directory specification.  
14431 <!--chtml else-->
14432 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14433 a file in your home directory, or a file path relative to your 
14434 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14435 your home directory or &quot;~user&quot; to refer to another
14436 account's home directory.
14437 <!--chtml endif--><P>
14438 No wild card characters may be used.
14439 <P>If the 
14440 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14441 feature is set, names are relative to your current working directory 
14442 <!--chtml if pinemode="running"-->
14443 (which, at least for your current Alpine &quot;session,&quot; 
14444 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14445 <!--chtml endif-->
14446 rather than your home directory
14447 <!--chtml if pinemode="running"-->
14448 (which, in the present configuration of your system, is
14449  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14450 <!--chtml endif-->
14453 Alpine uses MIME encoding for attachments, so binaries and files of any
14454 length can safely be delivered to any MIME-capable mail reading program.
14455 If you send an attachment to someone who does not have a MIME-capable mail
14456 reading program yet, then the main message text will be readable, but
14457 attachments (even attachments that are just plain text) are not.
14460 Typing the filename on the Attchmnt: line achieves the same
14461 result as using the 
14462 <!--chtml if pinemode="function_key"-->
14464 <!--chtml else-->
14465 Ctrl-J
14466 <!--chtml endif--> command.
14469 If you Forward a message with attachments, you may delete them from your
14470 Forwarded message by editing the Attchmnt header line.
14473 For help with message header editing
14474 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14476 <UL>   
14477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14478 </UL><P>
14479 &lt;End of help on this topic&gt;
14480 </BODY>
14481 </HTML>
14482 ======= h_composer_ctrl_j ====
14483 <HTML>
14484 <HEAD>
14485 <TITLE>COMPOSER ATTACH</TITLE>
14486 </HEAD>
14487 <BODY>
14488 After the
14489 <!--chtml if pinemode="function_key"-->
14491 <!--chtml else-->
14492 Ctrl-J
14493 <!--chtml endif--> command:
14494 At the &quot;File to attach:&quot; prompt, enter the name of the 
14495 existing file to attach to your message.  
14496 When the feature
14497 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14498 is set
14499 you need only enter the beginning of the filename (enough of it to uniquely 
14500 identify the file) and press TAB to complete it.
14502 Or, press ^T to use the BROWSER screen for 
14503 selecting the file.  <P>
14504 For more information on attaching files, see the help screen for the 
14505 composer's 
14506 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14507 but can be revealed using the 
14508 <!--chtml if pinemode="function_key"-->
14510 <!--chtml else-->
14511 Ctrl-R
14512 <!--chtml endif--> 
14513 command with the cursor positioned above the
14514 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14516 &lt;End of help on this topic&gt;
14517 </BODY>
14518 </HTML>
14519 ======= h_edit_nav_cmds =========
14520 <HTML>
14521 <HEAD>
14522 <TITLE>Composer Editing Commands Explained</TITLE>
14523 </HEAD>
14524 <BODY>
14525 <H1>EDITING and NAVIGATION COMMANDS</H1>
14526 <!--chtml if pinemode="function_key"-->
14527 <PRE>
14528 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14529 ^B (Left Arrow)    Back character       | ^D       Delete current character
14530 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14531 ^P (Up Arrow)      Previous line        |
14532 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14533 ^A                 Beginning of line    |            delete current line
14534 ^E                 End of line          | F10      Undelete line(s)
14535 F7                 Previous page        |
14536 F8                 Next page            |-------------------------------------
14537 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14538 ----------------------------------------|
14539 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14540 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14541 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14542 </PRE>
14543 <!--chtml else-->
14544 <PRE>
14545 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14546 ^B (Left Arrow)    Back character       | ^D       Delete current character
14547 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14548 ^P (Up Arrow)      Previous line        |
14549 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14550 ^A                 Beginning of line    |            delete current line
14551 ^E                 End of line          | ^U       Undelete line(s)
14552 ^Y                 Previous page        |
14553 ^V                 Next page            |-------------------------------------
14554 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14555 ----------------------------------------|
14556 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14557 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14558 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14559 </PRE>
14560 <!--chtml endif-->
14561 &lt;End of help on this topic&gt;
14562 </BODY>
14563 </HTML>
14564 ===== h_composer_sigedit =====
14565 <HTML>
14566 <HEAD>
14567 <TITLE>Signature Editor Commands Explained</TITLE>
14568 </HEAD>
14569 <BODY>
14570 <H1>SIGNATURE EDITOR COMMANDS</H1>
14571 <!--chtml if pinemode="function_key"-->
14572 <PRE>
14573 CURSOR MOTION KEYS                     |EDITING KEYS
14574   ^B (Left Arrow)   Back character     | ^D       Delete current character
14575   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14576   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14577   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14578   ^A                Beginning of line  |           delete current line
14579   ^E                End of line        | F10       Paste text, undelete lines
14580   F7                Previous page      |           cut with ^K, or unjustify
14581   F8                Next page          |-------------------------------------
14582   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14583 ---------------------------------------| F6       Whereis (search for string)
14584 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14585  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14586                  |  ^Z    Suspend      | ^L       Redraw Screen
14587  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14588 </PRE>
14589 <!--chtml else-->
14590 <PRE>
14591 CURSOR MOTION KEYS                     |EDITING KEYS
14592   ^B (Left Arrow)   Back character     | ^D       Delete current character
14593   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14594   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14595   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14596   ^A                Beginning of line  |           delete current line
14597   ^E                End of line        | ^U        Paste text, undelete lines
14598   ^Y                Previous page      |           cut with ^K, or unjustify
14599   ^V                Next page          |-------------------------------------
14600   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14601 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14602 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14603  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14604                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14605  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14606 </PRE>
14607 <!--chtml endif-->
14609 NOTE: The presence or absence of the following commands is determined
14610 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14611 some of these commands may be administratively disabled by your system
14612 manager; if they don't work, please check with your local help desk
14613 before reporting a bug.
14615 <UL>
14616  <LI>Suspend (suspends Alpine and gives a system prompt)
14617  <LI>Alternate editor (allows you to compose with your own editor)
14618 </UL>
14621 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14622 Ctrl-&#92;, ESC
14625 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14626 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14628 &lt;End of help on this topic&gt;
14629 </BODY>
14630 </HTML>
14631 ===== h_composer_commentedit =====
14632 <HTML>
14633 <HEAD>
14634 <TITLE>Comment Editor Commands Explained</TITLE>
14635 </HEAD>
14636 <BODY>
14637 <H1>COMMENT EDITOR COMMANDS</H1>
14638 <!--chtml if pinemode="function_key"-->
14639 <PRE>
14640 CURSOR MOTION KEYS                     |EDITING KEYS
14641   ^B (Left Arrow)   Back character     | ^D       Delete current character
14642   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14643   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14644   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14645   ^A                Beginning of line  |           delete current line
14646   ^E                End of line        | F10       Paste text, undelete lines
14647   F7                Previous page      |           cut with ^K, or unjustify
14648   F8                Next page          |-------------------------------------
14649   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14650 ---------------------------------------| F6       Whereis (search for string)
14651 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14652  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14653                  |  ^Z    Suspend      | ^L       Redraw Screen
14654  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14655 </PRE>
14656 <!--chtml else-->
14657 <PRE>
14658 CURSOR MOTION KEYS                     |EDITING KEYS
14659   ^B (Left Arrow)   Back character     | ^D       Delete current character
14660   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14661   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14662   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14663   ^A                Beginning of line  |           delete current line
14664   ^E                End of line        | ^U        Paste text, undelete lines
14665   ^Y                Previous page      |           cut with ^K, or unjustify
14666   ^V                Next page          |-------------------------------------
14667   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14668 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14669 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14670  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14671                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14672  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14673 </PRE>
14674 <!--chtml endif-->
14676 NOTE: The presence or absence of the following commands is determined
14677 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14678 some of these commands may be administratively disabled by your system
14679 manager; if they don't work, please check with your local help desk
14680 before reporting a bug.
14682 <UL>
14683  <LI>Suspend (suspends Alpine and gives a system prompt)
14684  <LI>Alternate editor (allows you to compose with your own editor)
14685 </UL>
14688 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14689 Ctrl-&#92;, ESC
14692 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14693 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14695 &lt;End of help on this topic&gt;
14696 </BODY>
14697 </HTML>
14698 ======= h_composer_abook_nick =======
14699 <HTML>
14700 <HEAD>
14701 <TITLE>Addressbook Nickname Explained</TITLE>
14702 </HEAD>
14703 <BODY>
14704 This is a short nickname for this address book entry.  If it is used in
14705 place of an address from the composer, the composer will fill in the
14706 address(es) for the entry that matches the nickname. 
14709 Look <A HREF="h_edit_nav_cmds">here</A>
14710 to see the available Editing and Navigation commands.
14712 &lt;End of help on this topic&gt;
14713 </BODY>
14714 </HTML>
14715 ======= h_composer_abook_full =======
14716 <HTML>
14717 <HEAD>
14718 <TITLE>Addressbook Fullname Explained</TITLE>
14719 </HEAD>
14720 <BODY>
14721 This is the full name field for this entry.  If this is going to be a
14722 distribution list (more than one address), it should be a descriptive
14723 phrase describing the list.  It will be included in the mail header if you
14724 put the list in the To: or CC: field, or in the To: line if you put the
14725 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14726 leave any of the other fields blank, too). If this address book entry is
14727 going to be a simple entry with just one address, then this field is the
14728 person's name. When you send mail to this entry, this is the field to the
14729 left of the brackets. That is, it is the most readable part of the 
14730 address. For example, in the sample address:
14731 <PRE>
14732        John Doe &lt;jdoe@some.domain&gt;
14733 </PRE>
14734 "John Doe" is the full name field. If you are sorting your address book
14735 with one of the options that uses full names, then it might be useful to
14736 enter the full name as "Last, First", for example:
14737 <PRE>
14738        Doe, John
14739 </PRE>
14740 so that it will be sorted using Doe instead of John. This will be changed
14741 back into John Doe when you use it.
14743 Look <A HREF="h_edit_nav_cmds">here</A>
14744 to see the available Editing and Navigation commands.
14746 &lt;End of help on this topic&gt;
14747 </BODY>
14748 </HTML>
14749 ======= h_composer_abook_fcc =======
14750 <HTML>
14751 <HEAD>
14752 <TITLE>Addressbook Fcc Explained</TITLE>
14753 </HEAD>
14754 <BODY>
14755 If this entry is the first one in the To: line of an outgoing message,
14756 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14757 you would normally get (which depends on which
14758 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14759 you've chosen). 
14761 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14762 that you don't want any Fcc associated with this entry.
14764 Look <A HREF="h_edit_nav_cmds">here</A>
14765 to see the available Editing and Navigation commands.
14767 &lt;End of help on this topic&gt;
14768 </BODY>
14769 </HTML>
14770 ====== h_config_combined_abook_display =====
14771 <HTML>
14772 <HEAD>
14773 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14774 </HEAD>
14775 <BODY>
14776 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14778 This feature affects the address book display screens.
14779 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14780 will cause the remaining address books and directory servers to disappear
14781 from the screen, leaving only the entries of the expanded address book.
14782 If this feature is set, then the other address books will remain on the screen,
14783 so that all of the address books can be present at once.
14786 The way that commands work won't be changed.
14787 For example, the Select All command will select all of the entries in the
14788 current address book, not all of the entries in all of the address books.
14789 The WhereIs command will change a little.
14790 It will search through all of the text on the screen plus all of the entries
14791 from expanded address books.
14794 When this feature is set, the setting of the feature
14795 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14796 has an effect.
14798 &lt;End of help on this topic&gt;
14799 </BODY>
14800 </HTML>
14801 ====== h_config_titlebar_color_style =====
14802 <HTML>
14803 <HEAD>
14804 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14805 </HEAD>
14806 <BODY>
14807 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14809 This option affects the colors used to display the titlebar (the top
14810 line on the screen) when viewing a message.
14813 The available options include:
14816 <DL>
14817 <DT>default</DT>
14818 <DD>The color of the titlebar will be the color you set for the
14819 <A HREF="h_config_title_color">Title Color</A>.
14820 The Title Color may be set by using the
14821 <A HREF="h_color_setup">Setup Kolor</A> screen.
14822 </DD>
14824 <DT>indexline</DT>
14825 <DD>The color of the titlebar will be the same as the color of the
14826 index line corresponding to the message being viewed.
14827 The rules that determine what color the index line will be may be set
14828 up by going to the Setup/Rules/Indexcolor screen.
14829 If the index line for a message is not colored explicitly by the
14830 Indexcolor rules, then the titlebar will be colored the same as for
14831 the &quot;default&quot; option above (which is not the same color that
14832 the index line itself will have).
14833 </DD>
14835 <DT>reverse-indexline</DT>
14836 <DD>This is similar to the &quot;indexline&quot; option except the
14837 foreground and background colors from the corresponding index line will
14838 be reversed.
14839 For example, if the index line color is red letters on a white background,
14840 then the titlebar will be white letters on a red background.
14841 If the index line for a message is not colored explicitly by the
14842 Indexcolor rules, then the titlebar will be colored the same as for
14843 the &quot;default&quot; option above (which is not the same color that
14844 the index line itself will have).
14845 </DD>
14846 </DL>
14850 <UL>   
14851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14852 </UL><P>
14853 &lt;End of help on this topic&gt;
14854 </BODY>
14855 </HTML>
14856 ====== h_config_index_color_style =====
14857 <HTML>
14858 <HEAD>
14859 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14860 </HEAD>
14861 <BODY>
14862 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14864 This option affects the colors used to display the current line in the
14865 MESSAGE INDEX screen.
14866 If you do not have Index Color Rules defined, then this option will
14867 have no effect in the index.
14868 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14870 If the option
14871 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14872 is turned on and the
14873 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14874 is set to something other than the default, then
14875 this option also affects the color used to display the current folder
14876 in the Incoming FOLDER LIST screen.
14879 The available options include:
14882 <DL>
14883 <DT>flip-colors</DT>
14884 <DD>This is the default.
14885 If an index line is colored because it matches one of your
14886 Index Color Rules, then its colors will be reversed when it is the currently
14887 highlighted line.
14888 For example, if the line is normally red text on a blue background, then
14889 when it is the current line it will be drawn as blue text on a red background.
14891 The rest of the option values all revert to this flip-colors behavior if
14892 there is no Reverse Color defined.
14893 </DD>
14895 <DT>reverse</DT>
14896 <DD>With this option the Reverse color is always used to highlight the
14897 current line.
14898 </DD>
14900 <DT>reverse-fg</DT>
14901 <DD>The foreground part of the Reverse Color is used to highlight
14902 the current line.
14903 If this would cause the text to be unreadable (because the foreground and
14904 background colors are the same) or if it would cause no change in the
14905 color of the index line, then the colors are flipped instead.
14907 Some people think this works particularly well if you use different
14908 background colors to emphasize &quot;interesting&quot; lines,
14909 but always with the same Normal foreground color,
14910 and you use a different foreground color for the Reverse Color.
14911 </DD>
14913 <DT>reverse-fg-no-ambiguity</DT>
14914 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14915 the resulting color will be exactly the same as the regular Reverse
14916 Color.
14917 That can lead to some possible confusion because an
14918 &quot;interesting&quot;
14919 line that is the current line will be displayed exactly the same as a
14920 non-interesting line that is current.
14921 You can't tell whether the line is just a regular current line or if it is
14922 an &quot;interesting&quot; current line by looking at the color.
14923 Setting the option to this value removes that ambiguity.
14924 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14925 interesting current line would look just like a non-interesting current line.
14926 In that case, the interesting line's colors are simply flipped (like in the
14927 default behavior).
14929 As an alternative way to preserve the line's interestingness in this case,
14930 you may find that using both a different foreground and a different
14931 background color for the interesting line will help.
14932 </DD>
14934 <DT>reverse-bg</DT>
14935 <DD>The background part of the Reverse Color is used to highlight
14936 the current line.
14937 If this would cause the text to be unreadable (because the foreground and
14938 background colors are the same) or if it would cause no change in the
14939 color of the index line, then the colors are flipped instead.
14941 Some people think this works particularly well if you use different
14942 foreground colors to emphasize &quot;interesting&quot; lines,
14943 but always with the same Normal background color,
14944 and you use a different background color for the Reverse Color.
14945 </DD>
14947 <DT>reverse-bg-no-ambiguity</DT>
14948 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14949 rule may also result in a color that is exactly the same as the regular
14950 Reverse Color.
14951 Setting the option to this value removes that ambiguity.
14952 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14953 current line has the same color as the Reverse Color.
14954 In that case, the interesting line's colors are simply flipped (like in the
14955 default behavior).
14956 </DD>
14957 </DL>
14961 <UL>   
14962 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14963 </UL><P>
14964 &lt;End of help on this topic&gt;
14965 </BODY>
14966 </HTML>
14967 ====== h_config_expanded_addrbooks =====
14968 <HTML>
14969 <HEAD>
14970 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14971 </HEAD>
14972 <BODY>
14973 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14975 If multiple address books (either personal or global) are defined, and you
14976 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14977 screen, then set this feature. This feature will have no effect unless the
14978 feature
14979 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14980 is also set.
14982 &lt;End of help on this topic&gt;
14983 </BODY>
14984 </HTML>
14985 ====== h_config_combined_folder_display =====
14986 <HTML>
14987 <HEAD>
14988 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14989 </HEAD>
14990 <BODY>
14991 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14993 This feature affects the folder list display screens.
14994 Normally, each folder list is viewed within its collection only.  This
14995 command allows folder lists to be viewed within a single screen that
14996 combines the contents of all collections.
14999 The way that commands work won't be changed.
15000 For example, the Select All command will select all of the folders in the
15001 current collection, not all of the entries in all of the collections.
15002 The WhereIs command will change a little.
15003 It will search through all of the folders in the current collection as well
15004 as all the folder in any other expanded collection.
15007 When this feature is set, the setting of the feature
15008 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
15009 has an effect.
15011 &lt;End of help on this topic&gt;
15012 </BODY>
15013 </HTML>
15014 ====== h_config_combined_subdir_display =====
15015 <HTML>
15016 <HEAD>
15017 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
15018 </HEAD>
15019 <BODY>
15020 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
15022 This feature affects the Folder List screen when
15024 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15025 feature is enabled.  Normally, selecting a directory from the Folder
15026 List takes you into a new screen displaying only the contents of
15027 that directory.
15030 Enabling this feature will cause the contents of the selected
15031 directory to be
15032 displayed within the boundaries of the &quot;Collection&quot; it
15033 is a part of.  All previously displayed collections will remain
15034 in the screen.
15037 The way that commands work won't be changed.
15038 For example, the Select All command will select all of the folders in the
15039 directory, as opposed to all of the entries in all of the collections.
15040 The WhereIs command will change a little.
15041 It will search through all of the folders in the current collection as well
15042 as all the folder in any other expanded collection.
15045 &lt;End of help on this topic&gt;
15046 </BODY>
15047 </HTML>
15048 ====== h_config_separate_fold_dir_view =====
15049 <HTML>
15050 <HEAD>
15051 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
15052 </HEAD>
15053 <BODY>
15054 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
15056 This feature affects folder collections wherein a folder
15057 and directory can have the same name.  By default, Alpine displays them
15058 only once, denoting that it is both a folder and directory by appending
15059 the folder name with the hierarchy character enclosed
15060 in square brackets.
15064 Enabling this feature will cause Alpine to display such names
15065 separately marking the name representing a directory with a trailing
15066 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
15069 The feature also alters the command set slightly.  By default, the
15070 right-arrow descends into the directory, while hitting the Return key will
15071 cause the folder by that name to be opened.
15074 With this feature set, the Return key will open the highlighted folder, or
15075 enter the highlighted directory.
15078 &lt;End of help on this topic&gt;
15079 </BODY>
15080 </HTML>
15081 ====== h_config_expanded_folders =====
15082 <HTML>
15083 <HEAD>
15084 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
15085 </HEAD>
15086 <BODY>
15087 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
15089 If multiple folder collections are defined, and you
15090 wish to have them all expanded implicitly upon entering the FOLDER LIST
15091 screen, then set this feature. This feature will have no effect unless the
15092 feature
15093 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
15094 is also set.
15096 &lt;End of help on this topic&gt;
15097 </BODY>
15098 </HTML>
15099 ======= h_config_ldap_server =======
15100 <HTML>
15101 <HEAD>
15102 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
15103 </HEAD>
15104 <BODY>
15105 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
15106 This is the name of the host where an LDAP server is running.
15107 For redundancy, this may be a space-delimited set of server names, in which
15108 case the first server that answers is used.
15109 Each of the server names may be optionally followed by
15110 a colon and a port number.
15111 If this form is used then the port number configured below in the
15112 <EM>port</EM> field is not used.
15114 To find out whether your organization has its own LDAP server, 
15115 contact its computing support staff.
15116 <P><UL>
15117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15118 </UL>
15120 &lt;End of help on this topic&gt;
15121 </BODY>
15122 </HTML>
15123 ======= h_config_ldap_base =======
15124 <HTML>
15125 <HEAD>
15126 <TITLE>LDAP OPTION: Search-Base</TITLE>
15127 </HEAD>
15128 <BODY>
15129 <H1>LDAP OPTION: Search-Base</H1>
15131 This is the search base to be used on this server.  It functions as a filter 
15132 by restricting your searches in the LDAP server database
15133 to the specified contents of the specified fields.  Without it, searches 
15134 submitted to this directory server may fail.  It might be something
15135 like:
15137 <PRE>
15138       O = &lt;Your Organization Name&gt;, C = US
15139 </PRE>
15140 or it might be blank.  
15141 (Some LDAP servers actually ignore anything specified here.)
15143 If in doubt what parameters you should specify here, 
15144 contact the maintainers of the LDAP server.
15145 <P><UL>
15146 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15147 </UL>
15149 &lt;End of help on this topic&gt;
15150 </BODY>
15151 </HTML>
15152 ======= h_config_ldap_port =======
15153 <HTML>
15154 <HEAD>
15155 <TITLE>LDAP OPTION: Port</TITLE>
15156 </HEAD>
15157 <BODY>
15158 <H1>LDAP OPTION: Port</H1>
15160 This is the TCP port number to be used with this LDAP server. If you leave
15161 this blank port 389 will be used.
15163 &lt;End of help on this topic&gt;
15164 </BODY>
15165 </HTML>
15166 ======= h_config_ldap_nick =======
15167 <HTML>
15168 <HEAD>
15169 <TITLE>LDAP OPTION: Nickname</TITLE>
15170 </HEAD>
15171 <BODY>
15172 <H1>LDAP OPTION: Nickname</H1>
15174 This is a nickname to be used in displays. If you don't supply a
15175 nickname the server name
15176 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
15177 will be used instead.  This option is strictly for your convenience.
15179 &lt;End of help on this topic&gt;
15180 </BODY>
15181 </HTML>
15182 ======= h_config_ldap_binddn =======
15183 <HTML>
15184 <HEAD>
15185 <TITLE>LDAP OPTION: Bind-DN</TITLE>
15186 </HEAD>
15187 <BODY>
15188 <H1>LDAP OPTION: Bind-DN</H1>
15190 You may need to authenticate to the LDAP server before you are able to use it.
15191 This is the Distinguished Name to bind to when authenticating to this server.
15192 Try leaving this blank until you know you need it.
15194 Alpine only knows about LDAP Simple authentication.
15195 It does not attempt LDAP SASL authentication.
15196 The DN and password will be sent in the clear unless TLS encryption is
15197 being used on this connection.
15198 Because of this, you may want to set the LDAP feature
15199 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
15200 or the feature
15201 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15202 if you are going to be providing a password.
15203 <P><UL>
15204 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
15205 </UL>
15207 &lt;End of help on this topic&gt;
15208 </BODY>
15209 </HTML>
15210 ======= h_config_ldap_opts_impl =======
15211 <HTML>
15212 <HEAD>
15213 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
15214 </HEAD>
15215 <BODY>
15216 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
15218 Set this to have lookups done to this server implicitly from the composer.
15219 If an address doesn't look like a fully-qualified address, it will be looked
15220 up in your address books, and if it doesn't match a nickname there, then it
15221 will be looked up on the LDAP servers that have this feature set.
15222 The lookups will also be done when using the address completion feature
15223 (TAB command) in the composer if any of the serves have this feature set.
15224 Also see the LDAP feature
15225 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
15226 and the Setup/Config feature
15227 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15229 &lt;End of help on this topic&gt;
15230 </BODY>
15231 </HTML>
15232 ======= h_config_ldap_opts_tls =======
15233 <HTML>
15234 <HEAD>
15235 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
15236 </HEAD>
15237 <BODY>
15238 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
15240 When connecting to this server Alpine will attempt to use TLS encryption
15241 on the connection.
15242 Also see the closely related feature
15243 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15245 Note that if this option is set, then 
15246 <A HREF="h_config_ldap_opts_ldaps">
15247 &quot;Require-LDAPS-On-Connection&quot;</A>
15248 can not be enabled for this server. You must disable this feature in
15249 order to use 
15250 <A HREF="h_config_ldap_opts_ldaps">
15251 &quot;Require-LDAPS-On-Connection&quot;</A>
15253 &lt;End of help on this topic&gt;
15254 </BODY>
15255 </HTML>
15256 ======= h_config_ldap_opts_tlsmust =======
15257 <HTML>
15258 <HEAD>
15259 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
15260 </HEAD>
15261 <BODY>
15262 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
15264 When connecting to this server Alpine will attempt to use TLS encryption
15265 on the connection.
15266 If the StartTLS operation fails then the connection will not be used.
15268 Note that if this option is set, then 
15269 <A HREF="h_config_ldap_opts_ldaps">
15270 &quot;Require-LDAPS-On-Connection&quot;</A>
15271 can not be enabled for this server. You must disable this feature in
15272 order to use 
15273 <A HREF="h_config_ldap_opts_ldaps">
15274 &quot;Require-LDAPS-On-Connection&quot;</A>
15276 &lt;End of help on this topic&gt;
15277 </BODY>
15278 </HTML>
15279 ======= h_config_ldap_opts_ldaps =======
15280 <HTML>
15281 <HEAD>
15282 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
15283 </HEAD>
15284 <BODY>
15285 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
15287 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
15288 on the connection.
15290 This feature can not be used along with 
15291 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
15292  or
15293 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
15294 If you want to connect using StartTLS to this server, you must disable
15295 this feature first.
15297 &lt;End of help on this topic&gt;
15298 </BODY>
15299 </HTML>
15300 ====== h_config_ldap_opts_rhs =====
15301 <HTML>
15302 <HEAD>
15303 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
15304 </HEAD>
15305 <BODY>
15306 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
15308 Normally implicit LDAP lookups from the composer are done only for the
15309 strings you type in from the composer screen. In other words, you type in
15310 something in the To or CC field and press return, then the string is looked up.
15311 First that string is looked up in your address books. If a match is found
15312 there, then the results of that match are looked up again. If you place
15313 a string in your address book that you want to have looked up on the LDAP
15314 directory server, you need to turn on this feature. If you set this feature
15315 for a server, you almost always will also want to set the
15316 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
15317 feature. An example might serve to best illustrate this feature.
15319 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
15320 entry with an
15321 address of pres@whitehouse.gov, then you might put an entry in your address
15322 book that looks like:
15324 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
15325 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
15327 Now, when you type &quot;bill&quot; into an
15328 address field in the composer Alpine will
15329 find the &quot;bill&quot; entry in your address book.
15330 It will replace &quot;bill&quot; with
15331 &quot;William Clinton&quot;.
15332 It will then search for an entry with that nickname
15333 in your address book and not find one. If this feature
15334 is set, Alpine will then attempt to lookup
15335 &quot;William Clinton&quot; on the LDAP server and find the entry with address
15336 pres@whitehouse.gov.
15338 A better way to accomplish the same thing is probably to use the feature
15339 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
15341 &lt;End of help on this topic&gt;
15342 </BODY>
15343 </HTML>
15344 ====== h_config_ldap_opts_ref =====
15345 <HTML>
15346 <HEAD>
15347 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
15348 </HEAD>
15349 <BODY>
15350 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
15352 Normally when you save the results of an LDAP directory lookup to your
15353 address book the results of the lookup are saved. If this feature is set
15354 and the entry being saved was found on this directory server, then the
15355 search criteria is saved instead of the results of the search. When this
15356 address book entry is used in the future, instead of copying the results
15357 from the address book the directory lookup will be done again. This could
15358 be useful if the copied result might become stale because the data on
15359 the directory server changes (for example, the entry's email address changes).
15360 You probably don't want to set this feature if the server is at all slow or
15361 unreliable.
15363 The way this actually works is that instead of saving the email address
15364 in your address book, Alpine saves enough information to look up the same
15365 directory entry again. In particular, it saves the server name and the
15366 distinguished name of the entry. It's possible that the server administrators
15367 might change the format of distinguished names on the server, or that the
15368 entry might be removed from the server. If Alpine notices this, you will be warned
15369 and a backup copy of the email address will be used. You may want to create
15370 a new entry in this case, since you will get the annoying warning every
15371 time you use the old entry. You may do that by Saving the entry to a new
15372 nickname in the same address book. You will be asked whether or not you
15373 want to use the backup email address.
15375 A related feature in the Setup/Config screen is
15376 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15378 &lt;End of help on this topic&gt;
15379 </BODY>
15380 </HTML>
15381 ======= h_config_ldap_opts_nosub =======
15382 <HTML>
15383 <HEAD>
15384 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15385 </HEAD>
15386 <BODY>
15387 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15389 Spaces in your input are normally handled specially.
15390 Each space character is replaced
15393 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15395 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15396 The reason this is done is so the input string
15398 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15400 (which is converted to &quot;Greg* Donald&quot;) will match
15401 the names &quot;Greg Donald&quot;,
15402 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15403 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15404 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15405 then it would also match the name &quot;Greg Donaldson&quot;.
15407 Turning on this feature will disable this substitution.
15409 &lt;End of help on this topic&gt;
15410 </BODY>
15411 </HTML>
15412 ====== h_config_ldap_searchtypes =======
15413 <HTML>
15414 <HEAD>
15415 <TITLE>LDAP OPTION: Search-Type</TITLE>
15416 </HEAD>
15417 <BODY>
15418 <H1>LDAP OPTION: Search-Type</H1>
15420 This affects the way that LDAP searches are done.
15421 In particular, this tells the server where to look for the string to be matched.
15422 If set to &quot;name&quot; then the string that is being searched for will
15423 be compared with the string in the
15424 &quot;Name&quot; field on the server
15425 (technically, it is the &quot;commonname&quot; field on the server).
15426 &quot;Surname&quot; means we're looking for a
15427 match in the &quot;Surname&quot; field on the
15428 server (actually the &quot;sn&quot; field).
15429 &quot;Givenname&quot; really is &quot;givenname&quot;
15430 and &quot;email&quot; is the electronic mail address (this is actually the field
15431 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15432 The other three types are combinations of
15433 the types listed so far. &quot;Name-or-email&quot;
15434 means the string should appear
15435 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15436 Likewise, &quot;surname-or-givenname&quot;
15437 means &quot;surname&quot; OR &quot;givenname&quot;
15438 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15440 This search TYPE is combined with the
15441 search <A HREF="h_config_ldap_searchrules">RULE</A>
15442 to form the actual search query.
15444 The usual default value for this
15445 option is &quot;sur-or-given-or-name-or-email&quot;.
15446 This type of search may be slow on some servers.
15447 Try &quot;name-or-email&quot;, which is often
15448 faster, or just &quot;name&quot; if the performance seems to be a problem.
15450 Some servers have been configured with different attribute names for
15451 these four fields.
15452 In other words, instead of using the attribute name &quot;mail&quot;
15453 for the email address field, the server might be configured to use something
15454 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15455 Alpine can be configured to use these different attribute names by using
15456 the four configuration options:
15457 <P><UL>
15458 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15459 </UL>
15460 <P><UL>
15461 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15462 </UL>
15463 <P><UL>
15464 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15465 </UL>
15466 <P><UL>
15467 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15468 </UL>
15470 &lt;End of help on this topic&gt;
15471 </BODY>
15472 </HTML>
15473 ====== h_config_ldap_searchrules =======
15474 <HTML>
15475 <HEAD>
15476 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15477 </HEAD>
15478 <BODY>
15479 <H1>LDAP OPTION: Search-Rule</H1>
15481 This affects the way that LDAP searches are done.
15482 If set to &quot;equals&quot; then
15483 only exact matches count.
15484 &quot;Contains&quot; means that the string you type in
15485 is a substring of what you are matching against.
15486 &quot;Begins-with&quot; and &quot;ends-with&quot;
15487 mean that the string starts or ends with the string you type in.
15489 Spaces in your input are normally handled specially, but you can turn that
15490 special handling off with the
15491 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15492 feature.
15494 The usual default value for this option is &quot;begins-with&quot;.
15496 &lt;End of help on this topic&gt;
15497 </BODY>
15498 </HTML>
15499 ======= h_config_ldap_email_attr =======
15500 <HTML>
15501 <HEAD>
15502 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15503 </HEAD>
15504 <BODY>
15505 <H1>LDAP OPTION: EmailAttribute</H1>
15507 This is the name of the attribute that is searched for when looking for
15508 an email address. The default value for this option is &quot;mail&quot; or
15509 &quot;electronicmail&quot;.
15510 If the server you are using uses a different attribute name for the email
15511 address, put that attribute name here.
15513 This will affect the search filter used if your Search-Type is one that
15514 contains a search for &quot;email&quot;.
15515 It will also cause the attribute value matching this attribute name to be used
15516 as the email address when you look up an entry from the composer.
15518 &lt;End of help on this topic&gt;
15519 </BODY>
15520 </HTML>
15521 ======= h_config_ldap_sn_attr =======
15522 <HTML>
15523 <HEAD>
15524 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15525 </HEAD>
15526 <BODY>
15527 <H1>LDAP OPTION: SurnameAttribute</H1>
15529 This is the name of the attribute that is searched for when looking for
15530 the surname of the entry. The default value for this option is &quot;sn&quot;.
15531 If the server you are using uses a different attribute name for the surname,
15532 put that attribute name here.
15533 This will affect the search filter used if your Search-Type is one that
15534 contains a search for &quot;surname&quot;.
15536 &lt;End of help on this topic&gt;
15537 </BODY>
15538 </HTML>
15539 ======= h_config_ldap_gn_attr =======
15540 <HTML>
15541 <HEAD>
15542 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15543 </HEAD>
15544 <BODY>
15545 <H1>LDAP OPTION: GivennameAttribute</H1>
15547 This is the name of the attribute that is searched for when looking for
15548 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15549 If the server you are using uses a different attribute name for the given name,
15550 put that attribute name here.
15551 This will affect the search filter used if your Search-Type is one that
15552 contains a search for &quot;givenname&quot;.
15554 &lt;End of help on this topic&gt;
15555 </BODY>
15556 </HTML>
15557 ======= h_config_ldap_cn_attr =======
15558 <HTML>
15559 <HEAD>
15560 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15561 </HEAD>
15562 <BODY>
15563 <H1>LDAP OPTION: NameAttribute</H1>
15565 This is the name of the attribute that is searched for when looking for
15566 the name of the entry. The default value for this option is &quot;cn&quot;, which
15567 stands for common name.
15568 If the server you are using uses a different attribute name for the name,
15569 put that attribute name here.
15570 This will affect the search filter used if your Search-Type is one that
15571 contains a search for &quot;name&quot;.
15573 &lt;End of help on this topic&gt;
15574 </BODY>
15575 </HTML>
15576 ======= h_config_ldap_time =======
15577 <HTML>
15578 <HEAD>
15579 <TITLE>LDAP OPTION: Timelimit</TITLE>
15580 </HEAD>
15581 <BODY>
15582 <H1>LDAP OPTION: Timelimit</H1>
15584 This places a limit on the number of seconds the LDAP search will continue.
15585 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15586 may place limits of their own on searches.
15588 &lt;End of help on this topic&gt;
15589 </BODY>
15590 </HTML>
15591 ======= h_config_ldap_size =======
15592 <HTML>
15593 <HEAD>
15594 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15595 </HEAD>
15596 <BODY>
15597 <H1>LDAP OPTION: Sizelimit</H1>
15599 This places a limit on the number of entries returned by the LDAP server.
15600 A value of 0 means no limit. The default is 0. Note that some servers
15601 may place limits of their own on searches.
15603 &lt;End of help on this topic&gt;
15604 </BODY>
15605 </HTML>
15606 ======= h_config_ldap_cust =======
15607 <HTML>
15608 <HEAD>
15609 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15610 </HEAD>
15611 <BODY>
15612 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15614 This one is for advanced users only! If you define this, then the
15615 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15616 However, the feature
15617 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15618 is still in effect.
15619 That is, the space substitution will take place even in a custom filter unless
15620 you disable it.
15622 If your LDAP service stops working and you suspect it might be because
15623 of your custom filter, just delete this filter and try using the
15624 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15625 Another option that sometimes causes trouble is the
15626 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15628 This variable may be set to the string representation of an LDAP search
15629 filter (see RFC1960). In the places where you want the address string to be
15630 substituted in, put a '%s' in this filter string. Here are some examples:
15632 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15633 is equivalent to the &quot;Custom-Search-Filter&quot;
15634 <PRE>
15635      (cn=%s*)
15636 </PRE>
15637 When you try to match against the string &quot;string&quot; the program replaces
15638 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15639 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15641 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15642 of &quot;contains&quot; is equivalent to
15643 <PRE>
15644      (|(cn=*%s*)(mail=*%s*))
15645 </PRE>
15647 If your server uses a different attribute <EM>name</EM> than
15648 Alpine uses by default,
15649 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15650 then you may be able to use one or more of the four attribute configuration
15651 options instead of defining a custom filter:
15652 <P><UL>
15653 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15654 </UL>
15655 <P><UL>
15656 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15657 </UL>
15658 <P><UL>
15659 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15660 </UL>
15661 <P><UL>
15662 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15663 </UL>
15665 &lt;End of help on this topic&gt;
15666 </BODY>
15667 </HTML>
15668 ======= h_composer_abook_comment =======
15669 <HTML>
15670 <HEAD>
15671 <TITLE>Addressbook Comment Explained</TITLE>
15672 </HEAD>
15673 <BODY>
15674 This is a comment to help you remember what this entry is. The WhereIs
15675 command searches comments so that it is easier to find an entry with a comment
15676 you know about attached to it. This field is not used in the outgoing message.
15678 Look <A HREF="h_edit_nav_cmds">here</A>
15679 to see the available Editing and Navigation commands.
15681 &lt;End of help on this topic&gt;
15682 </BODY>
15683 </HTML>
15684 ======= h_composer_abook_addrs =======
15685 <HTML>
15686 <HEAD>
15687 <TITLE>Addressbook Lists</TITLE>
15688 </HEAD>
15689 <BODY>
15690 <H1>Addressbook Lists</H1>
15692 This is a list of addresses to send to when sending to this address book
15693 entry.  Each member of the list may be an address or another nickname from
15694 any of your address books.  If it is an address, it is OK to include the
15695 full name field as well as the electronic address portion of that address.
15696 For example, the following are all legitimate entries in this field:
15698 <DL><DT>&nbsp;</DT>
15699 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15700 <DD>jdoe@some.domain
15701 <DD>John Doe &lt;jdoe@some.domain&gt;
15702 </DL>
15704 The addresses should be listed separated by commas, just like you would
15705 enter them from the composer.
15709 The only difference between a distribution list and a simple entry with a
15710 single address, is that a distribution list has more than one address   
15711 listed in the Addresses: field, whereas a simple personal entry has just  
15712 one address.
15716 For individual address book entries, if there is a full name in the
15717 Fullname: field (filling in the Fullname: field is not required), it is
15718 used.  If the full name is specified in the Address: field and not in the
15719 Fullname: field, then the full name from the Address: field is used.
15723 If you type the nickname of a distribution list from one of your address 
15724 books in the Lcc: field, then the full name of that list is used in the  
15725 To: field.  If you put a list in the To: or Cc: fields, that list will be
15726 expanded into all of its addresses.  If the list has a full name, then
15727 that will appear at the beginning of the addresses.
15729 <DL><DT>&nbsp;</DT>
15730 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15731 &lt;sal@here.there&gt;
15732 </DL>
15734 If the first address in the distribution list also has a full name, then
15735 the list full name and that full name are combined into something like the
15736 following:
15738 <DL><DT>&nbsp;</DT>
15739 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15740 </DL>
15743 If you specify a list via Lcc, the full name is used in the To: line.  If
15744 you specify a list in the To: or Cc: fields, then it uses the same method
15745 as for individual entries for filling in the full name.
15749 For help with editing and navigation commands, check the Help for the
15750 Nickname: field.
15753 &lt;End of help on this topic&gt;
15754 </BODY>
15755 </HTML>
15756 ======= h_config_role_nick =======
15757 <HTML>
15758 <HEAD>
15759 <TITLE>Nickname Explained</TITLE>
15760 </HEAD>
15761 <BODY>
15762 <H1>Nickname Explained</H1>
15764 This is a nickname to help you.
15765 You should have a different nickname for each role you define.
15766 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15767 pick a role to edit.
15768 It will also be used when you send a message to let you know you are
15769 sending with a different role than you use by default, and
15770 it will be useful for choosing a role when composing with the Role command
15771 or when composing with one of the Role Uses set to With Confirmation.
15772 This field is not used in the outgoing message.
15774 Look <A HREF="h_edit_nav_cmds">here</A>
15775 to see the available Editing and Navigation commands.
15777 &lt;End of help on this topic&gt;
15778 </BODY>
15779 </HTML>
15780 ======= h_config_role_comment =======
15781 <HTML>
15782 <HEAD>
15783 <TITLE>Comment Explained</TITLE>
15784 </HEAD>
15785 <BODY>
15786 <H1>Comment Explained</H1>
15788 This is a comment to help you.
15789 This comment does not play any functional role, it is simply an optional
15790 comment to help you remember what the rule is for.
15792 Look <A HREF="h_edit_nav_cmds">here</A>
15793 to see the available Editing and Navigation commands.
15795 &lt;End of help on this topic&gt;
15796 </BODY>
15797 </HTML>
15798 ======= h_config_other_nick =======
15799 <HTML>
15800 <HEAD>
15801 <TITLE>Nickname Explained</TITLE>
15802 </HEAD>
15803 <BODY>
15804 <H1>Nickname Explained</H1>
15806 This is a nickname to help you.
15807 You should have a different nickname for each rule you define.
15808 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15809 pick a rule to edit.
15811 Look <A HREF="h_edit_nav_cmds">here</A>
15812 to see the available Editing and Navigation commands.
15814 &lt;End of help on this topic&gt;
15815 </BODY>
15816 </HTML>
15817 ======= h_config_score_nick =======
15818 <HTML>
15819 <HEAD>
15820 <TITLE>Nickname Explained</TITLE>
15821 </HEAD>
15822 <BODY>
15823 <H1>Nickname Explained</H1>
15825 This is a nickname to help you.
15826 You should have a different nickname for each scoring rule you define.
15827 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15828 pick a rule to edit.
15830 Look <A HREF="h_edit_nav_cmds">here</A>
15831 to see the available Editing and Navigation commands.
15833 &lt;End of help on this topic&gt;
15834 </BODY>
15835 </HTML>
15836 ======= h_config_incol_nick =======
15837 <HTML>
15838 <HEAD>
15839 <TITLE>Nickname Explained</TITLE>
15840 </HEAD>
15841 <BODY>
15842 <H1>Nickname Explained</H1>
15844 This is a nickname to help you.
15845 You should have a different nickname for each color rule you define.
15846 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15847 pick a rule to edit.
15849 Look <A HREF="h_edit_nav_cmds">here</A>
15850 to see the available Editing and Navigation commands.
15852 &lt;End of help on this topic&gt;
15853 </BODY>
15854 </HTML>
15855 ======= h_config_filt_nick =======
15856 <HTML>
15857 <HEAD>
15858 <TITLE>Nickname Explained</TITLE>
15859 </HEAD>
15860 <BODY>
15861 <H1>Nickname Explained</H1>
15863 This is a nickname to help you.
15864 You should have a different nickname for each filtering rule you define.
15865 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15866 pick a rule to edit.
15868 Look <A HREF="h_edit_nav_cmds">here</A>
15869 to see the available Editing and Navigation commands.
15871 &lt;End of help on this topic&gt;
15872 </BODY>
15873 </HTML>
15874 ======= h_config_score_topat =======
15875 <HTML>
15876 <HEAD>
15877 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15878 </HEAD>
15879 <BODY>
15880 <H1>&quot;To:&quot; Pattern Explained</H1>
15882 Any text you enter as the &quot;To pattern&quot;
15883 will be compared to the recipients from the To: line of
15884 the message being scored.
15885 When the text you entered matches
15886 all or part of the To: line of a message, then the Score Value
15887 you have specified will be added to the score for the message.
15888 (Any other non-blank parts of the Pattern must match, too.)
15891 You may enter a complete email address, part of an address, or a
15892 list of addresses or partial addresses.
15893 For example:
15896 <PRE>
15897  To pattern = friend@public.com
15899  To pattern = rated.net
15901  To pattern = xxx@adults.com
15902               admin@msn.com
15903               fool@motleyfool.com
15904 </PRE>
15907 Each of those are valid To patterns.
15910 Messages match those patterns if any of the
15911 addresses in the To: line of the message contains the pattern.
15912 If the pattern is a list of patterns
15913 (like the last example above) then it is a match if any of the patterns in
15914 the list match any of the addresses in the To: line.
15915 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15916 present for a match.
15917 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15918 address2 must be present.
15919 That is exactly what using a list does.)
15922 Some messages may be &quot;bounced&quot; to you, and will
15923 have a &quot;Resent-To:&quot; header line.
15924 If the message contains a Resent-To: line
15925 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15926 Alpine will look for
15927 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15928 the original To: line.
15931 When entering a pattern, you may choose an address from your address book
15932 with the &quot;T&quot; command.
15935 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15936 &quot;!&quot; &quot;toggle NOT&quot; command.
15937 This changes the meaning of the To pattern so that it has the opposite meaning.
15938 It will be considered a match if there are no matches between the
15939 addresses in the To: line and the list of To patterns.
15941 Don't make the mistake of putting the &quot;!&quot; in the data field for
15942 the pattern.
15943 For example, if you type the characters &quot;!frizzle&quot; into the To
15944 pattern, the pattern will look like:
15946 <PRE>
15947  To pattern = !frizzle
15948 </PRE>
15950 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15951 In order to match messages that do not have &quot;frizzle&quot; in
15952 their To field, first type the characters &quot;frizzle&quot; followed
15953 by carriage return for the value of the To pattern, then negate it
15954 by typing the &quot;!&quot; command.
15955 It should end up looking like
15957 <PRE>
15958  ! To pattern = frizzle
15959 </PRE>
15961 You are not limited to using the six standard header patterns that are
15962 normally shown (To, From, Sender, Cc, News, and Subject).
15963 You may add any other header to a Pattern by
15964 using the &quot;eXtraHdr&quot; command to specify a different
15965 message header line; and then the Add or Change command to fill in
15966 a pattern for the new header line, just like you would for a standard header.
15968 A technicality: Since comma is the character used to separate multiple
15969 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15970 you want to include a literal comma in the field.
15971 In other words, if you type a backslash followed by a comma it will
15972 be interpreted as a comma by Alpine, instead of as a separator between
15973 pattern values.
15974 All other backslashes are literal backslashes and should not be escaped.
15976 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15977 for more information on Patterns.
15979 Look <A HREF="h_edit_nav_cmds">here</A>
15980 to see the available Editing and Navigation commands.
15982 &lt;End of help on this topic&gt;
15983 </BODY>
15984 </HTML>
15985 ======= h_config_incol_topat =======
15986 <HTML>
15987 <HEAD>
15988 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15989 </HEAD>
15990 <BODY>
15991 <H1>&quot;To:&quot; Pattern Explained</H1>
15993 Any text you enter as the &quot;To pattern&quot;
15994 will be compared to the recipients from the To: lines of
15995 the messages in the index.
15996 When the text you entered matches
15997 all or part of the To: line of a message, then the Index Line Color you have
15998 specified will be used for that line in the index.
15999 (Any other non-blank parts of the Pattern must match, too.)
16002 You may enter a complete email address, part of an address, or a
16003 list of addresses or partial addresses.
16004 For example:
16007 <PRE>
16008  To pattern = friend@public.com
16009  To pattern = rated.net
16010  To pattern = xxx@adults.com
16011               admin@msn.com
16012               fool@motleyfool.com
16013 </PRE>
16016 Each of those are valid To patterns.
16019 Messages match those patterns if any of the
16020 addresses in the To: line of the message contains the pattern.
16021 If the pattern is a list of patterns
16022 (like the last example above) then it is a match if any of the patterns in
16023 the list match any of the addresses in the To: line.
16024 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16025 present for a match.
16026 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16027 address2 must be present.
16028 That is exactly what using a list does.)
16031 Some messages may be &quot;bounced&quot; to you, and will
16032 have a &quot;Resent-To:&quot; header line.
16033 If the message contains a Resent-To: line
16034 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16035 Alpine will look for
16036 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16037 the original To: line.
16040 When entering a pattern, you may choose an address from your address book
16041 with the &quot;T&quot; command.
16044 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16045 &quot;!&quot; &quot;toggle NOT&quot; command.
16046 This changes the meaning of the To pattern so that it has the opposite meaning.
16047 It will be considered a match if there are no matches between the
16048 addresses in the To: line and the list of To patterns.
16050 Don't make the mistake of putting the &quot;!&quot; in the data field for
16051 the pattern.
16052 For example, if you type the characters &quot;!frizzle&quot; into the To
16053 pattern, the pattern will look like:
16055 <PRE>
16056  To pattern = !frizzle
16057 </PRE>
16059 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16060 In order to match messages that do not have &quot;frizzle&quot; in
16061 their To field, first type the characters &quot;frizzle&quot; followed
16062 by carriage return for the value of the To pattern, then negate it
16063 by typing the &quot;!&quot; command.
16064 It should end up looking like
16066 <PRE>
16067  ! To pattern = frizzle
16068 </PRE>
16071 You are not limited to using the six standard header patterns that are
16072 normally shown (To, From, Sender, Cc, News, and Subject).
16073 You may add any other header to a Pattern by
16074 using the &quot;eXtraHdr&quot; command to specify a different
16075 message header line; and then the Add or Change command to fill in
16076 a pattern for the new header line, just like you would for a standard header.
16078 A technicality: Since comma is the character used to separate multiple
16079 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16080 you want to include a literal comma in the field.
16081 In other words, if you type a backslash followed by a comma it will
16082 be interpreted as a comma by Alpine, instead of as a separator between
16083 pattern values.
16084 All other backslashes are literal backslashes and should not be escaped.
16086 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16087 for more information on Patterns.
16089 Look <A HREF="h_edit_nav_cmds">here</A>
16090 to see the available Editing and Navigation commands.
16092 &lt;End of help on this topic&gt;
16093 </BODY>
16094 </HTML>
16095 ======= h_config_other_topat =======
16096 <HTML>
16097 <HEAD>
16098 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16099 </HEAD>
16100 <BODY>
16101 <H1>&quot;To:&quot; Pattern Explained</H1>
16103 For some of the OTHER RULES actions, there is no message that is being
16104 compared against.
16105 If that is the case, then only the Current Folder Type is checked.
16106 In particular, this To pattern is ignored.
16107 Actions that fall into this category include both
16108 Sort Order and Index Format.
16110 A technicality: Since comma is the character used to separate multiple
16111 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16112 you want to include a literal comma in the field.
16113 In other words, if you type a backslash followed by a comma it will
16114 be interpreted as a comma by Alpine, instead of as a separator between
16115 pattern values.
16116 All other backslashes are literal backslashes and should not be escaped.
16118 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16119 for more information on Patterns.
16121 Look <A HREF="h_edit_nav_cmds">here</A>
16122 to see the available Editing and Navigation commands.
16124 &lt;End of help on this topic&gt;
16125 </BODY>
16126 </HTML>
16127 ======= h_config_filt_topat =======
16128 <HTML>
16129 <HEAD>
16130 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16131 </HEAD>
16132 <BODY>
16133 <H1>&quot;To:&quot; Pattern Explained</H1>
16135 Any text you enter as the &quot;To pattern&quot;
16136 will be compared to the recipients from the To: line of
16137 messages when Alpine opens folders.
16138 When the text you entered matches
16139 all or part of the To: line of a message, then the Filter Action you have
16140 specified will be carried out.
16141 (Any other non-blank parts of the Pattern must match, too.)
16144 You may enter a complete email address, part of an address, or a
16145 list of addresses or partial addresses.
16146 For example:
16149 <PRE>
16150  To pattern = friend@public.com
16151  To pattern = rated.net
16152  To pattern = xxx@adults.com
16153               admin@msn.com
16154               fool@motleyfool.com
16155 </PRE>
16158 Each of those are valid To patterns.
16161 Messages match those patterns if any of the
16162 addresses in the To: line of the message contains the pattern.
16163 If the pattern is a list of patterns
16164 (like the last example above) then it is a match if any of the patterns in
16165 the list match any of the addresses in the To: line.
16166 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16167 present for a match.
16168 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16169 address2 must be present.
16170 That is exactly what using a list does.)
16173 Some messages may be &quot;bounced&quot; to you, and will
16174 have a &quot;Resent-To:&quot; header line.
16175 If the message contains a Resent-To: line
16176 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16177 Alpine will look for
16178 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16179 the original To: line.
16182 When entering a pattern, you may choose an address from your address book
16183 with the &quot;T&quot; command.
16186 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16187 &quot;!&quot; &quot;toggle NOT&quot; command.
16188 This changes the meaning of the To pattern so that it has the opposite meaning.
16189 It will be considered a match if there are no matches between the
16190 addresses in the To: line and the list of To patterns.
16192 Don't make the mistake of putting the &quot;!&quot; in the data field for
16193 the pattern.
16194 For example, if you type the characters &quot;!frizzle&quot; into the To
16195 pattern, the pattern will look like:
16197 <PRE>
16198  To pattern = !frizzle
16199 </PRE>
16201 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16202 In order to match messages that do not have &quot;frizzle&quot; in
16203 their To field, first type the characters &quot;frizzle&quot; followed
16204 by carriage return for the value of the To pattern, then negate it
16205 by typing the &quot;!&quot; command.
16206 It should end up looking like
16208 <PRE>
16209  ! To pattern = frizzle
16210 </PRE>
16213 You are not limited to using the six standard header patterns that are
16214 normally shown (To, From, Sender, Cc, News, and Subject).
16215 You may add any other header to a Pattern by
16216 using the &quot;eXtraHdr&quot; command to specify a different
16217 message header line; and then the Add or Change command to fill in
16218 a pattern for the new header line, just like you would for a standard header.
16220 A technicality: Since comma is the character used to separate multiple
16221 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16222 you want to include a literal comma in the field.
16223 In other words, if you type a backslash followed by a comma it will
16224 be interpreted as a comma by Alpine, instead of as a separator between
16225 pattern values.
16226 All other backslashes are literal backslashes and should not be escaped.
16228 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16229 for more information on Patterns.
16231 Look <A HREF="h_edit_nav_cmds">here</A>
16232 to see the available Editing and Navigation commands.
16234 &lt;End of help on this topic&gt;
16235 </BODY>
16236 </HTML>
16237 ======= h_config_role_topat =======
16238 <HTML>
16239 <HEAD>
16240 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
16241 </HEAD>
16242 <BODY>
16243 <H1>&quot;To:&quot; Pattern Explained</H1>
16245 Any text you enter as the &quot;To pattern&quot;
16246 will be compared to the recipients from the To: line of
16247 the message being replied to or forwarded.
16248 (Any other non-blank parts of the Pattern must match, too.)
16249 In the case of the Compose command, this pattern and the other header
16250 patterns are ignored.
16253 You may enter a complete email address, part of an address, or a
16254 list of addresses or partial addresses.
16255 For example:
16258 <PRE>
16259  To pattern = friend@public.com
16260  To pattern = rated.net
16261  To pattern = xxx@adults.com
16262               admin@msn.com
16263               fool@motleyfool.com
16264 </PRE>
16267 Each of those are valid To patterns.
16270 Messages match those patterns if any of the
16271 addresses in the To: line of the message contains the pattern.
16272 If the pattern is a list of patterns
16273 (like the last example above) then it is a match if any of the patterns in
16274 the list match any of the addresses in the To: line.
16275 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
16276 present for a match.
16277 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
16278 address2 must be present.
16279 That is exactly what using a list does.)
16282 Some messages may be &quot;bounced&quot; to you, and will
16283 have a &quot;Resent-To:&quot; header line.
16284 If the message contains a Resent-To: line
16285 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
16286 Alpine will look for
16287 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
16288 the original To: line.
16291 When entering a pattern, you may choose an address from your address book
16292 with the &quot;T&quot; command.
16295 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
16296 &quot;!&quot; &quot;toggle NOT&quot; command.
16297 This changes the meaning of the To pattern so that it has the opposite meaning.
16298 It will be considered a match if there are no matches between the
16299 addresses in the To: line and the list of To patterns.
16301 Don't make the mistake of putting the &quot;!&quot; in the data field for
16302 the pattern.
16303 For example, if you type the characters &quot;!frizzle&quot; into the To
16304 pattern, the pattern will look like:
16306 <PRE>
16307  To pattern = !frizzle
16308 </PRE>
16310 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16311 In order to match messages that do not have &quot;frizzle&quot; in
16312 their To field, first type the characters &quot;frizzle&quot; followed
16313 by carriage return for the value of the To pattern, then negate it
16314 by typing the &quot;!&quot; command.
16315 It should end up looking like
16317 <PRE>
16318  ! To pattern = frizzle
16319 </PRE>
16322 You are not limited to using the six standard header patterns that are
16323 normally shown (To, From, Sender, Cc, News, and Subject).
16324 You may add any other header to a Pattern by
16325 using the &quot;eXtraHdr&quot; command to specify a different
16326 message header line; and then the Add or Change command to fill in
16327 a pattern for the new header line, just like you would for a standard header.
16329 A technicality: Since comma is the character used to separate multiple
16330 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16331 you want to include a literal comma in the field.
16332 In other words, if you type a backslash followed by a comma it will
16333 be interpreted as a comma by Alpine, instead of as a separator between
16334 pattern values.
16335 All other backslashes are literal backslashes and should not be escaped.
16337 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16338 for more information on Patterns.
16340 Look <A HREF="h_edit_nav_cmds">here</A>
16341 to see the available Editing and Navigation commands.
16343 &lt;End of help on this topic&gt;
16344 </BODY>
16345 </HTML>
16346 ======= h_config_role_frompat =======
16347 <HTML>
16348 <HEAD>
16349 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
16350 </HEAD>
16351 <BODY>
16352 <H1>&quot;From:&quot; Pattern Explained</H1>
16354 This is just like the &quot;To pattern&quot; except that it is compared with
16355 the address in the From: line of the message
16356 instead of the addresses from the To: line.
16357 See the help for the To pattern for more information on header patterns.
16359 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16360 for more information on Patterns.
16362 Look <A HREF="h_edit_nav_cmds">here</A>
16363 to see the available Editing and Navigation commands.
16365 &lt;End of help on this topic&gt;
16366 </BODY>
16367 </HTML>
16368 ======= h_config_role_senderpat =======
16369 <HTML>
16370 <HEAD>
16371 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16372 </HEAD>
16373 <BODY>
16374 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16376 This is just like the &quot;To pattern&quot; except that it is compared with
16377 the address from the Sender: line of the message
16378 instead of the addresses from the To: line.
16379 See the help for the To pattern for more information on header patterns.
16381 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16382 for more information on Patterns.
16384 Look <A HREF="h_edit_nav_cmds">here</A>
16385 to see the available Editing and Navigation commands.
16387 &lt;End of help on this topic&gt;
16388 </BODY>
16389 </HTML>
16390 ======= h_config_role_ccpat =======
16391 <HTML>
16392 <HEAD>
16393 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16394 </HEAD>
16395 <BODY>
16396 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16398 This is just like the &quot;To pattern&quot; except that it is compared with
16399 the addresses from the Cc: line of the message
16400 instead of the addresses from the To: line.
16401 See the help for the To pattern for more information on header patterns.
16403 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16404 for more information on Patterns.
16406 Look <A HREF="h_edit_nav_cmds">here</A>
16407 to see the available Editing and Navigation commands.
16409 &lt;End of help on this topic&gt;
16410 </BODY>
16411 </HTML>
16412 ======= h_config_role_recippat =======
16413 <HTML>
16414 <HEAD>
16415 <TITLE>Recipient Pattern Explained</TITLE>
16416 </HEAD>
16417 <BODY>
16418 <H1>Recipient Pattern Explained</H1>
16420 This is just like the &quot;To pattern&quot; except that it is compared with
16421 the addresses from both the To: line and the Cc: line of the
16422 message instead of just the addresses from the To: line.
16423 In other words, it is considered a match if the pattern matches
16424 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16425 in the Cc: line.
16426 (Notice that defining the Recipient pattern does not have the same
16427 effect as defining both the To and Cc patterns.
16428 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16429 It is equivalent to having two different rules;
16430 one with a To pattern and the other with the same Cc pattern.)
16432 A technicality: Since comma is the character used to separate multiple
16433 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16434 you want to include a literal comma in the field.
16435 In other words, if you type a backslash followed by a comma it will
16436 be interpreted as a comma by Alpine, instead of as a separator between
16437 pattern values.
16438 All other backslashes are literal backslashes and should not be escaped.
16440 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16441 for more information on Patterns.
16443 Look <A HREF="h_edit_nav_cmds">here</A>
16444 to see the available Editing and Navigation commands.
16446 &lt;End of help on this topic&gt;
16447 </BODY>
16448 </HTML>
16449 ======= h_config_role_particpat =======
16450 <HTML>
16451 <HEAD>
16452 <TITLE>Participant Pattern Explained</TITLE>
16453 </HEAD>
16454 <BODY>
16455 <H1>Participant Pattern Explained</H1>
16457 This is just like the &quot;To pattern&quot; except that it is compared with
16458 the addresses from the From: line, the To: line, and the Cc: line of the
16459 message instead of just the addresses from the To: line.
16460 In other words, it is considered a match if the pattern matches
16461 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16462 in the To: line, <EM>OR</EM> an address in the Cc: line.
16463 (Notice that defining the Participant pattern does not have the same
16464 effect as defining all of the From, To, and Cc patterns.
16465 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16466 From <EM>AND</EM> To <EM>AND</EM> Cc.
16467 It is equivalent to having three different rules;
16468 one with a From pattern, another with the same To pattern, and a third with
16469 the same Cc pattern.)
16471 A technicality: Since comma is the character used to separate multiple
16472 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16473 you want to include a literal comma in the field.
16474 In other words, if you type a backslash followed by a comma it will
16475 be interpreted as a comma by Alpine, instead of as a separator between
16476 pattern values.
16477 All other backslashes are literal backslashes and should not be escaped.
16479 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16480 for more information on Patterns.
16482 Look <A HREF="h_edit_nav_cmds">here</A>
16483 to see the available Editing and Navigation commands.
16485 &lt;End of help on this topic&gt;
16486 </BODY>
16487 </HTML>
16488 ======= h_config_role_newspat =======
16489 <HTML>
16490 <HEAD>
16491 <TITLE>News Pattern Explained</TITLE>
16492 </HEAD>
16493 <BODY>
16494 <H1>News Pattern Explained</H1>
16496 If this pattern is non-blank, then for this rule to be considered a
16497 match, at least one of the newsgroups from
16498 the Newsgroups line of the message must match this pattern.
16499 If this pattern is a list of patterns, then at least one of the
16500 newsgroups must match at least one of the patterns.
16501 (Any other non-blank parts of the Pattern must match, too.)
16503 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16504 &quot;!&quot; &quot;toggle NOT&quot; command.
16505 This changes the meaning of the News pattern so that it has the opposite meaning.
16506 It will be considered a match if there are no matches between the
16507 addresses in the Newsgroups: line and the list of News patterns.
16509 Don't make the mistake of putting the &quot;!&quot; in the data field for
16510 the pattern.
16511 For example, if you type the characters &quot;!frizzle&quot; into the News
16512 pattern, the pattern will look like:
16514 <PRE>
16515  News pattern = !frizzle
16516 </PRE>
16518 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16519 In order to match messages that do not have &quot;frizzle&quot; in
16520 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16521 by carriage return for the value of the News pattern, then negate it
16522 by typing the &quot;!&quot; command.
16523 It should end up looking like
16525 <PRE>
16526  ! News pattern = frizzle
16527 </PRE>
16529 A technicality: Since comma is the character used to separate multiple
16530 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16531 you want to include a literal comma in the field.
16532 In other words, if you type a backslash followed by a comma it will
16533 be interpreted as a comma by Alpine, instead of as a separator between
16534 pattern values.
16535 All other backslashes are literal backslashes and should not be escaped.
16538 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16539 for more information on Patterns.
16541 Look <A HREF="h_edit_nav_cmds">here</A>
16542 to see the available Editing and Navigation commands.
16544 &lt;End of help on this topic&gt;
16545 </BODY>
16546 </HTML>
16547 ======= h_config_role_subjpat =======
16548 <HTML>
16549 <HEAD>
16550 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16551 </HEAD>
16552 <BODY>
16553 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16555 This is similar to the other parts of the Pattern.
16556 It is compared with
16557 the contents from the Subject of the message.
16559 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16560 for more information on Patterns.
16562 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16563 &quot;!&quot; &quot;toggle NOT&quot; command.
16564 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16565 It will be considered a match if there are no matches between the
16566 text in the Subject: line and the list of Subject patterns.
16569 If you wish to have a header pattern that is not one of the six standard
16570 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16572 A technicality: Since comma is the character used to separate multiple
16573 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16574 you want to include a literal comma in the field.
16575 In other words, if you type a backslash followed by a comma it will
16576 be interpreted as a comma by Alpine, instead of as a separator between
16577 pattern values.
16578 All other backslashes are literal backslashes and should not be escaped.
16580 Look <A HREF="h_edit_nav_cmds">here</A>
16581 to see the available Editing and Navigation commands.
16583 &lt;End of help on this topic&gt;
16584 </BODY>
16585 </HTML>
16586 ======= h_config_role_alltextpat =======
16587 <HTML>
16588 <HEAD>
16589 <TITLE>AllText Pattern Explained</TITLE>
16590 </HEAD>
16591 <BODY>
16592 <H1>AllText Pattern Explained</H1>
16594 This is similar to the header patterns.
16595 Instead of comparing with text in a particular header field it 
16596 is compared with all of the text in the message header and body.
16598 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16599 &quot;!&quot; &quot;toggle NOT&quot; command.
16600 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16601 It will be considered a match if there are no matches between the
16602 text of the message and the list of AllText patterns.
16604 Don't make the mistake of putting the &quot;!&quot; in the data field for
16605 the pattern.
16606 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16607 pattern, the pattern will look like:
16609 <PRE>
16610  AllText pattern = !frizzle
16611 </PRE>
16613 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16614 In order to match messages that do not have &quot;frizzle&quot; in
16615 the text of the message, first type the characters &quot;frizzle&quot; followed
16616 by carriage return for the value of the AllText pattern, then negate it
16617 by typing the &quot;!&quot; command.
16618 It should end up looking like
16620 <PRE>
16621  ! AllText pattern = frizzle
16622 </PRE>
16624 It is possible that you may notice degraded performance when using
16625 AllText Patterns.
16627 A technicality: Since comma is the character used to separate multiple
16628 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16629 you want to include a literal comma in the field.
16630 In other words, if you type a backslash followed by a comma it will
16631 be interpreted as a comma by Alpine, instead of as a separator between
16632 pattern values.
16633 All other backslashes are literal backslashes and should not be escaped.
16635 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16636 for more information on Patterns.
16638 Look <A HREF="h_edit_nav_cmds">here</A>
16639 to see the available Editing and Navigation commands.
16641 &lt;End of help on this topic&gt;
16642 </BODY>
16643 </HTML>
16644 ======= h_config_role_bodytextpat =======
16645 <HTML>
16646 <HEAD>
16647 <TITLE>BodyText Pattern Explained</TITLE>
16648 </HEAD>
16649 <BODY>
16650 <H1>BodyText Pattern Explained</H1>
16652 This is similar to the header patterns.
16653 Instead of comparing with text in a particular header field it 
16654 is compared with all of the text in the message body.
16656 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16657 &quot;!&quot; &quot;toggle NOT&quot; command.
16658 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16659 It will be considered a match if there are no matches between the
16660 text of the body of the message and the list of BodyText patterns.
16662 Don't make the mistake of putting the &quot;!&quot; in the data field for
16663 the pattern.
16664 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16665 pattern, the pattern will look like:
16667 <PRE>
16668  BdyText pattern = !frizzle
16669 </PRE>
16671 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16672 In order to match messages that do not have &quot;frizzle&quot; in
16673 their BodyText, first type the characters &quot;frizzle&quot; followed
16674 by carriage return for the value of the BodyText pattern, then negate it
16675 by typing the &quot;!&quot; command.
16676 It should end up looking like
16678 <PRE>
16679  ! BodyText pattern = frizzle
16680 </PRE>
16682 It is possible that you may notice degraded performance when using
16683 BodyText Patterns.
16685 A technicality: Since comma is the character used to separate multiple
16686 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16687 you want to include a literal comma in the field.
16688 In other words, if you type a backslash followed by a comma it will
16689 be interpreted as a comma by Alpine, instead of as a separator between
16690 pattern values.
16691 All other backslashes are literal backslashes and should not be escaped.
16693 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16694 for more information on Patterns.
16696 Look <A HREF="h_edit_nav_cmds">here</A>
16697 to see the available Editing and Navigation commands.
16699 &lt;End of help on this topic&gt;
16700 </BODY>
16701 </HTML>
16702 ======= h_config_role_charsetpat =======
16703 <HTML>
16704 <HEAD>
16705 <TITLE>Character Set Pattern Explained</TITLE>
16706 </HEAD>
16707 <BODY>
16708 <H1>Character Set Pattern Explained</H1>
16710 A message may use one or more character sets.
16711 This part of the Pattern matches messages that make use of
16712 certain specified character sets.
16713 It will be considered a match if a message uses any of the character
16714 sets in the list you give here.
16717 When filling in a value for this field, you may use
16718 the &quot;T&quot; command, which presents you with a large list of
16719 possible character sets to choose from.
16720 You may also just type in the name of a character set, and it need not
16721 be one that Alpine knows about.
16724 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16725 GB2312) you may also use some shorthand names that Alpine provides.
16726 These names are more understandable shorthand names for sets of 
16727 character set names.
16728 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16729 Selecting one of these shorthand names is equivalent to selecting all of
16730 the character sets that make up the set.
16731 You can see all of these shorthand names and the lists of character sets
16732 they stand for by typing the &quot;T&quot; command.
16735 For the purposes of this Pattern,
16736 Alpine will search through a message for all of the text parts and
16737 collect the character sets declared for each part.
16738 It will also look in the Subject line for a character set used there.
16739 Alpine does not actually look at the text of the message or the text
16740 of the Subject to determine if a declared character set is actually
16741 used, it looks only at the declarations themselves in the MIME part headers
16742 and in the Subject.
16745 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16746 &quot;!&quot; &quot;toggle NOT&quot; command.
16747 This changes the meaning of the Character Set pattern so that
16748 it has the opposite meaning.
16749 It will be considered a match if none of the character sets in the
16750 list are used in a message.
16752 Don't make the mistake of putting the &quot;!&quot; in the data field for
16753 the pattern.
16754 For example, if you type the characters &quot;!GB2312&quot; into the
16755 Character Set pattern, the pattern will look like:
16757 <PRE>
16758  Charset pattern = !GB2312
16759 </PRE>
16761 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16762 In order to match messages that do not have the
16763 character set &quot;GB2312&quot;
16764 set, first type the characters &quot;GB2312&quot; followed
16765 by carriage return for the value of the Character Set pattern, then negate it
16766 by typing the &quot;!&quot; command.
16767 It should end up looking like
16769 <PRE>
16770  ! Charset pattern = GB2312
16771 </PRE>
16773 A technicality: Since comma is the character used to separate multiple
16774 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16775 you want to include a literal comma in the field.
16776 In other words, if you type a backslash followed by a comma it will
16777 be interpreted as a comma by Alpine, instead of as a separator between
16778 pattern values.
16779 All other backslashes are literal backslashes and should not be escaped.
16781 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16782 for more information on Patterns.
16784 Look <A HREF="h_edit_nav_cmds">here</A>
16785 to see the available Editing and Navigation commands.
16787 &lt;End of help on this topic&gt;
16788 </BODY>
16789 </HTML>
16790 ======= h_config_role_keywordpat =======
16791 <HTML>
16792 <HEAD>
16793 <TITLE>Keyword Pattern Explained</TITLE>
16794 </HEAD>
16795 <BODY>
16796 <H1>Keyword Pattern Explained</H1>
16798 A folder may have user-defined keywords.
16799 These are similar to the Important flag, which the user may set using the
16800 Flag command.
16801 The difference is that the Important flag is always present for each folder.
16802 User-defined keywords are picked by the user.
16803 You may add new keywords by defining them in the
16804 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16805 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16806 the Flag command may be used to set or clear the keyword on individual messages.
16807 If you have given a keyword a nickname when configuring it,
16808 that nickname may be used instead of the actual keyword.
16811 When filling in a value for this field, it may be easiest to use
16812 the &quot;T&quot; command, which presents you with a list of the keywords
16813 you have defined to choose from.
16816 This part of the Pattern matches messages with certain keywords set.
16817 It will be considered a match if a message has any of the keywords in the
16818 list set.
16819 A keyword that you have not defined using the
16820 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16821 will not be a match.
16824 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16825 &quot;!&quot; &quot;toggle NOT&quot; command.
16826 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16827 It will be considered a match if none of the keywords in the list are set
16828 for a message.
16829 A keyword that you have not defined using the
16830 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16831 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16833 Don't make the mistake of putting the &quot;!&quot; in the data field for
16834 the pattern.
16835 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16836 pattern, the pattern will look like:
16838 <PRE>
16839  Keyword pattern = !frizzle
16840 </PRE>
16842 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16843 In order to match messages that do not have the keyword &quot;frizzle&quot;
16844 set, first type the characters &quot;frizzle&quot; followed
16845 by carriage return for the value of the Keyword pattern, then negate it
16846 by typing the &quot;!&quot; command.
16847 It should end up looking like
16849 <PRE>
16850  ! Keyword pattern = frizzle
16851 </PRE>
16853 A technicality: Since comma is the character used to separate multiple
16854 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16855 you want to include a literal comma in the field.
16856 In other words, if you type a backslash followed by a comma it will
16857 be interpreted as a comma by Alpine, instead of as a separator between
16858 pattern values.
16859 All other backslashes are literal backslashes and should not be escaped.
16861 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16862 for more information on Patterns.
16864 Look <A HREF="h_edit_nav_cmds">here</A>
16865 to see the available Editing and Navigation commands.
16867 &lt;End of help on this topic&gt;
16868 </BODY>
16869 </HTML>
16870 ======= h_config_role_arbpat =======
16871 <HTML>
16872 <HEAD>
16873 <TITLE>Extra Header Patterns Explained</TITLE>
16874 </HEAD>
16875 <BODY>
16876 <H1>Extra Header Patterns Explained</H1>
16878 The header patterns that come after the Participant pattern but before the 
16879 AllText pattern are extra header patterns that you have added to a rule's
16880 Pattern. These are just like the other header patterns except that
16881 the contents of the particular header listed on the left hand side will
16882 be used for comparisons.
16884 The &quot;eXtraHdr&quot; command may be used to add more of these
16885 header patterns to the rule you are editing.
16887 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16888 extra header pattern from the rule you are editing.
16890 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16891 &quot;!&quot; &quot;toggle NOT&quot; command.
16892 This changes the meaning of the pattern so that it has the opposite meaning.
16893 It will be considered a match if there are no matches between the
16894 text in the header line and the list of patterns.
16896 Don't make the mistake of putting the &quot;!&quot; in the data field for
16897 the pattern.
16898 For example, if you type the characters &quot;!frizzle&quot; into the
16899 pattern, the pattern will look like:
16901 <PRE>
16902  Xyz pattern = !frizzle
16903 </PRE>
16905 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16906 In order to match messages that do not have &quot;frizzle&quot; in
16907 their Xyz field, first type the characters &quot;frizzle&quot; followed
16908 by carriage return for the value of the pattern, then negate it
16909 by typing the &quot;!&quot; command.
16910 It should end up looking like
16912 <PRE>
16913  ! Xyz pattern = frizzle
16914 </PRE>
16917 A technicality: Since comma is the character used to separate multiple
16918 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16919 you want to include a literal comma in the field.
16920 In other words, if you type a backslash followed by a comma it will
16921 be interpreted as a comma by Alpine, instead of as a separator between
16922 pattern values.
16923 All other backslashes are literal backslashes and should not be escaped.
16925 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16926 for more information on Patterns.
16928 Look <A HREF="h_edit_nav_cmds">here</A>
16929 to see the available Editing and Navigation commands.
16931 &lt;End of help on this topic&gt;
16932 </BODY>
16933 </HTML>
16934 ======= h_config_role_cat_cmd =======
16935 <HTML>
16936 <HEAD>
16937 <TITLE>Categorizer Command Explained</TITLE>
16938 </HEAD>
16939 <BODY>
16940 <H1>Categorizer Command Explained</H1>
16942 This is a command that is run with its standard input set to the message
16943 being checked and its standard output discarded.
16944 The full directory path should be specified.
16945 The command will be run and then its exit status will be checked against
16946 the Exit Status Interval, which defaults to just the value zero.
16947 If the exit status of the command falls in the interval, it is considered
16948 a match, otherwise it is not a match.
16951 This option may actually be a list of commands.
16952 The first one that exists and is executable is used.
16953 That makes it possible to use the same configuration with Unix Alpine and
16954 PC-Alpine.
16957 If none of the commands in the list exists and is executable then the rule
16958 is <EM>not</EM> a match.
16959 If it is possible that the command may not exist, you should be careful
16960 to structure your rules so that nothing destructive
16961 happens when the command does not exist.
16962 For example, you might have a filter that filters away spam when there is
16963 a match but does nothing when there is not a match.
16964 That would cause no harm if the command didn't exist.
16965 However, if you have a filter that filters away spam when there is not
16966 a match and keeps it when there is a match, that would filter everything
16967 if the categorizer command didn't exist.
16969 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16970 setup for the bogofilter filter.
16973 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16974 for more information on Patterns.
16976 Look <A HREF="h_edit_nav_cmds">here</A>
16977 to see the available Editing and Navigation commands.
16979 &lt;End of help on this topic&gt;
16980 </BODY>
16981 </HTML>
16982 ======= h_config_role_cat_cmd_example =======
16983 <HTML>
16984 <HEAD>
16985 <TITLE>Categorizer Command Example</TITLE>
16986 </HEAD>
16987 <BODY>
16988 <H1>Categorizer Command Example</H1>
16990 Bogofilter
16991 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16992 is a mail filter that attempts to classify mail as spam or
16993 non-spam using statistical analysis of the message content.
16994 When run with no arguments and a message as standard input, it exits with
16995 exit status 0 if it thinks a message is spam and 1 if it thinks
16996 it is not spam.
16997 To use bogofilter as your Categorizer Command you would simply set Command to
16998 the pathname of the bogofilter program.
16999 For example,
17001 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
17003 Exit status of zero is what you are interested in, so you'd set the
17004 Exit Status Interval to
17006 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
17009 In order to prevent downloading an entire huge message to check for spam, you
17010 might want to set the Character Limit to a few thousand characters (the
17011 assumption being that the spam will reveal itself in those characters)
17013 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
17016 You would probably use bogofilter in an Alpine Filter Rule, and have the action
17017 be to move the message to a spam folder.
17018 It would usually be wise to also check the &quot;Message is Recent&quot;
17019 part of the rule so that messages are only checked when they first arrive,
17020 and to restrict the Current Folder Type to just your INBOX.
17021 The reason for checking only Recent messages is to save the time it takes
17022 to run bogofilter on each message.
17023 As an experiment, you might start out by using this in an Indexcolor Rule
17024 instead of a Filter Rule.
17025 In that case, you probably wouldn't check the Recent checkbox.
17027 The use described above assumes that you are somehow maintaining bogofilter's
17028 database of words associated with spam and non-spam messages.
17029 One way to start your database would be to select a bunch of spam messages
17030 in Alpine (you might Save spam messages to a special folder or use Alpine's
17031 Select command to select several) and then Apply
17032 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
17033 a pipe command to the spam messages.
17034 For example, you could have a shell script or an alias
17035 called <EM>this_is_spam</EM>, which would simply be the command
17037 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
17040 It is probably best to use the pipe command's Raw Text, With Delimiter,
17041 and Free Output options,
17042 which are at the bottom of the screen when you type the pipe command.
17043 That's because bogofilter expects the raw message as input, and uses
17044 the Delimiters to tell when a new message starts.
17045 You would not need to use a separate pipe for each message, because
17046 bogofilter can handle multiple messages at once.
17048 Similarly, you would select a group of non-spam messages
17049 and run them through a <EM>this_is_nonspam</EM> script
17050 that was something like
17052 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
17055 For the more adventurous, the next step might be to automate the upkeep of
17056 the bogofilter database.
17057 It might make more sense to have bogofilter be part of the delivery process,
17058 but it is also possible to do it entirely from within Alpine.
17059 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
17060 the &quot;-u&quot; argument will cause bogofilter to update the database.
17062 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17064 You'd want a couple more aliases or shell scripts called something like
17065 <EM>change_to_spam</EM>
17067 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
17070 <EM>change_to_nonspam</EM>
17072 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
17074 When you run across a message in your INBOX that should have been
17075 classified as spam you would pipe it to the change_to_spam script, and
17076 when you run across a message in your spam folder that should have been
17077 left in your INBOX you would pipe it through change_to_nonspam.
17080 There is a technical problem with this approach.
17081 Alpine may check your filters more than once.
17082 In particular, every time you start Alpine the filters will be checked for
17083 each message.
17084 Also, if you have any filters that depend on message state (New, Deleted, etc.)
17085 then Alpine will recheck for matches in messages that have changed state
17086 at the time you close the folder and before expunging.
17087 This is usually ok.
17088 However, in this case it is a problem because the command
17090 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
17092 has the side effect of updating the database.
17093 So you run the risk of updating the database multiple times for a single
17094 message instead of updating it just once per message.
17095 There are some ways to work around this problem.
17096 What you need is a way to mark the message after you have run the filter.
17097 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
17098 Besides having the filter move the message to a spam folder, also have it
17099 set the Bogo keyword.
17100 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
17101 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
17102 This rule can only set the Bogo keyword for the messages that it matches.
17103 You will also need to add a second rule right after this one that
17104 matches all the messages that don't have the Bogo keyword set
17105 (put the keyword in the Keyword pattern and toggle
17106 the Not with the ! command)
17107 and takes the action of setting it.
17108 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
17109 (and so it won't re-run the bogofilter command) if the keyword is already
17110 set.
17112 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
17113 on all messages that don't have the Bogo keyword set.
17114 This will have the side effect of inserting that message in the bogofilter
17115 database, match or not.
17116 If this rule matches (it is spam), the Bogo keyword will be set and
17117 the message will be moved to a spam folder.
17118 If it does not match, the
17119 following rule will mark the message by turning on the keyword.
17120 This second rule should be a non-terminating
17121 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
17122 rule so that it doesn't stop the filtering process before the rest of
17123 your rules are consulted.
17126 In summary, the first rule is something like
17127 <PRE>
17128   Nickname          = bogofilter -u rule
17129   Current Folder Type =
17130                (*) Specific
17131                    Folder = INBOX
17133   ! Keyword pattern = Bogo
17135   External Categorizer Commands =
17136        Command              = /usr/local/bin/bogofilter -u
17137        Exit Status Interval = (0,0)
17138        Character Limit      = <No Value Set: using "-1">  (optionally set this)
17140   Filter Action =
17141        (*) Move
17142            Folder = spam
17143   
17144   Set These Keywords   = Bogo
17145 </PRE>
17147 and the following rule is
17148 <PRE>
17149   Nickname          = Set Bogo Keyword
17150   Current Folder Type =
17151                (*) Specific
17152                    Folder = INBOX
17154   ! Keyword pattern = Bogo
17156   Filter Action =
17157        (*) Just Set Message Status
17159   Set These Keywords   = Bogo
17161   Features =
17162       [X]  dont-stop-even-if-rule-matches
17163 </PRE>
17165 If it is possible for you to insert bogofilter in the delivery process instead
17166 of having it called from Alpine you could prevent having to wait
17167 for the bogofilter processing while you read your mail.
17168 You would have bogofilter add a header to the message at the time of delivery
17169 that identified it as spam or nonspam.
17170 With this method, you could avoid using a Categorizer Command while running Alpine,
17171 and just match on the header instead.
17172 You might still want to use the scripts mentioned above to initialize the
17173 database or to re-classify wrongly classified messages.
17176 Finally, it isn't for the faint-hearted,
17177 but it is also possible to run bogofilter from PC-Alpine.
17178 You can install Cygwin from
17179 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
17180 then compile bogofilter in the cygwin environment, and run it from
17181 within PC-Alpine.
17182 You would end up with a Categorizer command that looked something like
17184 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
17186 Note that the &quot;.exe&quot; extension is explicit,
17187 and that the bogofilter.exe executable should be in the same directory
17188 as cygwin1.dll.
17191 &lt;End of help on this topic&gt;
17192 </BODY>
17193 </HTML>
17194 ======= h_config_role_cat_status =======
17195 <HTML>
17196 <HEAD>
17197 <TITLE>Exit Status Interval Explained</TITLE>
17198 </HEAD>
17199 <BODY>
17200 <H1>Exit Status Interval Explained</H1>
17202 The categorizer command is run and the result is the exit status of
17203 that command.
17204 If that exit status falls in the Exit Status Interval
17205 then it is considered a match, otherwise it is not a match.
17206 Of course for the entire rule to match, it must also be checked against
17207 the other defined parts of the Pattern.
17209 The Exit Status Interval defaults to the single value 0 (zero).
17210 If you define it, it should be set to something like:
17212 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
17214 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
17215 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
17216 positive and negative integers.
17218 Actually, a list of intervals may be used if you wish.
17219 A list would look like
17221 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
17223 When there is an Exit Status Interval defined, it is a match if the exit status
17224 of the categorizer command is contained in any of the intervals.
17225 The intervals include both endpoints.
17227 The default interval is
17229 <CENTER><SAMP>(0,0)</SAMP></CENTER>
17231 and it matches only if the command exits with exit status equal to zero.
17234 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17235 for more information on Patterns.
17237 Look <A HREF="h_edit_nav_cmds">here</A>
17238 to see the available Editing and Navigation commands.
17240 &lt;End of help on this topic&gt;
17241 </BODY>
17242 </HTML>
17243 ======= h_config_role_cat_limit =======
17244 <HTML>
17245 <HEAD>
17246 <TITLE>Character Limit Explained</TITLE>
17247 </HEAD>
17248 <BODY>
17249 <H1>Character Limit Explained</H1>
17251 Setting this option makes it possible to limit how much of the message
17252 is made available to the categorizer command as input.
17253 The default value (-1) means that the entire message is fed to the
17254 command.
17255 A value of 0 (zero) means that only the headers of the message are
17256 made available.
17257 A positive integer means that the headers plus that many characters from
17258 the body of the message are passed to the categorizer.
17261 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17262 for more information on Patterns.
17264 Look <A HREF="h_edit_nav_cmds">here</A>
17265 to see the available Editing and Navigation commands.
17267 &lt;End of help on this topic&gt;
17268 </BODY>
17269 </HTML>
17270 ======= h_config_role_age =======
17271 <HTML>
17272 <HEAD>
17273 <TITLE>Age Interval Explained</TITLE>
17274 </HEAD>
17275 <BODY>
17276 <H1>Age Interval Explained</H1>
17278 The Age Interval, if defined, is part of the Pattern.
17279 If you use this, it should be set to something like:
17281 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
17283 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
17284 The special value &quot;INF&quot; may be used for the max value.
17285 It represents infinity.
17287 In rare cases it may be useful to use the more general form of the value,
17288 which is a comma-separated list of intervals.
17289 It would look something like:
17291 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
17293 When there is an Age Interval defined, it is a match if the age, in days, of
17294 the message is contained in the interval.
17295 The interval includes both endpoints.
17296 If the option is set to a list of intervals then it is a match if the
17297 age of the message is contained in any of the intervals.
17299 Even though this option is called Age, it isn't actually
17300 the <EM>age</EM> of the message.
17301 Instead, it is how many days ago the message arrived in one of your folders.
17302 If the current time is a little past midnight, then a message that arrived
17303 just before midnight arrived yesterday, even though the message is only
17304 a few minutes old.
17305 By default, the date being used is not the date in the Date
17306 header of the message.
17307 It is the date that the message arrived in one of your folders.
17308 When you Save a message from one folder to another that arrival date
17309 is preserved.
17310 If you would like to use the date in the Date header that is possible.
17311 Turn on the option
17312 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
17313 near the bottom of the rule definition.
17315 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
17316 The age interval
17318 <CENTER><SAMP>(2,2)</SAMP></CENTER>
17320 matches all messages that arrived on the day before yesterday.
17321 The interval
17323 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
17325 matches all messages that arrived at least 180 days before today.
17326 The interval
17328 <CENTER><SAMP>(0,1)</SAMP></CENTER>
17330 matches all messages that arrived today or yesterday.
17333 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17334 for more information on Patterns.
17336 Look <A HREF="h_edit_nav_cmds">here</A>
17337 to see the available Editing and Navigation commands.
17339 &lt;End of help on this topic&gt;
17340 </BODY>
17341 </HTML>
17342 ======= h_config_role_size =======
17343 <HTML>
17344 <HEAD>
17345 <TITLE>Size Interval Explained</TITLE>
17346 </HEAD>
17347 <BODY>
17348 <H1>Size Interval Explained</H1>
17350 The Size Interval, if defined, is part of the Pattern.
17351 If you use this, it should be set to something like:
17353 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
17355 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17356 The special value &quot;INF&quot; may be used for the max value.
17357 It represents infinity.
17359 In rare cases it may be useful to use the more general form of the value,
17360 which is a comma-separated list of intervals.
17361 It would look something like:
17363 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17365 When there is a Size Interval defined, it is a match if the size of
17366 the message is contained in the interval.
17367 The interval includes both endpoints.
17368 If the option is set to a list of intervals then it is a match if the
17369 size of the message is contained in any of the intervals.
17371 The size interval
17373 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17375 matches all messages with sizes greater than or equal to 10000, and less
17376 than or equal to 50000.
17377 The interval
17379 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17381 matches all messages with sizes greater than or equal to 100000.
17384 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17385 for more information on Patterns.
17387 Look <A HREF="h_edit_nav_cmds">here</A>
17388 to see the available Editing and Navigation commands.
17390 &lt;End of help on this topic&gt;
17391 </BODY>
17392 </HTML>
17393 ======= h_config_role_scorei =======
17394 <HTML>
17395 <HEAD>
17396 <TITLE>Score Interval Explained</TITLE>
17397 </HEAD>
17398 <BODY>
17399 <H1>Score Interval Explained</H1>
17401 The Score Interval, if defined, is part of the Pattern.
17402 If you use this, it should be set to something like:
17404 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17406 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17407 -32000 and 32000.
17408 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17409 the min and max values.
17410 These represent negative and positive infinity.
17412 Actually, the value may be a list of intervals rather than just a
17413 single interval if that is useful.
17414 The elements of the list are separated by commas like:
17416 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17418 When there is a Score Interval defined, it is a match if the score for
17419 the message is contained in any of the intervals.
17420 The intervals include both endpoints.
17421 The score for a message is calculated by looking at every scoring rule
17422 defined and adding up the Score Values for the rules that match the message.
17423 Scoring rules are created using the
17424 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17427 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17428 for more information on Patterns.
17430 Look <A HREF="h_edit_nav_cmds">here</A>
17431 to see the available Editing and Navigation commands.
17433 &lt;End of help on this topic&gt;
17434 </BODY>
17435 </HTML>
17436 ======= h_config_role_fldr_type =======
17437 <HTML>
17438 <HEAD>
17439 <TITLE>Current Folder Type Explained</TITLE>
17440 </HEAD>
17441 <BODY>
17442 <H1>Current Folder Type Explained</H1>
17444 The Current Folder Type is part of the role's Pattern.
17445 It refers to the type of the currently open folder, which is the folder
17446 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17447 In order for a role to be considered a match, the current folder must
17448 be of the type you set here.
17449 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17450 all what you might think.
17452 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17453 example, then
17454 that role will only be a match if the current folder is a newsgroup and
17455 the rest of the Pattern matches.
17456 The value &quot;Specific&quot; may be used when you want to limit the match
17457 to a specific folder (not just a specific type of folder), or to a list of
17458 specific folders.
17460 In order to match a specific folder you Select the &quot;Specific&quot;
17461 button <EM>AND</EM> fill in
17462 the name (or list of names) of
17463 the folder in the &quot;Folder List&quot; field.
17464 If the current folder is any of the folders in the list, that is considered
17465 a match.
17466 The name of each folder in the list may be either &quot;INBOX&quot;,
17467 the technical specification
17468 of the folder (like what appears in your configuration file) or, if the
17469 folder is one of your incoming folders, it may be the nickname you've given
17470 the folder.
17471 Here are a couple samples of specific folder names:
17473 <CENTER><SAMP>{monet.art.example.com/user=vincent}mail/art-class</SAMP></CENTER>
17475 <CENTER><SAMP>{news.example.com/nntp/user=peter}#news.comp.mail.pine</SAMP></CENTER>
17477 Observe that in order for an external folder (IMAP, POP, News) to be a match,
17478 you must also add the /user= option in the definition of the incoming folder.
17480 The easiest way to fill in the &quot;Folder List&quot; field is to use
17481 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17482 highlighted, or to use the &quot;Take&quot; command with the configuration
17483 feature
17484 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17485 turned on.
17486 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17487 Current Folder Type is set to &quot;Specific&quot;, and any value that
17488 &quot;Folder List&quot; has is ignored unless the type
17489 is set to &quot;Specific&quot;.
17491 When reading a newsgroup, there may be a performance penalty
17492 incurred when collecting the information necessary to check a Pattern.
17493 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17495 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17496 for more information on Patterns.
17498 Look <A HREF="h_edit_nav_cmds">here</A>
17499 to see the available Editing and Navigation commands.
17501 &lt;End of help on this topic&gt;
17502 </BODY>
17503 </HTML>
17504 ======= h_config_filt_rule_type =======
17505 <HTML>
17506 <HEAD>
17507 <TITLE>Filter Action Explained</TITLE>
17508 </HEAD>
17509 <BODY>
17510 <H1>Filter Action Explained</H1>
17512 The Filter Action specifies the action to be taken when the Pattern is a
17513 match.
17514 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17515 &quot;Just Set Message Status&quot;.
17517 If it is set to &quot;Delete&quot;, then the message that matches the
17518 Pattern will be deleted from the open folder.
17520 If it is set to &quot;Move&quot;, then the name of the folder to which
17521 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17522 next line of the screen.
17523 A list of folders separated by commas may be given, in which case the
17524 message will be copied to all of the folders in the list before it is
17525 deleted.
17527 If it is set to neither of those two values (it is set to the value
17528 labeled &quot;Just Set Message Status&quot;) then the message status
17529 setting will happen
17530 but the message will not be deleted or moved.
17532 If you are Moving a message you may also set Message Status if you wish.
17534 The easiest way to fill in the &quot;Folder List&quot; field is to use
17535 the T command that is available when the &quot;Folder List&quot; line is
17536 highlighted.
17537 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17538 Filter Action is set to &quot;Move&quot;, and any value that
17539 &quot;Folder List&quot; has is ignored unless the type
17540 is set to &quot;Move&quot;.
17542 There are a few tokens that may be used in the names in the Folder List.
17543 They are all related to the date on which the filtering is taking place.
17544 The tokens are words surrounded by underscores.
17545 For example, if you want your filter to move messages to a folder named
17546 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17547 you could specify the folder as
17548 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17549 which would result in a file named something like
17550 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17552 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17553 which would result in a file named something like
17554 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17555 The available tokens are listed
17556 <A HREF="h_index_tokens">here</A>.
17558 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17559 for more information on Patterns.
17561 Look <A HREF="h_edit_nav_cmds">here</A>
17562 to see the available Editing and Navigation commands.
17564 &lt;End of help on this topic&gt;
17565 </BODY>
17566 </HTML>
17567 ======= h_config_score_fldr_type =======
17568 <HTML>
17569 <HEAD>
17570 <TITLE>Current Folder Type Explained</TITLE>
17571 </HEAD>
17572 <BODY>
17573 <H1>Current Folder Type Explained</H1>
17575 The Current Folder Type is part of the scoring rule's Pattern.
17576 It refers to the type of the folder that
17577 the message being scored is in.
17578 In order for a rule to be considered a match, the current folder must
17579 be of the type you set here.
17580 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17581 all what you might think.
17583 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17584 example, then
17585 that Pattern will only match if the current folder is a newsgroup and
17586 the rest of the Pattern matches.
17587 The value &quot;Specific&quot; may be used when you want to limit the match
17588 to a specific folder (not just a specific type of folder), or to a list of
17589 specific folders.
17591 In order to match a specific folder you Select the &quot;Specific&quot;
17592 button <EM>AND</EM> fill in
17593 the name (or list of names) of
17594 the folder in the &quot;Folder List&quot; field.
17595 If the current folder is any of the folders in the list, that is considered
17596 a match.
17597 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17598 of the folder (like what appears in your configuration file) or, if the
17599 folder is one of your incoming folders, it may be the nickname you've given
17600 the folder.
17601 Here are a couple samples of specific folder names:
17603 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17605 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17607 The easiest way to fill in the &quot;Folder List&quot; field is to use
17608 the T command that is available when the &quot;Folder List&quot; line is
17609 highlighted.
17610 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17611 Current Folder Type is set to &quot;Specific&quot;, and any value that
17612 &quot;Folder List&quot; has is ignored unless the type
17613 is set to &quot;Specific&quot;.
17615 When reading a newsgroup, there may be a performance penalty
17616 incurred when collecting the information necessary to check a Pattern.
17617 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17618 For example, if you have Index Line Coloring rules that have Score Intervals
17619 defined then the scores for all the visible messages will need to be calculated.
17620 If some of your Scoring rules have 
17621 a Current Folder Type of
17622 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17623 screen to draw more slowly when in a newsgroup.
17625 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17626 for more information on Patterns.
17628 Look <A HREF="h_edit_nav_cmds">here</A>
17629 to see the available Editing and Navigation commands.
17631 &lt;End of help on this topic&gt;
17632 </BODY>
17633 </HTML>
17634 ======= h_config_other_fldr_type =======
17635 <HTML>
17636 <HEAD>
17637 <TITLE>Current Folder Type Explained</TITLE>
17638 </HEAD>
17639 <BODY>
17640 <H1>Current Folder Type Explained</H1>
17642 The Current Folder Type is part of the rule's Pattern.
17643 It refers to the type of the folder being viewed.
17644 In order for a rule to be considered a match, the current folder must
17645 be of the type you set here.
17646 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17647 all what you might think.
17649 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17650 example, then
17651 that Pattern will only match if the current folder is a newsgroup.
17652 The value &quot;Specific&quot; may be used when you want to limit the match
17653 to a specific folder (not just a specific type of folder), or to a list of
17654 specific folders.
17656 In order to match a specific folder you Select the &quot;Specific&quot;
17657 button <EM>AND</EM> fill in
17658 the name (or list of names) of
17659 the folder in the &quot;Folder List&quot; field.
17660 If the current folder is any of the folders in the list, that is considered
17661 a match.
17662 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17663 of the folder (like what appears in your configuration file) or, if the
17664 folder is one of your incoming folders, it may be the nickname you've given
17665 the folder.
17666 Here are a couple samples of specific folder names:
17668 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17670 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17672 The easiest way to fill in the &quot;Folder List&quot; field is to use
17673 the T command that is available when the &quot;Folder List&quot; line is
17674 highlighted.
17675 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17676 Current Folder Type is set to &quot;Specific&quot;, and any value that
17677 &quot;Folder List&quot; has is ignored unless the type
17678 is set to &quot;Specific&quot;.
17680 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17681 for more information on Patterns.
17683 Look <A HREF="h_edit_nav_cmds">here</A>
17684 to see the available Editing and Navigation commands.
17686 &lt;End of help on this topic&gt;
17687 </BODY>
17688 </HTML>
17689 ======= h_config_incol_fldr_type =======
17690 <HTML>
17691 <HEAD>
17692 <TITLE>Current Folder Type Explained</TITLE>
17693 </HEAD>
17694 <BODY>
17695 <H1>Current Folder Type Explained</H1>
17697 The Current Folder Type is part of the Line Coloring rule's Pattern.
17698 It refers to the type of the folder for which the MESSAGE INDEX is
17699 being viewed.
17700 In order for a rule to be considered a match, the current folder must
17701 be of the type you set here.
17702 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17703 all what you might think.
17705 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17706 example, then
17707 that Pattern will only match if the current folder is a newsgroup and
17708 the rest of the Pattern matches.
17709 The value &quot;Specific&quot; may be used when you want to limit the match
17710 to a specific folder (not just a specific type of folder), or to a list of
17711 specific folders.
17713 In order to match a specific folder you Select the &quot;Specific&quot;
17714 button <EM>AND</EM> fill in
17715 the name (or list of names) of
17716 the folder in the &quot;Folder List&quot; field.
17717 If the current folder is any of the folders in the list, that is considered
17718 a match.
17719 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17720 of the folder (like what appears in your configuration file) or, if the
17721 folder is one of your incoming folders, it may be the nickname you've given
17722 the folder.
17723 Here are a couple samples of specific folder names:
17725 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17727 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17729 The easiest way to fill in the &quot;Folder List&quot; field is to use
17730 the T command that is available when the &quot;Folder List&quot; line is
17731 highlighted.
17732 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17733 Current Folder Type is set to &quot;Specific&quot;, and any value that
17734 &quot;Folder List&quot; has is ignored unless the type
17735 is set to &quot;Specific&quot;.
17737 When reading a newsgroup, there may be a performance penalty
17738 incurred when collecting the information necessary to check a Pattern.
17739 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17740 For example, a rule with a non-Normal Index Line Color
17741 and a Current Folder Type of
17742 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17743 screen to draw more slowly when in a newsgroup.
17745 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17746 for more information on Patterns.
17748 Look <A HREF="h_edit_nav_cmds">here</A>
17749 to see the available Editing and Navigation commands.
17751 &lt;End of help on this topic&gt;
17752 </BODY>
17753 </HTML>
17754 ======= h_config_filt_fldr_type =======
17755 <HTML>
17756 <HEAD>
17757 <TITLE>Current Folder Type Explained</TITLE>
17758 </HEAD>
17759 <BODY>
17760 <H1>Current Folder Type Explained</H1>
17762 The Current Folder Type is part of the Filtering rule's Pattern.
17763 It refers to the type of the folder for which the filtering is being done.
17764 In order for a rule to be considered a match, the current folder must
17765 be of the type you set here.
17766 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17767 all what you might think.
17769 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17770 example, then
17771 that Pattern will only match if the current folder is a newsgroup and
17772 the rest of the Pattern matches.
17773 The value &quot;Specific&quot; may be used when you want to limit the match
17774 to a specific folder (not just a specific type of folder), or to a list of
17775 specific folders.
17777 In order to match a specific folder you Select the &quot;Specific&quot;
17778 button <EM>AND</EM> fill in
17779 the name (or list of names) of
17780 the folder in the &quot;Folder List&quot; field.
17781 If the current folder is any of the folders in the list, that is considered
17782 a match.
17783 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17784 of the folder (like what appears in your configuration file) or, if the
17785 folder is one of your incoming folders, it may be the nickname you've given
17786 the folder.
17787 Here are a couple samples of specific folder names:
17789 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17791 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17793 The easiest way to fill in the &quot;Folder List&quot; field is to use
17794 the T command that is available when the &quot;Folder List&quot; line is
17795 highlighted.
17796 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17797 Current Folder Type is set to &quot;Specific&quot;, and any value that
17798 &quot;Folder List&quot; has is ignored unless the type
17799 is set to &quot;Specific&quot;.
17801 When reading a newsgroup, there may be a performance penalty
17802 incurred when collecting the information necessary to check a Pattern.
17803 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17804 For example, a rule with a Current Folder Type of either
17805 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17806 more slowly when opening a newsgroup.
17808 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17809 for more information on Patterns.
17811 Look <A HREF="h_edit_nav_cmds">here</A>
17812 to see the available Editing and Navigation commands.
17814 &lt;End of help on this topic&gt;
17815 </BODY>
17816 </HTML>
17817 ======= h_config_role_stat_imp =======
17818 <HTML>
17819 <HEAD>
17820 <TITLE>Message Important Status Explained</TITLE>
17821 </HEAD>
17822 <BODY>
17823 <H1>Message Important Status Explained</H1>
17825 This part of the Pattern may have one of three possible values.
17826 The default value is &quot;Don't care&quot;, which matches any message.
17827 The other two values are &quot;Yes&quot;, which means the message must be
17828 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17829 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17830 to be a match.
17832 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17833 for more information on Patterns.
17835 Look <A HREF="h_edit_nav_cmds">here</A>
17836 to see the available Editing and Navigation commands.
17838 &lt;End of help on this topic&gt;
17839 </BODY>
17840 </HTML>
17841 ======= h_config_role_stat_new =======
17842 <HTML>
17843 <HEAD>
17844 <TITLE>Message New Status Explained</TITLE>
17845 </HEAD>
17846 <BODY>
17847 <H1>Message New Status Explained</H1>
17849 This part of the Pattern may have one of three possible values.
17850 The default value is &quot;Don't care&quot;, which matches any message.
17851 The other two values are &quot;Yes&quot;, which means the message must be
17852 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17853 means the message must <EM>not</EM> be &quot;New&quot; in order
17854 to be a match.
17855 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17856 same as <EM>Seen</EM>.
17858 The nomenclature for New and Recent is a bit confusing:
17860 New means that the message is Unseen.
17861 It could have been in your mailbox for a long time but if you haven't looked
17862 at it, it is still considered New.
17863 That matches the default Alpine index display that shows an N for such a
17864 message.
17866 Recent means that the message was added to this folder since the last time
17867 you opened the folder.
17868 Alpine also shows an N by default for these types of messages.
17869 If you were to run two copies of Alpine that opened a folder one right after
17870 the other, a message would only show up as Recent in (at most) the first
17871 Alpine session.
17873 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17874 for more information on Patterns.
17876 Look <A HREF="h_edit_nav_cmds">here</A>
17877 to see the available Editing and Navigation commands.
17879 &lt;End of help on this topic&gt;
17880 </BODY>
17881 </HTML>
17882 ======= h_config_role_stat_recent =======
17883 <HTML>
17884 <HEAD>
17885 <TITLE>Message Recent Status Explained</TITLE>
17886 </HEAD>
17887 <BODY>
17888 <H1>Message Recent Status Explained</H1>
17890 This part of the Pattern may have one of three possible values.
17891 The default value is &quot;Don't care&quot;, which matches any message.
17892 The other two values are &quot;Yes&quot;, which means the message must be
17893 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17894 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17895 to be a match.
17896 &quot;Recent&quot; means that the message was added to the folder since
17897 the last time the folder was opened.
17898 If more than one mail client has the folder opened, the message will
17899 appear to be &quot;Recent&quot; to only one of the clients.
17901 The nomenclature for New and Recent is a bit confusing:
17903 New means that the message is Unseen.
17904 It could have been in your mailbox for a long time but if you haven't looked
17905 at it, it is still considered New.
17906 That matches the default Alpine index display that shows an N for such a
17907 message.
17909 Recent means that the message was added to this folder since the last time
17910 you opened the folder.
17911 Alpine also shows an N by default for these types of messages.
17912 If you were to run two copies of Alpine that opened a folder one right after
17913 the other, a message would only show up as Recent in (at most) the first
17914 Alpine session.
17916 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17917 for more information on Patterns.
17919 Look <A HREF="h_edit_nav_cmds">here</A>
17920 to see the available Editing and Navigation commands.
17922 &lt;End of help on this topic&gt;
17923 </BODY>
17924 </HTML>
17925 ======= h_config_role_stat_del =======
17926 <HTML>
17927 <HEAD>
17928 <TITLE>Message Deleted Status Explained</TITLE>
17929 </HEAD>
17930 <BODY>
17931 <H1>Message Deleted Status Explained</H1>
17933 This part of the Pattern may have one of three possible values.
17934 The default value is &quot;Don't care&quot;, which matches any message.
17935 The other two values are &quot;Yes&quot;, which means the message must be
17936 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17937 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17938 to be a match.
17940 If you are thinking of using this part of the Pattern as a way to prevent
17941 messages from being filtered more than once in a Filter Pattern,
17942 take a look at the Filter Option
17943 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17944 instead.
17945 It should work better than using this field since it will hide the filtered
17946 messages even if they are already Deleted.
17947 That option is at the bottom of the Filter configuration screen.
17949 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17950 for more information on Patterns.
17952 Look <A HREF="h_edit_nav_cmds">here</A>
17953 to see the available Editing and Navigation commands.
17955 &lt;End of help on this topic&gt;
17956 </BODY>
17957 </HTML>
17958 ======= h_config_role_stat_ans =======
17959 <HTML>
17960 <HEAD>
17961 <TITLE>Message Answered Status Explained</TITLE>
17962 </HEAD>
17963 <BODY>
17964 <H1>Message Answered Status Explained</H1>
17966 This part of the Pattern may have one of three possible values.
17967 The default value is &quot;Don't care&quot;, which matches any message.
17968 The other two values are &quot;Yes&quot;, which means the message must be
17969 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17970 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17971 to be a match.
17973 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17974 for more information on Patterns.
17976 Look <A HREF="h_edit_nav_cmds">here</A>
17977 to see the available Editing and Navigation commands.
17979 &lt;End of help on this topic&gt;
17980 </BODY>
17981 </HTML>
17982 ======= h_config_role_abookfrom =======
17983 <HTML>
17984 <HEAD>
17985 <TITLE>Address in Address Book Explained</TITLE>
17986 </HEAD>
17987 <BODY>
17988 <H1>Address in Address Book Explained</H1>
17990 This option gives you a way to match messages that contain an address
17991 that is in one of your address books.
17992 Only the simple entries in your address books are searched.
17993 Address book distribution lists are ignored!
17995 This part of the Pattern may have one of five possible values.
17996 The default value is &quot;Don't care&quot;, which matches any message.
17997 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17998 from the message must be in at least one of your
17999 address books in order to be a match.
18000 The value &quot;No, not in any address book&quot;
18001 means none of the addresses may
18002 be in any of your address books in order to be a match.
18004 The values &quot;Yes, in specific address books&quot; and
18005 &quot;No, not in any of specific address books&quot; are similar but instead
18006 of depending on all address books you are allowed to give a list of address
18007 books to look in.
18008 Usually this would be a single address book but it may be a
18009 list of address books as well.
18010 For each of these &quot;specific&quot; address book options you Select which
18011 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
18012 name (or list of names) of the address book in the
18013 &quot;Abook List&quot; field.
18014 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
18015 The easiest way to fill in the Abook List field it to use
18016 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
18017 line is highlighted.
18018 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
18019 option is set to one of the two &quot;Specific&quot;, values.
18021 The addresses from the message that are checked for are determined by the
18022 setting you have for &quot;Types of addresses to check for in address book&quot;.
18023 If you set this to &quot;From&quot; the From address from the message will
18024 be looked up in the address book.
18025 If you set it to &quot;To&quot; instead then the To addresses will be used.
18026 If any of the To addresses are in the address book then it is considered
18027 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
18028 You could set it to both From and To, in which case all of the From and To
18029 addresses are used.
18030 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
18031 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
18032 exists or the From address if there is no Reply-To address.
18033 Same for the Sender address.
18035 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18036 for more information on Patterns.
18038 Look <A HREF="h_edit_nav_cmds">here</A>
18039 to see the available Editing and Navigation commands.
18041 &lt;End of help on this topic&gt;
18042 </BODY>
18043 </HTML>
18044 ======= h_config_inabook_from =======
18045 <HTML>
18046 <HEAD>
18047 <TITLE>From</TITLE>
18048 </HEAD>
18049 <BODY>
18050 <H1>From</H1>
18052 Setting the From line will cause the address from the From header line
18053 of the message to be checked for in the address book.
18055 &lt;End of help on this topic&gt;
18056 </BODY>
18057 </HTML>
18058 ======= h_config_inabook_replyto =======
18059 <HTML>
18060 <HEAD>
18061 <TITLE>Reply-To</TITLE>
18062 </HEAD>
18063 <BODY>
18064 <H1>Reply-To</H1>
18066 Setting the Reply-To line will cause the address from the Reply-To header line
18067 of the message to be checked for in the address book.
18068 However, if there is no Reply-To header line in the message the From header
18069 line will be used instead.
18070 We understand this is dumb but we don't have an easy way around it.
18072 &lt;End of help on this topic&gt;
18073 </BODY>
18074 </HTML>
18075 ======= h_config_inabook_sender =======
18076 <HTML>
18077 <HEAD>
18078 <TITLE>Sender</TITLE>
18079 </HEAD>
18080 <BODY>
18081 <H1>Sender</H1>
18083 Setting the Sender line will cause the address from the Sender header line
18084 of the message to be checked for in the address book.
18085 However, if there is no Sender header line in the message the From header
18086 line will be used instead.
18087 We understand this is dumb but we don't have an easy way around it.
18089 &lt;End of help on this topic&gt;
18090 </BODY>
18091 </HTML>
18092 ======= h_config_inabook_to =======
18093 <HTML>
18094 <HEAD>
18095 <TITLE>To</TITLE>
18096 </HEAD>
18097 <BODY>
18098 <H1>To</H1>
18100 Setting the To line will cause the address from the To header line
18101 of the message to be checked for in the address book.
18103 &lt;End of help on this topic&gt;
18104 </BODY>
18105 </HTML>
18106 ======= h_config_inabook_cc =======
18107 <HTML>
18108 <HEAD>
18109 <TITLE>CC</TITLE>
18110 </HEAD>
18111 <BODY>
18112 <H1>CC</H1>
18114 Setting the CC line will cause the address from the CC header line
18115 of the message to be checked for in the address book.
18117 &lt;End of help on this topic&gt;
18118 </BODY>
18119 </HTML>
18120 ======= h_config_role_stat_8bitsubj =======
18121 <HTML>
18122 <HEAD>
18123 <TITLE>Raw 8-bit in Subject Explained</TITLE>
18124 </HEAD>
18125 <BODY>
18126 <H1>Raw 8-bit in Subject Explained</H1>
18128 It seems that lots of unwanted email contains unencoded 8-bit characters
18129 in the Subject.
18130 Normally, characters with the 8th bit set are not allowed in the Subject
18131 header unless they are MIME-encoded.
18132 This option gives you a way to match messages that have Subjects that
18133 contain unencoded 8-bit characters.
18135 This part of the Pattern may have one of three possible values.
18136 The default value is &quot;Don't care&quot;, which matches any message.
18137 The other two values are &quot;Yes&quot;, which means the Subject of
18138 the message must contain unencoded 8-bit characters (characters with the
18139 most significant bit set)
18140 in order to be a match; or &quot;No&quot;, which
18141 means the Subject must <EM>not</EM>
18142 contain unencoded 8-bit characters in order to be a match.
18144 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18145 for more information on Patterns.
18147 Look <A HREF="h_edit_nav_cmds">here</A>
18148 to see the available Editing and Navigation commands.
18150 &lt;End of help on this topic&gt;
18151 </BODY>
18152 </HTML>
18153 ======= h_config_role_bom =======
18154 <HTML>
18155 <HEAD>
18156 <TITLE>Beginning of Month</TITLE>
18157 </HEAD>
18158 <BODY>
18159 <H1>Beginning of Month</H1>
18161 This option gives you a limited ability to take different actions depending on whether
18162 this is the first time Alpine has been run this month or not.
18163 Though it would be nice to have such an option available, this is not the
18164 same as whether or not this is the first time a paricular folder has been
18165 opened this month.
18166 If you want some action (probably Filtering) to take place in a folder each
18167 month, then you will need to be sure that the folder is opened during the
18168 first Alpine session of the month in order for this option to be helpful.
18170 This part of the Pattern may have one of three possible values.
18171 The default value is &quot;Don't care&quot;, which matches any message.
18172 The other two values are &quot;Yes&quot;, which means this is the first
18173 time Alpine has been run this month;
18174 or &quot;No&quot;, which
18175 means this is not the first time Alpine has been run this month.
18177 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18178 for more information on Patterns.
18180 Here are some technical details.
18181 The way that Alpine decides if it is the beginning of the month or not is
18182 to compare today's date with the date stored in the
18183 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18184 variable in the config file.
18185 If the month of today's date is later than the month stored in the variable,
18186 then this is considered to be the first time you have run Alpine this month, and
18187 that turns the Beginning of the Month option on.
18189 Look <A HREF="h_edit_nav_cmds">here</A>
18190 to see the available Editing and Navigation commands.
18192 &lt;End of help on this topic&gt;
18193 </BODY>
18194 </HTML>
18195 ======= h_config_role_boy =======
18196 <HTML>
18197 <HEAD>
18198 <TITLE>Beginning of Year</TITLE>
18199 </HEAD>
18200 <BODY>
18201 <H1>Beginning of Year</H1>
18203 This option gives you a limited ability to take different actions depending on whether
18204 this is the first time Alpine has been run this year or not.
18205 Though it would be nice to have such an option available, this is not the
18206 same as whether or not this is the first time a paricular folder has been
18207 opened this year.
18208 If you want some action (probably Filtering) to take place in a folder each
18209 year, then you will need to be sure that the folder is opened during the
18210 first Alpine session of the year in order for this option to be helpful.
18212 This part of the Pattern may have one of three possible values.
18213 The default value is &quot;Don't care&quot;, which matches any message.
18214 The other two values are &quot;Yes&quot;, which means this is the first
18215 time Alpine has been run this year;
18216 or &quot;No&quot;, which
18217 means this is not the first time Alpine has been run this year.
18219 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18220 for more information on Patterns.
18222 Here are some technical details.
18223 The way that Alpine decides if it is the beginning of the year or not is
18224 to compare today's date with the date stored in the
18225 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
18226 variable in the config file.
18227 If the year of today's date is later than the year stored in the variable,
18228 then this is considered to be the first time you have run Alpine this year, and
18229 that turns the Beginning of the Year option on.
18231 Look <A HREF="h_edit_nav_cmds">here</A>
18232 to see the available Editing and Navigation commands.
18234 &lt;End of help on this topic&gt;
18235 </BODY>
18236 </HTML>
18237 ======= h_config_role_inick =======
18238 <HTML>
18239 <HEAD>
18240 <TITLE>Initialize Values From Role Explained</TITLE>
18241 </HEAD>
18242 <BODY>
18243 <H1>Initialize Values From Role Explained</H1>
18245 This is a power user feature.
18246 You will usually want to leave this field empty.
18247 The value of this field is the nickname of another one of your roles.
18248 The Action values from that other role
18249 are used as the initial values of the Action items for this role.
18250 If you put something in any of the action fields for this role, that will
18251 override whatever was in the corresponding field of the initializer role.
18253 You might use this field if the &quot;Action&quot; part of one of your roles
18254 is something you want to use in more than one role.
18255 Instead of filling in those action values again for each role, you
18256 may give the nickname of the role where the values are filled in.
18257 It's just a shortcut way to define Role Actions.
18259 Here's an example to help explain how this works.
18260 Suppose you have a role with nickname &quot;role1&quot; and role1 has
18261 (among other things)
18263 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
18265 set.
18266 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
18267 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
18268 from role1 by default (and any of the other inheritable action values
18269 that are set).
18270 So if role2 had
18272 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
18274 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
18275 However, if role2 had
18277 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
18279 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
18281 If you wish,
18282 you may choose a nickname from your list of roles by using the
18283 &quot;T&quot; command.
18284 If the role you are using to initialize also has a role it initializes from,
18285 then that initialization happens first.
18286 That is, inheritance works as expected with the grandparent and
18287 great-grandparent (and so on) roles having the expected effect.
18289 Look <A HREF="h_edit_nav_cmds">here</A>
18290 to see the available Editing and Navigation commands.
18292 &lt;End of help on this topic&gt;
18293 </BODY>
18294 </HTML>
18295 ======= h_config_role_setfrom =======
18296 <HTML>
18297 <HEAD>
18298 <TITLE>Set From Explained</TITLE>
18299 </HEAD>
18300 <BODY>
18301 <H1>Set From Explained</H1>
18303 This describes part of the action to be taken if the Pattern for this
18304 role is a match.
18305 This field consists of a single address that will be used as the From
18306 address on the message you are sending.
18307 This should be a fully-qualified address like
18309 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18311 or just
18313 <CENTER><SAMP>user@domain</SAMP></CENTER>
18315 If you wish,
18316 you may choose an address from your address book with the
18317 &quot;T&quot; command.
18319 If this is left blank, then your normal From address will be used.
18321 You may also find it useful to add the changed From address to the
18322 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
18323 configuration option.
18325 Look <A HREF="h_edit_nav_cmds">here</A>
18326 to see the available Editing and Navigation commands.
18328 &lt;End of help on this topic&gt;
18329 </BODY>
18330 </HTML>
18331 ======= h_config_role_setreplyto =======
18332 <HTML>
18333 <HEAD>
18334 <TITLE>Set Reply-To Explained</TITLE>
18335 </HEAD>
18336 <BODY>
18337 <H1>Set Reply-To Explained</H1>
18339 This describes part of the action to be taken if the Pattern for this
18340 role is a match.
18341 This field consists of a single address that will be used as the Reply-To
18342 address on the message you are sending.
18343 This may be a fully-qualified address like
18345 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
18347 or just
18349 <CENTER><SAMP>user@domain</SAMP></CENTER>
18351 If you wish,
18352 you may choose an address from your address book with the
18353 &quot;T&quot; command.
18355 If this is left blank, then there won't be a Reply-To address unless
18356 you have configured one specially with the
18357 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
18358 configuration option.
18360 Look <A HREF="h_edit_nav_cmds">here</A>
18361 to see the available Editing and Navigation commands.
18363 &lt;End of help on this topic&gt;
18364 </BODY>
18365 </HTML>
18366 ======= h_config_role_setfcc =======
18367 <HTML>
18368 <HEAD>
18369 <TITLE>Set Fcc Explained</TITLE>
18370 </HEAD>
18371 <BODY>
18372 <H1>Set Fcc Explained</H1>
18374 This describes part of the action to be taken if the Pattern for this
18375 role is a match.
18376 This field consists of a single folder name that will be used in
18377 the Fcc field of the message you are sending.
18378 You may put anything here that you would normally type into the Fcc
18379 field from the composer.
18381 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18382 no Fcc.
18384 A blank field here means that Alpine will use its normal rules for deciding
18385 the default value of the Fcc field.
18386 For many roles, perhaps most, it may make more sense for you to use the
18387 other Alpine facilities for setting the Fcc.
18388 In particular, if you want the Fcc to depend on who you are sending the
18389 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18390 is probably more useful.
18391 In that case, you would want to leave the Fcc field here blank.
18392 However, if you have a role that depends on who the message you are replying
18393 to was From, or what address that message was sent to;
18394 then it might make sense to set the Fcc for that role here.
18396 If you wish,
18397 you may choose a folder from your folder collections by using the
18398 &quot;T&quot; command.
18400 Look <A HREF="h_edit_nav_cmds">here</A>
18401 to see the available Editing and Navigation commands.
18403 &lt;End of help on this topic&gt;
18404 </BODY>
18405 </HTML>
18406 ======= h_config_role_usesmtp =======
18407 <HTML>
18408 <HEAD>
18409 <TITLE>Use SMTP Server Explained</TITLE>
18410 </HEAD>
18411 <BODY>
18412 <H1>Use SMTP Server Explained</H1>
18414 This describes part of the action to be taken if the Pattern for this
18415 role is a match.
18416 If this field has a value, then it will be used as the SMTP server
18417 to send mail when this role is being used (unless the SMTP server variable
18418 is set in the system-wide fixed configuration file).
18419 It has the same semantics as the
18420 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18421 variable in the Setup/Config screen.
18423 If you are using this to post from home when you are at home and from
18424 work when you are at work you need to be careful about postponing messages.
18425 When you postpone a composition that was using a role with this variable
18426 set, the SMTP server list will be saved
18427 with the postponed composition.
18428 It cannot be changed later.
18429 Because of this, you may want to make this a list of SMTP servers
18430 with the preferred server at the front of the list and alternate servers
18431 later in the list.
18432 In your &quot;Home&quot; role you would put the home SMTP server first and
18433 the work SMTP server last.
18434 In your &quot;Work&quot; role you would put the work SMTP server first and
18435 the home SMTP server last.
18436 Then if you start a composition as &quot;Work&quot;, postpone
18437 it, and then later resume it from home the work SMTP server will fail but
18438 the home SMTP server later in the list will succeed.
18440 You may be able to simplify things by making the regular
18441 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18442 variable in the Setup/Config screen a list instead of using roles
18443 to set the SMTP server.
18446 Look <A HREF="h_edit_nav_cmds">here</A>
18447 to see the available Editing and Navigation commands.
18449 &lt;End of help on this topic&gt;
18450 </BODY>
18451 </HTML>
18452 ======= h_config_role_usenntp =======
18453 <HTML>
18454 <HEAD>
18455 <TITLE>Use NNTP Server Explained</TITLE>
18456 </HEAD>
18457 <BODY>
18458 <H1>Use NNTP Server Explained</H1>
18460 This describes part of the action to be taken if the Pattern for this
18461 role is a match.
18462 If this field has a value, then it will be used as the NNTP server
18463 to post to newsgroups when this role is being used (unless the NNTP server
18464 variable
18465 is set in the system-wide fixed configuration file).
18466 It has the same semantics as the
18467 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18468 variable in the Setup/Config screen.
18470 This role setting can facilitate posting to the right nntp server for someone
18471 who reads news from various news sources.  The feature
18472 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18473 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18474 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18475 nntp servers for roles may be more desirable for some people.
18477 If you are using this to post from home when you are at home and from
18478 work when you are at work you need to be careful about postponing messages.
18479 When you postpone a composition that was using a role with this variable
18480 set, the NNTP server list will be saved
18481 with the postponed composition.
18482 It cannot be changed later.
18483 Because of this, you may want to make this a list of NNTP servers
18484 with the preferred server at the front of the list and alternate servers
18485 later in the list.
18486 In your &quot;Home&quot; role you would put the home NNTP server first and
18487 the work NNTP server last.
18488 In your &quot;Work&quot; role you would put the work NNTP server first and
18489 the home NNTP server last.
18490 Then if you start a composition as &quot;Work&quot;, postpone
18491 it, and then later resume it from home the work NNTP server will fail but
18492 the home NNTP server later in the list will succeed.
18494 You may be able to simplify things by making the regular
18495 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18496 variable in the Setup/Config screen a list instead of using roles
18497 to set the NNTP server.
18500 Look <A HREF="h_edit_nav_cmds">here</A>
18501 to see the available Editing and Navigation commands.
18503 &lt;End of help on this topic&gt;
18504 </BODY>
18505 </HTML>
18506 ======= h_config_role_setotherhdr =======
18507 <HTML>
18508 <HEAD>
18509 <TITLE>Set Other Headers Explained</TITLE>
18510 </HEAD>
18511 <BODY>
18512 <H1>Set Other Headers Explained</H1>
18514 This describes part of the action to be taken if the Pattern for this
18515 role is a match.
18516 This field gives you a way to set values for headers besides
18517 &quot;From&quot; and &quot;Reply-To&quot;.
18518 If you want to set either of those, use the specific
18519 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18521 This field is similar to the
18522 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18523 Each header you specify here must include the header tag 
18524 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18525 and may optionally include a value for that header.
18526 In order to see these headers when you compose using this role you 
18527 must use the rich header
18528 <!--chtml if pinemode="function_key"-->(F5)
18529 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18530 Here's an example that shows how you might set the To address.
18532 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18534 Headers set in this way are different from headers set with the
18535 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18536 will replace any value that already exists.
18537 For example, if you are Replying to a message there will already be at
18538 least one address in the To header (the address you are Replying to).
18539 However, if you Reply using a role that sets the To header, that role's
18540 To header value will be used instead.
18542 Limitation: Because commas are used to separate the list of
18543 Other Headers, it is not possible to have the value of a
18544 header contain a comma;
18545 nor is there currently an &quot;escape&quot; mechanism provided
18546 to make this work.
18548 Look <A HREF="h_edit_nav_cmds">here</A>
18549 to see the available Editing and Navigation commands.
18551 &lt;End of help on this topic&gt;
18552 </BODY>
18553 </HTML>
18554 ======= h_config_role_setlitsig =======
18555 <HTML>
18556 <HEAD>
18557 <TITLE>Set Literal Signature Explained</TITLE>
18558 </HEAD>
18559 <BODY>
18560 <H1>Set Literal Signature Explained</H1>
18562 This describes part of the action to be taken if the Pattern for this
18563 role is a match.
18564 This field contains the actual text for your signature, as opposed to
18565 the name of a file containing your signature.
18566 If this is defined it takes precedence over any value set in the
18567 &quot;Set Signature&quot; field.
18569 This is simply a different way to store the signature.
18570 The signature is stored inside your Alpine configuration file instead of in
18571 a separate file.
18572 Tokens work the same way they do with
18573 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18574 help text there for more information.
18577 The two character sequence &#92;n (backslash followed by
18578 the character n) will be used to signify a line-break in your signature.
18579 You don't have to enter the &#92;n, but it will be visible in the
18580 CHANGE THIS ROLE RULE window after you are done editing the signature.
18582 Look <A HREF="h_edit_nav_cmds">here</A>
18583 to see the available Editing and Navigation commands.
18585 &lt;End of help on this topic&gt;
18586 </BODY>
18587 </HTML>
18588 ======= h_config_role_setsig =======
18589 <HTML>
18590 <HEAD>
18591 <TITLE>Set Signature Explained</TITLE>
18592 </HEAD>
18593 <BODY>
18594 <H1>Set Signature Explained</H1>
18596 This describes part of the action to be taken if the Pattern for this
18597 role is a match.
18599 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18600 option from Setup/Config
18601 or the &quot;Set LiteralSig&quot; option for this role are defined,
18602 then this option will be ignored.
18603 You can tell that that is the case because the value of this
18604 option will show up as
18606 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18608 You may either use all Literal Signatures (signatures stored in your
18609 configuration file) throughout Alpine, or all signature files.
18610 You can't mix the two.
18612 This field consists of a filename that will be used as the signature
18613 file when using this role.
18615 If the filename is followed by a vertical bar (|) then instead
18616 of reading the contents of the file the file is assumed to be a
18617 program that will produce the text to be used on its standard output.
18618 The program can't have any arguments and doesn't receive any input from Alpine,
18619 but the rest of the processing works as if the contents came from a file.
18621 Instead of storing the data in a local file, the
18622 signature data may be stored remotely in an IMAP folder.
18623 In order to do this, 
18624 you must use a remote name for the signature.
18625 A remote signature name might look like:
18627 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18630 The syntax used here is the same as the syntax used for a remote
18631 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18632 Note that you may not access an existing signature file remotely,
18633 you have to create a new <EM>folder</EM> that contains the signature data.
18634 If the name you use here for the signature data is a remote name, then when
18635 you edit the file using the &quot;F&quot; command the data will
18636 be saved remotely in the folder.
18637 You aren't required to do anything special to create the folder, it
18638 gets created if you use a remote name.
18641 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18642 the name of the file) you have specified.
18643 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18645 Besides containing regular text, a signature file may also
18646 contain (or a signature program may produce) tokens that are replaced with text
18647 that depends on the message you are replying to or forwarding.
18648 The tokens all look like _word_ (a word surrounded by underscores).
18649 For example, if the token
18651 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18653 is included in the text of the signature file, then when you reply to
18654 or forward a message, the token will be replaced with the actual date
18655 the message you are replying to or forwarding was sent.
18657 If you use a role that has a signature file for a plain composition
18658 (that is, not a reply or forward) then there is no original message, so
18659 any tokens that depend on the message will be replaced with nothing.
18660 So if you want a signature file to be useful for new compositions it
18661 shouldn't include any of the tokens that depend on the message being
18662 replied to or forwarded.
18664 The list of available tokens is
18665 <A HREF="h_index_tokens">here</A>.
18667 Actually, for the adventurous, there is a way to conditionally include text based
18668 on whether or not a token would result in specific replacement text.
18669 For example, you could include some text based on whether or not
18670 the _NEWS_ token would result in any newsgroups if it was used.
18671 It's explained in detail
18672 <A HREF="h_reply_token_conditionals">here</A>.
18674 In the very unlikely event that you want to include a literal token in
18675 a signature file, you must precede it with a backslash character.
18676 For example, to include the literal text _DATE_ you must actually use
18677 &#92;_DATE_.
18678 It is not possible to have a literal backslash followed by an expanded token.
18680 A blank field here means that Alpine will use its normal rules for deciding
18681 which file (if any) to use for the signature file.
18683 An alternate method for storing the signature is available in
18684 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18686 Look <A HREF="h_edit_nav_cmds">here</A>
18687 to see the available Editing and Navigation commands.
18689 &lt;End of help on this topic&gt;
18690 </BODY>
18691 </HTML>
18692 ======= h_config_role_settempl =======
18693 <HTML>
18694 <HEAD>
18695 <TITLE>Set Template Explained</TITLE>
18696 </HEAD>
18697 <BODY>
18698 <H1>Set Template Explained</H1>
18700 This describes part of the action to be taken if the Pattern for this
18701 role is a match.
18702 This field consists of a filename that will be used as the template
18703 file when using this role.
18704 The template file is a file that is included at the top of the message you
18705 are composing.
18707 If the filename is followed by a vertical bar (|) then instead
18708 of reading the contents of the file the file is assumed to be a
18709 program that will produce the text to be used on its standard output.
18710 The program can't have any arguments and doesn't receive any input from Alpine,
18711 but the rest of the processing works as if the contents came from a file.
18713 Instead of storing the data in a local file, the
18714 template may be stored remotely in an IMAP folder.
18715 In order to do this, 
18716 you must use a remote name for the template.
18717 A remote template name might look like:
18719 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18722 The syntax used here is the same as the syntax used for a remote
18723 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18724 Note that you may not access an existing template file remotely,
18725 you have to create a new <EM>folder</EM> that contains the template data.
18726 If the name you use here for the template is a remote name, then when
18727 you edit the file using the &quot;F&quot; command the data will
18728 be saved remotely in the folder.
18729 You aren't required to do anything special to create the folder, it
18730 gets created if you use a remote name.
18732 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18733 the name of the file) you have specified.
18734 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18736 Besides containing regular text, the template file may also
18737 contain (or a template file program may produce) tokens that are replaced with text
18738 that depends on the message you are replying to or forwarding.
18739 The tokens all look like _word_ (a word surrounded by underscores).
18740 For example, if the token
18742 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18744 is included in the text of the template file, then when you reply to
18745 or forward a message, the token will be replaced with the actual date
18746 the message you are replying to or forwarding was sent.
18748 If you use a role that has a template file for a plain composition
18749 (that is, not a reply or forward) then there is no original message, so
18750 any tokens that depend on the message will be replaced with nothing.
18751 So if you want a template file to be useful for new compositions it
18752 shouldn't include any of the tokens that depend on the message being
18753 replied to or forwarded.
18755 The list of available tokens is
18756 <A HREF="h_index_tokens">here</A>.
18758 Actually, for the adventurous, there is a way to conditionally include text based
18759 on whether or not a token would result in specific replacement text.
18760 For example, you could include some text based on whether or not
18761 the _NEWS_ token would result in any newsgroups if it was used.
18762 It's explained in detail
18763 <A HREF="h_reply_token_conditionals">here</A>.
18765 In the very unlikely event that you want to include a literal token in
18766 a template file, you must precede it with a backslash character.
18767 For example, to include the literal text _DATE_ you must actually use
18768 &#92;_DATE_.
18769 It is not possible to have a literal backslash followed by an expanded token.
18771 A blank template field means that Alpine will not use a template file when
18772 this role is being used.
18774 Look <A HREF="h_edit_nav_cmds">here</A>
18775 to see the available Editing and Navigation commands.
18777 &lt;End of help on this topic&gt;
18778 </BODY>
18779 </HTML>
18780 ======= h_config_filt_stat_imp =======
18781 <HTML>
18782 <HEAD>
18783 <TITLE>Set Important Status Explained</TITLE>
18784 </HEAD>
18785 <BODY>
18786 <H1>Set Important Status Explained</H1>
18788 This describes part of the action to be taken if the Pattern for this
18789 filter is a match.
18790 If set to &quot;Don't change it&quot; then this does nothing.
18791 If set to &quot;Set this state&quot; then the Important flag is set
18792 for the matching message.
18793 If set to &quot;Clear this state&quot; then the Important flag is cleared
18794 for the matching message.
18795 The important flag usually causes an asterisk to show up in the MESSAGE
18796 INDEX.
18797 It may also be useful when selecting a set of messages
18798 with the Select command.
18800 Look <A HREF="h_edit_nav_cmds">here</A>
18801 to see the available Editing and Navigation commands.
18803 &lt;End of help on this topic&gt;
18804 </BODY>
18805 </HTML>
18806 ======= h_config_filt_stat_new =======
18807 <HTML>
18808 <HEAD>
18809 <TITLE>Set New Status Explained</TITLE>
18810 </HEAD>
18811 <BODY>
18812 <H1>Set New Status Explained</H1>
18814 This describes part of the action to be taken if the Pattern for this
18815 filter is a match.
18816 If set to &quot;Don't change it&quot; then this does nothing.
18817 If set to &quot;Set this state&quot; then the
18818 matching message is marked New.
18819 If set to &quot;Clear this state&quot; then the
18820 matching message is marked Seen.
18822 Look <A HREF="h_edit_nav_cmds">here</A>
18823 to see the available Editing and Navigation commands.
18825 &lt;End of help on this topic&gt;
18826 </BODY>
18827 </HTML>
18828 ======= h_config_filt_stat_ans =======
18829 <HTML>
18830 <HEAD>
18831 <TITLE>Set Answered Status Explained</TITLE>
18832 </HEAD>
18833 <BODY>
18834 <H1>Set Answered Status Explained</H1>
18836 This describes part of the action to be taken if the Pattern for this
18837 filter is a match.
18838 If set to &quot;Don't change it&quot; then this does nothing.
18839 If set to &quot;Set this state&quot; then the Answered flag is set
18840 for the matching message.
18841 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18842 for the matching message.
18844 Look <A HREF="h_edit_nav_cmds">here</A>
18845 to see the available Editing and Navigation commands.
18847 &lt;End of help on this topic&gt;
18848 </BODY>
18849 </HTML>
18850 ======= h_config_filt_stat_del =======
18851 <HTML>
18852 <HEAD>
18853 <TITLE>Set Deleted Status Explained</TITLE>
18854 </HEAD>
18855 <BODY>
18856 <H1>Set Deleted Status Explained</H1>
18858 This describes part of the action to be taken if the Pattern for this
18859 filter is a match.
18860 If set to &quot;Don't change it&quot; then this does nothing.
18861 If set to &quot;Set this state&quot; then the
18862 matching message is marked Deleted.
18863 If set to &quot;Clear this state&quot; then the
18864 matching message is marked UnDeleted.
18866 You should not use this option unless you are prepared to have matching
18867 messages expunged from the folder permanently.
18868 For example, if you type the Expunge command, this filter is applied
18869 before the expunge, so matching messages will be marked Deleted and then
18870 will be permanently expunged from the folder.
18871 However, since the index isn't redrawn in between the time that the message
18872 is marked Deleted and the time that you are asked to expunge, the only
18873 indication that you are expunging the message comes in the number of messages
18874 being expunged.
18875 The same thing may happen when you close a folder.
18876 It is also possible that an expunge not initiated by you will
18877 delete matching messages.
18879 Look <A HREF="h_edit_nav_cmds">here</A>
18880 to see the available Editing and Navigation commands.
18882 &lt;End of help on this topic&gt;
18883 </BODY>
18884 </HTML>
18885 ======= h_config_role_scoreval =======
18886 <HTML>
18887 <HEAD>
18888 <TITLE>Score Value Explained</TITLE>
18889 </HEAD>
18890 <BODY>
18891 <H1>Score Value Explained</H1>
18893 A message's score is the sum of the Score Values from all of the Scoring rules
18894 with Patterns that match the message.
18895 The value you give here is the Score Value associated with this rule.
18896 A Score Value is an integer between -100 and 100, with the default
18897 value of zero.
18899 Alternatively, if the
18900 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18901 field is defined
18902 (on the line right below the &quot;Score Value&quot; field)
18903 then the &quot;Score Value&quot; is ignored and
18904 the &quot;Score From Header&quot; field is used instead.
18906 Look <A HREF="h_edit_nav_cmds">here</A>
18907 to see the available Editing and Navigation commands.
18909 &lt;End of help on this topic&gt;
18910 </BODY>
18911 </HTML>
18912 ======= h_config_role_scorehdrtok =======
18913 <HTML>
18914 <HEAD>
18915 <TITLE>Score Value From Header Explained</TITLE>
18916 </HEAD>
18917 <BODY>
18918 <H1>Score Value From Header Explained</H1>
18920 This option provides a way to use a number that appears in the headers of your
18921 messages as the message's score, or as a component of that score.
18922 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18923 The idea behind this option is that there may be a score embedded in the
18924 headers of messages that has already been calculated outside of Alpine.
18925 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18926 somewhere in that header there is a score.
18928 The value for this option is the name of the header followed by parentheses
18929 with two arguments inside:
18931 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18933 No space is allowed between the comma and the start of the field_separators.
18934 It would be interpreted as the first separator if it was there.
18935 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18936 starts after that and goes to the second separator, and so on.
18937 It's easier to explain with examples.
18939 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18941 In the above example the header that is used is the &quot;X-Spam&quot; header.
18942 The value of that header (the part after the colon and the space) is split
18943 into fields separated by spaces.
18945 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18947 The second field is selected and converted to an integer. It only makes sense
18948 if Field2 really is an integer.
18950 Here's an example of a SpamAssassin header.
18951 The exact look of the header will vary, but if your incoming mail
18952 contains headers that look like the following
18954 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18956 you might want to use the hits value as a score.
18957 Since the score is an integer value you can't make use of the decimal part of
18958 the number, but
18959 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18960 and &quot;.&quot; as your separators.
18962 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18964 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18965 hits.
18966 The second field is &quot;10&quot; so the score value would be 10.
18968 Another example we've seen has headers that look like
18970 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18972 Because there are two equals before the 7% the value
18974 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18976 should capture the probability as the score.
18978 The Score From Header scoring value actually works just like the
18979 regular Score Value in that the rest of the pattern has to match before
18980 it is used and the scores from all the different scoring rules that
18981 match for a particular message are added together.
18982 When using the Score From Header method it may (or may not) make sense to
18983 use only a single scoring rule with a pattern that matches every message.
18985 Look <A HREF="h_edit_nav_cmds">here</A>
18986 to see the available Editing and Navigation commands.
18988 &lt;End of help on this topic&gt;
18989 </BODY>
18990 </HTML>
18991 ======= h_config_role_replyuse =======
18992 <HTML>
18993 <HEAD>
18994 <TITLE>Reply Use Explained</TITLE>
18995 </HEAD>
18996 <BODY>
18997 <H1>Reply Use Explained</H1>
18999 This option determines how this particular role will be used when Replying
19000 to a message.
19001 There are three possible values for this option.
19002 The value &quot;Never&quot;
19003 means that this role will not be a candidate for use when Replying.
19004 The role's Pattern will not be checked for a match, however the role will
19005 be available to be manually switched to if there is a confirmation prompt.
19008 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19009 mean that you do want to consider this role when Replying.
19010 For either of these settings, the role's Pattern will be compared with
19011 the message being replied to.
19012 If there is a match then this role will either be used without confirmation
19013 or will be the default when confirmation is asked for, depending on
19014 which of the two options is selected.
19015 If confirmation is requested, you will also have a chance to
19016 manually change the role to any one of your other roles.
19019 You won't be prompted for confirmation if none of your role Patterns
19020 match the message being replied to.
19021 This is independent of the value of the current option.
19022 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19023 feature may be used to change this behavior.
19025 &lt;End of help on this topic&gt;
19026 </BODY>
19027 </HTML>
19028 ======= h_config_role_forwarduse =======
19029 <HTML>
19030 <HEAD>
19031 <TITLE>Forward Use Explained</TITLE>
19032 </HEAD>
19033 <BODY>
19034 <H1>Forward Use Explained</H1>
19036 This option determines how this particular role will be used when Forwarding
19037 a message.
19038 There are three possible values for this option.
19039 The value &quot;Never&quot;
19040 means that this role will not be a candidate for use when Forwarding.
19041 The role's Pattern will not be checked for a match, however the role will
19042 be available to be manually switched to if there is a confirmation prompt.
19045 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19046 mean that you do want to consider this role when Forwarding.
19047 For either of these settings, the role's Pattern will be compared with
19048 the message being forwarded.
19049 If there is a match then this role will either be used without confirmation
19050 or will be the default when confirmation is asked for, depending on
19051 which of the two options is selected.
19052 If confirmation is requested, you will also have a chance to
19053 manually change the role to any one of your other roles.
19056 You won't be prompted for confirmation if none of your role Patterns
19057 match the message being forwarded.
19058 This is independent of the value of the current option.
19059 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19060 feature may be used to change this behavior.
19062 &lt;End of help on this topic&gt;
19063 </BODY>
19064 </HTML>
19065 ======= h_config_role_composeuse =======
19066 <HTML>
19067 <HEAD>
19068 <TITLE>Compose Use Explained</TITLE>
19069 </HEAD>
19070 <BODY>
19071 <H1>Compose Use Explained</H1>
19073 This option determines how this particular role will be used when Composing
19074 a new message using the &quot;Compose&quot; command.
19075 This does not affect what happens when using the &quot;Role&quot; command
19076 to compose a new message.
19077 The &quot;Role&quot; command allows you to select a role from all of the
19078 roles you have defined, regardless of what Uses you've assigned to those
19079 roles.
19082 There are three possible values for this option.
19083 The value &quot;Never&quot;
19084 means that this role will not be a candidate for use when Composing.
19085 The role's Current Folder Type will not be checked for a match, however the role
19086 will be available to be manually switched to if there is a confirmation prompt.
19089 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
19090 mean that you do want to consider this role when Composing.
19091 For either of these settings,
19092 the role's Current Folder Type will be checked (since there is no message
19093 to compare with, the rest of the Pattern is considered a match).
19094 If there is a match then this role will either be used without confirmation
19095 or will be the default when confirmation is asked for, depending on
19096 which of the two options is selected.
19097 If confirmation is requested, you will also have a chance to
19098 manually change the role to any one of your other roles.
19101 When using the Compose command the role checking is a little different
19102 because there is no message being replied to or forwarded.
19103 Because of this the Current Folder Type is checked but the header pattern
19104 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
19105 A role is considered to be a match if it is a candidate for Compose Use and
19106 its Current Folder Type matches the currently open folder.
19107 This could be useful if you want to set a role based on the folder you
19108 are reading, or the type of folder you are reading.
19111 You won't be prompted for confirmation if none of your role Patterns
19112 are a match.
19113 This is independent of the value of the current option.
19114 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
19115 feature may be used to change this behavior.
19117 &lt;End of help on this topic&gt;
19118 </BODY>
19119 </HTML>
19120 ======= h_config_filter_folder =======
19121 <HTML>
19122 <HEAD>
19123 <TITLE>Filter Folder Explained</TITLE>
19124 </HEAD>
19125 <BODY>
19126 <H1>Filter Folder Explained</H1>
19128 When the Filter Action is set to &quot;Move&quot;,
19129 the folder or folders specified here will be used to store messages matching
19130 the provided pattern.
19133 If you set the Filter Action to &quot;Move&quot; you must give a folder name
19134 here.
19137 If you wish,
19138 you may choose a folder from your folder collections by using the
19139 &quot;T&quot; command.
19141 Besides regular text, the folder name may also contain
19142 tokens that are replaced with text representing the current date
19143 when you run Alpine.
19144 For example, if the folder name you use is
19146 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
19148 that is replaced with something like
19150 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
19154 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
19156 becomes
19158 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
19160 The token names must be surrounded by underscores in order to be recognized
19161 as tokens.
19162 The tokens that may be used are those that are derived from the current date.
19163 They're listed near the bottom of the list of tokens give
19164 <A HREF="h_index_tokens">here</A>.
19166 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
19167 for more information on Patterns.
19169 Look <A HREF="h_edit_nav_cmds">here</A>
19170 to see the available Editing and Navigation commands.
19172 &lt;End of help on this topic&gt;
19173 </BODY>
19174 </HTML>
19175 ======= h_config_filter_kw_set =======
19176 <HTML>
19177 <HEAD>
19178 <TITLE>Set These Keywords Explained</TITLE>
19179 </HEAD>
19180 <BODY>
19181 <H1>Set These Keywords Explained</H1>
19183 This describes part of the action to be taken if the Pattern for this
19184 filter is a match.
19185 Read a little about keywords in the help text for the
19186 <A HREF="h_common_flag">Flag</A> command.
19187 This option is a list of keywords that will be Set when there is a match.
19188 If you wish, you may choose keywords from the list of keywords you have
19189 defined with the &quot;T&quot; command.
19190 You may add new keywords by defining them in the
19191 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19192 If you have given a keyword a nickname when configuring it,
19193 that nickname may be used instead of the actual keyword.
19196 Look <A HREF="h_edit_nav_cmds">here</A>
19197 to see the available Editing and Navigation commands.
19199 &lt;End of help on this topic&gt;
19200 </BODY>
19201 </HTML>
19202 ======= h_config_filter_kw_clr =======
19203 <HTML>
19204 <HEAD>
19205 <TITLE>Clear These Keywords Explained</TITLE>
19206 </HEAD>
19207 <BODY>
19208 <H1>Clear These Keywords Explained</H1>
19210 This describes part of the action to be taken if the Pattern for this
19211 filter is a match.
19212 Read a little about keywords in the help text for the
19213 <A HREF="h_common_flag">Flag</A> command.
19214 This option is a list of keywords that will be Cleared when there is a match.
19215 If you wish, you may choose keywords from the list of keywords you have
19216 defined with the &quot;T&quot; command.
19217 You may add new keywords by defining them in the
19218 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
19219 If you have given a keyword a nickname when configuring it,
19220 that nickname may be used instead of the actual keyword.
19223 Look <A HREF="h_edit_nav_cmds">here</A>
19224 to see the available Editing and Navigation commands.
19226 &lt;End of help on this topic&gt;
19227 </BODY>
19228 </HTML>
19229 ======= h_index_tokens =======
19230 <HTML>
19231 <HEAD>
19232 <TITLE>Tokens for Index and Replying</TITLE>
19233 </HEAD>
19234 <BODY>
19236 This set of special tokens may be used in the
19237 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
19238 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
19239 in signature files,
19240 in template files used in
19241 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
19242 that is the target of a Filter Rule.
19243 Some of them aren't available in all situations.
19245 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
19246 option, but they must be surrounded by underscores for the
19247 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
19248 and in the target of Filter Rules.
19252 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
19254 <DL>
19255 <DT>SUBJECT</DT>
19256 <DD>
19257 This token represents the Subject the sender gave the message.
19258 Alternatives for use in the index screen are SHORTSUBJECT,
19259 SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, SUBJECTTEXT, 
19260 SUBJKEYTEXT, and SUBJKEYINITTEXT.
19261 You may color the subject text in the MESSAGE INDEX screen differently by using the
19262 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
19263 <A HREF="h_config_index_opening_color">Index Opening Color</A>
19264 options available from
19265 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19266 </DD>
19268 <DT>FROM</DT>
19269 <DD>
19270 This token represents the personal name (or email address if the name
19271 is unavailable) of the person specified in the message's &quot;From:&quot;
19272 header field.
19273 You may color the from text in the MESSAGE INDEX screen differently by using the
19274 <A HREF="h_config_index_from_color">Index From Color</A>
19275 option available from
19276 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19277 </DD>
19279 <DT>ADDRESS</DT>
19280 <DD>
19281 This is similar to the &quot;FROM&quot; token, only it is always the
19282 email address, never the personal name.
19283 For example, &quot;mailbox@domain&quot;.
19284 </DD>
19286 <DT>MAILBOX</DT>
19287 <DD>
19288 This is the same as the &quot;ADDRESS&quot; except that the 
19289 domain part of the address is left off.
19290 For example, &quot;mailbox&quot;.
19291 </DD>
19293 <DT>SENDER</DT>
19294 <DD>
19295 This token represents the personal name (or email address) of the person
19296 listed in the message's &quot;Sender:&quot; header field.
19297 </DD>
19299 <DT>TO</DT>
19300 <DD>
19301 This token represents the personal names (or email addresses if the names
19302 are unavailable) of the persons specified in the
19303 message's &quot;To:&quot; header field.
19304 </DD>
19306 <DT>NEWSANDTO</DT>
19307 <DD>
19308 This token represents the newsgroups from the
19309 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19310 the personal names (or email addresses if the names
19311 are unavailable) of the persons specified in the
19312 message's &quot;To:&quot; header field.
19313 </DD>
19315 <DT>TOANDNEWS</DT>
19316 <DD>
19317 Same as &quot;NEWSANDTO&quot; except in the opposite order.
19318 </DD>
19320 <DT>NEWS</DT>
19321 <DD>
19322 This token represents the newsgroups from the
19323 message's &quot;Newsgroups:&quot; header field.
19324 </DD>
19326 <DT>CC</DT>
19327 <DD>
19328 This token represents the personal names (or email addresses if the names
19329 are unavailable) of the persons specified in the
19330 message's &quot;Cc:&quot; header field.
19331 </DD>
19333 <DT>RECIPS</DT>
19334 <DD>
19335 This token represents the personal names (or email addresses if the names
19336 are unavailable) of the persons specified in both the
19337 message's &quot;To:&quot; header field and
19338 the message's &quot;Cc:&quot; header field.
19339 </DD>
19341 <DT>NEWSANDRECIPS</DT>
19342 <DD>
19343 This token represents the newsgroups from the
19344 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
19345 the personal names (or email addresses if the names
19346 are unavailable) of the persons specified in the
19347 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
19348 </DD>
19350 <DT>RECIPSANDNEWS</DT>
19351 <DD>
19352 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
19353 </DD>
19355 <DT>INIT</DT>
19356 <DD>
19357 This token represents the initials from the personal name
19358 of the person specified in the message's &quot;From:&quot;
19359 header field.
19360 If there is no personal name, it is blank.
19361 </DD>
19363 <DT>DATE</DT>
19364 <DD>
19365 This token represents the date on which the message was sent, according
19366 to the &quot;Date&quot; header field.
19367 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19368 The feature
19369 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19370 which adjusts for the timezone the message was sent from,
19371 may have an effect on the value of this token as well as the values of
19372 all of the other DATE or TIME tokens.
19373 Some of the DATE and TIME tokens are displayed in a locale-specific
19374 way unless the option
19375 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19376 </DD>
19378 <DT>SMARTDATE</DT>
19379 <DD>
19380 This token represents the date on which the message was sent, according
19381 to the &quot;Date&quot; header field.
19382 It is &quot;Today&quot; if the message was sent today,
19383 &quot;Yesterday&quot; for yesterday,
19384 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19385 message is from last year and is more than six months old it includes the year, as well.
19386 See the SMARTDATE alternatives below, as well.
19387 </DD>
19389 <DT>SMARTTIME</DT>
19390 <DD>
19391 This token represents the most relevant elements of the date on which
19392 the message was sent (according to the &quot;Date&quot; header field),
19393 in a compact form. If the message was sent today, only the time is used
19394 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19395 the past week, the day of the week and the hour are used
19396 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19397 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19398 &quot;9Apr98&quot;).
19399 </DD>
19401 <DT>SMARTTIME24</DT>
19402 <DD>
19403 This token has the structure &quot;day hour:minute&quot;
19404 (e.g. &quot;Sun 19:03&quot;) for messages dated less than a week
19405 from the current date, or &quot;month day&quot; (e.g.
19406 &quot;Nov 23&quot;) for messages dated less than 6 months
19407 ago, or &quot;day/month/year&quot; (e.g &quot;06/Jan/16&quot;)
19408 for messages dated more than 6 months ago. It uses 9 characters
19409 of the width of the screen, and it left aligned.
19410 </DD>
19412 <DT>SMARTDATETIME</DT>
19413 <DD>
19414 This is a combination of SMARTDATE and SMARTTIME.
19415 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19416 case it is SMARTTIME.
19417 See the SMARTDATETIME alternatives below, as well.
19418 </DD>
19420 <DT>DATEISO</DT>
19421 <DD>
19422 This token represents the date on which the message was sent, according
19423 to the &quot;Date&quot; header field.
19424 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19425 </DD>
19427 <DT>SHORTDATEISO</DT>
19428 <DD>
19429 This token represents the date on which the message was sent, according
19430 to the &quot;Date&quot; header field.
19431 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19432 </DD>
19434 <DT>SHORTDATE1</DT>
19435 <DD>
19436 This token represents the date on which the message was sent, according
19437 to the &quot;Date&quot; header field.
19438 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19439 </DD>
19441 <DT>SHORTDATE2</DT>
19442 <DD>
19443 This token represents the date on which the message was sent, according
19444 to the &quot;Date&quot; header field.
19445 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19446 </DD>
19448 <DT>SHORTDATE3</DT>
19449 <DD>
19450 This token represents the date on which the message was sent, according
19451 to the &quot;Date&quot; header field.
19452 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19453 </DD>
19455 <DT>SHORTDATE4</DT>
19456 <DD>
19457 This token represents the date on which the message was sent, according
19458 to the &quot;Date&quot; header field.
19459 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19460 </DD>
19462 <DT>LONGDATE</DT>
19463 <DD>
19464 This token represents the date on which the message was sent, according
19465 to the &quot;Date&quot; header field.
19466 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19467 </DD>
19469 <DT>SMARTDATE alternatives</DT>
19470 <DD>
19471 There are several versions of SMARTDATE that are all the same except
19472 for the way they format dates far in the past.
19473 SMARTDATE formats the date using the information from your locale settings
19474 to format the date string. It may end up formatting dates so that they look
19475 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19476 The feature
19477 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19478 may have an effect on the values of these tokens.
19479 If you want more control you may use one of the following.
19480   <DL>
19481   <DT>SMARTDATE</DT> <DD>If the option
19482 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19483 then this will be locale specific. Control this with the
19484 LC_TIME locale setting on a UNIX system. On Windows
19485 the Regional Options control panel may be used to set the Short date
19486 format. At the programming level, the strftime routine is what Alpine
19487 uses to print the date.
19488 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19489 to SMARTDATES1.</DD>
19490   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19491   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19492   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19493   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19494   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19495   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19496   </DL>
19497 </DD>
19499 <DT>SMARTDATETIME alternatives</DT>
19500 <DD>
19501 There are several versions of SMARTDATETIME that are all very similar.
19502 The ones that end in 24 use a 24-hour clock for Today's messages instead
19503 of a 12-hour clock.
19504 The other variation is
19505 for the way they format dates far in the past.
19506 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19507 to format the date string. It may end up formatting dates so that they look
19508 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19509 The feature
19510 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19511 may have an effect on the values of these tokens.
19512 The possible choices are:
19513   <DL>
19514   <DT>SMARTDATETIME</DT> <DD>If the option
19515 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19516 then this will be locale specific. Control this with the
19517 LC_TIME locale setting on a UNIX system. On Windows
19518 the Regional Options control panel may be used to set the Short date
19519 format. At the programming level, the strftime routine is what Alpine
19520 uses to print the date.
19521 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19522 to SMARTDATETIMES1.</DD>
19523   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19524   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19525   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19526   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19527   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19528   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19529   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19530   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19531   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19532   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19533   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19534   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19535   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19536   </DL>
19537 </DD>
19539 <DT>DAYDATE</DT>
19540 <DD>
19541 This token represents the date on which the message was sent, according
19542 to the &quot;Date&quot; header field.
19543 It looks like &quot;Sat, 23 Oct 1998&quot;.
19544 This token is never converted in any locale-specific way.
19545 </DD>
19547 <DT>PREFDATE</DT>
19548 <DD>
19549 This token represents the date on which the message was sent, according
19550 to the &quot;Date&quot; header field.
19551 It is your operating system's idea of the preferred date representation for the current locale.
19552 Internally it uses the %x version of the date from the strftime routine.
19553 </DD>
19555 <DT>PREFTIME</DT>
19556 <DD>
19557 This token represents the time at which the message was sent, according
19558 to the &quot;Date&quot; header field.
19559 It is the preferred time representation for the current locale.
19560 Internally it uses the %X version of the time from the strftime routine.
19561 </DD>
19563 <DT>PREFDATETIME</DT>
19564 <DD>
19565 This token represents the date and time at which the message was sent, according
19566 to the &quot;Date&quot; header field.
19567 It is the preferred date and time representation for the current locale.
19568 Internally it uses the %c version of the time from the strftime routine.
19569 </DD>
19571 <DT>DAY</DT>
19572 <DD>
19573 This token represents the day of the month on which the message was sent,
19574 according to the &quot;Date&quot; header field.
19575 For example, &quot;23&quot; or &quot;9&quot;.
19576 </DD>
19578 <DT>DAY2DIGIT</DT>
19579 <DD>
19580 This token represents the day of the month on which the message was sent,
19581 according to the &quot;Date&quot; header field.
19582 For example, &quot;23&quot; or &quot;09&quot;.
19583 It is always 2 digits.
19584 </DD>
19586 <DT>DAYORDINAL</DT>
19587 <DD>
19588 This token represents the ordinal number that is the day of
19589 the month on which the message was sent,
19590 according to the &quot;Date&quot; header field.
19591 For example, &quot;23rd&quot; or &quot;9th&quot;.
19592 </DD>
19594 <DT>DAYOFWEEK</DT>
19595 <DD>
19596 This token represents the day of the week on which the message was sent,
19597 according to the &quot;Date&quot; header field.
19598 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19599 </DD>
19601 <DT>DAYOFWEEKABBREV</DT>
19602 <DD>
19603 This token represents the day of the week on which the message was sent,
19604 according to the &quot;Date&quot; header field.
19605 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19606 </DD>
19608 <DT>MONTHABBREV</DT>
19609 <DD>
19610 This token represents the month the message was sent, according
19611 to the &quot;Date&quot; header field.
19612 For example, &quot;Oct&quot;.
19613 </DD>
19615 <DT>MONTHLONG</DT>
19616 <DD>
19617 This token represents the month in which the message was sent, according
19618 to the &quot;Date&quot; header field.
19619 For example, &quot;October&quot;.
19620 </DD>
19622 <DT>MONTH</DT>
19623 <DD>
19624 This token represents the month in which the message was sent, according
19625 to the &quot;Date&quot; header field.
19626 For example, &quot;10&quot; or &quot;9&quot;.
19627 </DD>
19629 <DT>MONTH2DIGIT</DT>
19630 <DD>
19631 This token represents the month in which the message was sent, according
19632 to the &quot;Date&quot; header field.
19633 For example, &quot;10&quot; or &quot;09&quot;.
19634 It is always 2 digits.
19635 </DD>
19637 <DT>YEAR</DT>
19638 <DD>
19639 This token represents the year the message was sent, according
19640 to the &quot;Date&quot; header field.
19641 For example, &quot;1998&quot; or &quot;2001&quot;.
19642 </DD>
19644 <DT>YEAR2DIGIT</DT>
19645 <DD>
19646 This token represents the year the message was sent, according
19647 to the &quot;Date&quot; header field.
19648 For example, &quot;98&quot; or &quot;01&quot;.
19649 It is always 2 digits.
19650 </DD>
19652 <DT>TIME24</DT>
19653 <DD>
19654 This token represents the time at which the message was sent, according
19655 to the &quot;Date&quot; header field.
19656 There is no adjustment made for different time zones, so you'll get
19657 the time the message was sent according to the time zone the sender
19658 was in.
19659 It has the format HH:MM. For example, &quot;17:28&quot;.
19660 </DD>
19662 <DT>TIME12</DT>
19663 <DD>
19664 This token represents the time at which the message was sent, according
19665 to the &quot;Date&quot; header field.
19666 This time is for a 12 hour clock.
19667 It has the format HH:MMpm.
19668 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19669 </DD>
19671 <DT>TIMEZONE</DT>
19672 <DD>
19673 This token represents the numeric timezone from
19674 the &quot;Date&quot; header field.
19675 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19676 </DD>
19678 </DL>
19681 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19683 <DL>
19684 <DT>MSGNO</DT>
19685 <DD>
19686 This token represents the message's current position in the folder that,
19687 of course, may change as the folder is sorted or new mail arrives.
19688 </DD>
19690 <DT>STATUS</DT>
19691 <DD>
19692 This token represents a three character wide field displaying various
19693 aspects of the message's state.
19694 The first character is either blank,
19695 a '*' for message marked Important, or a '+' indicating a message
19696 addressed directly to you (as opposed to your having received it via a
19697 mailing list, for example).
19698 When the feature
19699 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19700 is set, if the first character would have been
19701 blank then it will instead be a '-' if the message is cc'd to you.
19702 The second character is typically blank,
19703 though the arrow cursor may occupy it if either the 
19704 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19705 or the
19706 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19707 is set (or you actually are on a slow link).
19708 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19709 '<A HREF="h_flag_answered">A</A>' (Answered),
19710 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19711 '<A HREF="h_flag_new">N</A>' (New), or blank.
19713 If you are using a threaded view of the index and this message is at the
19714 top of a collapsed portion of a thread,
19715 then this token refers to all of the messages in the collapsed portion of
19716 the thread instead of just the top message.
19717 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19718 are marked Important, else a '+' if any of the messages are addressed
19719 to you, else a '-' if any of the messages are cc'd to you.
19720 The third character will be a 'D' if <EM>all</EM> of the messages
19721 in the collapsed thread are marked deleted,
19722 an 'A' if <EM>all</EM> of the messages
19723 in the collapsed thread are marked answered,
19724 it will be an 'N' if any of
19725 the messages are undeleted and unseen, and it will be blank otherwise.
19726 </DD>
19728 <DT>FULLSTATUS</DT>
19729 <DD>
19730 This token represents a less abbreviated alternative
19731 to the &quot;STATUS&quot; token.
19732 It is six characters wide.
19733 The first character is '+', '-', or blank, the
19734 second blank, the third either '*' or blank, the fourth
19735 '<A HREF="h_flag_new">N</A>' or blank,
19736 the fifth '<A HREF="h_flag_answered">A</A>'
19737 or blank, and the sixth character is
19738 either '<A HREF="h_flag_deleted">D</A>' or
19739 blank.
19741 If you are using a threaded view of the index and this message is at the
19742 top of a collapsed portion of a thread,
19743 then this token refers to all of the messages in the collapsed portion of
19744 the thread instead of just the top message.
19745 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19746 of the messages in the collapsed thread are addressed to you or cc'd to you.
19747 The third character will be '*' if any of the messages are marked
19748 Important.
19749 The fourth character will be 'N' if all of the messages in the thread
19750 are New, else 'n' if some of the messages in the thread are New, else blank.
19751 The fifth character will be 'A' or 'a' or blank, and the sixth character
19752 will be 'D' or 'd' or blank.
19753 </DD>
19755 <DT>IMAPSTATUS</DT>
19756 <DD>
19757 This token represents an even less abbreviated alternative to the
19758 &quot;STATUS&quot; token.
19759 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19760 an 'N' if the message is new to this folder since the last time
19761 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19762 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19763 new to the folder since it was last opened <EM>but</EM> has not been
19764 viewed, or a blank if the message has been in the folder since it was
19765 last opened and has been viewed.
19767 If you are using a threaded view of the index and this message is at the
19768 top of a collapsed portion of a thread,
19769 then the fourth character will be
19770 'N' if all of the messages in the thread are unseen and recent;
19771 else 'n' if some of the messages in the thread are unseen and recent;
19772 else 'U' if all of the messages in the thread are unseen and not recent;
19773 else 'u' if some of the messages in the thread are unseen and not recent;
19774 else 'R' if all of the messages in the thread are seen and recent;
19775 else 'r' if some of the messages in the thread are seen and recent;
19776 else blank.
19777 </DD>
19779 <DT>SHORTIMAPSTATUS</DT>
19780 <DD>
19781 This is the same as the last four of the six characters of IMAPSTATUS,
19782 so the '+' To Me information will be missing.
19783 </DD>
19785 <DT>SIZE</DT>
19786 <DD>
19787 This token represents the total size, in bytes, of the message.
19788 If a &quot;K&quot; (Kilobyte)
19789 follows the number, the size is approximately 1,000
19790 times that many bytes (rounded to the nearest 1,000).
19791 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19792 1,000,000 times that many bytes.
19793 Commas are not used in this field.
19794 This field is seven characters wide, including the enclosing parentheses.
19795 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19796 The progression of sizes used looks like:
19799 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19801 </DD>
19803 <DT>SIZECOMMA</DT>
19804 <DD>
19805 This token represents the total size, in bytes, of the message.
19806 If a &quot;K&quot; (Kilobyte)
19807 follows the number, the size is approximately 1,000
19808 times that many bytes (rounded to the nearest 1,000).
19809 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19810 1,000,000 times that many bytes.
19811 Commas are used if the number shown is 1,000 or greater.
19812 The SIZECOMMA field is one character wider than the SIZE field.
19813 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19814 The progression of sizes used looks like:
19817 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19819 </DD>
19821 <DT>KSIZE</DT>
19822 <DD>
19823 This token represents the total size of the message, expressed in
19824 kilobytes or megabytes, as most appropriate.
19825 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19826 The progression of sizes used looks like:
19829 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19831 </DD>
19833 <DT>SIZENARROW</DT>
19834 <DD>
19835 This token represents the total size, in bytes, of the message.
19836 If a &quot;K&quot; (Kilobyte)
19837 follows the number, the size is approximately 1,000
19838 times that many bytes.
19839 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19840 1,000,000 times that many bytes.
19841 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19842 1,000,000,000 times that many bytes.
19843 This field uses only five characters of screen width, including the enclosing
19844 parentheses.
19845 The progression of sizes used looks like:
19848 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19850 </DD>
19852 <DT>DESCRIPSIZE</DT>
19853 <DD>
19854 This token is intended to represent a more useful description of the
19855 message than just its size, but it isn't very useful at this point.
19856 The plus sign in this view means there are attachments.
19857 Note that including this token in
19858 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19859 display a little while Alpine collects the necessary information.
19860 </DD>
19862 <DT>SHORTSUBJECT</DT> 
19863 <DD> This token is the same as SUBJECT, but removes 
19864 text between &quot;[&quot; and &quot;]&quot;. Typically text enclosed 
19865 between these characters corresponds to mailing list names, and may be 
19866 unnecessary or unwanted in some instances. 
19867 </DD>
19869 <DT>SUBJKEY</DT>
19870 <DD>
19871 This token is the same as the SUBJECT token unless keywords are set for
19872 the message.
19873 In that case, a list of keywords enclosed in braces will be prepended to
19874 the subject of the message.
19875 Only those keywords that you have defined in your
19876 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19877 in Setup/Config are considered in the list.
19878 In other words, keywords that have been set by some other means, perhaps
19879 by another email program, won't show up unless included in
19880 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19881 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19882 prepended to the subject in the MESSAGE TEXT screen.
19883 If you have given a keyword a nickname
19884 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19885 instead of the actual keyword.
19886 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19887 option may be used to modify this token slightly.
19888 It is also possible to color keywords in the index using the
19889 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19890 </DD>
19892 <DT>SHORTSUBJKEY</DT>
19893 <DD> This token is the same as SUBJKEY, but it is based on
19894 SHORTSUBJECT, instead of in SUBJECT.
19895 </DD>
19897 <DT>SUBJKEYINIT</DT>
19898 <DD>
19899 This token is the same as the SUBJKEY token except that instead of
19900 prepending a list of keywords to the subject, a list of first initials
19901 of keywords will be prepended instead.
19902 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19903 set (or Work and Now are the Alpine nicknames of keywords that are set)
19904 then the SUBJKEY token would cause a result like
19906 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19908 whereas the SUBJKEYINIT token would give
19910 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19912 Only those keywords that you have defined in your
19913 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19914 in Setup/Config are considered in the list.
19915 In other words, keywords that have been set by some other means, perhaps
19916 by another email program, won't show up unless included in
19917 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19918 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19919 option may be used to modify this token slightly.
19920 It is also possible to color keywords in the index using the
19921 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19922 </DD>
19924 <DT>SHORTSUBJKEYINIT</DT>
19925 <DD> This token is the same as SUBJKEYINIT, but it is based on
19926 SHORTSUBJECT, instead of in SUBJECT.
19927 </DD>
19929 <DT>SUBJECTTEXT</DT>
19930 <DD>
19931 Same as SUBJECT but if there is room in the Subject field for more text,
19932 the opening part of the text of the message is displayed after the subject.
19933 The time needed to fetch the text may cause a performance problem
19934 which can, of course, be avoided by using the SUBJECT version of
19935 the Subject instead.
19936 You may color this opening text differently by using the
19937 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19938 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19939 You may adjust the characters that are displayed between the Subject and the
19940 opening text with the option
19941 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19942 </DD>
19944 <DT>SUBJKEYTEXT</DT>
19945 <DD>
19946 Same as SUBJKEY but with the opening message text.
19947 </DD>
19949 <DT>OPENINGTEXT</DT>
19950 <DD>
19951 This is similar to SUBJECTTEXT.
19952 Instead of combining the Subject and the opening text in a single
19953 field in the index screen this token allows you to allocate a
19954 separate column just for the opening text of the message.
19955 The time needed to fetch this text may cause a performance problem.
19956 You may color this opening text differently by using the
19957 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19958 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19959 </DD>
19961 <DT>OPENINGTEXTNQ</DT>
19962 <DD>
19963 This is very similar to OPENINGTEXT.
19964 The NQ stands for No Quotes.
19965 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19966 For some messages this may be confusing.
19967 For example, a message might have a line preceding some quoted
19968 text that reads something like &quot;On May 8th person A said.&quot;
19969 That no longer makes sense after the quoted text is deleted and it
19970 will appear that person A said whatever the text after the quote
19971 is, even though that is really person B talking.
19972 </DD>
19974 <DT>SUBJKEYINITTEXT</DT>
19975 <DD>
19976 Same as SUBJKEYINIT but with the opening message text.
19977 </DD>
19979 <DT>KEY</DT>
19980 <DD>
19981 This is a space-delimited list of keywords that are set for the message.
19982 Only those keywords that you have defined in your
19983 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19984 in Setup/Config are considered in the list.
19985 In other words, keywords that have been set by some other means, perhaps
19986 by another email program, won't show up unless included in
19987 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19988 If you have given a keyword a nickname
19989 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19990 instead of the actual keyword.
19991 It is also possible to color keywords in the index using the
19992 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19993 This token defaults to an arbitrary width of 5.
19994 You should set it to whatever width suits you using something
19995 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19996 </DD>
19998 <DT>KEYINIT</DT>
19999 <DD>
20000 This is a list of keyword initials that are set for the message.
20001 If you have given a keyword a nickname
20002 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
20003 is displayed instead of the initial of the actual keyword.
20004 It is also possible to color keyword initials in the index using the
20005 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
20006 This token defaults to an arbitrary width of 2.
20007 You should set it to whatever width suits you using something
20008 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
20009 </DD>
20011 <DT>PRIORITY</DT>
20012 <DD>
20013 The X-Priority header is a non-standard header that is used in a
20014 somewhat standard way by many mail programs.
20015 Alpine expects the value of this header to be a digit with a value
20016 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
20017 Since this priority is something that the sender sets it is only an indication
20018 of the priority that the sender attaches to the mail and it is therefore almost
20019 totally unreliable for use as a filtering criterion.
20020 This token will display the numeric value of the priority if it is between
20021 1 and 5.
20022 It will be suppressed (blank) if the value is 3, which is normal priority.
20023 This token may be colored with the
20024 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20025 </DD>
20027 <DT>PRIORITYALPHA</DT>
20028 <DD>
20029 This is a more verbose interpretation of the X-Priority field.
20030 Once again nothing is displayed unless the value of the field
20031 is 1, 2, 4, or 5.
20032 The values displayed for those values are:
20034 <TABLE>
20035 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
20036 <TR> <TD>2</TD> <TD>High</TD> </TR>
20037 <TR> <TD>4</TD> <TD>Low</TD> </TR>
20038 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
20039 </TABLE>
20041 This token may be colored with the
20042 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20043 </DD>
20045 <DT>PRIORITY!</DT>
20046 <DD>
20047 This is a one character, non-numeric version of the X-Priority field.
20048 If the value of the X-Priority header is 1 or 2 an exclamation
20049 point is displayed.
20050 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
20051 This token may be colored with the
20052 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
20053 </DD>
20055 <DT>ATT</DT>
20056 <DD>
20057 This is a one column wide field that represents the number of attachments
20058 a message has. It will be blank if there are no attachments, a single
20059 digit for one to nine attachments, or an asterisk for more than nine.
20060 Note that including this token in
20061 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
20062 display a little while Alpine collects the necessary information.
20063 </DD>
20065 <DT>FROMORTO</DT>
20066 <DD>
20067 This token represents <EM>either</EM> the personal name (or email address) of
20068 the person listed in the message's &quot;From:&quot; header
20069 field, <EM>or</EM>, if that address is yours or one of your
20070 <A HREF="h_config_alt_addresses">alternate addresses</A>,
20071 the first person specified in the
20072 message's &quot;To:&quot; header field
20073 with the prefix &quot;To: &quot; prepended.
20074 If the from address is yours and there is also no &quot;To&quot; address,
20075 Alpine will use the address on the &quot;Cc&quot; line.
20076 If there is no address there, either, Alpine will look for a newsgroup name
20077 from the &quot;Newsgroups&quot; header field and put
20078 that after the &quot;To: &quot; prefix.
20079 </DD>
20081 <DT>FROMORTONOTNEWS</DT>
20082 <DD>
20083 This is almost the same as <EM>FROMORTO</EM>.
20084 The difference is that newsgroups aren't considered.
20085 When a message is from you, doesn't have a To or Cc, and does have
20086 a Newsgroups header; this token will be your name instead of the name
20087 of the newsgroup (like it would be with FROMORTO).
20088 </DD>
20090 <DT>TEXT</DT>
20091 <DD>
20092 This is a different sort of token.
20093 It allows you to display a label within each index line.
20094 It will be the same fixed text for each line.
20095 It is different from all the other tokens in that there is no space column
20096 displayed after this token.
20097 Instead, it is butted up against the following field.
20098 It also has a different syntax.
20099 The text to display is given following a colon after the
20100 word &quot;TEXT&quot;.
20101 For example,
20103 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
20105 would insert the literal text &quot;abc=&quot; (without the quotes)
20106 into the index display line.
20107 You must quote the text if it includes space characters, like
20109 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
20111 </DD>
20113 <DT>HEADER</DT>
20114 <DD>
20115 This allows you to display the text from a particular header line in the
20116 message.
20117 The syntax for this token is substantially different from all the others
20118 in order that you might be able to display a portion of the text following
20119 a particular header.
20120 The header name you are interested in is given following a colon
20121 after the word &quot;HEADER&quot;.
20122 For example,
20124 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
20126 would display the text of the X-Spam header, if any.
20127 Like for other index tokens a width field may (and probably should)
20128 follow this.
20130 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
20132 displays the first ten characters of the X-Spam header.
20133 Unlike other index tokens, the syntax for HEADER is more flexible.
20134 An optional second argument comes after a comma inside the parentheses.
20135 It specifies the &quot;field&quot; number.
20136 By default, the field separator is a space character.
20137 No extra space characters are allowed in the argument list.
20139 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
20141 would display the second field, left-justified, in a 10 character
20142 wide field.
20143 The second field would consist of all the text after the first space
20144 up to the next space or the end of the header.
20145 The default field number is zero, which stands for the entire line.
20146 There is also an optional third argument that is a list of field
20147 separators. It defaults to a space character.
20148 The example
20150 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
20152 would cause the field separators to be any of colon, percent,
20153 or space (there is a space character between the percent and the
20154 right parenthesis).
20155 The first field runs from the start of the header value up to the first
20156 colon, percent, or space; the second goes from there to the next; and so on.
20157 In order to use a comma character as a field separator you must escape
20158 it by preceding it with a backslash (&#92;).
20159 The same is true of the backslash character itself.
20160 There is one further optional argument.
20161 It is an R or an L to specify right or left adjustment of the text
20162 within the field.
20163 The default is to left justify, however if you are displaying numbers
20164 you might prefer to right justify.
20166 Here's an example of a SpamAssassin header.
20167 The exact look of the header will vary, but if your incoming mail
20168 contains headers that look like the following
20170 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
20172 you might want to display the hits value.
20173 The first field starts with the Y in Yes.
20174 To get what you're interested in you might use &quot;=&quot; and
20175 space as the field separators and display the third field, like
20177 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
20179 or maybe you would break at the dot instead
20181 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
20183 Another example we've seen has headers that look like
20185 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
20187 Because there are two equals and a comma before the 7% and a comma
20188 after it, the token
20190 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
20192 should display the probability (for example 7% or 83%) right justified
20193 in a 3-wide field.
20194 </DD>
20196 <DT>ARROW</DT>
20197 <DD>
20198 This gives an alternative way to display the current message in the
20199 MESSAGE INDEX screen.
20200 Usually the current message is indicated by the line being shown in
20201 reverse video.
20202 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
20203 the current line will include an &quot;arrow&quot; that
20204 looks like
20206 <CENTER><SAMP>-&gt;</SAMP></CENTER>
20208 in the ARROW token's field.
20209 For all of the non-current messages, the ARROW field will be filled
20210 with blanks.
20211 If you use the fixed-field width feature the length of the &quot;arrow&quot;
20212 may be adjusted.
20213 The arrow will be drawn as width-1 dashes followed by a greater than sign.
20214 For example, if you use ARROW(3) you will get
20216 <CENTER><SAMP>--&gt;</SAMP></CENTER>
20218 and ARROW(1) will give you just
20220 <CENTER><SAMP>&gt;</SAMP></CENTER>
20222 It is also possible to set the color of the ARROW field.
20223 By default (and for non-current messages) the arrow is colored the same
20224 as the index line it is part of.
20225 You may set it to be another color with the 
20226 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
20227 the <A HREF="h_color_setup">Setup Kolor</A> screen.
20228 </DD>
20230 <DT>SCORE</DT>
20231 <DD>
20232 This gives the
20233 <a href="h_rules_score">score</a>
20234 of each message.
20235 This will be six columns wide to accomodate the widest possible score.
20236 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
20237 to limit the width of the field to the widest score that
20238 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
20239 If you have not defined any score rules the scores will all be zero.
20240 If any of your score rules contain AllText or BodyText patterns
20241 then including SCORE in the <!--#echo var="VAR_index-format"-->
20242 may slow down the display of the MESSAGE INDEX screen.
20243 </DD>
20244 </DL>
20247 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
20249 <DL>
20250 <DT>CURNEWS</DT>
20251 <DD>
20252 This token represents the current newsgroup if there is one.
20253 For example, &quot;comp.mail.pine&quot;.
20254 </DD>
20256 <DT>MSGID</DT>
20257 <DD>
20258 This token represents the message ID of the message.
20259 This token does not work with Filter Rule folder names.
20260 </DD>
20262 <DT>CURDATE</DT>
20263 <DD>
20264 This token represents the current date.
20265 It has the format MMM DD. For example, &quot;Oct 23&quot;.
20266 </DD>
20268 <DT>CURDATEISO</DT>
20269 <DD>
20270 This token represents the current date.
20271 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
20272 </DD>
20274 <DT>CURDATEISOS</DT>
20275 <DD>
20276 This token represents the current date.
20277 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
20278 </DD>
20280 <DT>CURPREFDATE</DT>
20281 <DD>
20282 This token represents the current date.
20283 It is your operating system's idea of the preferred date representation for the current locale.
20284 Internally it uses the %x version of the date from the strftime routine.
20285 </DD>
20287 <DT>CURPREFTIME</DT>
20288 <DD>
20289 This token represents the current time.
20290 It is the preferred time representation for the current locale.
20291 Internally it uses the %X version of the time from the strftime routine.
20292 </DD>
20294 <DT>CURPREFDATETIME</DT>
20295 <DD>
20296 This token represents the current date and time.
20297 It is the preferred date and time representation for the current locale.
20298 Internally it uses the %c version of the time from the strftime routine.
20299 </DD>
20301 <DT>CURTIME24</DT>
20302 <DD>
20303 This token represents the current time.
20304 It has the format HH:MM. For example, &quot;17:28&quot;.
20305 </DD>
20307 <DT>CURTIME12</DT>
20308 <DD>
20309 This token represents the current time.
20310 This time is for a 12 hour clock.
20311 It has the format HH:MMpm.
20312 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
20313 </DD>
20315 <DT>CURDAY</DT>
20316 <DD>
20317 This token represents the current day of the month.
20318 For example, &quot;23&quot; or &quot;9&quot;.
20319 </DD>
20321 <DT>CURDAY2DIGIT</DT>
20322 <DD>
20323 This token represents the current day of the month.
20324 For example, &quot;23&quot; or &quot;09&quot;.
20325 It is always 2 digits.
20326 </DD>
20328 <DT>CURDAYOFWEEK</DT>
20329 <DD>
20330 This token represents the current day of the week.
20331 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
20332 </DD>
20334 <DT>CURDAYOFWEEKABBREV</DT>
20335 <DD>
20336 This token represents the current day of the week.
20337 For example, &quot;Sun&quot; or &quot;Wed&quot;.
20338 </DD>
20340 <DT>CURMONTH</DT>
20341 <DD>
20342 This token represents the current month.
20343 For example, &quot;10&quot; or &quot;9&quot;.
20344 </DD>
20346 <DT>CURMONTH2DIGIT</DT>
20347 <DD>
20348 This token represents the current month.
20349 For example, &quot;10&quot; or &quot;09&quot;.
20350 It is always 2 digits.
20351 </DD>
20353 <DT>CURMONTHLONG</DT>
20354 <DD>
20355 This token represents the current month.
20356 For example, &quot;October&quot;.
20357 </DD>
20359 <DT>CURMONTHABBREV</DT>
20360 <DD>
20361 This token represents the current month.
20362 For example, &quot;Oct&quot;.
20363 </DD>
20365 <DT>CURYEAR</DT>
20366 <DD>
20367 This token represents the current year.
20368 For example, &quot;1998&quot; or &quot;2001&quot;.
20369 </DD>
20371 <DT>CURYEAR2DIGIT</DT>
20372 <DD>
20373 This token represents the current year.
20374 For example, &quot;98&quot; or &quot;01&quot;.
20375 It is always 2 digits.
20376 </DD>
20378 <DT>LASTMONTH</DT>
20379 <DD>
20380 This token represents last month.
20381 For example, if this is November (the 11th month),
20382 it is equal to &quot;10&quot; or if this is October (the 10th month),
20383 it is &quot;9&quot;.
20384 It is possible that this and the other tokens beginning with LASTMONTH
20385 below could be useful when used with a Filtering Rule that
20386 has the &quot;Beginning of Month&quot; option set.
20387 </DD>
20389 <DT>LASTMONTH2DIGIT</DT>
20390 <DD>
20391 This token represents last month.
20392 For example, if this is November (the 11th month),
20393 it is equal to &quot;10&quot; or if this is October (the 10th month),
20394 it is &quot;09&quot;.
20395 It is always 2 digits.
20396 </DD>
20398 <DT>LASTMONTHLONG</DT>
20399 <DD>
20400 This token represents last month.
20401 For example, if this is November the value is &quot;October&quot;.
20402 </DD>
20404 <DT>LASTMONTHABBREV</DT>
20405 <DD>
20406 This token represents last month.
20407 For example, if this is November the value is &quot;Oct&quot;.
20408 </DD>
20410 <DT>LASTMONTHYEAR</DT>
20411 <DD>
20412 This token represents what the year was a month ago.
20413 For example, if this is October, 1998, it is &quot;1998&quot;.
20414 If this is January, 1998, it is &quot;1997&quot;.
20415 </DD>
20417 <DT>LASTMONTHYEAR2DIGIT</DT>
20418 <DD>
20419 This token represents what the year was a month ago.
20420 For example, if this is October, 1998, it is &quot;98&quot;.
20421 If this is January, 1998, it is &quot;97&quot;.
20422 </DD>
20424 <DT>LASTYEAR</DT>
20425 <DD>
20426 This token represents last year.
20427 For example, if this is 1998, it equals &quot;1997&quot;.
20428 It is possible that this
20429 could be useful when used with a Filtering Rule that
20430 has the &quot;Beginning of Year&quot; option set.
20431 </DD>
20433 <DT>LASTYEAR2DIGIT</DT>
20434 <DD>
20435 This token represents last year.
20436 For example, if this is 1998, it equals &quot;97&quot;.
20437 It is always 2 digits.
20438 </DD>
20440 <DT>ROLENICK</DT>
20441 <DD>
20442 This token represents the nickname of the
20443 role currently being used.  If no role is being used,
20444 then no text will be printed for this token.
20445 This token does not work with Filter Rule folder names.
20446 </DD>
20447 </DL>
20450 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20451 See the help for the
20452 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20453 to see why you might want to use this.
20454 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20455 must be surrounded by underscores when used.
20457 <DL>
20458 <DT>NEWLINE</DT>
20459 <DD>
20460 This is an end of line marker.
20461 </DD>
20462 </DL>
20465 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20467 <DL>
20468 <DT>CURSORPOS</DT>
20469 <DD>
20470 This token is different from the others.
20471 When it is replaced it is replaced with nothing, but it sets an Alpine
20472 internal variable that tells the composer to start with the cursor
20473 positioned at the position where this token was.
20474 If both the template file and the signature file contain
20475 a &quot;CURSORPOS&quot; token, then the position in the template file
20476 is used.
20477 If there is a template file and neither it nor the signature file contains
20478 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20479 after the end of the contents of the
20480 template file when the composer starts up.
20481 </DD>
20482 </DL>
20485 &lt;End of help on this topic&gt;
20486 </BODY>
20487 </HTML>
20488 ======= h_reply_token_conditionals =======
20489 <HTML>
20490 <HEAD>
20491 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20492 </HEAD>
20493 <BODY>
20494 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20496 Conditional text inclusion may be used with
20497 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20498 in signature files, and in template files used in
20499 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20500 It may <EM>not</EM> be used with the
20501 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20504 There is a limited if-else capability for including text.
20505 The if-else condition is based
20506 on whether or not a given token would result in replacement text you
20507 specify.
20508 The syntax of this conditional inclusion is
20510 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20512 The left parenthesis must follow the underscore immediately, with no
20513 intervening space.
20514 It means the token is expanded and the results of that expansion are
20515 compared against the &quot;match_this&quot; argument.
20516 If there is an exact match, then the &quot;if_matched&quot; text is used
20517 as the replacement text.
20518 Otherwise, the &quot;if_not_matched&quot; text is used.
20519 One of the most useful values for the &quot;match_this&quot; argument is
20520 the empty string, &quot;&quot;.
20521 In that case the expansion is compared against the empty string.
20523 Here's an example to make it clearer.
20524 This text could be included in one of your template files:
20526 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20528 If that is included in a template file that you are using while replying
20529 to a message (because you chose to use the role it was part of),
20530 and that message has a newsgroup header and a newsgroup in that header,
20531 then the text
20533 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20535 will be included in the message you are about to compose.
20536 On the other hand, if the message you are replying to does not have
20537 a newsgroup, then the text
20539 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20541 would be included instead.
20542 This would also work in signature files and in
20543 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20544 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20545 or &quot;if_not_matched&quot; arguments contain
20546 spaces, parentheses, or commas;
20547 they have to be quoted with double quotation marks (like in the example
20548 above).
20549 If you want to include a literal quote (&quot;) in the text you must escape the
20550 quote by preceding it with a backslash (&#92;) character.
20551 If you want to include a literal backslash character you must escape it
20552 by preceding it with another backslash.
20554 The comma followed by &quot;if_not_matched&quot; is optional.
20555 If there is no &quot;if_not_matched&quot;
20556 present then no text is included if the not_matched case is true.
20557 Here's another example:
20559 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20561 Here you can see that tokens may appear in the arguments.
20562 The same is true for tokens with the conditional parentheses.
20563 They may appear in arguments,
20564 though you do have to be careful to get the quoting and escaping of
20565 nested double quotes correct.
20566 If this was in the signature file being used and you were replying to a message
20567 sent to comp.mail.pine the resulting text would be:
20569 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20571 If you were replying to a message that wasn't sent to any newsgroup the
20572 resulting text would be a single blank line.
20573 The reason you'd get a blank line is because the end of the line is
20574 outside of the conditional, so is always included.
20575 If you wanted to get rid of that blank line you could do so by moving
20576 the end of line inside the conditional.
20577 In other words, it's ok to have multi-line
20578 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20579 template file.
20580 The text just continues until the next double quotation, even if it's not
20581 on the same line.
20583 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20585 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20587 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20588 while reading the newsgroup comp.mail.pine the resulting text would be:
20590 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20592 If you were replying to a message while reading an email folder instead
20593 of a newsgroup the resulting leadin text would be
20595 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20597 Here's one more (contrived) example illustrating a matching argument
20598 that is not the empty string.
20600 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20602 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20603 were replying to
20604 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20605 would be
20607 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20609 But if you were replying to a message sent on Oct. 27 (and that wasn't
20610 today) you would get
20612 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20615 &lt;End of help on this topic&gt;
20616 </BODY>
20617 </HTML>
20618 ======= h_composer_cntxt_nick =======
20619 <HTML>
20620 <HEAD>
20621 <TITLE>Collection Nickname Explained</TITLE>
20622 </HEAD>
20623 <BODY>
20624 <H1>Collection Edit Help -- Nickname Field</H1>
20626 This field is provided so you can add a short nickname to use when
20627 referring to this collection within Alpine.  Spaces are allowed, and
20628 you don't need to use double-quotes.  However, the double-quote
20629 character is not allowed.
20631 Look <A HREF="h_edit_nav_cmds">here</A>
20632 to see the available Editing and Navigation commands.
20634 &lt;End of help on this topic&gt;
20635 </BODY>
20636 </HTML>
20637 ======= h_folder_server_syntax =======
20638 <HTML>
20639 <HEAD>
20640 <TITLE>Server Name Syntax</TITLE>
20641 </HEAD>
20642 <BODY>
20643 <H1>Server Name Syntax</H1>
20645 This help describes the syntax that may be used for server names
20646 that may be associated with remote folders or SMTP servers.
20649 A server name is the hostname of the server.
20650 It's a good idea to use the host's fully-qualified network name.
20653 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20656 However, IP addresses are allowed if surrounded
20657 with square-brackets.
20660 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20663 An optional network port number may be supplied by appending
20664 a colon (:) followed by the port number
20665 to the server name.
20666 By default, the IMAP port number, 143, is used.
20669 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20672 Besides server name and optional port number, various other optional
20673 parameters may be supplied that alter Alpine's interaction with the server.
20674 A parameter is supplied by appending a slash (/) character followed by
20675 the parameter's name and,
20676 depending on the particular parameter, the value assigned to that
20677 name, to the server name (and optional port number).
20678 Parameter names are <EM>not</EM> case sensitive.
20679 Currently supported parameters include:
20681 <DL>
20683 <DT>User</DT>
20684 <DD>This parameter requires an associated value, and is intended to
20685 provide the username identifier with which to establish the server
20686 connection.
20687 If your SMTP server offers SMTP AUTH authentication, adding this 
20688 parameter to the
20689 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20690 option will cause Alpine to attempt to authenticate to the server using the
20691 supplied username.
20692 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20693 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20694 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20695 option (or to the server name for any folder collection using NNTP)
20696 will cause Alpine to attempt
20697 to authenticate to the server using the supplied username.
20698 An example might be:
20701 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20704 </DD>
20706 <DT>TLS</DT>
20707 <DD>
20708 Normally, when a new connection is made an attempt is made to 
20709 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20710 If that fails then a non-encrypted connection will be attempted instead.
20711 This is a unary parameter indicating communication with the server must 
20712 take place over a TLS connection. If the attempt to use TLS fails then
20713 this parameter will cause the connection to fail instead of falling
20714 back to an unsecure connection.
20717 <CENTER><SAMP>/tls</SAMP></CENTER>
20720 </DD>
20722 <DT>SSL</DT>
20723 <DD>
20724 This is a unary parameter indicating communication with the server should 
20725 take place over a Secure Socket Layer connection.  The server must support
20726 this method, and be prepared to accept connections on the appropriate
20727 port (993 by default).
20728 Alpine must be linked with an SSL library for this option to be operational.
20729 Using this option will make Alpine try to connect to the server using the
20730 most secure encrypted SSL connection that both your version of Alpine and the
20731 server support.
20734 <CENTER><SAMP>/ssl</SAMP></CENTER>
20737 </DD>
20739 <DT>TLS1</DT>
20740 <DD>
20741 This parameter indicates that the connection to the server will be made
20742 over the SSL port, but using the TLSv1 protocol, instead of the usual
20743 SSLv3 or SSLv2 protocols.
20744 Alpine must be linked with an SSL library for this option to be operational.
20747 <CENTER><SAMP>/tls1</SAMP></CENTER>
20749 </DD>
20751 <DT>TLS1_1</DT>
20752 <DD>
20753 This parameter indicates that the connection to the server will be made
20754 over the SSL port, but using the TLSv1.1 protocol.
20755 Alpine must be linked with an SSL library that supports this encryption
20756 protocol for this option to be operational.
20759 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20761 </DD>
20763 <DT>TLS1_2</DT>
20764 <DD>
20765 This parameter indicates that the connection to the server will be made
20766 over the SSL port, but using the TLSv1.2 protocol.
20767 Alpine must be linked with an SSL library that supports this encryption
20768 protocol for this option to be operational.
20771 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20773 </DD>
20775 <DT>TLS1_3</DT>
20776 <DD>
20777 This parameter indicates that the connection to the server will be made
20778 over the SSL port, but using the TLSv1.3 protocol.
20779 Alpine must be linked with an SSL library that supports this encryption
20780 protocol for this option to be operational.
20783 <CENTER><SAMP>/tls1_3</SAMP></CENTER>
20785 </DD>
20787 <DT>NoValidate-Cert</DT>
20788 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20789 This is needed if the server uses self-signed certificates or if Alpine
20790 cannot validate the certificate for some other known reason. You should avoid
20791 using this option, and instead install the certificate of the server, so you
20792 are not a victim of a cracker-in-the-middle attack.
20794 </DD>
20796 <DT>Anonymous</DT>
20797 <DD>This is a unary parameter (that means it does not have a value)
20798 indicating that the connection be logged in as
20799 &quot;anonymous&quot; rather than a specific user.
20800 Not all servers offer anonymous
20801 access; those which do generally only offer read-only access to certain
20802 &quot;public&quot; folders.
20805 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20808 </DD>
20810 <DT>Secure</DT>
20811 <DD>This is a unary parameter indicating that the connection use the
20812 most secure authentication method mutually supported by Alpine and the
20813 server.
20814 Alpine is capable of authenticating connections to 
20815 the server using several methods.
20816 By default, Alpine will attempt each
20817 method until either a connection is established or the
20818 list of methods is exhausted.
20819 This parameter causes Alpine to instead fail 
20820 the connection if the first (generally most &quot;secure&quot;) method fails.
20823 <CENTER><SAMP>/secure</SAMP></CENTER>
20826 </DD>
20828 <DT>Submit</DT>
20829 <DD>This is a unary parameter for use with the
20830 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20831 It indicates that the connection should be made to the Submit server
20832 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20833 (port 587) instead of the SMTP port (25).
20834 At the time this help was written the submit option was equivalent to
20835 specifying port 587.
20838 <CENTER><SAMP>/submit</SAMP></CENTER>
20842 <CENTER><SAMP>host:587</SAMP></CENTER>
20845 </DD>
20847 <DT>Debug</DT>
20848 <DD>This is a unary parameter indicating that the connection be established
20849 in a verbose mode.  Basically, it causes Alpine to log the communication with
20850 the server in Alpine's debug file.
20851 Normally, the pine -d command-line flag would be used instead.
20853 </DD>
20855 <DT>NoRsh</DT>
20856 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20857 the UNIX remote shell program.
20858 Including &quot;NoRsh&quot; will cause connections to this server to skip
20859 the &quot;rsh&quot; attempt.
20860 This might be useful to avoid long timeouts caused by rsh firewalls, for
20861 example.
20863 </DD>
20865 <DT>Loser</DT>
20866 <DD>This option makes sense only for IMAP servers that do not perform
20867 a SEARCH command correctly. If your filtering rules
20868 fail to filter some messages, that should have been filtered, then this
20869 option will make Alpine download all data necessary data to perform that 
20870 search. There is a performance penalty when using this option. Downloading 
20871 the data to perfom the search will take longer than requesting the IMAP
20872 server to perform the filtering, but the filtering will be done correctly.
20874 </DD>
20877 <DT>Service</DT>
20878 <DD>This parameter requires an associated value.  The default value is
20879 &quot;IMAP&quot; which indicates communication with the server based
20880 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20881 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20883 Other service values include:
20884  <DL>
20885  <DT>NNTP</DT>
20886  <DD>This value indicates communication with the server takes place via
20887 the Network News Transfer Protocol.  Use this to define a collection
20888 of newsgroups on a remote news server.  So
20891 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20893 or just
20895 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20898 is the way to specify NNTP access.
20900  </DD>
20902  <DT>POP3</DT>
20903  <DD>This value indicates communication with the server takes place via the
20904 Post Office Protocol 3 protocol.
20907 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20909 or just
20911 <CENTER><SAMP>/POP3</SAMP></CENTER>
20914 Note that there are several important issues
20915 to consider when selecting this option:
20916 <OL>
20917  <LI> POP3 provides access to only your INBOX.  In other words,
20918 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20919  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20920 model and will leave your mail on the server. Refer to the
20921 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20922  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20923 </OL>
20924 </DD>
20925 </DL>
20926 </DL>
20929 Note that it is possible to include more than one parameter in a server
20930 specification by concatenating the parameters. For example:
20933 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20937 &lt;End of help on this topic&gt;
20938 </BODY>
20939 </HTML>
20940 ======= h_composer_cntxt_server =======
20941 <HTML>
20942 <HEAD>
20943 <TITLE>Collection Server: Explained</TITLE>
20944 </HEAD>
20945 <BODY>
20946 <H1>Collection Edit Help -- Server Field</H1>
20948 This collection's &quot;Server:&quot; definition indicates the
20949 hostname of the server providing access to the folders in this
20950 collection.
20951 The syntax of this server name is the same as for other server names used
20952 in remote folder names in
20953 Alpine and is described
20954 <A HREF="h_folder_server_syntax">here</A>.
20957 &lt;End of help on this topic&gt;
20958 </BODY>
20959 </HTML>
20960 ======= h_composer_cntxt_path =======
20961 <HTML>
20962 <HEAD>
20963 <TITLE>Collection Path: Explained</TITLE>
20964 </HEAD>
20965 <BODY>
20966 <H1>Collection Edit Help -- Path Field</H1>
20968 The collection's &quot;Path:&quot; definition indicates the location
20969 of the folders in this collection.  If the path or any of its components
20970 do not exist, Alpine will prompt you for their creation when exiting the
20971 Add/Change screen.
20973 <P> 
20974 By default the path is interpreted as defining a section of your personal
20975 folder area.  This area and how you specify it are defined by the
20976 server, if one is specified in the collection, or, typically, the home
20977 directory if no server is defined.
20980 To define a collection outside the default &quot;area&quot;, prefix
20981 the path with the &quot;namespace&quot; to use when interpreting the
20982 given path.  If a namespace is specified, the Path begins with the
20983 sharp, &quot;#&quot;, character followed by the name of the namespace
20984 and then the namespace's path-element-delimiter.  Aside from the
20985 path's format, namespaces can also imply access rights, content
20986 policy, audience, location, and, occasionally, access methods.
20989 Each server exports its own set (possibly of size one) of 
20990 namespaces.  Hence, it's likely communication with your server's
20991 administrator will be required for specific configurations.  Some of
20992 the more common namespaces, however, include:
20994 <DL>
20995 <DT>#news.</DT>
20996 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20997 names are hierarchically defined with each level delimited by a period.
20998 </DD>
20999 <DT>#public/</DT>
21000 <DD>This specifies a folder area that the server may export to the general
21001 public.
21002 </DD>
21003 <DT>#shared/</DT>
21004 <DD>This specifies a folder area that the folder may export to groups
21005 of users.
21006 </DD>
21007 <DT>#ftp/</DT>
21008 <DD>This specifies a folder area that is the same as that it may have 
21009 exported via the &quot;File Transfer Protocol&quot;.
21010 </DD>
21011 <DT>#mh/</DT>
21012 <DD>This specifies the personal folder area associated with folders
21013 and directories that were created using the MH message handling system.
21014 </DD>
21015 </DL>
21018 In addition, the server may support access to other user's folders,
21019 provided you have suitable permissions.  Common methods use a prefix
21020 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
21021 indicate the root of the other user's folder area.
21024 No, nothing's simple.
21027 &lt;End of help on this topic&gt;
21028 </BODY>
21029 </HTML>
21030 ======= h_composer_cntxt_view =======
21031 <HTML>
21032 <HEAD>
21033 <TITLE>Collection View: Explained</TITLE>
21034 </HEAD>
21035 <BODY>
21036 <H1>Collection Edit Help -- View Field</H1>
21038 The collection's &quot;View:&quot; definition provides a way to limit
21039 the displayed list of folders within a collection.  By default, only
21040 folders that contain the specified characters anywhere in their name
21041 are shown in the collection's folder list.
21044 Additionally, you can use a wildcard character to better control
21045 the list of folders selected for display.  The wildcard specifier is
21046 the star, &quot;*&quot;, character.
21049 So, for example, to define a collection of all folders ending with
21050 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
21051 quote characters!).  Or, similarly, to define a collection of folders
21052 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
21053 specify a view of &quot;a*z&quot;.
21056 &lt;End of help on this topic&gt;
21057 </BODY>
21058 </HTML>
21059 ======= h_composer_abook_add_server =======
21060 <HTML>
21061 <HEAD>
21062 <TITLE>Addressbook Server Name Field Explained</TITLE>
21063 </HEAD>
21064 <BODY>
21065 This field should be left blank if the address book is stored in a regular
21066 file on this system.  If it is a remote address book stored on an IMAP
21067 server then this is the name of that IMAP server.
21069 Look <A HREF="h_edit_nav_cmds">here</A>
21070 to see the available Editing and Navigation commands.
21072 &lt;End of help on this topic&gt;
21073 </BODY>
21074 </HTML>
21075 ======= h_composer_abook_add_folder =======
21076 <HTML>
21077 <HEAD>
21078 <TITLE>Addressbook Folder Name Field Explained</TITLE>
21079 </HEAD>
21080 <BODY>
21081 For a remote address book (one for which the Server Name is filled in)
21082 this is the name of a folder on the remote server. The address book data
21083 will be stored in this folder. This folder should be used only for
21084 storing this single address book, not for other address books or for
21085 other messages.
21087 For a local address book (one for which the Server Name is not filled in)
21088 this is the name of a file in which the address book will be stored.
21089 The file is in the same directory as the Alpine configuration file if the
21090 configuration file is local.
21091 If the configuration file is remote, then this will be in the home directory
21092 for Unix Alpine and in the directory specified by the
21093 &quot;-aux local_directory&quot; command line argument.
21095 Look <A HREF="h_edit_nav_cmds">here</A>
21096 to see the available Editing and Navigation commands.
21098 &lt;End of help on this topic&gt;
21099 </BODY>
21100 </HTML>
21101 ======= h_composer_abook_add_nick =======
21102 <HTML>
21103 <HEAD>
21104 <TITLE>Addressbook NickName Field Explained</TITLE>
21105 </HEAD>
21106 <BODY>
21107 This is just an optional nickname for this address book. If present, it
21108 is used in some of the displays and error messages in the address book
21109 maintenance screens. It is for your convenience only and serves no
21110 other purpose.
21112 Look <A HREF="h_edit_nav_cmds">here</A>
21113 to see the available Editing and Navigation commands.
21115 &lt;End of help on this topic&gt;
21116 </BODY>
21117 </HTML>
21118 ======= h_composer_qserv_cn =======
21119 <HTML>
21120 <HEAD>
21121 <TITLE>Directory Query Form Explained</TITLE>
21122 </HEAD>
21123 <BODY>
21125 Fill in as many of these fields as you wish to narrow down your
21126 search. All the fields you fill in must match in order for an entry
21127 to be returned. You may use the wildcard character &quot;*&quot; in
21128 any of the fields, it matches any zero or more characters at that
21129 point in the string. There are no implicit wildcards, so the match is
21130 exact unless you include wildcards.
21133 Note that if an attribute isn't present at all, then the match will fail.
21134 For example, if a server doesn't support the Locality attribute, then no
21135 matter what you put in the Locality field (other than leaving it empty)
21136 the search will fail.
21139 This field, the Common Name field, is typically a person's full name.
21142 <H1>EDITING and NAVIGATION COMMANDS</H1>
21143 <!--chtml if pinemode="function_key"-->
21144 <PRE>
21145 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21146 ^B (Left Arrow)    Back character       | ^D       Delete current character
21147 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21148 ^P (Up Arrow)      Previous line        |
21149 ^N (Down Arrow)    Next line            | F9       Cut marked text or
21150 ^A                 Beginning of line    |            delete current line
21151 ^E                 End of line          | F10      Undelete line(s)
21152 F7                 Previous page        |
21153 F8                 Next page            |-------------------------------------
21154 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21155 ----------------------------------------|
21156 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
21157 F2   Cancel      |   F1    Get help     |
21158 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
21159 </PRE>
21160 <!--chtml else-->
21161 <PRE>
21162 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
21163 ^B (Left Arrow)    Back character       | ^D       Delete current character
21164 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
21165 ^P (Up Arrow)      Previous line        |
21166 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
21167 ^A                 Beginning of line    |            delete current line
21168 ^E                 End of line          | ^U       Undelete line(s)
21169 ^Y                 Previous page        |
21170 ^V                 Next page            |-------------------------------------
21171 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
21172 ----------------------------------------|
21173 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
21174 ^C   Cancel      |   ^G    Get help     |
21175 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
21176 </PRE>
21177 <!--chtml endif-->
21178 <P><UL>
21179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21180 </UL><P>
21181 &lt;End of help on this topic&gt;
21182 </BODY>
21183 </HTML>
21184 ======= h_composer_qserv_sn =======
21186 The Surname is usually the family name of a person.
21188 <End of help on this topic>
21189 ======= h_composer_qserv_gn =======
21191 This is the part of a person's name that isn't the surname or initials.
21193 <End of help on this topic>
21194 ======= h_composer_qserv_mail =======
21196 This is the email address of a person.
21198 <End of help on this topic>
21199 ======= h_composer_qserv_org =======
21201 This is the organization a person belongs to.
21203 <End of help on this topic>
21204 ======= h_composer_qserv_unit =======
21206 This is the organizational unit a person belongs to.
21208 <End of help on this topic>
21209 ======= h_composer_qserv_country =======
21211 This is the country a person belongs to.
21213 <End of help on this topic>
21214 ======= h_composer_qserv_state =======
21216 This is the state a person belongs to.
21218 <End of help on this topic>
21219 ======= h_composer_qserv_locality =======
21221 This is the locality a person belongs to.
21223 <End of help on this topic>
21224 ======= h_composer_qserv_custom =======
21226 This one is for advanced users only! If you put something in this field,
21227 then the rest of the fields are ignored.
21229 This field may be set to the string representation of an LDAP search
21230 filter (see RFC1960). Here are some examples:
21232 To search for an entry with a surname equal to "clinton" you could set
21233 the custom filter to:
21235      (sn=clinton)
21236     
21237 This is equivalent to putting "clinton" in the SurName field.
21238 To search for an entry that has a surname that begins with "clint" and
21239 has a givenname equal to "william" you could use:
21241      (&(sn=clint*)(givenname=william))
21242     
21243 This is equivalent to setting the SurName field to "clint*" and the
21244 GivenName field to "william".
21245 To search for an entry where either the common name OR the email address
21246 contains "abcde" you could use:
21248      (|(cn=*abcde*)(mail=*abcde*))
21250 That isn't equivalent to anything you can do by setting the other fields
21251 because of the OR.
21253 <End of help on this topic>
21254 ======= h_composer_qserv_qq =======
21256 This one is a little different from the rest of the categories.  It causes
21257 a search to be formed from the configured search filter that you filled
21258 in when you added the directory server to your configuration. It can also
21259 be combined with the other fields if you'd like.
21261 <End of help on this topic>
21262 ======= h_address_format =======
21263 <HTML>
21264 <HEAD>
21265 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
21266 </HEAD>
21267 <BODY>
21268 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
21270 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
21271 and then a domain, with no spaces.  
21272 For example, jsmith@art.example.com might be the email address
21273 of a person  
21274 with the username &quot;jsmith&quot; who has an account in the domain
21275 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
21276 right of the &quot;@&quot; sign can vary - a shorter example would be 
21277 isabelle@elsewhere.edu (the shortest possible form: here, only the 
21278 organization's domain is specified after the &quot;@&quot; sign); a longer 
21279 example would be 
21280  jsingh@shakti.edutech.example.com
21281 (here, the name of the host &quot;shakti&quot; in the domain 
21282 edutech.example.com is also specified).  
21283 <P>  
21284 If you do not know the exact email address of someone you want to write 
21285 to, ask them what it is using other means of communication than email; or 
21286 use the tools for 
21287 finding people's addresses that are available on the Internet.
21289 If you are sending to someone on the same system as you are, you can leave
21290 the &quot;@&quot; sign and all the information to its right off of the 
21291 address, and Alpine will fill it in automatically, 
21292 unless the feature 
21293 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
21296 When an email address you send a message to is not reachable -- either because 
21297 it is simply an incorrect address, or because email can temporarily not be 
21298 delivered to it due to a technical problem on the way to or at the recipient's 
21299 end -- you will almost always get an error notification email message back.
21301 If you encounter problems with, or have questions about, email delivery or
21302 email address syntax, contact your local network computing consultants.
21303 <P><UL>
21304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21305 </UL>
21307 &lt;End of help on this topic&gt;
21308 </BODY>
21309 </HTML>
21310 ======= h_flag_user_flag =======
21311 <HTML>
21312 <HEAD>
21313 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
21314 </HEAD>
21315 <BODY>
21316 <H1>STATUS FLAG: User Defined Keyword</h1>
21318 This is a keyword that is defined for this folder.
21319 It was most likely defined by the owner of the folder.
21320 Alpine will not set or clear this flag on its own.
21322 <P><UL>
21323 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21324 </UL><P>
21325 &lt;End of help on this topic&gt;
21326 </BODY>
21327 </HTML>
21328 ======= h_flag_important =======
21329 <html>
21330 <title>STATUS FLAG: Important</title>
21331 <body>
21332 <h1>STATUS FLAG: Important</h1>
21335 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
21336 MESSAGE&nbsp;INDEX
21337 screen, can only be set by the user, and is intended to be used in
21338 whatever fashion makes sense to you.  You are the only one that can set or
21339 clear it. 
21342 &lt;End of help on this topic&gt;
21343 </BODY>
21344 </HTML>
21345 ======= h_flag_new =======
21346 <html>
21347 <title>STATUS FLAG: New</title>
21348 <body>
21349 <h1>STATUS FLAG: New</h1>
21352 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
21353 MESSAGE&nbsp;INDEX screen,
21354 is automatically set when messages are delivered to your Inbox (or other
21355 folder specified outside of Alpine).  Likewise, it is cleared automatically
21356 the first time you read the message it is associated with.
21359 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
21360 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
21361 you'd like to be reminded of it next time you read mail.  This can be done
21362 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
21366 &lt;End of help on this topic&gt;
21367 </BODY>
21368 </HTML>
21369 ======= h_flag_answered =======
21370 <html>
21371 <title>STATUS FLAG: Answered</title>
21372 <body>
21373 <h1>STATUS FLAG: Answered</h1>
21375 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
21376 MESSAGE&nbsp;INDEX
21377 screen, is automatically set when you reply to a message.  This flag is not
21378 automatically cleared.
21381 &lt;End of help on this topic&gt;
21382 </BODY>
21383 </HTML>
21384 ======= h_flag_forwarded =======
21385 <html>
21386 <title>STATUS FLAG: Forwarded</title>
21387 <body>
21388 <h1>STATUS FLAG: Forwarded</h1>
21390 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21391 MESSAGE&nbsp;INDEX
21392 screen, is automatically set when you forward a message.  This flag is not
21393 automatically cleared.
21396 &lt;End of help on this topic&gt;
21397 </BODY>
21398 </HTML>
21399 ======= h_flag_deleted =======
21400 <html>
21401 <title>STATUS FLAG: Deleted</title>
21402 <body>
21403 <h1>STATUS FLAG: Deleted</h1>
21405 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21406 MESSAGE&nbsp;INDEX
21407 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21408 It is cleared
21409 when you use the &quot;U&nbsp;Undelete&quot; command.
21412 Messages marked with this flag will be permanently removed from
21413 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21414 command, or
21415 when you indicate acceptance of their removal upon leaving the folder.
21418 Note, there can be other actions implicit in the
21419 &quot;D&nbsp;Delete&quot; command,
21420 such as advancing to the next message, that may be momentarily undesirable.
21421 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21422 flag <A HREF="h_common_flag">explicitly</A>.
21425 &lt;End of help on this topic&gt;
21426 </BODY>
21427 </HTML>
21428 ====== h_config_incoming_timeo ======
21429 <HTML>
21430 <HEAD>
21431 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21432 </HEAD>
21433 <BODY>
21434 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21436 This option has no effect unless the feature
21437 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21438 is set, which in turn has no effect unless
21439 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21440 is set.
21442 Sets the time in seconds that Alpine will
21443 attempt to open a network connection used for monitoring for Unseen
21444 messages in Incoming Folders. The default is 5.
21445 If a connection has not completed within this many seconds Alpine will
21446 give up and consider it a failed connection.
21448 <UL>   
21449 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21450 </UL><P>
21451 &lt;End of help on this topic&gt;
21452 </BODY>
21453 </HTML>
21454 ====== h_config_psleep ======
21455 <HTML>
21456 <HEAD>
21457 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21458 </HEAD>
21459 <BODY>
21460 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21463 In the good old days a mailcap viewer was used to examine an 
21464 attachment before saving it, and after viewing the attachment control 
21465 would return to the operating system when the viewer was closed. Therefore, 
21466 when the mailcap viewer returned control to the operating system, it 
21467 could be assumed that the user who opened the attachment was done
21468 examining it, and the copy of the attachment that was used, could be removed.
21471 However, today this assumption is not longer valid. Some viewers return 
21472 control to the operating system before they actually read the attachment
21473 to be examined. This causes Alpine to delete the attachment before it 
21474 is read by the viewer, causing the viewer to fail opening the attachment.
21477 In order to work around this problem, Alpine checks, after the viewer has 
21478 returned control to the operating system, if there is any process that is 
21479 using the attachment. This variable controls the number of seconds that 
21480 must elapse between checks. Once it is found that no process is using the 
21481 attachment, this is removed.
21484 The minimum value for this variable is 60 (checks will be made once per 
21485 minute), and the maximum value is 600 (checks will be made once every 10 
21486 minutes). The default value is 60.
21489 <UL>   
21490 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21491 </UL><P>
21492 &lt;End of help on this topic&gt;
21493 </BODY>
21494 </HTML>
21495 ====== h_config_incoming_interv ======
21496 <HTML>
21497 <HEAD>
21498 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21499 </HEAD>
21500 <BODY>
21501 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21503 This option has no effect unless the feature
21504 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21505 is set, which in turn has no effect unless
21506 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21507 is set.
21509 This option specifies, in seconds, how often Alpine will check
21510 for new mail and state changes in Incoming Folders when Incoming Folders
21511 Checking is turned on.
21512 The default is 3 minutes (180).
21513 This value applies only to folders that are local to the system that
21514 Alpine is running on or that are accessed using the IMAP protocol.
21515 The similar option
21516 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21517 applies to all other monitored folders.
21519 <UL>   
21520 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21521 </UL><P>
21522 &lt;End of help on this topic&gt;
21523 </BODY>
21524 </HTML>
21525 ====== h_config_incoming_second_interv ======
21526 <HTML>
21527 <HEAD>
21528 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21529 </HEAD>
21530 <BODY>
21531 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21533 This option has no effect unless the feature
21534 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21535 is set, which in turn has no effect unless
21536 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21537 is set.
21539 This option together with the option
21540 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21541 specifies, in seconds, how often Alpine will check
21542 for new mail and state changes in Incoming Folders when Incoming Folders
21543 Checking is turned on.
21544 The default for this option is 3 minutes (180).
21545 For folders that are local to this system or
21546 that are accessed using the IMAP protocol
21547 the value of the option
21548 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21549 is used.
21550 For all other monitored folders, the value of this option is used.
21552 The reason there are two separate options is because it is usually
21553 less expensive to check local and IMAP folders than it is to check
21554 other types, like POP or NNTP folders.
21555 You may want to set this secondary value to a higher number than
21556 the primary check interval.
21558 <UL>   
21559 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21560 </UL><P>
21561 &lt;End of help on this topic&gt;
21562 </BODY>
21563 </HTML>
21564 ====== h_config_incoming_list ======
21565 <HTML>
21566 <HEAD>
21567 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21568 </HEAD>
21569 <BODY>
21570 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21572 This option has no effect unless the feature
21573 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21574 is set, which in turn has no effect unless
21575 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21576 is set.
21578 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21579 normally monitor all Incoming Folders.
21580 You may use this option to restrict the list of monitored folders to a
21581 subset of all Incoming Folders.
21583 <UL>   
21584 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21585 </UL><P>
21586 &lt;End of help on this topic&gt;
21587 </BODY>
21588 </HTML>
21589 ====== h_config_pers_name ======
21590 <HTML>
21591 <HEAD>
21592 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21593 </HEAD>
21594 <BODY>
21595 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21597 This value is used to determine the full name part of the "From" address
21598 on messages you send.
21599 <!--chtml if pinemode="os_windows"-->
21600  PC-Alpine requires that this be set in order to properly construct the "From" address.
21601 <!--chtml else-->
21602  If unset, Unix Alpine will obtain your full name from
21603  the system password file. PC-Alpine, on the other hand, requires that this be set.
21604 <!--chtml endif-->
21606 If you want to change the value of what gets included in the From header
21607 in messages you send (other than just the Personal Name)
21608 look <A HREF="h_config_change_your_from">here</A> for a description.
21609 <P><UL>
21610 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21611 </UL><P>
21612 &lt;End of help on this topic&gt;
21613 </BODY>
21614 </HTML>
21615 ====== h_config_pruned_folders ======
21616 <html>
21617 <header>
21618 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21619 </header>
21620 <body>
21621 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21623 This variable allows you to define a list of one or more folders that
21624 Alpine will offer to prune for you in the same way it automatically offers
21625 to prune your "sent-mail" folder each month.
21626 Each folder in this list must be a folder in your default folder collection
21627 (the first folder collection if you have more than one), and it is just
21628 the relative name of the folder in the collection, not the fully-qualified name.
21629 It is similar to sent-mail.
21630 Instead of something like
21632 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21634 the correct value to use would be
21636 <CENTER><SAMP>folder</SAMP></CENTER>
21638 There is an assumption here that your first collection is the folders in
21640 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21643 Once a month, for each folder listed, Alpine will offer to move
21644 the contents of the folder to a new folder of the same name but with
21645 the previous month's date appended.  Alpine will then look for any such
21646 date-appended folder names created for a previous month, and offer each
21647 one it finds for deletion.
21650 If you decline the first offer, no mail is moved and no new folder is
21651 created.
21654 The new folders will be created
21655 in your default folder collection.
21658 <UL>   
21659 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21660 </UL><P>
21661 &lt;End of help on this topic&gt;
21662 </body>
21663 </html>
21664 ====== h_config_upload_cmd ======
21665 <HTML>
21666 <HEAD>
21667 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21668 </HEAD>
21669 <BODY>
21670 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21672 This option affects the behavior of the Composer's &quot;Read File&quot; 
21673 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21674 commands.  It specifies
21675 a Unix program name, and any necessary command line arguments, that Alpine can
21676 use to transfer files from your personal computer into messages that you are
21677 composing.<P>
21679 <B>Note:</B> this facility is intended for use with serial line transfer 
21680 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21681 to work with TCP/IP file transfer programs such as ftp.<P>
21683 If a program is specified, the commands listed above are modified to offer a
21684 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21685 specified here must match the transfer program or protocol available on the
21686 personal computer.<P>
21688 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21689 the specified upload program finishes, Alpine expects the uploaded data to be
21690 contained in this file.<P>
21692 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21693 generates a
21694 temporary file name that it will pass to the specified Unix program.  Alpine
21695 will read the resulting uploaded text from this file and then delete it when
21696 the upload command is finished.<P>
21698 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21699 prompt
21700 you for the name of the file that is to contain the uploaded information that
21701 it is to attach.  Alpine will attach this file to the composition, but will
21702 <B>not</B> delete this file after the upload command is finished.<P>
21704 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21705 command
21706 line arguments.  Alpine will replace this symbol with the name of the file
21707 being used to exchange the uploaded information.  This token allows you to
21708 position the file name where it is required in the Unix program's command
21709 line arguments.<P>
21711 If the &quot;_FILE_&quot; token is not present in the specified command, the
21712 temporary file's name is automatically appended to the specified Unix
21713 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21714 <B>last</B> command line argument.
21715 <P><UL>
21716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21717 </UL><P>
21718 &lt;End of help on this topic&gt;
21719 </BODY>
21720 </HTML>
21721 ====== h_config_upload_prefix ======
21722 <HTML>
21723 <HEAD>
21724 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21725 </HEAD>
21726 <BODY>
21727 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21729 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21730 It defines text to be written to the terminal emulator (via standard output)
21731 immediately prior to starting upload command.  This is useful for
21732 integrated serial line file transfer agents that permit command passing
21733 (e.g., Kermit's APC method).<P>
21735 The special token &quot;_FILE_&quot; may be included in the string specification.
21736 That symbol will be replaced with the (Alpine-created) name of the temporary
21737 file in which Alpine will expect to find the uploaded file.
21738 <P><UL>
21739 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21740 </UL><P>
21741 &lt;End of help on this topic&gt;
21742 </BODY>
21743 </HTML>
21744 ====== h_config_download_cmd ======
21745 <HTML>
21746 <HEAD>
21747 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21748 </HEAD>
21749 <BODY>
21750 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21752 This option affects the behavior of the Export command.  It specifies a Unix
21753 program name, and any necessary command line arguments, that Alpine can use to
21754 transfer the exported message to your personal computer's disk.<P>
21755 Note: this facility is intended for use with serial line transfer 
21756 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21757 to work with TCP/IP file transfer programs such as ftp.<P>
21758 If a program is specified, the Export command is modified to offer a
21759 subcommand (^V) to activate the transfer (in lieu of saving it to
21760  the machine where Alpine is running).  Obviously, the Unix program
21761 specified here must match the transfer program or protocol available on the
21762 personal computer.<P>
21764 When this subcommand is selected and before Alpine invokes the specified Unix
21765 program, Alpine will create a temporary file containing the text of the
21766 exported message.  Alpine uses this file to pass the exported message text to
21767 the specified Unix program.<P>
21769 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21770 line arguments.  Alpine will replace this symbol with the temporary file's name
21771 before executing the Unix program.  This token allows you to position the
21772 file name where it is required in the Unix program's command line arguments.
21774 If the &quot;_FILE_&quot; token is not present in the specified command, the
21775 temporary file's name is automatically appended to the specified Unix
21776 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21777 <B>last</B> command line argument.
21778 <P><UL>
21779 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21780 </UL><P>
21781 &lt;End of help on this topic&gt;
21782 </BODY>
21783 </HTML>
21784 ====== h_config_download_prefix ======
21785 <HTML>
21786 <HEAD>
21787 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21788 </HEAD>
21789 <BODY>
21790 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21792 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21793 It defines text to be written to the terminal emulator (via standard output)
21794 immediately prior to starting the download command.  This is useful for
21795 integrated serial line file transfer agents that permit command passing
21796 (e.g., Kermit's APC method).
21798 The special token &quot;_FILE_&quot; may be included in the string 
21799 specification.
21800 That symbol will be replaced with the (Alpine-created) name of the temporary
21801 file into which Alpine will place the message to be downloaded.
21802 <P><UL>
21803 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21804 </UL><P>
21805 &lt;End of help on this topic&gt;
21806 </BODY>
21807 </HTML>
21808 ====== h_config_mailcap_path ======
21809 <HTML>
21810 <HEAD>
21811 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21812 </HEAD>
21813 <BODY>
21814 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21815 This variable is used to replace Alpine's default mailcap file search path.
21816 It takes one or more file names (full paths must be specified) in which to
21817 look for mail capability data.  The default search path can be found in this
21818 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21819 If there is more than one file name listed, list members should be delimited
21820 by 
21821 <!--chtml if pinemode="os_windows"-->
21822 a semi-colon (;) under Windows; for example:<PRE>
21823         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21824 </PRE>
21825 <!--chtml else-->
21826 a colon (:) under UNIX; for example:<PRE>
21827         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21828 </PRE>
21829 <!--chtml endif-->
21830 <P><UL>
21831 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21832 </UL>
21834 &lt;End of help on this topic&gt;
21835 </BODY>
21836 </HTML>
21837 ====== h_config_mimetype_path ======
21838 <HTML>
21839 <HEAD>
21840 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21841 </HEAD>
21842 <BODY>
21843 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21845 This variable is used to replace Alpine's default mime.types file search path.
21846 It takes one or more file names (full paths must be specified) in which to
21847 look for file-name-extension to MIME type mapping data.  The default search
21848 path can be found in this
21849 <A HREF="h_news_config">Alpine Configuration</A> help.
21853 If there is more than one file name listed, list members should be delimited
21854 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21856 &lt;End of help on this topic&gt;
21857 </BODY></HTML>
21858 ====== h_config_set_att_ansi ======
21859 <HTML><HEAD>
21860 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21861 </HEAD>
21862 <BODY>
21863 <H1>OPTION: Set printer to attached ansi printer</H1>
21865 Type "S" to set your printer to "attached-to-ansi".<BR>
21866 It is OK to include "attached-to-ansi" in your personal list below.
21868 &lt;End of help on this topic&gt;
21869 </BODY></HTML>
21870 ====== h_config_set_att_ansi2 ======
21871 <HTML><HEAD>
21872 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21873 </HEAD>
21874 <BODY>
21875 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21877 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21878 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21879 list below.
21883 This is the same as the "attached-to-ansi" option except that a
21884 formfeed character will not be appended to the end of the print job.
21885 If your printer already ejects the paper by itself at the end of the
21886 job, you may prefer the "no-formfeed" form of this printer so that you
21887 don't get an extra blank page between print jobs.
21890 &lt;End of help on this topic&gt;
21891 </BODY></HTML>
21892 ====== h_config_set_att_wyse ======
21893 <HTML><HEAD>
21894 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21895 </HEAD>
21896 <BODY>
21897 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21899 Type "S" to set your printer to "attached-to-wyse".<BR>
21900 It is OK to include "attached-to-wyse" in your personal list below.
21902 This is very similar to "attached-to-ansi".
21903 The only difference is in the control characters sent to turn the printer
21904 on and off.
21905 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21906 to turn on the printer and ESC LEFT_BRACKET 4 i
21907 to turn it off.
21908 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21909 &lt;End of help on this topic&gt;
21910 </BODY></HTML>
21911 ====== h_config_set_att_wyse2 ======
21912 <HTML><HEAD>
21913 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21914 </HEAD>
21915 <BODY>
21916 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21918 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21919 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21920 list below.
21924 This is the same as the "attached-to-wyse" option except that a
21925 formfeed character will not be appended to the end of the print job.
21926 If your printer already ejects the paper by itself at the end of the
21927 job, you may prefer the "no-formfeed" form of this printer so that you
21928 don't get an extra blank page between print jobs.
21931 &lt;End of help on this topic&gt;
21932 </BODY></HTML>
21933 ====== h_config_set_stand_print ======
21934 <HTML>
21935 <HEAD>
21936 <TITLE>OPTION: Set default printer</TITLE>
21937 </HEAD>
21938 <H1>OPTION: Set default printer</H1>
21939 <BODY>
21940 Move to the printer you want and type "S" to set it to be your
21941 default printer.  This list is not modifiable by you and has been
21942 set up by the system administrators.  If there is more than one printer
21943 listed in the Command List, you will be able to cycle through that
21944 whole list at the time you print, starting with your default.
21945 It is OK to include entries from this Standard list in your personal
21946 list below.
21948 &lt;End of help on this topic&gt;
21949 </BODY>
21950 </HTML>
21951 ====== h_config_set_custom_print ======
21952 <HTML>
21953 <HEAD>
21954 <TITLE>OPTION: Set default printer</TITLE>
21955 </HEAD>
21956 <H1>OPTION: Set default printer</H1>
21957 <BODY>
21958 You may add as many print commands as you want to your personal list.
21959 Specify one of them as your default printer by moving to the printer
21960 you want and typing "S".  If there is more than one printer listed
21961 in the Command List, you will be able to cycle through that list at
21962 the time you print, starting with your default.  It is OK to include
21963 entries from the Standard list above or to include the command
21964 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21965 "attached-to-wyse-no-formfeed" as one of the entries here.
21967 &lt;End of help on this topic&gt;
21968 </BODY>
21969 </HTML>
21970 ====== h_config_user_id =====
21971 <HTML>
21972 <HEAD>
21973 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21974 </HEAD>
21975 <BODY>
21976 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21978 This value is used as part of the "From" address on messages you send.
21979 It is also the default login name for remote IMAP server access.  Set this
21980 to the username part you want to appear on outgoing email.
21982 If you want to change the value of what gets included in the From header
21983 in messages you send (other than just the User ID)
21984 look <A HREF="h_config_change_your_from">here</A> for a description.
21986 <P><UL>   
21987 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21988 </UL><P>
21989 &lt;End of help on this topic&gt;
21990 </BODY>
21991 </HTML>
21992 ====== h_config_user_dom =====
21993 <HTML>
21994 <HEAD>
21995 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21996 </HEAD>
21997 <BODY>
21998 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
22000 This value specifies the domain part (right-hand side) of your return
22001 address on outgoing email and is also used as the default domain for email
22002 composed to a local user.
22003 <!--chtml if pinemode="os_windows"-->
22004  This value is required for PC-Alpine. If you are unsure as to what this should be,
22005  contact your local help desk, system administrator, or Internet Service Provider.
22006 <!--chtml else-->
22007  If unset, Unix Alpine will obtain the domain from
22008  the system.  Often this value will be set for your whole site by the
22009  system administrator.<P>
22010 <!--chtml endif-->
22011 If you set this, see also the <A HREF="h_config_quell_local_lookup">
22012 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
22014 If you want to change the value of what gets included in the From header
22015 in messages you send (other than just the User Domain)
22016 look <A HREF="h_config_change_your_from">here</A> for a description.
22017 <P><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_smtp_server =====
22024 <HTML>
22025 <HEAD>
22026 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
22027 </HEAD>
22028 <BODY>
22029 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
22030 This value specifies the name of one or more SMTP 
22031 (Simple Mail Transfer Protocol) servers for sending mail. 
22032 <!--chtml if pinemode="os_windows"-->
22033 You must have an SMTP server for use with PC-Alpine.
22034 SMTP servers are
22035 normally set up by a system administrator for use by all members of a given
22036 campus or department.
22037 Contact your local help desk to ask what SMTP
22038 servers you should use.  
22039 <!--chtml else-->
22040 Unix Alpine users may not need to set an SMTP server.
22041 Alpine will attempt to execute the program (usually sendmail) that is used
22042 to insert mail into the mail system.
22043 If this works for you, you may leave this option blank.
22044 If there is an SMTP server running on the Unix host you may be able to
22045 improve sending performance slightly by setting the SMTP server option
22046 to &quot;localhost&quot; or to the actual name of the Unix host.
22048 If the Unix host doesn't work the way Alpine was expecting you will need to
22049 set the value of this option.
22050 SMTP servers are
22051 normally set up by a system administrator for use by all members of a given
22052 campus or department.
22053 Contact your local help desk to ask what SMTP
22054 servers you should use.  
22055 <!--chtml endif-->
22057 Your SMTP server may offer SMTP AUTH authentication.
22058 It may even require it.
22059 If your SMTP server offers SMTP AUTH authentication you may specify a
22060 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
22061 This parameter requires an associated value,
22062 the username identifier with which to establish the server
22063 connection.
22064 An example might be:
22067 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
22070 If AUTH authentication is offered by the server, this will cause Alpine to
22071 attempt to use it.
22072 If AUTH authentication is not offered by the server, this will cause Alpine
22073 to fail sending with an error similar to:
22076 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
22079 Another type of authentication that is used by some ISPs is called
22080 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
22081 which means that you have to authenticate
22082 yourself to the POP or IMAP server by opening a mailbox before you
22083 can send mail.
22084 To do this, you usually only have to open your INBOX.
22087 You may tell Alpine to use the
22088 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
22089 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
22090 parameter
22091 in this option.
22092 At this time &quot;/submit&quot; is simply equivalent to specifying
22093 port 587, though it may imply more than that at some point in the future.
22094 Some ISPs are blocking port 25 in order to reduce the amount of spam
22095 being sent to their users.
22096 You may find that the submit option allows you to get around such a block.
22099 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
22102 To specify any non-standard port number on the SMTP server you may follow
22103 the hostname with a colon followed by the portnumber.
22106 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
22109 Normally, when a connection is made to the Smtp-Server Alpine will attempt
22110 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
22111 If that fails then a non-encrypted connection will be attempted instead.
22112 You may specify that a TLS connection is required if you wish.
22113 If you append &quot;/tls&quot; to the name then the connection will fail
22114 instead of falling back to a non-secure connection.
22117 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
22121 For more details about server name possibilities see
22122 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22125 <UL>
22126 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22127 </UL>
22129 &lt;End of help on this topic&gt;
22130 </BODY>
22131 </HTML>
22132 ====== h_config_nntp_server =====
22133 <HTML>
22134 <HEAD>
22135 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
22136 <BODY>
22137 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
22139 This value specifies the name of one or more NNTP
22140 (Network News Transfer Protocol)
22141 servers for reading and posting USENET news.
22142 NNTP servers are normally
22143 set up by a system administrator for use by all members of a given campus
22144 or department.
22145 Contact your local help desk to ask what NNTP servers you should use.  
22146 <!--chtml if pinemode="os_windows"--><!--chtml else-->
22147 Often Unix Alpine users will find that this variable has been
22148 set for the whole system (and they don't have to worry about it).  
22149 <!--chtml endif-->
22150 When you define an NNTP server here, Alpine implicitly defines a news
22151 collection for you, assuming that server as the news server and assuming
22152 that you will use the NNTP protocol and a local newsrc configuration file
22153 for reading news.
22154 For more about reading news with Alpine, see
22155 <A HREF="h_reading_news">how to use Alpine to read news</A>.
22157 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
22158 or &quot;AUTHINFO USER&quot; authentication.
22159 It may even require it.
22160 If your NNTP server does offer such authentication you may specify a user name
22161 parameter to cause Alpine to attempt to authenticate.
22162 The same is true for the server name in a folder collection that uses NNTP.
22163 This parameter requires an associated value,
22164 the username identifier with which to establish the server connection.
22165 An example might be:
22168 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
22171 If authentication is offered by the server, this will cause Alpine to
22172 attempt to use it.
22173 If authentication is not offered by the server, this will cause Alpine
22174 to fail with an error similar to:
22177 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
22179 For more details about the server name possibilities see
22180 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
22181 <P><UL>
22182 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22183 </UL><P>
22184 &lt;End of help on this topic&gt;
22185 </BODY>
22186 </HTML>
22187 ====== h_config_inbox_path =====
22188 <HTML>
22189 <HEAD>
22190 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
22191 </HEAD>
22192 <BODY>
22193 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
22195 This value overrides the default value of your INBOX name/path/location.
22196 <!--chtml if pinemode="os_windows"-->
22197 PC-Alpine users must specify an inbox path and it must be a folder on an
22198 IMAP server.  
22199 <!--chtml else-->
22200 Unix and VMS Alpine users will often find that this variable
22201 has been pre-configured by your system administrator.  
22202 <!--chtml endif-->
22203 You may be able to specify an alternate INBOX that is either a local folder 
22204 or a folder on an IMAP server.
22206 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
22207 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
22208 mail server.
22210 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22211 details on the syntax of folder definitions.
22213 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
22214 mail is disappearing.
22215 <P><UL>
22216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22217 </UL><P>
22218 &lt;End of help on this topic&gt;
22219 </BODY>
22220 </HTML>
22221 ====== h_config_change_your_from =====
22222 <HTML>
22223 <HEAD>
22224 <TITLE>How to Change your From Address</TITLE>
22225 </HEAD>
22226 <BODY>
22227 <H1>How to Change your From Address</H1>
22229 If the From address that Alpine includes in mail that you send is not correct,
22230 you may want to configure a different default value for the From address.
22231 You may follow these directions to change the default:
22234 <UL>
22235   <LI> Go to the Main Alpine Menu
22236   <LI> From there type the Setup Command
22237   <LI> From there type the Config Command
22238 </UL>
22241 You've probably already seen this SETUP CONFIGURATION screen.
22242 If not, there are many options you may want to set here.
22243 To set the value of the From header you may use the
22244 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
22245 Find it by scrolling down a few pages or use the WhereIs command to
22246 search for &quot;customized&quot;.
22247 You may want to read the help text associated with the option.
22249 To add a custom From header, type the Add command and enter the
22250 full header line, including the leading &quot;From:&nbsp;&quot;.
22251 For example:
22253 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22255 Now exit the Setup command and try sending mail to yourself to see
22256 what the From line looks like.
22258 When you are in the composer you may edit the custom From line by typing
22259 Ctrl-R while your cursor is in the headers of the message and then moving
22260 to the From line and editing.
22261 If you want to leave the default value the same but add the possibility
22262 of being able to edit the header when you compose, add just the header
22263 name without a value.
22264 For example:
22266 <CENTER><SAMP>From:</SAMP></CENTER>
22268 If you change your From address you may also find it useful to add the
22269 changed From address to the
22270 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22271 configuration option.
22273 <UL>   
22274 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22275 </UL><P>
22276 &lt;End of help on this topic&gt;
22277 </BODY>
22278 </HTML>
22279 ====== h_config_default_fcc =====
22280 <HTML>
22281 <HEAD>
22282 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
22283 </HEAD>
22284 <BODY>
22285 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
22287 This value specifies where a copy of outgoing mail should be saved.  If
22288 this is not a path name, it will be in the default collection for saves.
22289 Any valid folder specification, local or IMAP, is allowed.  This default
22290 folder carbon copy only applies when the 
22291 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
22292 is set to use the default folder.  
22293 <!--chtml if pinemode="os_windows"-->
22294 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
22295 <!--chtml else-->
22296 Unix Alpine default
22297 is normally &quot;sent-mail&quot; in the default folder collection. 
22298 <!--chtml endif-->
22300 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
22301 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
22302 IMAP server (remember that in order to later access this remote folder through Alpine, it
22303 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22304 for more information). An example:<p>
22305 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
22307 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
22309 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22310 details on the syntax of folder definitions.
22312 <UL>   
22313 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22314 </UL><P>
22315 &lt;End of help on this topic&gt;
22316 </BODY>
22317 </HTML>
22318 ====== h_config_def_save_folder =====
22319 <HTML>
22320 <HEAD>
22321 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
22322 </HEAD>
22323 <BODY>
22324 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
22326 This option determines the default folder name for save-message operations 
22327 (&quot;saves&quot;).
22329 If this is not a path name, it will be in the default collection for saves.
22330 Any valid folder specification, local or IMAP, is allowed.  This default
22331 folder only applies when the
22332 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
22333 doesn't override it.  
22334 <!--chtml if pinemode="os_windows"-->
22335 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
22336 <!--chtml else-->
22337 Unix Alpine default
22338 is normally &quot;saved-messages&quot; in the default folder collection.
22339 <!--chtml endif-->
22340 If you access your email through an IMAP server, especially if you often switch between Unix
22341 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
22342 IMAP server (remember that in order to later access this remote folder through Alpine, it
22343 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
22344 for more information). An example:<p>
22345 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
22347 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22348 details on the syntax of folder definitions.
22350 <UL>   
22351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22352 </UL><P>
22353 &lt;End of help on this topic&gt;
22354 </BODY>
22355 </HTML>
22356 ====== h_config_postponed_folder =====
22357 <HTML>
22358 <HEAD>
22359 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
22360 </HEAD>
22361 <BODY>
22362 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
22364 This value overrides the default name for the folder where postponed
22365 messages are saved.  If this is not a path name, it will be in the default
22366 collection for message Saves.  Any valid folder specification, local or
22367 remote, is allowed. 
22368 PC-Alpine default
22369 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
22370 The Unix Alpine default is normally &quot;postponed-msgs&quot;
22371 in the default collection. 
22373 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
22374 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
22375 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
22376 in all Alpine copies you use. 
22377 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
22378 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
22379 for more information). An
22380 example:<p> 
22381 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
22383 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22384 details on the syntax of folder definitions.
22386 <UL>   
22387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22388 </UL><P>
22389 &lt;End of help on this topic&gt;
22390 </BODY>
22391 </HTML>
22392 ====== h_config_read_message_folder =====
22393 <HTML>
22394 <HEAD>
22395 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22396 </HEAD>
22397 <BODY>
22398 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22400 By virtue of specifying a folder name here, Alpine will be configured to
22401 save all messages that you have read during a session into the designated
22402 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22403 between your really new email (in your INBOX) and those that you have
22404 already read.  Depending on how you define the 
22405 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22406 setting, you may or may not be asked when you quit
22407 Alpine if you want read messages to be moved to this folder.  In either
22408 case, moving the messages means they will be deleted from your INBOX.
22410 If this is not a path name, it will be in the default collection for
22411 saves.  Any valid folder specification, local or remote (via IMAP), is
22412 allowed.  There is no default for the name of the read message folder.
22414 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22415 details on the syntax of folder definitions.
22417 <UL>   
22418 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22419 </UL><P>
22420 &lt;End of help on this topic&gt;
22421 </BODY>
22422 </HTML>
22423 ====== h_config_form_folder =====
22424 <HTML>
22425 <HEAD>
22426 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22427 </HEAD>
22428 <BODY>
22429 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22431 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22432 contain messages that you have composed and that are intended to be
22433 sent in their original form repeatedly.
22436 Setting this variable will alter Alpine's usual behavior when you
22437 execute the Compose command.  Normally, Alpine offers a chance to
22438 continue a postponed or interrupted message should one or the other
22439 exist.  When this variable is set to a folder name that exists, Alpine
22440 will also offer the chance to select a message from the folder to
22441 insert into the composer (much like when continuing a postponed message).
22442 The difference, however, is that Alpine will not automatically delete
22443 the selected message from the Form Letter Folder.
22445 Setting this variable will also affect Alpine's behavior when you
22446 Postpone a message from the composer.  Normally, Alpine simply stashes
22447 the message away in your
22448 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22449 Regardless of the specified folder's existence, Alpine will ask which
22450 folder you intend the message to be stored in.  Choose the
22451 &quot;F&quot; option to store the message in your Form Letter Folder.
22452 This is the most common way to add a message to the folder.
22455 Another method of adding messages to the folder is via the Alpine
22456 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22457 you expect to send in the same form again, you can enter the Form
22458 Letter Folder's name in this field.  Alpine, as usual, will copy the
22459 message as it's sent.  Note, when you later select this message from 
22460 your Form Letter Folder, it will have the same recipients as the original
22461 message.
22464 To delete a message from the Form Letter Folder, you can either select
22465 the folder from a suitable FOLDER LIST screen, or use the Delete
22466 command in the MESSAGE INDEX offered when selecting from the folder as
22467 part of the Compose command.  You can delete a Form Letter Folder just
22468 as any other folder from a suitable FOLDER LIST screen.
22471 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22472 facility can be used
22473 to replace the Form Letter Folder.
22476 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22477 details on the syntax of folder definitions.
22480 <UL>   
22481 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22482 </UL><P>
22483 &lt;End of help on this topic&gt;
22484 </BODY>
22485 </HTML>
22486 ====== h_config_archived_folders =====
22487 <HTML>
22488 <HEAD>
22489 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22490 </HEAD>
22491 <BODY>
22492 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22494 This is like
22495 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22496 only more general.  You may archive
22497 any of the folders in your incoming collection.  This is a list of folder
22498 pairs, with the first separated from the second in the pair by a space.
22499 The first folder in a pair is the folder you want to archive, and the
22500 second folder is the folder that read messages from the first should be
22501 moved to.  Depending on how you define the
22502 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22503 setting, you may or may not be asked when you
22504 leave the first folder if you want read messages to be moved to the
22505 second folder.  In either case, moving the messages means they will be
22506 deleted from the first folder.
22508 The name of the first folder in each pair can be either the technical
22509 specification of the folder (like what appears in your configuration file)
22510 or (much easier) the nickname that you gave the folder when you made it
22511 an incoming folder.
22513 For example:<p>
22514 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22515 <p>or, using nicknames:<p>
22516 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22518 If these are not path names, they will be in the default collection for
22519 saves. Any valid folder specification, local or remote (via IMAP), is
22520 allowed. There is no default.
22522 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22523 details on the syntax of folder definitions.
22525 <UL>   
22526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22527 </UL><P>
22528 &lt;End of help on this topic&gt;
22529 </BODY>
22530 </HTML>
22531 ====== h_config_newsrc_path ======
22532 <HTML>
22533 <HEAD>
22534 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22535 </HEAD>
22536 <BODY>
22537 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22539 This option overrides the default name Alpine uses for your "newsrc" news
22540 status and subscription file.  If set, Alpine will take this value as the
22541 full pathname for the desired newsrc file.<P>
22543 If this option is <B>not</B> set, 
22544 <!--chtml if pinemode="os_windows"-->
22545 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22546 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22547 directory as your pinerc file for NEWSRC.
22548 <!--chtml else-->
22549 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22550 your account's home directory).
22551 <!--chtml endif-->
22552 <P><UL>
22553 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22554 </UL>
22556 &lt;End of help on this topic&gt;
22557 </BODY>
22558 </HTML>
22559 ====== h_config_literal_sig =====
22560 <HTML>
22561 <HEAD>
22562 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22563 </HEAD>
22564 <BODY>
22565 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22567 With this option your actual signature, as opposed to
22568 the name of a file containing your signature,
22569 is stored in the Alpine configuration file.
22570 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22573 This is simply a different way to store the signature.
22574 The signature is stored inside your Alpine configuration file instead of in
22575 a separate file.
22576 Tokens work the same way they do with the
22577 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22578 help.
22581 The Setup/Signature command on Alpine's MAIN MENU will edit
22582 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22583 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22584 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22585 instead.
22588 The two character sequence &#92;n (backslash followed by
22589 the character n) will be used to signify a line-break in your signature.
22590 You don't have to enter the &#92;n, but it will be visible in the
22591 SETUP CONFIGURATION window after you are done editing the signature.
22594 <UL>   
22595 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22596 </UL><P>
22597 &lt;End of help on this topic&gt;
22598 </BODY>
22599 </HTML>
22600 ====== h_config_signature_file =====
22601 <HTML>
22602 <HEAD>
22603 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22604 </HEAD>
22605 <BODY>
22606 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22608 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22609 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22610 You can tell that that is the case because the value of the
22611 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22613 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22615 You may either use all Literal Signatures (signatures stored in your
22616 configuration file) throughout Alpine, or all signature files.
22617 You can't mix the two.
22619 This is the name of a file that will be automatically inserted into
22620 outgoing messages.
22621 It typically contains information such as your
22622 name, email address and organizational affiliation.
22623 Alpine adds the
22624 signature into the message as soon as you enter the composer so you
22625 can choose to remove it or edit it on a message by message basis.
22626 Signature file placement in message replies is controlled by the
22627 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22628 setting in the feature list.
22631 The default file name is
22632 <!--chtml if pinemode="os_windows"-->
22633 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22634 PINERC file is a local file.
22635 If your PINERC file is remote, then it will be in the directory specified
22636 by the &quot;-aux local_directory&quot; command line option.
22637 <!--chtml else-->
22638 &quot;.signature&quot;.
22639 <!--chtml endif-->
22642 To create or edit your signature file choose Setup from the MAIN MENU
22643 and then select S for Signature (Main/Setup/Signature).  This puts you
22644 into the Signature Editor where you can enter a <EM>few</EM> lines of
22645 text containing your identity and affiliation.
22648 If the filename is followed by a vertical bar (|) then instead
22649 of reading the contents of the file the file is assumed to be a
22650 program that will produce the text to be used on its standard output.
22651 The program can't have any arguments and doesn't receive any input from Alpine,
22652 but the rest of the processing works as if the contents came from a file.
22655 Instead of storing the data in a local file, the
22656 signature data may be stored remotely in an IMAP folder.
22657 In order to do this, 
22658 you must use a remote name for the file.
22659 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22661 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22664 The syntax used here is the same as the syntax used for remote configuration
22665 files from the command line.
22666 Note that you may not access an existing signature file remotely,
22667 you have to create a new <EM>folder</EM> that contains the signature data.
22668 If the name you use here for the signature file is a remote name, then when
22669 you edit the file from the Setup/Signature command the data will be stored
22670 remotely in the folder.
22671 You aren't required to do anything special to create the folder, it
22672 gets created automatically if you use a remote name.
22675 Besides regular text, the signature file may also contain
22676 (or a signature program may produce) tokens that
22677 are replaced with text that usually depends on the message you are replying
22678 to or forwarding.
22679 For example, if the signature file contains the token
22681 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22683 anywhere in the text, then that token is replaced by the date
22684 the message you are replying to or forwarding was sent.
22685 If it contains
22687 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22689 that is replaced with the current date.
22690 The first is an example of a token that depends on the message you
22691 are replying to (or forwarding) and the second is an example which
22692 doesn't depend on anything other than the current date.
22693 You have to be a little careful with this facility since tokens that
22694 depend on the message you are replying to or forwarding will be replaced
22695 by nothing in the case where you are composing a new message from scratch.
22696 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22697 in this respect.
22698 It allows you to use different signature files in different cases.
22701 The list of tokens available for use in the signature file is
22702 <A HREF="h_index_tokens">here</A>.
22705 Instead of, or along with the use of &quot;roles&quot; to give you
22706 different signature files in different situations, there is also
22707 a way to conditionally include text based
22708 on whether or not a token would result in specific replacement text.
22709 For example, you could include some text based on whether or not
22710 the _NEWS_ token would result in any newsgroups if it was used.
22711 This is explained in detail
22712 <A HREF="h_reply_token_conditionals">here</A>.
22713 This isn't for the faint of heart.
22715 In the very unlikely event that you want to include a literal token
22716 in the signature you must precede it with a backslash character.
22717 For example,
22719 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22721 would produce something like
22723 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22725 It is not possible to have a literal backslash followed by an expanded token.
22727 An alternate method for storing the signature data is available by using the
22728 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22729 This variable will be used by default.
22731 <UL>   
22732 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22733 </UL><P>
22734 &lt;End of help on this topic&gt;
22735 </BODY>
22736 </HTML>
22737 ====== h_config_init_cmd_list =====
22738 <HTML>
22739 <HEAD>
22740 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22741 </HEAD>
22742 <BODY>
22743 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22745 The initial keystroke--or command--list option lets you start Alpine at
22746 any place you like.
22747 Whatever keystrokes you specify here will be executed
22748 by Alpine upon startup as a macro.
22749 The words SPACE, TAB, DOWN, UP, LEFT, and
22750 RIGHT indicate the pressing of those keys.
22751 CR indicates the pressing of the RETURN key.
22752 F1 through F12 represent the function keys, and ^ followed
22753 by a character indicates that key pressed along with the control key (in
22754 other words, ^P means Ctrl-P).
22755 As a shortcut notation, an element of the list may be several characters
22756 surrounded by double-quotes (").
22757 That will be expanded into the individual keystrokes
22758 (excluding the double-quote characters).
22759 For example, the quoted-string
22761 <P><CENTER>"ABC"</CENTER>
22764 is interpreted the same as the three separate list members
22766 <P><CENTER>A and B and C</CENTER>
22769 which is also the same as
22771 <P><CENTER>A,B,C</CENTER>
22774 An example: To view message 1 on startup,
22775 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22777 <P><CENTER>I,J,1,CR,V</CENTER>
22780 An equivalent version of this is
22782 <P><CENTER>"IJ1",CR,V</CENTER>
22785 Restrictions: You cannot pre-type into the composer with the initial
22786 keystroke list, and you cannot mix function key commands with letter
22787 commands.
22789 <P><UL>   
22790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22791 </UL>
22793 &lt;End of help on this topic&gt;
22794 </BODY>
22795 </HTML>
22796 ====== h_config_comp_hdrs =====
22797 <html>
22798 <header>
22799 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22800 </header>
22801 <body>
22802 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22804 You can control which headers you want visible when composing outgoing
22805 email using this option.
22806 You can specify any of the regular set, any
22807 <A HREF="h_compose_richhdr">Rich Header</A>,
22808 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22809 that you have already defined.
22810 If you use this setting at all, you must specify all the
22811 headers you want to see, you can't just add to the regular header set.
22812 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22814 Note that the "Newsgroups:" header will be abbreviated in the Composer
22815 display, but should be spelled out in full here.<p>
22816 <UL>   
22817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22818 </UL><P>
22819 &lt;End of help on this topic&gt;
22820 </body>
22821 </html>
22822 ====== h_config_custom_hdrs =====
22823 <HTML>
22824 <HEAD>
22825 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22826 </HEAD>
22827 <BODY>
22828 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22830 You may add your own custom headers to outgoing messages.
22831 Each header you specify here must include the header tag 
22832 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22833 and may optionally include a value for that header.
22834 If you want to see these custom headers each time you compose a message,
22835 you must add them to your
22836 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22837 otherwise they become part
22838 of the rich header set that you only see when you press the
22839 <A HREF="h_compose_richhdr">Rich Header</A>
22840 <!--chtml if pinemode="function_key"-->(F5)
22841 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22842 (If you are looking for a way to change which headers are <EM>displayed</EM>
22843 when you view a message, take a look at the
22844 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22845 option instead.)
22846 Here's an example that shows how you might set your From address
22848 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22850 and another showing how you might set a Reply-To address
22852 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22854 You may also set non-standard header values here.
22855 For example, you could add
22857 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22859 or even
22861 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22863 If you include a value after the colon then that header will be included
22864 in your outgoing messages unless you delete it before sending.
22865 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22866 it will not be included in outgoing messages unless you edit a value
22867 in manually.
22868 For example, if
22870 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22872 is in the list, then the Reply-To header will be available for editing
22873 but won't be included unless a value is added while in the composer.
22875 It's actually a little more complicated than that.
22876 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22877 defaults.
22878 If the message you are about to compose already has a value for a header,
22879 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22880 For example, if you are Replying to a message the Subject field
22881 will already be filled in.
22882 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22883 custom subject will <EM>NOT</EM> be used.
22884 The subject derived from the subject of the message you are Replying
22885 to will be used instead.
22887 It is also possible to make header setting even more complicated and more
22888 automatic by using
22889 <A HREF="h_rules_roles">Roles</A>,
22890 but if all you want to do is set a default value for a header, you don't
22891 need to think about Roles.
22893 If you change your From address you may also find it useful to add the
22894 changed From address to the
22895 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22896 configuration option.
22898 Limitation: Because commas are used to separate the list of
22899 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22900 header contain a comma.
22901 Nor is there currently an &quot;escape&quot; mechanism provided
22902 to make this work.
22903 <P><UL>
22904 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22905 </UL>
22907 &lt;End of help on this topic&gt;
22908 </BODY>
22909 </HTML>
22910 ====== h_config_viewer_headers =====
22911 <HTML>
22912 <HEAD>
22913 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22914 </HEAD>
22915 <BODY>
22916 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22918 You may change the default list of headers that are viewed by listing
22919 the headers you want to view here.  If the headers in your
22920 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22921 will be shown.  The order of the headers you list will be honored.  If
22922 the special value &quot;all-except&quot; is included as the first
22923 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22924 message except those in the list will be shown.  The values are all
22925 case insensitive.
22928 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22929 then the original default headers are ignored.  So, if you just wanted
22930 to add the header Organization to the list, you would have to list
22931 Organization plus all of the other headers originally in the default
22932 list.  If you just included Organization and nothing else, then you
22933 would see only the Organization header, nothing else.
22936 The default list of headers includes:
22937 <UL>
22938   <LI>From
22939   <LI>Resent-From
22940   <LI>To
22941   <LI>Resent-To
22942   <LI>Cc
22943   <LI>Resent-cc
22944   <LI>Bcc
22945   <LI>Newsgroups
22946   <LI>Followup-To
22947   <LI>Date
22948   <LI>Resent-Date
22949   <LI>Subject
22950   <LI>Resent-Subject
22951   <LI>Reply-To
22952 </UL>
22955 If you are looking for a way to control which headers are included in
22956 outgoing mail and are visible or not in the composer, take a look at the
22957 options
22958 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22959 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22960 this option.
22962 <UL>   
22963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22964 </UL><P>
22965 &lt;End of help on this topic&gt;
22966 </BODY>
22967 </HTML>
22968 ====== h_config_viewer_margin_left =====
22969 <HTML>
22970 <HEAD>
22971 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22972 </HEAD>
22973 <BODY>
22974 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22976 This variable controls the left-hand vertical margin's width in
22977 Alpine's Message Viewing screen.
22978 Its value is the number of space characters preceding each displayed line.
22979 For consistency with
22980 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22981 you may specify the column number to start in
22982 (column numbering begins with number 1)
22983 instead of the width of the margin by appending a lower case letter
22984 &quot;c&quot; to the number.
22985 For example, a value of &quot;2c&quot; means to start the text in column two,
22986 which is entirely equivalent to a value of &quot;1&quot;, which means to
22987 leave a margin of 1 space.
22989 The default is a left margin of 0 (zero).
22990 Misconfigurations (for example, negative values or values with starting
22991 left columns greater than the ending right column)
22992 are silently ignored.
22993 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22994 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22995 instead.
22998 &lt;End of help on this topic&gt;
22999 </BODY>
23000 </HTML>
23001 ====== h_config_viewer_margin_right =====
23002 <HTML>
23003 <HEAD>
23004 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
23005 </HEAD>
23006 <BODY>
23007 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
23009 This variable controls the right-hand vertical margin's width in
23010 Alpine's Message Viewing screen.
23011 Its value is the number of space characters following each displayed line.
23012 You may specify the column number to end the text in
23013 (column numbering begins with number 1)
23014 instead of the width of the margin by appending a lower case letter
23015 &quot;c&quot; to the number.
23016 For example, a value of &quot;76c&quot; means to end the text in column 76.
23017 If the screen is 80 characters wide, this is equivalent to a value
23018 of &quot;4&quot;, which means to leave a margin of 4 spaces.
23019 However, if you use different size screens at different times, then these
23020 two values are not equivalent.
23022 The default right margin is 4.
23023 Misconfigurations (for example, negative values or values with starting
23024 left columns greater than the ending right column)
23025 are silently ignored.
23026 If the number of columns for text between the
23027 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
23028 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
23029 instead.
23032 &lt;End of help on this topic&gt;
23033 </BODY>
23034 </HTML>
23035 ====== h_config_quote_suppression =====
23036 <HTML>
23037 <HEAD>
23038 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
23039 </HEAD>
23040 <BODY>
23041 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
23043 This option should be used with care.
23044 It will cause some of the quoted text to be eliminated from the
23045 display when viewing a message in the MESSAGE TEXT screen.
23046 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
23047 value &quot;5&quot;,
23048 this will cause quoted text that is longer than five lines to be truncated.
23049 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
23050 Quoted text of more than six lines will have the first five lines displayed
23051 followed by a line that looks something like
23053 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
23055 As a special case, if exactly one line of quoted text would be hidden, the
23056 entire quote will be shown instead.
23057 So for the above example, quoted text that is exactly six lines long will
23058 will be shown in its entirety.
23059 (In other words, instead of hiding a single line and adding a line
23060 that announces that one line was hidden, the line is just shown.)
23062 If the sender of a message has carefully chosen the quotes that he or she
23063 includes, hiding those quotes may change the meaning of the message.
23064 For that reason, Alpine requires that when you want to set the value of this
23065 variable to something less than four lines, you actually have to set it
23066 to the negative of that number.
23067 So if you want to set this option to &quot;3&quot;, you actually have to
23068 set it to &quot;-3&quot;.
23069 The only purpose of this is to get you to think about whether or not you
23070 really want to do this!
23071 If you want to delete all quoted text you set the value of this option
23072 to the special value &quot;-10&quot;.
23074 The legal values for this option are
23076 <TABLE>   
23077 <TR>
23078   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23079   <TD> Default, don't hide anything </TD>
23080 </TR>
23081 <TR>
23082   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
23083   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
23084 </TR>
23085 <TR>
23086   <TD> &nbsp;4,5,6,...&nbsp; </TD>
23087   <TD> Suppress if more than that many lines </TD>
23088 </TR>
23089 <TR>
23090   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
23091   <TD> Suppress all quoted lines </TD>
23092 </TR>
23093 </TABLE>
23095 If you set this option to a non-default value you may sometimes wish to
23096 view the quoted text that is not shown.
23097 When this is the case, the
23098 <A HREF="h_common_hdrmode">HdrMode Command</A>
23099 may be used to show the hidden text.
23100 Typing the &quot;H&quot; command once will show the hidden text.
23101 Typing a second &quot;H&quot; will also turn on Full Header mode.
23102 The presence or absence of the HdrMode command is determined by the
23103 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
23104 Feature-List option in your Alpine configuration, so you will want to
23105 be sure that is turned on if you use quote suppression.
23107 For the purposes of this option, a quote is a line that begins with the
23108 character &quot;&gt;&quot;.
23110 Quotes are only suppressed when displaying a message on the screen.
23111 The entire quote will be left intact when printing or forwarding or something
23112 similar.
23114 &lt;End of help on this topic&gt;
23115 </BODY>
23116 </HTML>
23117 ====== h_config_saved_msg_name_rule =====
23118 <HTML>
23119 <HEAD>
23120 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
23121 </HEAD>
23122 <BODY>
23123 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
23125 This option determines the default folder name when saving
23126 a message.
23129 The default option is &quot;default-folder&quot;, which is the folder
23130 called &quot;saved-messages&quot; in Unix Alpine and
23131 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
23132 the Alpine option called
23133 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
23136 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
23137 get the chosen option's value for the message being saved (or for the
23138 first message being saved if using an aggregrate save).
23139 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
23140 value of who the message came from (i.e. the from address).
23141 Alpine then attempts to save the message to a folder matching that value.
23142 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
23143 &quot;by-sender&quot;.
23144 The opposite is also true.
23145 If &quot;by-recipient&quot; is chosen and the message was posted to a
23146 newsgroup, Alpine will use the newsgroup name.
23147 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
23148 &quot;by-from&quot;.
23151 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
23152 to use the personal name part of the address instead of the mailbox part.
23153 If any of the &quot;by-nick&quot; options are chosen, the
23154 address is looked up in your address book and if found, the
23155 nickname for that entry is used.
23156 Only simple address book entries are checked, not distribution lists.
23157 Similarly, if any of the
23158 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
23159 address book entry is used.
23160 If by-realname, or the by-nick or by-fcc lookups result in no value,
23161 then if the chosen option ends with the &quot;then-from&quot;,
23162 &quot;then-sender&quot;, &quot;then-replyto&quot;,
23163 or &quot;then-recip&quot; suffix, Alpine
23164 reverts to the same behavior as &quot;by-from&quot;,
23165 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
23166 depending on which option was specified.
23167 If the chosen option doesn't end with one of
23168 the &quot;then-&quot; suffixes, then Alpine reverts to the default
23169 folder when no match is found in the address book.
23172 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
23173 to save to the folder that you saved to the last time you saved a
23174 message.  The first time you save a message in an Alpine session, Alpine
23175 attempts to save the message to the default folder.
23178 Here is an example to make some of the options clearer.
23179 If the message is From
23181 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
23183 and this rule is set to &quot;by-from&quot;, then the default folder offered
23184 in the save dialog would be &quot;flint&quot;.
23186 If this rule is set to &quot;by-realname-of-from&quot; then the default would
23187 be &quot;Fred Flintstone&quot;.
23189 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
23190 for the address &quot;flint@bedrock.org&quot; in your address book.
23191 If an entry is found and it has a nickname associated with it, that nickname
23192 will be offered as the default folder.
23193 If not, the default saved message folder will be offered as the default.
23195 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
23196 for the address &quot;flint@bedrock.org&quot; in your address book.
23197 If an entry is found and it has an Fcc associated with it, that Fcc
23198 will be offered as the default folder.
23199 If not, the default saved message folder will be offered as the default.
23201 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
23202 for the address &quot;flint@bedrock.org&quot; in your address book.
23203 If an entry is found and it has a nickname associated with it, that nickname
23204 will be offered as the default folder.
23205 If it is not found (or has no nickname) then the default offered will be
23206 the same as it would be for the &quot;by-from&quot; rule.
23207 That is, it would be &quot;flint&quot;
23209 <UL>   
23210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23211 </UL><P>
23212 &lt;End of help on this topic&gt;
23213 </BODY>
23214 </HTML>
23215 ====== h_config_fcc_rule =====
23216 <HTML>
23217 <HEAD>
23218 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
23219 </HEAD>
23220 <BODY>
23221 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
23223 This option determines the default name for folder carbon copy. Choose
23224 one:
23226 <DL>
23227 <DT>default-fcc</DT>
23228 <DD>This is the normal default, the value of which is set in the
23229 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
23230 configuration.
23231 </DD>
23233 <DT>last-fcc-used</DT>
23234 <DD> Causes Alpine to use the folder that was last
23235 used in the fcc field
23236 </DD>
23238 <DT>by-nickname</DT>
23239 <DD>Means that Alpine will use the nickname
23240 from your address book that matches the first address in the To line.
23241 If there is no match, it will use the value of the
23242 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
23243 </DD>
23245 <DT>by-recipient</DT>
23246 <DD>Means Alpine will form a folder name
23247 based on the left hand side of the first address in the To line.
23248 </DD>
23250 <DT>by-nick-then-recip</DT>
23251 <DD>Means that it will use the
23252 matching nickname from your address book if there is one, otherwise it
23253 will extract the recipient name from the address and use that (like
23254 by-recipient).
23255 </DD>
23257 <DT>current-folder</DT>
23258 <DD>Causes a copy to be written to
23259 the currently open folder, unless that is the INBOX.  In the case
23260 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
23261 used instead.
23262 </DD>
23263 </DL>
23266 Note: Whatever the fcc specified by the rule here, it will be
23267 over-ridden by any fcc entries you have in your address book.
23270 <UL>   
23271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23272 </UL><P>
23273 &lt;End of help on this topic&gt;
23274 </BODY>
23275 </HTML>
23276 ====== h_config_sort_key =====
23277 <HTML>
23278 <HEAD>
23279 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
23280 </HEAD>
23281 <BODY>
23282 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
23284 This option determines the order in which messages will be displayed in
23285 the MESSAGE INDEX screen.  Choose from:
23287 <UL>
23288  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23289  <LI> <A HREF="h_index_sort_date">Date</A>
23290  <LI> <A HREF="h_index_sort_subj">Subject</A>
23291  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23292  <LI> <A HREF="h_index_sort_thread">Thread</A>
23293  <LI> <A HREF="h_index_sort_from">From</A>
23294  <LI> <A HREF="h_index_sort_size">Size</A>
23295  <LI> <A HREF="h_index_sort_score">Score</A>
23296  <LI> <A HREF="h_index_sort_to">To</A>
23297  <LI> <A HREF="h_index_sort_cc">Cc</A>
23298 </UL>
23301 Each type of sort may also be reversed.
23302 Normal default is by &quot;Arrival&quot;.
23305 A possible point of confusion arises when you change the configuration
23306 of the <!--#echo var="VAR_sort-key"-->.
23307 The folder will normally be re-sorted when you go back to viewing the
23308 index.
23309 However, if you have manually sorted the folder with the
23310 Sort
23311 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23312 command, then it will not be re-sorted until the next time it is opened.
23315 <UL>   
23316 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23317 </UL><P>
23318 &lt;End of help on this topic&gt;
23319 </BODY>
23320 </HTML>
23321 ====== h_config_other_startup =====
23322 <HTML>
23323 <HEAD>
23324 <TITLE>OPTION: Set Startup Rule</TITLE>
23325 </HEAD>
23326 <BODY>
23327 <H1>OPTION: Set Startup Rule</H1>
23329 This option determines which message will be the <EM>current message</EM> when
23330 the folder is first opened.
23331 It works the same way that the option
23332 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
23333 works, so look there for help.
23334 It may be used for any folder, not just incoming folders.
23337 <UL>   
23338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23339 </UL><P>
23340 &lt;End of help on this topic&gt;
23341 </BODY>
23342 </HTML>
23343 ====== h_config_perfolder_sort =====
23344 <HTML>
23345 <HEAD>
23346 <TITLE>Set Sort Order</TITLE>
23347 </HEAD>
23348 <BODY>
23349 <H1>Set Sort Order</H1>
23351 This option determines the order in which messages will be displayed in
23352 the MESSAGE INDEX screen when the Current Folder Type set in the
23353 Pattern is a match. Choose from:
23355 <UL>
23356  <LI> <A HREF="h_index_sort_default">Default</A>
23357  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
23358  <LI> <A HREF="h_index_sort_date">Date</A>
23359  <LI> <A HREF="h_index_sort_subj">Subject</A>
23360  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
23361  <LI> <A HREF="h_index_sort_thread">Thread</A>
23362  <LI> <A HREF="h_index_sort_from">From</A>
23363  <LI> <A HREF="h_index_sort_size">Size</A>
23364  <LI> <A HREF="h_index_sort_score">Score</A>
23365  <LI> <A HREF="h_index_sort_to">To</A>
23366  <LI> <A HREF="h_index_sort_cc">Cc</A>
23367 </UL>
23370 Each type of sort may also be reversed.
23371 Normal default is by &quot;Arrival&quot;.
23374 A possible point of confusion arises when you change the configuration
23375 of the Sort Order for the currently open folder.
23376 The folder will normally be re-sorted when you go back to viewing the
23377 index.
23378 However, if you have manually sorted the folder with the
23379 Sort
23380 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
23381 command, then it will not be re-sorted until the next time it is opened.
23384 <UL>   
23385 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23386 </UL><P>
23387 &lt;End of help on this topic&gt;
23388 </BODY>
23389 </HTML>
23390 ====== h_config_fld_sort_rule =====
23391 <HTML>
23392 <HEAD>
23393 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23394 </HEAD>
23395 <BODY>
23396 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23398 This option controls the order in which folder list entries will be
23399 presented in the FOLDER LIST screen.  Choose one of the following:
23401 <DL>
23402 <DT>Alphabetical</DT>
23403 <DD>sort by alphabetical name independent of type
23404 </DD>
23406 <DT>Alpha-with-dirs-last</DT>
23407 <DD>sort by alphabetical name grouping directory entries
23408 to the end of the list
23409 </DD>
23411 <DT>Alpha-with-dirs-first</DT>
23412 <DD>sort by alphabetical name grouping directory entries
23413 to the start of the list
23414 </DD>
23415 </DL>
23417 The normal default is &quot;Alphabetical&quot;.
23420 <UL>   
23421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23422 </UL><P>
23423 &lt;End of help on this topic&gt;
23424 </BODY>
23425 </HTML>
23426 ====== h_config_ab_sort_rule =====
23427 <HTML>
23428 <HEAD>
23429 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23430 </HEAD>
23431 <BODY>
23432 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23434 This option controls the order in which address book entries will be
23435 presented.  Choose one of the following:
23437 <DL>
23438 <DT>fullname</DT>
23439 <DD>use fullname field, lists mixed in
23440 </DD>
23442 <DT>fullname-with-lists-last</DT>
23443 <DD>use fullname field, but put lists at end
23444 </DD>
23446 <DT>nickname</DT>
23447 <DD>use nickname field, lists mixed in
23448 </DD>
23450 <DT>nickname-with-lists-last</DT>
23451 <DD>use nickname field, but put lists at end
23452 </DD>
23454 <DT>dont-sort</DT>
23455 <DD>don't change order of file
23456 </DD>
23457 </DL>
23460 The normal default is &quot;fullname-with-lists-last&quot;.
23461 If you use an address book from more than one computer and those
23462 computers sort the address book differently then the sort order
23463 will be the order where the last change to the address book was
23464 made.
23465 There are two reasons the sorting might be different on different
23466 systems.
23467 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23468 places.
23469 Second, the collation rules on the two computers may be different.
23470 For example, one system might ignore special characters while the other
23471 doesn't or one may sort upper and lower case letters together while
23472 the other doesn't.
23473 In any case, the order you see is the order on the system where the
23474 last change was made, for example by an address book edit or a
23475 Take Address command.
23478 <UL>   
23479 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23480 </UL><P>
23481 &lt;End of help on this topic&gt;
23482 </BODY>
23483 </HTML>
23484 ====== h_config_post_char_set =====
23485 <HTML>
23486 <HEAD>
23487 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23488 </HEAD>
23489 <BODY>
23490 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23492 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23493 when sending messages.
23497 When sending a message the text typed in the composer is
23498 labeled with the character set specified by this option.
23499 If the composed text is not fully representable in the 
23500 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23501 instead;
23504 Attachments are labeled with your
23505 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23508 Generally, there should be little need to set this option.
23509 If left unset, the
23510 default behavior is to label composed text as specifically as
23511 possible.  That is, if the composed text has no non-ASCII characters,
23512 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23513 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23514 attempt to automatically detect a number of character sets including ISO-8859-15,
23515 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23516 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23517 If the message contains a mix of character sets,
23518 it is labeled as &quot;UTF-8.&quot;
23522 This setting is provided to allow you to force a particular character set that
23523 Alpine does not automatically detect. For example, if a message is representable
23524 in more than one character set then Alpine may choose a different default
23525 than you want.
23526 Lastly, by setting this option explicitly to
23527 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23528 &quot;UTF-8&quot; instead of something more specific.
23531 In the Setup/Config screen you may choose from a list of all the
23532 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23535 The options
23536 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23537 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23538 are closely related.
23539 Setting the feature
23540 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23541 should cause this option to be ignored.
23544 <UL>   
23545 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23546 </UL><P>
23547 &lt;End of help on this topic&gt;
23548 </BODY>
23549 </HTML>
23550 ====== h_config_unk_char_set =====
23551 <HTML>
23552 <HEAD>
23553 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23554 </HEAD>
23555 <BODY>
23556 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23558 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23559 when reading or replying to messages.
23563 A text message should either be made up of all US-ASCII characters
23564 or it should contain a charset label which tells the software which
23565 character set encoding to use to interpret the message.
23566 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23567 This message is outside of the standards so any attempt to read it could fail.
23568 When Alpine attempts to read such a message it will try to interpret the
23569 text in the character set you specify here.
23570 For example, if you have correspondents who send you unlabeled messages that
23571 are usually made up of characters from the WINDOWS-1251 character set, setting
23572 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23573 allow you to read those messages.
23574 Of course, if the unlabeled message is actually in some other character set,
23575 then you may see garbage on your screen.
23577 Instead of just unlabeled text, this option also affects text which is labeled
23578 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23579 or &quot;US-ASCII&quot;.
23582 In the Setup/Config screen you may choose from a list of all the
23583 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23586 <UL>   
23587 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23588 </UL><P>
23589 &lt;End of help on this topic&gt;
23590 </BODY>
23591 </HTML>
23592 ====== h_config_char_set =====
23593 <HTML>
23594 <HEAD>
23595 <TITLE>OPTION: Display Character Set</TITLE>
23596 </HEAD>
23597 <BODY>
23598 <H1>OPTION: Display Character Set</H1>
23600 The Display Character Set configuration option is used when viewing messages.
23602 Alpine uses Unicode characters internally and 
23603 it is a goal for Alpine to handle email in many different languages.
23604 Alpine will properly display only left-to-right character sets
23605 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23606 font is in use, in the sense that
23607 characters are assumed to take up zero, one, or two character cell
23608 widths from left to right on the screen. This is true even in PC-Alpine.
23611 Alpine recognizes some local character sets that are right-to-left
23612 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23613 (Arabic) and properly converts texts in these character sets to/from
23614 Unicode; however, there are known display bugs with these character
23615 sets.
23618 There are three possible configuration character settings and some
23619 environment variable settings that can affect how Alpine
23620 handles international characters.
23621 The first two of these are only available in UNIX Alpine.
23622 The three configuration options are
23623 Display Character Set,
23624 Keyboard Character Set, and
23625 <!--#echo var="VAR_posting-character-set"-->.
23626 The Keyboard Character Set defaults to being the same value
23627 as the Display Character Set, and that is usually correct, because
23628 the keyboard almost always produces characters in the same character set
23629 as the display displays.
23630 The Display Character Set is the character set that Alpine
23631 will attempt to use when sending characters to the display.
23634 By default, the Display Character Set variable is not set and UNIX Alpine
23635 will attempt to get this information from the environment.
23636 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23637 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23638 An explicit configuration setting for Display Character Set will,
23639 of course, override any default setting.
23641 For PC-Alpine the Display Character Set
23642 and the Keyboard Character Set
23643 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23646 It is probably best to use UNIX Alpine in a terminal emulator
23647 capable of displaying UTF-8 characters, since that will allow you to
23648 view just about any received text that is correctly formatted (note,
23649 however, the above comments about known index display bugs with certain
23650 character sets). You'll need to have an emulator that uses a UTF-8 font
23651 and you'll need to set up your environment to use a UTF-8 charmap. For
23652 example, on a Linux system you might include
23654 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23657 or something similar in your UNIX startup files.
23658 You'd also have to select a UTF-8 font in your terminal emulator.
23661 The types of values that the character set variables may be set to are
23662 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23663 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23664 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23665 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23666 In the Setup/Config screen you may choose from a list of all the
23667 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23668 Here is a list of many of the possible character sets:
23671 <TABLE>
23672 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23673 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23674 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23675 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23676 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23677 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23678 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23679 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23680 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23681 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23682 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23683 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23684 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23685 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23686 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23687 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23688 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23689 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23690 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23691 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23692 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23693 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23694 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23695 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23696 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23697 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23698 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23699 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23700 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23701 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23702 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23703 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23704 </TABLE>
23707 When reading incoming email, Alpine understands many different
23708 character sets and is able to convert the incoming mail into Unicode.
23709 The Unicode will be converted to the Display Character Set
23710 for display on your terminal.
23711 Characters typed at the keyboard will be converted from the
23712 Keyboard Character Set to Unicode for Alpine's internal
23713 use.
23714 You may find that you can read some malformed messages that do not
23715 contain a character set label by setting the option
23716 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23719 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23720 The default behavior obtained by leaving this variable unset is usually
23721 what is wanted. In that default case, Alpine will attempt
23722 to label the message with the most specific character set from the
23723 rather arbitrary set
23725 US-ASCII, ISO-8859-15,
23726 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23727 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23730 For example, if the message is made up of only US-ASCII characters, it
23731 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23732 that will be the label. If that doesn't work the same is tried for the
23733 remaining members of the list.
23736 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23737 explicit value instead.
23738 For example, if you usually send messages in Greek, setting this
23739 option to ISO-8859-7 will result in messages being labeled as
23740 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23741 are only Greek characters, or UTF-8 if there are some characters
23742 that aren't representable in ISO-8859-7.
23743 Another possibility is to set this option explicitly to UTF-8.
23744 In that case
23745 Alpine labels only ascii messages as US-ASCII and all other
23746 messages as UTF-8.
23749 The options
23750 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23751 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23752 are closely related to this option.
23753 Setting the feature
23754 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23755 should cause this option to be ignored.
23758 When displaying a message, Alpine compares this setting to the character
23759 set specified in the message.  If not all of the
23760 characters in the message can be displayed using the Display Character Set
23761 then Alpine places an editorial
23762 comment in the displayed text (enclosed in square-brackets) indicating
23763 that some characters may not be displayed correctly.
23764 This comment may be eliminated by turning on the option
23765 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23768 <UL>   
23769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23770 </UL><P>
23771 &lt;End of help on this topic&gt;
23772 </BODY>
23773 </HTML>
23774 ====== h_config_key_char_set =====
23775 <HTML>
23776 <HEAD>
23777 <TITLE>OPTION: Keyboard Character Set</TITLE>
23778 </HEAD>
23779 <BODY>
23780 <H1>OPTION: Keyboard Character Set</H1>
23782 UNIX Alpine only.
23784 The Keyboard Character Set identifies the character set of the characters
23785 coming from your keyboard.
23786 It defaults to having the same value as your
23787 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23788 which in turn defaults to a value obtained from your environment.
23789 It is unlikely that you will need to use this option, because the keyboard
23790 almost always produces the same kind of characters as the display displays.
23793 This character set is also used when accessing files in your local
23794 file system.
23795 The names of the files are assumed to be in the same character set as
23796 what the keyboard produces, as well as the contents of the files.
23799 In the Setup/Config screen you may choose from a list of all the
23800 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23803 The options
23804 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23805 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23806 are closely related.
23807 Setting the feature
23808 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23809 should cause this option to be ignored.
23812 <UL>   
23813 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23814 </UL><P>
23815 &lt;End of help on this topic&gt;
23816 </BODY>
23817 </HTML>
23818 ====== h_config_editor =====
23819 <HTML>
23820 <HEAD>
23821 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23822 </HEAD>
23823 <BODY>
23824 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23826 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23827 normally an alternative to Alpine's internal composer (Pico).  You could use
23828 this setting to specify an alternate editor to use occasionally or if you
23829 have a favorite editor and want to use it all the time (see the 
23830 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23831 If you specify multiple editors for this option, ^_ will invoke the first one 
23832 of those specified that exists and is executable.  When specifying a program 
23833 for use here, make sure that the format of the text it saves -- which, when 
23834 you exit it, will become the message body in Alpine -- is appropriate 
23835 for the body of an email message; avoid proprietary formats that may result in 
23836 a message body that the recipient of your message will be unable to decipher.
23838 <!--chtml if pinemode="os_windows"-->
23839 <!--chtml else-->
23840 If you are in doubt about what editors are available on your system, or which 
23841 of them may be appropriate for specification here, ask your local computing 
23842 support staff.  
23843 <!--chtml endif-->
23845 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23846 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23847 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23848 use that.
23850 <P><UL>
23851 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23852 </UL>
23854 &lt;End of help on this topic&gt;
23855 </BODY>
23856 </HTML>
23857 ====== h_config_speller =====
23858 <HTML>
23859 <HEAD>
23860 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23861 </HEAD>
23862 <BODY>
23863 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23865 UNIX Alpine only.
23867 For PC-Alpine, you must install the aspell library code that you
23868 may get from
23869 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23871 This option affects the behavior of the ^T (spell check) command in the
23872 Composer.  It specifies the program invoked by ^T in the Composer.
23873 By default, Alpine uses
23875 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23877 if it knows where to find &quot;aspell&quot;.
23878 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23879 then the command used is
23881 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23883 Otherwise, the ancient &quot;spell&quot; command is used.
23885 If you specify a value for this command (with full pathname) then that is what
23886 will be used instead of any of the defaults.
23887 When invoking this
23888 spell-checking program, Alpine appends a tempfile name (where the message is
23889 passed) to the command line. Alpine expects the speller to correct the
23890 spelling in that file. When you exit from that program Alpine will read the
23891 tempfile back into the composer.
23893 Don't set this speller option to the standard Unix spell command.
23894 That won't work because spell works in a different way.
23897 <UL>   
23898 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23899 </UL><P>
23900 &lt;End of help on this topic&gt;
23901 </BODY>
23902 </HTML>
23903 ====== h_config_aspell_dictionary =====
23904 <HTML>
23905 <HEAD>
23906 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23907 </HEAD>
23908 <BODY>
23909 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23911 PC Alpine only.
23913 This option specifies a list of dictionaries you will use with
23914 aspell. A sample entry is &quot;en_US&quot; for american english, or
23915 &quot;en_GB&quot; for brittish english.
23918 <UL>   
23919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23920 </UL><P>
23921 &lt;End of help on this topic&gt;
23922 </BODY>
23923 </HTML>
23924 ====== h_config_display_filters =====
23925 <HTML>
23926 <HEAD>
23927 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23928 </HEAD>
23929 <BODY>
23930 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23932 This option defines a list of text-filtering commands (programs or
23933 scripts) that may be used to filter text portions of received messages
23934 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23935 display screen, exporting to a text file).  
23936 For security reasons, the full path name of the
23937 filter command must be specified.
23940 The command is executed and the message is piped into its standard input. 
23941 The standard output of the command is read back by Alpine.  The
23942 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23944 <P> 
23945 The filter's use is based on the configured &quot;trigger&quot; string.  The
23946 format of a filter definition is:
23948 <P>   
23949 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23952 You can specify as many filters as you wish, separating them with a comma.  
23953 Each filter can have only one trigger and command.  Thus, two trigger 
23954 strings that invoke the same command require separate filter 
23955 specifications. 
23957 <P> 
23958 The &quot;trigger&quot; is simply text that, if found in the message,
23959 will invoke the associated command.  If the trigger contains any space
23960 characters, it must be placed within quotes.  Likewise, should you
23961 wish a filter to be invoked unconditionally, define the trigger as the
23962 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23963 trigger string is found anywhere in the text of the message the filter
23964 is invoked.  Placing the trigger text within the tokens defined below
23965 changes where within the text the trigger must be before considering
23966 it a match.
23968 <P>  
23969 Trigger Modifying Tokens:
23970 <DL>
23971 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23972 <DD>This token tells Alpine to invoke the supplied command
23973 if the text is in a character set matching <VAR>string</VAR>
23974 (e.g., ISO-8859-2 or ISO-2022-JP).
23975 </DD>
23978 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23979 <DD>This token tells Alpine to invoke the supplied command
23980 if the enclosed <VAR>string</VAR> is found to be the first
23981 non-whitespace text.
23982 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23983 the space character.
23984 </DD>
23986 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23987 <DD>This token tells Alpine to invoke the supplied command
23988 if the enclosed <VAR>string</VAR> is found at the beginning
23989 of any line in the text.
23990 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23991 the space character.
23992 </DD>
23993 </DL>
23996 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23997 the command line to be invoked if the trigger string is found.  Below
23998 are tokens that Alpine will recognize and replace with special values
23999 when the command is actually invoked.
24002 Command Modifying Tokens:
24004 <DL>
24005 <DT>_TMPFILE_</DT>
24006 <DD>When the command is executed, this token is 
24007 replaced with the path and name of the temporary 
24008 file containing the text to be filtered.  Alpine 
24009 expects the filter to replace this data with the 
24010 filter's result.
24013 NOTE: Use of this token implies that the text to 
24014 be filtered is not piped into standard input of the 
24015 executed command and its standard output is ignored. 
24016 Alpine restores the tty modes before invoking the
24017 filter in case the filter interacts with the user
24018 via its own standard input and output.  
24019 </DD>
24020                         
24021 <DT>_RESULTFILE_</DT>
24022 <DD>When the command is executed, this token is 
24023 replaced with the path and name of a temporary 
24024 file intended to contain a status message from the 
24025 filter.  Alpine displays this in the message status 
24026 field. 
24027 </DD>
24029 <DT>_DATAFILE_</DT>
24030 <DD>When the command is executed, this token is 
24031 replaced with the path and name of a temporary 
24032 file that Alpine creates once per session and deletes 
24033 upon exit.  The file is intended to be used by the 
24034 filter to store state information between instances 
24035 of the filter.
24036 </DD>
24037    
24038 <DT>_PREPENDKEY_</DT>
24039 <DD>When the command is executed, this token indicates that a random
24040 number will be passed down the input stream before the message text.
24041 This number could be used as a session key.  It is sent in this way to
24042 improve security.  The number is unique to the current Alpine session
24043 and is only generated once per session.
24044 </DD>
24046 <DT>_SILENT_</DT>
24047 <DD>When the filter is executed, this token tells Alpine not to repaint
24048 the screen while the command is being executed. This can be used with 
24049 filters that do not interact with the user, and therefore repainting 
24050 the screen is not necessary. 
24051 </DD>
24052 </DL>
24055 The feature
24056 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
24058 Performance caveat/considerations:
24059 <BR>
24060 Testing for the trigger and invoking the filter doesn't come for free.
24061 There is overhead associated with searching for the trigger string, testing
24062 for the filter's existence and actually piping the text through the filter.
24063 The impact can be reduced if the Trigger Modifying Tokens above are 
24064 employed.
24066 &lt;End of help on this topic&gt;
24067 </BODY>
24068 </HTML>
24069 ====== h_config_sending_filter =====
24070 <HTML>
24071 <HEAD>
24072 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
24073 </HEAD>
24074 <BODY>
24075 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
24076       
24077 This option defines a list of text-filtering commands (programs and
24078 scripts) that may be selectively invoked to process a message just before
24079 it is sent.  If set, the Composer's ^X (Send) command will allow you to
24080 select which filter (or none) to apply to the message before it is sent. 
24081 For security reasons, the full path of the filter program must be
24082 specified.
24085 Command Modifying Tokens:
24087 <DL>
24088 <DT>_RECIPIENTS_</DT>
24089 <DD>When the command is executed, this token is replaced 
24090 with the space delimited list of recipients of the 
24091 message being sent. 
24092 </DD>
24093         
24094 <DT>_TMPFILE_</DT>
24095 <DD>
24096 When the command is executed, this token is 
24097 replaced with the path and name of the temporary 
24098 file containing the text to be filtered.  Alpine 
24099 expects the filter to replace this data with the 
24100 filter's result.
24103 NOTE: Use of this token implies that the text to 
24104 be filtered is not piped into standard input of the 
24105 executed command and its standard output is ignored. 
24106 Alpine restores the tty modes before invoking the
24107 filter in case the filter interacts with the user
24108 via its own standard input and output.  
24109 </DD>
24110                         
24111 <DT>_RESULTFILE_</DT>
24112 <DD>When the command is executed, this token is 
24113 replaced with the path and name of a temporary 
24114 file intended to contain a status message from the 
24115 filter.  Alpine displays this in the message status 
24116 field. 
24117 </DD>
24119 <DT>_DATAFILE_</DT>
24120 <DD>When the command is executed, this token is replaced 
24121 in the command line with the path and name of a 
24122 temporary file that Alpine creates once per session 
24123 and deletes upon exit.  The file is intended to be 
24124 used by the filter to store state information between 
24125 instances of the filter.
24126 </DD>
24127    
24128 <DT>_PREPENDKEY_</DT>
24129 <DD>When the command is executed, this token indicates 
24130 that a random number will be passed down the input 
24131 stream before the message text.  This number could 
24132 be used as a session key.  It is sent in this way 
24133 to improve security.  The number is unique to the 
24134 current Alpine session and is only generated once per 
24135 session. 
24136 </DD>
24138 <DT>_INCLUDEALLHDRS_</DT>
24139 <DD>When the command is executed, this token indicates 
24140 that the headers of the message will be passed down the input stream
24141 before the message text.
24142 </DD>
24144 <DT>_MIMETYPE_</DT>
24145 <DD>When the command is executed, this token is replaced in the
24146 command name with a temporary file name used to accept any new MIME
24147 Content-Type information necessitated by the output of the filter.
24148 Upon the filter's exit, if the file contains new MIME type
24149 information, Alpine verifies its format and replaces the outgoing
24150 message's MIME type information with that contained in the file. This
24151 is basically a cheap way of sending something other than Text/Plain.
24152 </DD>
24153 </DL>
24155 <P>   
24156 NOTE: Only the body text, which is visible in the Composer, is piped
24157 through this filter.  Attachments are not sent to the filter.
24158 <P>   
24159 Sending filters are not used if the feature
24160 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
24162 <UL>   
24163 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24164 </UL><P>
24165 &lt;End of help on this topic&gt;
24166 </BODY>
24167 </HTML>
24168 ====== h_config_keywords =====
24169 <HTML>
24170 <HEAD>
24171 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
24172 </HEAD>
24173 <BODY>
24174 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
24176 You may define your own set of keywords and optionally set them on a
24177 message by message basis.
24178 These are similar to the &quot;Important&quot; flag which the user
24179 may set using the Flag command.
24180 The difference is that the Important flag is always present for each folder.
24181 User-defined keywords are chosen by the user.
24182 You may set up the list of possible keywords here, or you may add keywords
24183 from the Flag Details screen that you
24184 can get to after typing the
24185 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
24186 command.
24187 After the keywords have been defined,
24188 then you use the <A HREF="h_common_flag">Flag command</A>
24189 to set or clear the keywords in each message.
24190 The behavior of the flag command may be modified by using the
24191 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
24192 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
24195 Keywords may be used when Selecting messages (Select Keyword).
24196 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
24197 Filter Rules may be used to set keywords automatically.
24198 Keywords may be displayed as part of the Subject of a message by using
24199 the SUBJKEY or SUBJKEYINIT tokens in the
24200 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
24201 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
24202 option may be used to modify the display of keywords using
24203 SUBJKEY and SUBJKEYINIT slightly.
24204 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
24205 screen by using the KEY or KEYINIT tokens.
24206 It is also possible to color keywords in the index using the
24207 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
24208 Keywords are not supported by all mail servers.
24211 You may give keywords nicknames if you wish.
24212 If the keyword definition you type in contains a SPACE character, then the
24213 actual value of the keyword is everything after the last SPACE and the
24214 nickname for that keyword is everything before the last SPACE.
24215 For example, suppose you are trying to interoperate with another email program
24216 that uses a particular keyword with an unpleasant name.
24217 Maybe it uses a keyword called
24219 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
24221 but for you that keyword means that the message is work-related.
24222 You could define a keyword to have the value
24224 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
24226 and then you would use the name &quot;Work&quot; when dealing with
24227 that keyword in Alpine.
24228 If you defined it as
24230 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
24232 the nickname would be everything before the last SPACE, that is the nickname
24233 would be &quot;My Work&quot;.
24235 Some commonly used keywords begin with dollar signs.
24236 This presents a slight complication, because the dollar sign is normally used
24237 to signify
24238 <A HREF="h_news_config">environment variable expansion</A>
24239 in the Alpine configuration.
24240 In order to specify a keyword that begins with a dollar sign you must
24241 precede the dollar sign with a second dollar sign to escape its special
24242 meaning.
24243 For example, if you want to include the keyword
24245 <CENTER><SAMP>$Label1</SAMP></CENTER>
24247 as one of your possible keywords, you must enter the text
24249 <CENTER><SAMP>$$Label1</SAMP></CENTER>
24252 instead.
24254 There are a couple limitations.
24255 First, not all servers support keywords.
24256 Second, some servers (including the IMAP server included with Alpine)
24257 have a per folder limit on the number of keywords that may be defined.
24258 This count commonly includes every keyword you have ever used in the
24259 folder, even if it is no longer being used.
24260 In other words, you can add keywords but you cannot remove them easily.
24261 If you have changed keywords over the life of a folder and find that
24262 you have reached such a limit, one possible solution might be to copy
24263 all of the messages to a newly created folder (using Alpine) and then
24264 delete the original and rename the new folder.
24265 The reason this might work is that only the keywords currently set in
24266 any of the messages will be used in the new folder, hopefully putting you
24267 under the limit.
24270 <UL>   
24271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24272 </UL><P>
24273 &lt;End of help on this topic&gt;
24274 </BODY>
24275 </HTML>
24276 ====== h_config_alt_addresses =====
24277 <HTML>
24278 <HEAD>
24279 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
24280 </HEAD>
24281 <BODY>
24282 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
24284 This option provides a place for you to list alternate email addresses
24285 you may have.
24286 Each address in the list should be the actual email address part of an
24287 address, without the full name field or the angle brackets.
24288 For example:
24291 <CENTER><SAMP>user@example.com</SAMP></CENTER>
24294 The matching is case-insensitive, so this would match any of
24295 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
24296 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
24299 If set, the option affects the behavior of the Reply
24300 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
24301 a message has been addressed specifically to you.
24304 In the default INDEX display
24305 the personal name (or email address) of
24306 the person listed in the message's &quot;From:&quot; header
24307 field is usually displayed except when that address is yours or one of your
24308 alternate addresses.
24309 In that case you will usually see the name of
24310 the first person specified in the
24311 message's &quot;To:&quot; header field
24312 with the prefix &quot;To: &quot; prepended.
24315 With respect to Reply, the reply-to-all option will exclude addresses
24316 listed here.
24319 The feature
24320 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
24321 is somewhat related to this option.
24324 In addition to a list of actual addresses,
24325 you may use regular expressions (as used with egrep with the ignore case flag)
24326 to describe the addresses you want to match.
24327 Alpine will somewhat arbitrarily interpret your entry as a regular
24328 expression if it contains any of the characters
24329 *, |, +, ?, {, [, ^, $, or &#92;.
24330 Otherwise, it will be treated literally.
24331 The feature
24332 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
24333 may be used to turn off regular expression processing regardless of whether or not
24334 special characters appear in the entry.
24337 A description of how regular expressions work is beyond the
24338 scope of this help text, but some examples follow.
24341 The entry
24344 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
24347 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
24348 address with a domain name of <SAMP>example.com</SAMP> (such as
24349 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
24350 one of your alternate addresses.
24351 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
24352 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
24353 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
24354 Complicating things further, the dollar sign
24355 is special in the Alpine configuration (it signifies environment variable expansion)
24356 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
24357 Quotes around the whole expression will not escape the dollar sign successfully.
24358 So this example should look like
24361 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
24365 The entry
24368 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
24371 would match
24372 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
24373 as <SAMP>fred@example.com</SAMP>.
24376 You could match all addresses that look like
24377 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
24378 entry
24381 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
24384 Notice that you have to escape the plus sign with a backslash because plus
24385 is a special character in regular expressions.
24386 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
24387 the expression
24390 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24393 would do it, but it would be easier to just add fred@example.com as a
24394 separate entry.
24397 One more example, a match of all first-level subdomains, is given by
24400 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24404 Because the regular expression matching is based on an old library
24405 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24406 but they should be close.
24409 <UL>   
24410 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24411 </UL><P>
24412 &lt;End of help on this topic&gt;
24413 </BODY>
24414 </HTML>
24415 ====== h_config_abook_formats =====
24416 <HTML>
24417 <HEAD>
24418 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24419 </HEAD>
24420 <BODY>
24421 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24423 This option specifies the format that address books are displayed in.
24424 Normally, address books are displayed with the nicknames in the first
24425 column, the fullnames in the second column, and addresses in the third
24426 column.  The system figures out reasonable defaults for the widths of
24427 the columns.  An address book may be given a different format by
24428 listing special tokens in the order you want them to display.  The
24429 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24430 So, for example, to get the default behavior you could list
24433 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24436 (You can also use the token DEFAULT to get the default behavior for
24437 an address book format.)
24440 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24441 is a list, so if you have more than one address book you may have a
24442 separate format for each by putting its format at the corresponding
24443 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24447 Listed first are the personal address books, then the global address
24448 books.  So, if you have two personal address books and one global
24449 address book, you may have up to three formats in the
24450 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24451 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24452 are address books, the last element is used repeatedly.
24456 Each of the tokens may also be optionally followed by parentheses with
24457 either a number or a percentage inside the parentheses.  For example,
24458 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24459 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24460 of the available space (the screen width minus the space for
24461 inter-column spaces) to the fullnames column, while plain
24462 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24463 reasonable number of columns.
24466 There are always 2 spaces between every column, so if you use
24467 fixed column widths (like 13) you should remember to take that into
24468 account.
24471 <UL>   
24472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24473 </UL><P>
24474 &lt;End of help on this topic&gt;
24475 </BODY>
24476 </HTML>
24477 ====== h_config_set_index_format =====
24478 <HTML>
24479 <HEAD>
24480 <TITLE>Set Index Format</TITLE>
24481 </HEAD>
24482 <BODY>
24483 <H1>Set Index Format</H1>
24485 This option is used to customize the content of lines in the
24486 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24487 This action works exactly like the regular
24488 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24489 except that you can have a folder-specific value for it if you specify it here.
24490 Consult the help for
24491 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24492 for more information.
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_index_format =====
24502 <HTML>
24503 <HEAD>
24504 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24505 </HEAD>
24506 <BODY>
24507 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24509 This option is used to customize the content of lines in the
24510 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24511 to convey some amount of immediately relevant information about each 
24512 message in the current folder.
24515 Alpine provides a pre-defined set of informational fields with
24516 reasonable column widths automatically computed.  You can, however,
24517 replace this default set by listing special tokens in the order you
24518 want them displayed.
24521 The list of available tokens is
24522 <A HREF="h_index_tokens">here</A>.
24525 Spaces are used to separate listed tokens.  Additionally, you can
24526 specify how much of the screen's width the token's associated data
24527 should occupy on the index line by appending to the token a pair of
24528 parentheses enclosing either a number or percentage.  For example,
24529 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24530 column, and &quot;SUBJECT(20%)&quot; means to
24531 allocate 20% of the available space
24532 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24533 attempt to figure out a reasonable amount of space.
24536 There is always one space between every pair of columns, so if you use fixed
24537 column widths (like 13) you should remember to take that into account.
24538 Several of the fields are virtually fixed-width, so it doesn't make
24539 much sense to specify the width for them.  The fields STATUS,
24540 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24541 and DESCRIPSIZE all fall into that category.
24542 You <EM>may</EM> specify widths for those if you wish, but
24543 you're probably better off letting the system pick those widths.  <P>
24546 The default is equivalent to:
24549 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24552 This means that the four fields without percentages will be allocated
24553 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24554 the from and subject fields.  If one of those two fields is specified
24555 as a percentage and the other is left for the system to choose, then
24556 the percentage is taken as an absolute percentage of the screen, not
24557 of the space remaining after allocating the first four columns.  It
24558 doesn't usually make sense to do it that way.  If you leave off all
24559 the widths, then the subject and from fields (if both are present) are
24560 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24561 the default.
24564 What you are most likely to do with this configuration option is to
24565 specify which fields appear at all, which order they appear in, and the
24566 percentage of screen that is used for the from and subject fields if you
24567 don't like the 2 to 1 default.
24570 If you want to retain the default format that Pine 4.64 had, use
24573 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24575 <EM>and</EM> set the feature
24576 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24577 <UL>   
24578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24579 </UL><P>
24580 &lt;End of help on this topic&gt;
24581 </BODY>
24582 </HTML>
24583 ====== h_config_reply_intro =====
24584 <HTML>
24585 <HEAD>
24586 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24587 </HEAD>
24588 <BODY>
24589 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24591 This option is used to customize the content of the introduction line
24592 that is included when replying to a message and including the original
24593 message in the reply.
24594 The normal default (what you will get if you delete this variable) looks
24595 something like:
24597 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24599 where the day of the week is only included if it is available in the
24600 original message.
24601 You can replace this default with text of your own.
24602 The text may contain tokens that are replaced with text
24603 that depends on the message you are replying to.
24604 For example, the default is equivalent to:
24606 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24609 Since this variable includes regular text mixed with special tokens
24610 the tokens have to be surrounded by underscore characters.
24611 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24612 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24613 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24615 The list of available tokens is
24616 <A HREF="h_index_tokens">here</A>.
24619 By default, the text is all on a single line and is followed by a blank line.
24620 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24621 than 80 characters when replying to a particular message, it is shortened.
24622 However, if you use the token
24624 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24627 anywhere in the value, no end of line or blank line is appended, and no
24628 shortening is done.
24629 The _NEWLINE_ token may be used to get rid of the blank line following
24630 the text, to add more blank lines, or to form a multi-line
24631 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24632 To clarify how _NEWLINE_ works recall that the default value is:
24634 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24637 That is equivalent to
24639 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24642 In the former case, two newlines are added automatically because
24643 no _NEWLINE_ token appears in the value of the option (for backwards
24644 compatibility). In the latter case, the newlines are explicit.
24645 If you want to remove the blank line that follows the
24646 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24647 _NEWLINE_ token like
24649 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24652 Because of the backwards compatibility problem, it is not possible to
24653 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24654 and that will cause the automatic adding of two newlines!
24655 If you want, you may embed newlines in the middle of the text, as well,
24656 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24659 By default, no attempt is made to localize the date.
24660 If you prefer a localized form you may find that one of the tokens
24661 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24662 If you want more control one of the many other date tokens, such as _DATEISO_,
24663 might be better.
24666 For the adventurous, there is a way to conditionally include text based
24667 on whether or not a token would result in specific replacement text.
24668 For example, you could include some text based on whether or not
24669 the _NEWS_ token would result in any newsgroups if it was used.
24670 It's explained in detail
24671 <A HREF="h_reply_token_conditionals">here</A>.
24674 In the very unlikely event that you want to include a literal token
24675 in the introduction line you must precede it with a backslash character.
24676 For example,
24678 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24680 would produce something like
24682 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24684 It is not possible to have a literal backslash followed by an expanded token.
24686 <UL>   
24687 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24688 </UL><P>
24689 &lt;End of help on this topic&gt;
24690 </BODY>
24691 </HTML>
24692 ====== h_config_remote_abook_history =====
24693 <HTML>
24694 <HEAD>
24695 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24696 </HEAD>
24697 <BODY>
24698 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24700 Sets how many extra copies of
24701 remote address book
24702 data will be kept in each remote address book folder.
24703 The default is three.
24704 These extra copies are simply old versions of the data. Each time a change
24705 is made a new copy of the address book data is appended to the folder. Old
24706 copies are trimmed, if possible, when Alpine exits.
24707 An old copy can be put back into use by
24708 deleting and expunging newer versions of the data from the folder.
24709 Don't delete the first message from the folder. It is a special header
24710 message for the remote address book and it must be there.
24711 This is to prevent regular folders from being used as remote address book
24712 folders and having their data destroyed.
24714 This option is also used to determine how many extra copies of remote
24715 Alpine configuration files are kept.
24717 <UL>   
24718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24719 </UL><P>
24720 &lt;End of help on this topic&gt;
24721 </BODY>
24722 </HTML>
24723 ====== h_config_remote_abook_validity =====
24724 <HTML>
24725 <HEAD>
24726 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24727 </HEAD>
24728 <BODY>
24729 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24731 Sets the minimum number of minutes that a
24732 remote address book will be considered up to date.
24733 Whenever an entry contained in a remote address book is used,
24734 if more than this many minutes have
24735 passed since the last check the remote server will be queried to see if the
24736 address book has changed.
24737 If it has changed, the local copy is updated.
24738 The default value is five minutes.
24739 The special value of -1 means never check.
24740 The special value of zero means only check when the address book is first
24741 opened.
24743 No matter what the value, the validity check is always done when the
24744 address book is about to be changed by the user.
24745 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24746 while in the address book maintenance screen for the remote address book.
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_user_input_timeo =====
24755 <HTML>
24756 <HEAD>
24757 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24758 </HEAD>
24759 <BODY>
24760 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24762 If this is set to an integer greater than zero, then this is the number
24763 of <EM>hours</EM> to wait for user input before Alpine times out.
24764 If Alpine is
24765 in the midst of composing a message or is waiting for user response to
24766 a question, then it will not timeout.
24767 However, if Alpine is sitting idle waiting for
24768 the user to tell it what to do next and the user does not give any
24769 input for this many hours, Alpine will exit.
24770 No expunging or moving of read
24771 messages will take place.
24772 It will exit similarly to the way it would exit
24773 if it received a hangup signal.
24774 This may be useful for cleaning up unused Alpine sessions that have been
24775 forgotten by their owners.
24776 The Alpine developers envision system administrators
24777 setting this to a value of several hours (24?) so that it won't surprise
24778 a user who didn't want to be disconnected.
24780 <UL>   
24781 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24782 </UL><P>
24783 &lt;End of help on this topic&gt;
24784 </BODY>
24785 </HTML>
24786 ====== h_config_ssh_open_timeo =====
24787 <HTML>
24788 <HEAD>
24789 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24790 </HEAD>
24791 <BODY>
24792 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24794 Sets the time in seconds that Alpine will
24795 attempt to open a UNIX secure shell connection.
24796 The default is 15, the minimum non-zero value is 5,
24797 and the maximum is unlimited. If this is set to zero ssh connections
24798 will be completely disabled.
24800 <UL>   
24801 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24802 </UL><P>
24803 &lt;End of help on this topic&gt;
24804 </BODY>
24805 </HTML>
24806 ====== h_config_rsh_open_timeo =====
24807 <HTML>
24808 <HEAD>
24809 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24810 </HEAD>
24811 <BODY>
24812 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24814 Sets the time in seconds that Alpine will
24815 attempt to open a UNIX remote shell connection.
24816 The default is 15, the minimum non-zero value is 5,
24817 and the maximum is unlimited. If this is set to zero rsh connections
24818 will be completely disabled.
24819 This might be useful if rsh connections will never work in your environment
24820 but are causing delays due to firewalls or some other reason.
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_tcp_open_timeo =====
24829 <HTML>
24830 <HEAD>
24831 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24832 </HEAD>
24833 <BODY>
24834 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24836 Sets the time in seconds that Alpine will
24837 attempt to open a network connection. The default is 30, the minimum is 5,
24838 and the maximum is system defined (typically 75). If a connection has not
24839 completed within this many seconds Alpine will give up and consider it a
24840 failed connection.
24842 <UL>   
24843 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24844 </UL><P>
24845 &lt;End of help on this topic&gt;
24846 </BODY>
24847 </HTML>
24848 ====== h_config_tcp_readwarn_timeo =====
24849 <HTML>
24850 <HEAD>
24851 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24852 </HEAD>
24853 <BODY>
24854 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24856 Sets the time in seconds that Alpine will
24857 wait for a network read before warning you that things are moving slowly
24858 and possibly giving you the option to break the connection.
24859 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24860 1000 seconds.
24862 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24864 <UL>   
24865 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24866 </UL><P>
24867 &lt;End of help on this topic&gt;
24868 </BODY>
24869 </HTML>
24870 ====== h_config_tcp_writewarn_timeo =====
24871 <HTML>
24872 <HEAD>
24873 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24874 </HEAD>
24875 <BODY>
24876 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24878 Sets the time in seconds that Alpine will
24879 wait for a network write before warning you that things are moving slowly
24880 and possibly giving you the option to break the connection.
24881 The default is 0 which means it is unset. If set to a non-zero value, the
24882 minimum is 5 and the maximum is 1000.
24884 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24886 <UL>   
24887 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24888 </UL><P>
24889 &lt;End of help on this topic&gt;
24890 </BODY>
24891 </HTML>
24892 ====== h_config_tcp_query_timeo =====
24893 <HTML>
24894 <HEAD>
24895 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24896 </HEAD>
24897 <BODY>
24898 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24900 When Alpine times out a network read or write it will normally just display
24901 a message saying &quot;Still waiting&quot;.
24902 However, if enough time has elapsed since it started waiting it will offer
24903 to let you break the connection.
24904 That amount of time is set by this option, which defaults to 60 seconds,
24905 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24907 <UL>   
24908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24909 </UL><P>
24910 &lt;End of help on this topic&gt;
24911 </BODY>
24912 </HTML>
24913 ====== h_config_incoming_folders =====
24914 <HTML>
24915 <HEAD>
24916 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24917 </HEAD>
24918 <BODY>
24919 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24921 This is a list of one or more folders other than <EM>INBOX</EM> that
24922 may receive new messages.
24923 It is related to the
24924 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24925 feature.
24926 This variable is normally manipulated with the Add, Delete, and Rename
24927 commands in the FOLDER LIST for the Incoming Message Folders collection.
24929 <UL>   
24930 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24931 </UL><P>
24932 &lt;End of help on this topic&gt;
24933 </BODY>
24934 </HTML>
24935 ====== h_config_folder_spec =====
24936 <HTML>
24937 <HEAD>
24938 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24939 </HEAD>
24940 <BODY>
24941 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24943 This is a list of one or more collections where saved mail is stored. 
24944 The first collection in this list is the default
24945 collection for <EM>Save</EM>s,
24946 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24948 This variable is normally manipulated using the Setup/collectionList screen.
24950 <UL>   
24951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24952 </UL><P>
24953 &lt;End of help on this topic&gt;
24954 </BODY>
24955 </HTML>
24956 ====== h_config_news_spec =====
24957 <HTML>
24958 <HEAD>
24959 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24960 </HEAD>
24961 <BODY>
24962 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24964 This is a list of collections where news folders are located.
24966 This variable is normally manipulated using the Setup/collectionList screen.
24968 <UL>   
24969 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24970 </UL><P>
24971 &lt;End of help on this topic&gt;
24972 </BODY>
24973 </HTML>
24974 ====== h_config_address_book =====
24975 <HTML>
24976 <HEAD>
24977 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24978 </HEAD>
24979 <BODY>
24980 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24982 A list of personal address books.
24983 Each entry in the list is an
24984 optional nickname followed by a pathname or file name relative to the home
24985 directory.
24986 The nickname is separated from the rest of the line with whitespace.
24987 Instead of a local pathname or file name, a remote folder name can be given.
24988 This causes the address book to
24989 be a Remote address book.
24991 Use the Setup/AddressBook screen to modify this variable.
24993 <UL>   
24994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24995 </UL><P>
24996 &lt;End of help on this topic&gt;
24997 </BODY>
24998 </HTML>
24999 ====== h_config_glob_addrbook =====
25000 <HTML>
25001 <HEAD>
25002 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
25003 </HEAD>
25004 <BODY>
25005 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
25007 A list of shared address books.  Each entry in the list is an
25008 optional nickname followed by a pathname or file name relative to the home
25009 directory.
25010 A SPACE character separates the nickname from the rest of the line.
25011 Instead of a local pathname or file name, a remote folder name can be given.
25012 This causes the address book to
25013 be a Remote address book.
25014 Global address books are
25015 defined to be ReadOnly.
25017 Use the Setup/AddressBook screen to modify this variable.
25019 <UL>   
25020 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25021 </UL><P>
25022 &lt;End of help on this topic&gt;
25023 </BODY>
25024 </HTML>
25025 ====== h_config_last_vers =====
25026 <HTML>
25027 <HEAD>
25028 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
25029 </HEAD>
25030 <BODY>
25031 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
25033 This is set automatically by Alpine. 
25034 It is used to keep track of the last version of Alpine that
25035 was run by the user.
25036 Whenever the version number increases, a new version message is printed out.
25037 This may not be set in the system-wide configuration files.
25039 <UL>   
25040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25041 </UL><P>
25042 &lt;End of help on this topic&gt;
25043 </BODY>
25044 </HTML>
25045 ====== h_config_printer =====
25046 <HTML>
25047 <HEAD>
25048 <TITLE>OPTION: Printer</TITLE>
25049 </HEAD>
25050 <BODY>
25051 <H1>OPTION: Printer</H1>
25053 Your default printer selection.
25055 Use the Setup/Printer screen to modify this variable.
25057 <UL>   
25058 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25059 </UL><P>
25060 &lt;End of help on this topic&gt;
25061 </BODY>
25062 </HTML>
25063 ====== h_config_print_cat =====
25064 <HTML>
25065 <HEAD>
25066 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
25067 </HEAD>
25068 <BODY>
25069 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
25071 This is an internal Alpine variable.
25072 It will be equal to 1, 2, or 3 depending on whether the default printer is
25073 attached, standard, or a personal print command.
25075 Use the Setup/Printer screen to modify this variable.
25077 <UL>   
25078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25079 </UL><P>
25080 &lt;End of help on this topic&gt;
25081 </BODY>
25082 </HTML>
25083 ====== h_config_print_command =====
25084 <HTML>
25085 <HEAD>
25086 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
25087 </HEAD>
25088 <BODY>
25089 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
25091 List of personal print commands.
25093 Use the Setup/Printer screen to modify this variable.
25095 <UL>   
25096 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25097 </UL><P>
25098 &lt;End of help on this topic&gt;
25099 </BODY>
25100 </HTML>
25101 ====== h_config_pat_old =====
25102 <HTML>
25103 <HEAD>
25104 <TITLE>OPTION: Patterns</TITLE>
25105 </HEAD>
25106 <BODY>
25107 <H1>OPTION: Patterns</H1>
25109 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
25110 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
25111 and Patterns-Other.
25112 Patterns-Scores and Patterns-Filters have been replaced since then by
25113 Patterns-Scores2 and Patterns-Filters2.
25115 Use the Setup/Rules screens to modify these variable.
25117 <UL>   
25118 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25119 </UL><P>
25120 &lt;End of help on this topic&gt;
25121 </BODY>
25122 </HTML>
25123 ====== h_config_pat_roles =====
25124 <HTML>
25125 <HEAD>
25126 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
25127 </HEAD>
25128 <BODY>
25129 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
25131 List of rules used for roles.
25132 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
25133 other options.
25135 Use the Setup/Rules/Roles screen to modify this variable.
25137 <UL>   
25138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25139 </UL><P>
25140 &lt;End of help on this topic&gt;
25141 </BODY>
25142 </HTML>
25143 ====== h_config_pat_filts =====
25144 <HTML>
25145 <HEAD>
25146 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
25147 </HEAD>
25148 <BODY>
25149 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
25151 List of rules used for filters.
25153 Use the Setup/Rules/Filters screen to modify this variable.
25155 <UL>   
25156 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25157 </UL><P>
25158 &lt;End of help on this topic&gt;
25159 </BODY>
25160 </HTML>
25161 ====== h_config_pat_scores =====
25162 <HTML>
25163 <HEAD>
25164 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
25165 </HEAD>
25166 <BODY>
25167 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
25169 List of rules used for scoring.
25171 Use the Setup/Rules/SetScores screen to modify this variable.
25173 <UL>   
25174 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25175 </UL><P>
25176 &lt;End of help on this topic&gt;
25177 </BODY>
25178 </HTML>
25179 ====== h_config_pat_other =====
25180 <HTML>
25181 <HEAD>
25182 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
25183 </HEAD>
25184 <BODY>
25185 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
25187 List of rules used for miscellaneous configuration.
25189 Use the Setup/Rules/Other screen to modify this variable.
25191 <UL>   
25192 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25193 </UL><P>
25194 &lt;End of help on this topic&gt;
25195 </BODY>
25196 </HTML>
25197 ====== h_config_pat_incols =====
25198 <HTML>
25199 <HEAD>
25200 <TITLE>OPTION: patterns-indexcolors</TITLE>
25201 </HEAD>
25202 <BODY>
25203 <H1>OPTION: patterns-indexcolors</H1>
25205 List of rules used for coloring lines in the index.
25207 Use the Setup/Rules/Indexcolor screen to modify this variable.
25209 <UL>   
25210 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25211 </UL><P>
25212 &lt;End of help on this topic&gt;
25213 </BODY>
25214 </HTML>
25215 ====== h_config_pat_srch =====
25216 <HTML>
25217 <HEAD>
25218 <TITLE>OPTION: patterns-search</TITLE>
25219 </HEAD>
25220 <BODY>
25221 <H1>OPTION: patterns-search</H1>
25223 List of rules used only for searching with the Select command in the MESSAGE INDEX.
25225 Use the Setup/Rules/searCh screen to modify this variable.
25227 <UL>   
25228 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25229 </UL><P>
25230 &lt;End of help on this topic&gt;
25231 </BODY>
25232 </HTML>
25233 ====== h_config_font_name =====
25234 <HTML>
25235 <HEAD>
25236 <TITLE>OPTION: Font Name</TITLE>
25237 </HEAD>
25238 <BODY>
25239 <H1>OPTION: Font Name</H1>
25241 PC-Alpine only.
25243 Name of normal font.
25245 Use the pulldown Config menu to modify this variable.
25247 <UL>   
25248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25249 </UL><P>
25250 &lt;End of help on this topic&gt;
25251 </BODY>
25252 </HTML>
25253 ====== h_config_font_size =====
25254 <HTML>
25255 <HEAD>
25256 <TITLE>OPTION: Font Size</TITLE>
25257 </HEAD>
25258 <BODY>
25259 <H1>OPTION: Font Size</H1>
25261 PC-Alpine only.
25263 Size of normal font.
25265 Use the pulldown Config menu to modify this variable.
25267 <UL>   
25268 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25269 </UL><P>
25270 &lt;End of help on this topic&gt;
25271 </BODY>
25272 </HTML>
25273 ====== h_config_font_style =====
25274 <HTML>
25275 <HEAD>
25276 <TITLE>OPTION: Font Style</TITLE>
25277 </HEAD>
25278 <BODY>
25279 <H1>OPTION: Font Style</H1>
25281 PC-Alpine only.
25283 Style of normal font.
25285 Use the pulldown Config menu to modify this variable.
25287 <UL>   
25288 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25289 </UL><P>
25290 &lt;End of help on this topic&gt;
25291 </BODY>
25292 </HTML>
25293 ====== h_config_font_char_set =====
25294 <HTML>
25295 <HEAD>
25296 <TITLE>OPTION: Font Character Set</TITLE>
25297 </HEAD>
25298 <BODY>
25299 <H1>OPTION: Font Character Set</H1>
25301 PC-Alpine only.
25303 Character set of normal font.
25305 Use the pulldown Config menu to modify this variable.
25307 <UL>   
25308 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25309 </UL><P>
25310 &lt;End of help on this topic&gt;
25311 </BODY>
25312 </HTML>
25313 ====== h_config_print_font_name =====
25314 <HTML>
25315 <HEAD>
25316 <TITLE>OPTION: Print-Font-Name</TITLE>
25317 </HEAD>
25318 <BODY>
25319 <H1>OPTION: Print-Font-Name</H1>
25321 PC-Alpine only.
25323 Name of printer font.
25325 Use the pulldown Config menu to modify this variable.
25327 <UL>   
25328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25329 </UL><P>
25330 &lt;End of help on this topic&gt;
25331 </BODY>
25332 </HTML>
25333 ====== h_config_print_font_size =====
25334 <HTML>
25335 <HEAD>
25336 <TITLE>OPTION: Print-Font-Size</TITLE>
25337 </HEAD>
25338 <BODY>
25339 <H1>OPTION: Print-Font-Size</H1>
25341 PC-Alpine only.
25343 Size of printer font.
25345 Use the pulldown Config menu to modify this variable.
25347 <UL>   
25348 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25349 </UL><P>
25350 &lt;End of help on this topic&gt;
25351 </BODY>
25352 </HTML>
25353 ====== h_config_print_font_style =====
25354 <HTML>
25355 <HEAD>
25356 <TITLE>OPTION: Print-Font-Style</TITLE>
25357 </HEAD>
25358 <BODY>
25359 <H1>OPTION: Print-Font-Style</H1>
25361 PC-Alpine only.
25363 Style of printer font.
25365 Use the pulldown Config menu to modify this variable.
25367 <UL>   
25368 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25369 </UL><P>
25370 &lt;End of help on this topic&gt;
25371 </BODY>
25372 </HTML>
25373 ====== h_config_print_font_char_set =====
25374 <HTML>
25375 <HEAD>
25376 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
25377 </HEAD>
25378 <BODY>
25379 <H1>OPTION: Print-Font-Char-Set</H1>
25381 PC-Alpine only.
25383 Character set of printer font.
25385 Use the pulldown Config menu to modify this variable.
25387 <UL>   
25388 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25389 </UL><P>
25390 &lt;End of help on this topic&gt;
25391 </BODY>
25392 </HTML>
25393 ====== h_config_window_position =====
25394 <HTML>
25395 <HEAD>
25396 <TITLE>OPTION: Window-Position</TITLE>
25397 </HEAD>
25398 <BODY>
25399 <H1>OPTION: Window-Position</H1>
25401 PC-Alpine only.
25403 Position on the screen of the Alpine window.
25405 Alpine normally maintains this variable itself, and it is set automatically. 
25406 This variable is provided to those who wish to use the same window position 
25407 across different machines from the same configuration.
25408 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25409 must also be set for this setting to be used.
25411 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25412 C is the number of columns, R is the number of rows, and X and Y specify the
25413 top left corner of the window.
25415 <UL>   
25416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25417 </UL><P>
25418 &lt;End of help on this topic&gt;
25419 </BODY>
25420 </HTML>
25421 ====== h_config_cursor_style =====
25422 <HTML>
25423 <HEAD>
25424 <TITLE>OPTION: Cursor Style</TITLE>
25425 </HEAD>
25426 <BODY>
25427 <H1>OPTION: Cursor Style</H1>
25429 PC-Alpine only.
25431 Cursor style.
25433 Use the pulldown Config menu to modify this variable.
25435 <UL>   
25436 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25437 </UL><P>
25438 &lt;End of help on this topic&gt;
25439 </BODY>
25440 </HTML>
25441 ====== h_config_ldap_servers =====
25442 <HTML>
25443 <HEAD>
25444 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25445 </HEAD>
25446 <BODY>
25447 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25449 List of LDAP servers and associated data.
25451 Use the Setup/Directory screen to modify this variable.
25453 <UL>   
25454 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25455 </UL><P>
25456 &lt;End of help on this topic&gt;
25457 </BODY>
25458 </HTML>
25459 ====== h_config_sendmail_path =====
25460 <HTML>
25461 <HEAD>
25462 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25463 </HEAD>
25464 <BODY>
25465 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25467 This names the path to an
25468 alternative program, and any necessary arguments, to be used in posting
25469 mail messages. See the Technical notes for more information.
25471 <UL>   
25472 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25473 </UL><P>
25474 &lt;End of help on this topic&gt;
25475 </BODY>
25476 </HTML>
25477 ====== h_config_oper_dir =====
25478 <HTML>
25479 <HEAD>
25480 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25481 </HEAD>
25482 <BODY>
25483 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25485 This names the root of the
25486 tree to which you are restricted when reading and writing folders and
25487 files. It is usually used in the system-wide,
25488 <EM>fixed</EM> configuration file.
25490 <UL>   
25491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25492 </UL><P>
25493 &lt;End of help on this topic&gt;
25494 </BODY>
25495 </HTML>
25496 ====== h_config_rshpath =====
25497 <HTML>
25498 <HEAD>
25499 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25500 </HEAD>
25501 <BODY>
25502 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25504 Sets the name of the command used to open a UNIX remote shell
25505 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
25507 <UL>   
25508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25509 </UL><P>
25510 &lt;End of help on this topic&gt;
25511 </BODY>
25512 </HTML>
25513 ====== h_config_rshcmd =====
25514 <HTML>
25515 <HEAD>
25516 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25517 </HEAD>
25518 <BODY>
25519 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25521 Sets the format of the command used to
25522 open a UNIX remote shell connection. The default is
25523 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25524 provided command. The first is for the command's pathname, the second is
25525 for the host to connnect to, the third is for the user to connect as, and
25526 the fourth is for the connection method (typically <CODE>imap</CODE>).
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_sshpath =====
25535 <HTML>
25536 <HEAD>
25537 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25538 </HEAD>
25539 <BODY>
25540 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25542 Sets the name of the command used to open a UNIX secure shell
25543 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25545 <UL>   
25546 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25547 </UL><P>
25548 &lt;End of help on this topic&gt;
25549 </BODY>
25550 </HTML>
25551 ====== h_config_sshcmd =====
25552 <HTML>
25553 <HEAD>
25554 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25555 </HEAD>
25556 <BODY>
25557 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25559 Sets the format of the command used to
25560 open a UNIX secure shell connection. The default is
25561 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25562 provided command. The first is for the command's pathname, the second is
25563 for the host to connnect to, the third is for the user to connect as, and
25564 the fourth is for the connection method (typically <CODE>imap</CODE>).
25566 <UL>   
25567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25568 </UL><P>
25569 &lt;End of help on this topic&gt;
25570 </BODY>
25571 </HTML>
25572 ====== h_config_new_ver_quell =====
25573 <HTML>
25574 <HEAD>
25575 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25576 </HEAD>
25577 <BODY>
25578 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25580 When a new version of Alpine is run for the first time it offers a
25581 special explanatory screen to the user upon startup.  This option
25582 helps control when and if that special screen appears for users that
25583 have previously run Alpine.  It takes as its value an Alpine version
25584 number.  Alpine versions less than the specified value will supress this
25585 special screen while versions equal to or greater than that specified
25586 will behave normally.
25588 <UL>   
25589 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25590 </UL><P>
25591 &lt;End of help on this topic&gt;
25592 </BODY>
25593 </HTML>
25594 ====== h_config_disable_drivers =====
25595 <HTML>
25596 <HEAD>
25597 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25598 </HEAD>
25599 <BODY>
25600 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25602 This variable is a list of mail drivers that will be disabled.
25603 The candidates for disabling are listed below.
25604 There may be more in the future if you compile Alpine with
25605 a newer version of the c-client library.
25608 <UL>
25609 <LI> mbox
25610 <LI> mbx
25611 <LI> mh
25612 <LI> mmdf
25613 <LI> mtx
25614 <LI> mx
25615 <LI> news
25616 <LI> phile
25617 <LI> tenex
25618 <LI> unix
25619 </UL>
25622 The <EM>mbox</EM> driver enables the following behavior: if there is a
25623 file called <CODE>mbox</CODE>
25624 in your home directory, and if that file is either empty or in Unix mailbox
25625 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25626 will automatically transfer mail from the system mail spool directory into the
25627 <CODE>mbox</CODE> file and
25628 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25629 this will not happen.
25632 It is not recommended to disable the driver that supports the system default
25633 mailbox format. On most non-SCO systems, that driver is the
25634 <EM>unix</EM> driver.
25635 On most SCO systems, it is the <EM>mmdf</EM> driver.
25636 The system default driver may be
25637 configured to something else on your system; check with your system manager
25638 for additional information.
25641 It is most likely not very useful for you to disable any of the drivers other
25642 than possibly <EM>mbox</EM>.
25643 You could disable some of the others if you know for
25644 certain that you don't need them but the performance gain in doing so
25645 is very modest.
25647 <UL>   
25648 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25649 </UL><P>
25650 &lt;End of help on this topic&gt;
25651 </BODY>
25652 </HTML>
25653 ====== h_config_disable_auths =====
25654 <HTML>
25655 <HEAD>
25656 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25657 </HEAD>
25658 <BODY>
25659 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25661 This variable is a list of SASL (Simple Authentication and Security
25662 Layer) authenticators that will be disabled.
25663 SASL is a mechanism for
25664 authenticating to IMAP, POP3, SMTP, and other network servers.
25667 Alpine matches its list of supported authenticators with the server to
25668 determine the most secure authenticator that is supported by both.
25669 If no matching authenticators are found, Alpine will revert to plaintext
25670 login (or, in the case of SMTP, will be unable to authenticate at all).
25672 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25675 Normally, you will not disable any authenticators.
25676 There are two exceptions:
25678 <OL>
25679 <LI> You use a broken server that advertises an authenticator,
25680 but does not actually implement it.
25681 <LI> You have a Kerberos-capable version of Alpine and the server is
25682 also Kerberos-capable, but you can not obtain Kerberos
25683 credentials on the server machine, thus you desire to disable
25684 GSSAPI (which in turn disables Alpine's Kerberos support).
25685 </OL>
25687 It is never necessary to disable authenticators, since Alpine will try
25688 other authenticators before giving up.
25689 However, disabling the relevant authenticator avoids annoying error messages.
25691 <UL>   
25692 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25693 </UL><P>
25694 &lt;End of help on this topic&gt;
25695 </BODY>
25696 </HTML>
25697 ====== h_config_encryption_range =====
25698 <HTML>
25699 <HEAD>
25700 <TITLE>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></TITLE>
25701 </HEAD>
25702 <BODY>
25703 <H1>OPTION: <!--#echo var="VAR_encryption-protocol-range"--></H1>
25705 This option sets a range of encryption protocols that can be attempted when
25706 Alpine will try to establish a secure connection using the SSL or TLS
25707 protocols.
25710 Before a secure connection to an external server is established, Alpine and the
25711 server will attempt to negotiate a secure connection. This part is known as the
25712 &quot;ClientHello&quot;. At that time Alpine will announce the version of
25713 encryption that it would like to establish. The server can reject that, and announce
25714 a different version of encryption. Once both the server and Alpine have found
25715 a version of encryption that they both agree on, they will both use it to start
25716 a secure connection.
25719 The use of the /ssl parameter in the definition of the server will make Alpine
25720 attempt the highest encryption protocol that it can use, in agreement with the
25721 server. However, using this option, you will set limits to the versions of
25722 the protocols that are used. This would, for example, allow you to disable the use
25723 of ssl3, in favor of more modern protocols. 
25726 For purposes of this option, the protocols are sorted 
25727 as follows
25730 <CENTER>
25731 no_min < ssl3 < tls1 < tls1_1 < tls1_2 < tls1_3 < no_max
25732 </CENTER>
25735 For example, if you want to disable ssl3, all you have to do is to set the minimum 
25736 version to tls1, or any higher protocol. 
25738 <P>The name of the parameters used to configure this option is the same as the 
25739 parameters that are added to the definition of a server to make it a secure 
25740 connection, and they are listed above for your reference.
25743 The special values &quot;no_min&quot; and &quot;no_max&quot; do not set values
25744 for the minimum and maximum protocol versions, and Alpine will use the maximum
25745 and minimum values of encryption protocols built into your SSL library.
25748 <UL>   
25749 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25750 </UL><P>
25751 &lt;End of help on this topic&gt;
25752 </BODY>
25753 </HTML>
25754 ====== h_config_abook_metafile =====
25755 <HTML>
25756 <HEAD>
25757 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25758 </HEAD>
25759 <BODY>
25760 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25762 This is usually set by Alpine and is the name of a file
25763 that contains data about
25764 remote address books and remote configuration files.
25766 <UL>   
25767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25768 </UL><P>
25769 &lt;End of help on this topic&gt;
25770 </BODY>
25771 </HTML>
25772 ====== h_config_composer_wrap_column =====
25773 <HTML>
25774 <HEAD>
25775 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25776 </HEAD>
25777 <BODY>
25778 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25781 This option specifies an aspect of Alpine's Composer.  This gives the
25782 maximum width that auto-wrapped lines will have.  It's also the maximum
25783 width of lines justified using the <A HREF="h_compose_justify">^J
25784 Justify</A> command.  The normal default
25785 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25786 in order to
25787 prevent very long lines from being sent in outgoing mail.  When the mail
25788 is actually sent, trailing spaces will be stripped off of each line.
25791 <UL>   
25792 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25793 </UL><P>
25794 &lt;End of help on this topic&gt;
25795 </BODY>
25796 </HTML>
25797 ====== h_config_deadlets =====
25798 <HTML>
25799 <HEAD>
25800 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25801 </HEAD>
25802 <BODY>
25803 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25806 This option affects Alpine's behavior when you cancel a message being
25807 composed.  Alpine's usual behavior is to write the canceled message to
25808 a file named 
25809 <!--chtml if pinemode="os_windows"-->
25810 &quot;DEADLETR&quot;,
25811 <!--chtml else-->
25812 &quot;dead.letter&quot; in your home directory,
25813 <!--chtml endif-->
25814 overwriting any previous message.
25816 If you set this option to a value higher than one, then that many copies
25817 of dead letter files will be saved.
25818 For example, if you set this option to &quot;3&quot; then you may have
25819 files named
25820 <!--chtml if pinemode="os_windows"-->
25821 &quot;DEADLETR&quot;,
25822 &quot;DEADLETR2&quot;, and
25823 &quot;DEADLETR3&quot;.
25824 <!--chtml else-->
25825 &quot;dead.letter&quot;,
25826 &quot;dead.letter2&quot;, and
25827 &quot;dead.letter3&quot; in your home directory.
25828 <!--chtml endif-->
25829 In this example, the most recently cancelled message will be in
25830 <!--chtml if pinemode="os_windows"-->
25831 &quot;DEADLETR&quot;,
25832 <!--chtml else-->
25833 &quot;dead.letter&quot;,
25834 <!--chtml endif-->
25835 and the third most recently cancelled message will be in
25836 <!--chtml if pinemode="os_windows"-->
25837 &quot;DEADLETR3&quot;.
25838 <!--chtml else-->
25839 &quot;dead.letter3&quot;.
25840 <!--chtml endif-->
25841 The fourth most recently cancelled message will no longer be saved.
25844 If you set this option to zero, then NO record of canceled messages is
25845 maintained.
25847 If the feature
25848 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25849 is set, that overrides whatever you set for this option.
25850 If this option had existed at the time, then the Quell feature would not
25851 have been added, but it is still there for backwards compatibility.
25852 So, in order for this option to have the desired effect, make sure the
25853 Quell feature is turned off.
25856 <UL>   
25857 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25858 </UL><P>
25859 &lt;End of help on this topic&gt;
25860 </BODY>
25861 </HTML>
25862 ====== h_config_maxremstream =====
25863 <HTML>
25864 <HEAD>
25865 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25866 </HEAD>
25867 <BODY>
25868 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25870 This option affects low-level behavior of Alpine.
25871 The default value for this option is <EM>3</EM>.
25872 If your INBOX is accessed using the IMAP protocol
25873 from an IMAP server, that connection is kept open throughout the
25874 duration of your Alpine session, independent of the value of this option.
25875 The same is true of any 
25876 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25877 you have defined.
25878 This option controls Alpine's behavior when connecting to remote IMAP folders
25879 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25880 It specifies the maximum number of remote IMAP connections (other than
25881 those mentioned above) that Alpine will use for accessing the rest of your
25882 folders.
25883 If you set this option to zero, you will turn off most remote connection
25884 re-use.
25885 It's difficult to understand exactly what this option does, and it is usually
25886 fine to leave it set to its default value.
25887 It is probably more likely that you will be interested in setting the
25888 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25889 instead of changing the value of this option.
25890 A slightly longer explanation of what is going on with this option
25891 is given in the next paragraphs.
25894 There are some time costs involved in opening and closing remote IMAP 
25895 folders, the main costs being the time you have to wait for the connection
25896 to the server and the time for the folder to open.
25897 Opening a folder may involve not only the time the server takes to do its
25898 processing but time that Alpine uses to do filtering.
25899 These times can vary widely.
25900 They depend on how loaded the server is, how large
25901 the folder being opened is, and how you set up filtering, among other things.
25902 Once Alpine has opened a connection to a particular folder, it will attempt
25903 to keep that connection open in case you use it again.
25904 In order to do this,
25905 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25906 this option) IMAP connections you have alloted for this purpose.
25908 For example, suppose the value of this option is set to &quot;2&quot;.
25909 If your INBOX is accessed on a remote server using the IMAP protocol, that
25910 doesn't count as one of the remote connections but it is always kept open.
25911 If you then open another IMAP folder, that would be your first
25912 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25913 If you open a third folder the second will be left open, in case you
25914 return to it.
25915 You won't be able to tell it has been left open.
25916 It will appear to be closed when you leave the folder but the connection
25917 will remain in the background.
25918 Now suppose you go back to the second folder (the first folder after the
25919 INBOX).
25920 A connection to that folder is still open so you won't have to wait
25921 for the startup time to open it.
25922 Meanwhile, the connection to the third folder will be left behind.
25923 Now, if you open a fourth folder, you will bump into the
25924 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25925 than INBOX and you have the option set to &quot;2&quot;.
25926 The connection that is being used for
25927 the third folder will be re-used for this new fourth folder.
25928 If you go back to the third folder after this, it is no longer already
25929 connected when you get there.
25930 You'll still save some time since Alpine will re-use the connection to the
25931 fourth folder and you have already logged in on that connection,
25932 but the folder will have to be re-opened from scratch.
25934 If a folder is large and the startup cost is dominated by the time it takes
25935 to open that folder or to run filters on it, then it will pay to make the
25936 value of this option large enough to keep it open.
25937 On the other hand, if you only revisit a handful of folders or if
25938 the folders are small, then it might
25939 make more sense to keep this number small so that the reconnect
25940 time (the time to start up a new connection and authenticate)
25941 is eliminated instead.
25943 You may also need to consider the impact on the server.
25944 On the surface, a larger number here may cause a larger impact on the
25945 server, since you will have more connections open to the server.
25946 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25947 associated with reopening a folder, but the <EM>server</EM> will be
25948 avoiding those costs as well.
25950 When twenty five minutes pass without any active use of an IMAP connection
25951 being saved for possible re-use, that connection will be shut down,
25954 <UL>   
25955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25956 </UL><P>
25957 &lt;End of help on this topic&gt;
25958 </BODY>
25959 </HTML>
25960 ====== h_config_permlocked =====
25961 <HTML>
25962 <HEAD>
25963 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25964 </HEAD>
25965 <BODY>
25966 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25968 This option affects low-level behavior of Alpine.
25969 There is no default value for this option.
25970 It is related to the options
25971 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25972 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25973 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25976 Note: changes made to this list take effect the next time you open a
25977 folder in the list.
25980 This is a list of folders that will be permanently kept open once they
25981 are first opened.
25982 The names in this list may be either the nickname of an Incoming folder
25983 or the full technical specification of a folder.
25984 The folders in this list need not be remote IMAP folders, they could usefully
25985 be local folders, as well.
25986 If a folder in the list is a newsgroup or is not accessed either locally
25987 or via IMAP, then the entry will be ignored.
25988 For example, folders accessed via NNTP or POP3 will not be kept open, since
25989 the way that new mail is found with those protocols involves closing and
25990 reopening the connection.
25992 Once a Stay Open folder has been opened, new-mail checking will continue
25993 to happen on that folder for the rest of the Alpine session.
25994 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25995 need to be added explicitly.
25997 Another difference that you may notice between a Stay Open folder and a
25998 non-Stay Open folder is which message is selected as the current message
25999 when you enter the folder index.
26000 Normally, the starting position for an incoming folder (which most Stay Open
26001 folders will likely be) is controlled by the
26002 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
26003 However, if a folder is a Stay Open folder, when you re-enter the folder
26004 after the first time the current message will be the same as it was when
26005 you left the folder.
26006 An exception is made if you use the TAB command to get to the folder.
26007 In that case, the message number will be incremented by one from what it
26008 was when you left the folder.
26010 The above special behavior is thought to be useful.
26011 However, it is special and different from what you might at first expect.
26012 The feature
26013 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
26014 may be used to turn off this special treatment.
26016 If the message that was current when you left the folder no longer exists,
26017 then the regular startup rule will be used instead.
26020 <UL>   
26021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26022 </UL><P>
26023 &lt;End of help on this topic&gt;
26024 </BODY>
26025 </HTML>
26026 ====== h_config_viewer_overlap =====
26027 <html>
26028 <header>
26029 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
26030 </header>
26031 <body>
26032 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
26034 This option specifies an aspect of Alpine's Message Viewing screen.  When
26035 the space bar is used to page forward in a message, the number of lines
26036 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
26037 bottom of the screen.  That is, if this was set to two lines, then the
26038 bottom two lines of the screen would be repeated on the top of the next
26039 screen.  The normal default value is "2".<p>
26040 <UL>   
26041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26042 </UL><P>
26043 &lt;End of help on this topic&gt;
26044 </body>
26045 </html>
26046 ====== h_config_scroll_margin =====
26047 <HTML>
26048 <HEAD>
26049 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
26050 </HEAD>
26051 <BODY>
26052 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
26054 This option controls when Alpine's line-by-line scrolling occurs.
26055 Typically, when a selected item is at the top or bottom screen edge
26056 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
26057 displayed items are scrolled down or up by a single line.
26060 This option allows you to tell Alpine the number of lines from the top and
26061 bottom screen edge that line-by-line paging should occcur.  For example,
26062 setting this value to one (1) will cause Alpine to scroll the display
26063 vertically when you move to select an item on the display's top or
26064 bottom edge.
26067 By default, this variable is zero, indicating that scrolling happens
26068 when you move up or down to select an item immediately off the display's
26069 top or bottom edge.
26072 <UL>   
26073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26074 </UL><P>
26075 &lt;End of help on this topic&gt;
26076 </BODY>
26077 </HTML>
26078 ====== h_config_wordseps =====
26079 <HTML>
26080 <HEAD>
26081 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
26082 </HEAD>
26083 <BODY>
26084 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
26086 This option affects how a &quot;word&quot; is defined in the composer.
26087 The definition of a word is used when using the Forward Word and Backward
26088 Word commands in the composer, as well as when using the spell checker.
26089 Whitespace is always considered a word separator.
26090 Punctuation (like question marks, periods, commas, and so on) is always
26091 a word separator if it comes at the end of a word.
26092 By default, a punctuation character that is in the middle of a word does
26093 not break up that word as long as the character before and the character
26094 after it are both alphanumeric.
26095 If you add a character to this option it will be considered a
26096 word separator even when it occurs in the middle of an alphanumeric word.
26097 For example, if you want to skip through each part of an address instead
26098 of skipping the whole address at once you might want to include &quot;@&quot;
26099 and &quot;.&quot; in this list.
26100 If you want the word-skipper to stop on each part of a UNIX filename you
26101 could add &quot;/&quot; to the list.
26102 The equal sign and dash are other possibilities you might find helpful.
26104 <UL>   
26105 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26106 </UL><P>
26107 &lt;End of help on this topic&gt;
26108 </BODY>
26109 </HTML>
26110 ====== h_config_reply_indent_string =====
26111 <HTML>
26112 <HEAD>
26113 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
26114 </HEAD>
26115 <BODY>
26116 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
26118 This option specifies an aspect of Alpine's Reply command.
26119 When a message is replied to and the text of the message is included, the
26120 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
26121 to each line indicating it is quoted text.
26122 (In case you haven't seen this before, &quot;string&quot; is a technical term
26123 that means chunk of text.)
26126 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
26127 in 1999 and its wide-spread adoption since then, you will usually be better off if you
26128 use one of the standard values,
26129 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
26132 This option specifies a different value for that string.
26133 If you wish to use a string that begins or ends with a space,
26134 enclose the string in double quotes.
26137 Besides simple text, the prepended string can be based
26138 on the message being replied to.
26139 The following tokens are substituted for the message's corresponding value:
26141 <DL>
26142 <DT>_FROM_</DT>
26143 <DD>This token gets replaced with the message sender's &quot;username&quot;.
26144 If the name is longer than six characters, only the first six characters are
26145 used.
26146 </DD>
26148 <DT>_NICK_</DT>
26149 <DD>This token gets replaced with the nickname of the message sender's
26150 address as found in your addressbook.
26151 If no addressbook entry is found,
26152 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
26153 If the nickname is longer than six characters, only the first six characters are
26154 used.
26155 </DD>
26157 <DT>_INIT_</DT>
26158 <DD>This token gets replaced with the initials of the sender of the message.
26159 </DD>
26161 </DL>
26163 NOTE: When the
26164 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
26165 feature is enabled, you are given the opportunity to edit the string, whether 
26166 it is the default or one automatically generated using the above tokens.
26168 If you change your <!--#echo var="VAR_reply-indent-string"-->
26169 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
26170 quoted text will not be flowed
26171 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
26172 when you reply.
26173 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
26174 set to the default value.
26176 <UL>   
26177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26178 </UL><P>
26179 &lt;End of help on this topic&gt;
26180 </BODY>
26181 </HTML>
26182 ====== h_config_quote_replace_string =====
26183 <HTML>
26184 <HEAD>
26185 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
26186 </HEAD>
26187 <BODY>
26188 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
26190 This option specifies what string to use as a quote when <b>viewing</b> a
26191 message.  The standard way of quoting messages when replying is the string
26192 &quot;&gt;&nbsp;&quot; (quote space).
26193 With this variable set, viewing a message will
26194 replace occurrences of 
26195 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
26196 This setting works best when
26197 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
26198 or the equivalent setting in your correspondents' mail programs
26199 is set to the default
26200 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
26201 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
26203 By default, this setting will only work on messages that are flowed, which is
26204 the default way of sending messages for many mail clients including
26205 Alpine.  Enable the feature
26206 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
26207 to also have quote-replacement performed on non-flowed messages.
26210 Setting this option will replace  &quot;&gt;&quot; and 
26211 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
26212 spaces. To preserve those spaces enclose the full string in double quotes.
26214 No padding to separate the text of the message from the quote string is
26215 added. This means that if you do not add trailing spaces to the value of
26216 this variable, text will be displayed right next to the quote string,
26217 which may be undesirable. This can be avoided by adding a new string
26218 separated by a space from your selection of quote string replacement. This
26219 last string will be used for padding. For example, setting this variable to 
26220 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
26221 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
26222 a space from the last quote string to make it more readable.
26224 One possible setting for this variable could be
26225 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
26226 would have the effect of indenting each level of quoting four spaces and
26227 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
26228 more discernible by setting colors for quoted text.
26230 Replying to or forwarding the viewed message will preserve the original
26231 formatting of the message, so quote-replacement will not be performed on
26232 messages that are being composed.
26234 <UL>   
26235 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26236 </UL><P>
26237 &lt;End of help on this topic&gt;
26238 </BODY>
26239 </HTML>
26240 ====== h_config_empty_hdr_msg =====
26241 <HTML>
26242 <HEAD>
26243 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
26244 </HEAD>
26245 <BODY>
26246 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
26248 When sending, if both the To and Cc fields are empty and you
26249 are sending the message to a Bcc,
26250 Alpine will put a special address in the To line.  The default value is:
26253 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
26256 The reason for this is to avoid embarrassment caused by some Internet
26257 mail transfer software that interprets a &quot;missing&quot;
26258 <SAMP>To:</SAMP> header as an error and replaces it with an
26259 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
26260 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
26261 Bcc.  You may change the part of this message that comes before the
26262 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
26263 variable to something else.
26266 The normal default is &quot;undisclosed-recipients&quot;.
26269 <UL>   
26270 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26271 </UL><P>
26272 &lt;End of help on this topic&gt;
26273 </BODY>
26274 </HTML>
26275 ====== h_config_status_msg_delay =====
26276 <HTML>
26277 <HEAD>
26278 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
26279 </HEAD>
26280 <BODY>
26281 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
26283 This option has evolved over time, causing the possible values to be
26284 counter-intuitive.
26285 Read carefully before you set this option.
26286 First we explain what the option does, then there is a longer discussion
26287 following that.
26289 If this is set to zero, the default value, it has <EM>no</EM> effect.
26290 Positive and negative values serve two similar, but different purposes.
26292 If it is set to a positive number, it causes the cursor to move to the
26293 status line whenever a status message is printed and pause there for this
26294 many seconds.
26295 It will probably only be useful if the 
26296 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
26297 also turned on.
26298 Setting this option to a positive number can only be used to
26299 <EM>increase</EM> the status message delay.
26300 This may be useful for Braille displays, or other non-traditional displays.
26302 If it is set to a negative number the interpretation is a bit complicated.
26303 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
26304 allow you to read important status messages.
26305 Of course, this may cause you to miss some important messages.
26306 If you see a message flash by but miss what it says you can use the
26307 Journal command from the MAIN MENU to read it.
26308 If you set this option to a negative value, the delay will be
26309 no more than one second less than the absolute value
26310 of the value you set.
26311 So if you set it to -1, the delay will be no more than zero seconds, no
26312 delay at all.
26313 If you set it to -2, the delay will be no more than 1 second.
26314 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
26315 If the delay that Alpine would have used by default is less than this delay,
26316 then the smaller delay set by Alpine will be used.
26317 Setting this option to a negative value can only reduce the amount of
26318 delay, never increase it.
26320 Here is a more detailed explanation.
26321 Status messages are the messages that show up spontaneously in the
26322 status message line, usually the third line from the bottom of the screen.
26323 By default, Alpine assigns each status message it produces a minimum
26324 display time.
26325 Some status messages have a minimum display time of zero.
26326 You can see an example of such a message by paging up in this help text
26327 until you reach the top of the screen.
26328 If you try to page past the top you will see the message
26330 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
26332 in the status line.
26333 If there is another more important use of the status message line this message
26334 might be replaced quickly, or it even might not be shown at all.
26335 However, if there is no reason to get rid of the message, it might stay
26336 there for several seconds while you read the help.
26337 An example where it is replaced immediately happens when you page up in
26338 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
26339 command right after paging up.
26340 The message will disappear immediately without causing a delay (unless you
26341 have set this option to a positive value) to allow you to type input for
26342 the &quot;WhereIs&quot; command.
26343 Since it isn't a very important message, Alpine has set its minimum display
26344 time to zero seconds.
26346 Other messages have minimum display times of three or more seconds.
26347 These are usually error messages that Alpine thinks you ought to see.
26348 For example, it might be a message about a failed Save or a failed folder open.
26349 It is often the case that this minimum display time won't delay you in
26350 any way because the status message line is not needed for another reason.
26351 However, there are times when Alpine has to delay what it is doing in
26352 order to display a status message for the minimum display time.
26353 This happens when a message is being displayed and Alpine wants to ask
26354 for input from the keyboard.
26355 For example, when you Save a message you use the status message line.
26356 You get a prompt there asking for the name of the folder to save to.
26357 If there is a status message being displayed that has not
26358 yet displayed for its minimum
26359 time Alpine will display that status message surrounded with the characters
26360 &gt; and &lt; to show you that it is delaying.
26361 That might happen, for example, if you tried to save to a folder that
26362 caused an error, then followed that immediately with another Save command.
26363 You might find yourself waiting for a status message like
26365 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
26367 to finish displaying for three seconds.
26368 If that is something you find happening to you frequently, you may use
26369 negative values of this option to decrease or eliminate that delay, at
26370 the risk of missing the message.
26372 <UL>   
26373 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26374 </UL><P>
26375 &lt;End of help on this topic&gt;
26376 </BODY>
26377 </HTML>
26378 ====== h_config_active_msg_interval =====
26379 <HTML>
26380 <HEAD>
26381 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
26382 </HEAD>
26383 <BODY>
26384 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
26386 When Alpine is delayed for some reason it usually shows that
26387 something is happening with a small animated display in the status
26388 message line near the bottom of the screen.
26389 This option sets how frequently the characters (for example, a spinning bar)
26390 in the active status message lines are updated.
26391 At most, it can be set to be udpated 20 times per second. 
26394 Setting this value to zero will prevent display of the animations
26395 altogether.
26398 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
26399 can be used to remove the randomness from this animated display.
26402 <UL>   
26403 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26404 </UL><P>
26405 &lt;End of help on this topic&gt;
26406 </BODY>
26407 </HTML>
26408 ====== h_config_mailchecknoncurr =====
26409 <HTML>
26410 <HEADER>
26411 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
26412 </HEADER>
26413 <BODY>
26414 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
26416 This option is closely related to the
26417 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26418 option, as well as the
26419 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
26420 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
26421 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
26422 new-mail checking is disabled and this option will have no effect.
26424 Normally this option is set to zero, which means that the value used will be
26425 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
26426 If you set this option to a value different from zero
26427 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
26428 then that is the check interval that will be used
26429 for folders that are not the currently open folder or the INBOX.
26430 You may not even have any folders that are noncurrent and not the INBOX.
26431 If you do, it is likely that they are due to
26432 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
26433 you have configured.
26434 This option also affects the rate of mail checking done on cached
26435 connections to folders you previously had open but are no longer actively
26436 using.
26437 You aren't expected to understand that last sentence, but if you are interested
26438 take a look at
26439 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
26440 and the related options.
26442 <UL>   
26443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26444 </UL><P>
26445 &lt;End of help on this topic&gt;
26446 </BODY>
26447 </HTML>
26448 ====== h_config_fifopath =====
26449 <HTML>
26450 <HEADER>
26451 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26452 </HEADER>
26453 <BODY>
26454 <H1>OPTION: NewMail FIFO Path</H1>
26456 This option is only available in UNIX Alpine.
26457 However, there is a very similar feature built in to PC-Alpine.
26458 In PC-Alpine's Config menu at the top of the screen
26459 is an option called &quot;New Mail Window&quot;.
26461 You may have Alpine create a FIFO special file (also called a named pipe) where
26462 it will send a one-line message each time a new message is received in
26463 the current folder, the INBOX, or any open
26464 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26465 To protect against two different Alpines both writing to the same FIFO, Alpine
26466 will only create the FIFO and write to it if it doesn't already exist.
26468 A possible way to use this option would be to have a separate window
26469 on your screen running the command
26471 <CENTER><SAMP>cat filename</SAMP></CENTER>
26473 where &quot;filename&quot; is the name of the file given for this option.
26474 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26475 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26476 You may be tempted to use &quot;tail -f filename&quot; to view the new
26477 mail log.
26478 However, the common implementations of the tail command will not do what you
26479 are hoping.
26481 The width of the messages produced for the FIFO may be altered with the
26482 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26484 On some systems, fifos may only be created in a local filesystem.
26485 In other words, they may not be in NFS filesystems.
26486 This requirement is not universal.
26487 If the system you are using supports it, it should work.
26488 (It is often the case that your home directory is in an NFS filesystem.
26489 If that is the case, you might try using a file in the &quot;/tmp&quot;
26490 filesystem, which is usually a local filesytem.)
26491 Even when it is possible to use an NFS-mounted filesystem as a place to name
26492 the fifo (for example, your home directory), it will still be the case that
26493 the reader (probably the &quot;cat&quot; command) and the
26494 writer (Alpine) of the fifo must be running on the same system.
26496 <UL>   
26497 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26498 </UL><P>
26499 &lt;End of help on this topic&gt;
26500 </BODY>
26501 </HTML>
26502 ====== h_config_newmailwidth =====
26503 <HTML>
26504 <HEADER>
26505 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26506 </HEADER>
26507 <BODY>
26508 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26510 For UNIX Alpine, this option is only useful if you have turned on the
26511 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26512 That option causes new mail messages to be sent to a fifo file.
26513 Those messages will be 80 characters wide by default.
26514 You can change the width of those messages by changing this option.
26515 For example, if you are reading those messages in another window you might
26516 want to set this width to the width of that other window.
26518 If you are using PC-Alpine, it has an option in the Config menu to turn
26519 on the &quot;New Mail Window&quot;.
26520 This present option also controls the width of that window.
26522 <UL>   
26523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26524 </UL><P>
26525 &lt;End of help on this topic&gt;
26526 </BODY>
26527 </HTML>
26528 ====== h_config_mailcheck =====
26529 <HTML>
26530 <HEADER>
26531 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26532 </HEADER>
26533 <BODY>
26534 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26536 This option specifies, in seconds,
26537 how often Alpine will check for new mail.
26538 If set to zero, new-mail checking is disabled.
26539 (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
26540 current message is the last message of the folder.)
26541 There is a minimum value for this option, normally 15 seconds.
26542 The default value is normally 150 seconds.
26543 The higher you set this option, the easier it is on the server.
26545 There are some situations where automatic new-mail checking does not work.
26546 See the discussion about new-mail checking in
26547 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26549 The new-mail checking will not happen exactly at the frequency that you specify.
26550 For example, Alpine may elect to defer a non-INBOX mail check if you
26551 are busy typing.
26552 Or, it may check more frequently than you have specified if that is
26553 thought to be necessary to keep the server from closing the connection
26554 to the folder due to inactivity.
26555 If Alpine checks for new mail as a side effect of another command, it will reset
26556 the timer, so that new-mail checking may seem to happen irregularly instead of
26557 every X seconds like clockwork.
26559 If you are anxious to know about new mail as soon as possible, set the check
26560 interval low, and you'll know about the new mail by approximately
26561 that amount of time after it arrives.
26562 If you aren't so worried about knowing right away, set this option to a
26563 higher value.
26564 That will save the server some processing time and may save you some of
26565 the time you spend waiting for new-mail checks to happen if you are
26566 dealing with a slow server or slow network connection.
26568 If you suspect that new-mail checking is causing slow downs for you,
26569 you may want to look into the options
26570 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26571 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26572 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26573 which refine when mail checking is done.
26575 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26576 there is a minimum time
26577 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26578 between new-mail checks.
26579 Because of this minimum you may notice that new mail does not
26580 appear promptly when you expect it.
26581 The reason for this is to protect the server from over-zealous opening and
26582 closing of the Mail Drop folder, since that is a costly operation.
26584 <UL>   
26585 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26586 </UL><P>
26587 &lt;End of help on this topic&gt;
26588 </BODY>
26589 </HTML>
26590 ====== h_config_quell_checks_comp =====
26591 <HTML>
26592 <HEAD>
26593 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26594 </HEAD>
26595 <BODY>
26596 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26598 This option is closely related to the
26599 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26600 option, the
26601 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26602 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26604 If this option is set, then the normal new-mail checking that happens
26605 while you are composing will not happen for folders other than your
26606 INBOX (which depends on the setting
26607 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26609 You might want to set this option if you are experiencing delays while
26610 composing that you think might be related to the speed of the new-mail
26611 checks.
26613 Even with this option turned on, an occasional new-mail check may be done
26614 in order to keep the server from killing the connection to the folder.
26615 For example, IMAP servers may remove a connection to a folder if there
26616 has been no activity on the connection for 30 minutes or more.
26617 Instead of letting that happen, Alpine will check for new mail before the
26618 30 minutes is up even though you have turned on this feature to quell
26619 those checks.
26621 Besides new-mail checks, checkpoint operations on the folders
26622 will also be quelled when you set this option.
26623 The purpose of checkpointing is to write the changes to a folder out to
26624 disk periodically in order to avoid losing those changes when system or
26625 software problems occur.
26626 New-mail checking and checkpointing while you are not composing are not
26627 affected by this option.
26630 &lt;End of help on this topic&gt;
26631 </BODY>
26632 </HTML>
26633 ====== h_config_quell_checks_comp_inbox =====
26634 <HTML>
26635 <HEAD>
26636 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26637 </HEAD>
26638 <BODY>
26639 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26641 This option is closely related to the
26642 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26643 option, the
26644 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26645 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26647 If this option is set, then the normal new-mail checking that happens
26648 while you are composing will not happen for your INBOX.
26649 Checking of other folders is controlled in a similar way with the
26650 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26652 You might want to set this option if you are experiencing delays while
26653 composing that you think might be related to the speed of the new-mail
26654 checks.
26656 Even with this option turned on, an occasional new-mail check may be done
26657 in order to keep the server from killing the connection to the folder.
26658 For example, IMAP servers may remove a connection to a folder if there
26659 has been no activity on the connection for 30 minutes or more.
26660 Instead of letting that happen, Alpine will check for new mail before the
26661 30 minutes is up even though you have turned on this feature to quell
26662 those checks.
26664 Besides new-mail checks, checkpoint operations on the INBOX
26665 will also be quelled when you set this option.
26666 The purpose of checkpointing is to write the changes to a folder out to
26667 disk periodically in order to avoid losing those changes when system or
26668 software problems occur.
26669 New-mail checking and checkpointing while you are not composing are not
26670 affected by this option.
26672 &lt;End of help on this topic&gt;
26673 </BODY>
26674 </HTML>
26675 ====== h_config_maildropcheck =====
26676 <HTML>
26677 <HEADER>
26678 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26679 </HEADER>
26680 <BODY>
26681 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26683 New-mail checking for a
26684 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26685 mail checking for a regular folder.
26686 One of the differences is that the connection to the Mail Drop is not
26687 kept open and so the cost of checking
26688 (delay for you and additional load for the server) may be significant.
26689 Because of this additional cost we set a minimum time that
26690 must pass between checks.
26691 This minimum only applies to the automatic checking done by Alpine.
26692 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26693 at the end of a folder index, then the check is done right away.
26695 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26696 new-mail checks.
26697 You may want to set this minimum high in order to avoid experiencing some
26698 of the delays associated with the checks.
26699 Note that the time between checks is still controlled by the regular
26700 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26701 When Alpine is about to do an automatic check for new mail (because
26702 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26703 new-mail check
26704 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26705 the Mail Drop is checked for new mail as well.
26706 Therefore, it is only useful to set this option to a value that is higher
26707 than the <!--#echo var="VAR_mail-check-interval"-->.
26709 If this option is set to zero, automatic Mail Drop new-mail
26710 checking is disabled.
26711 There is a minimum value, normally 60 seconds.
26712 The default value is normally 60 seconds as well.
26713 This applies to the INBOX and to the currently open folder if that is
26714 different from the INBOX.
26717 <UL>   
26718 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26719 </UL><P>
26720 &lt;End of help on this topic&gt;
26721 </BODY>
26722 </HTML>
26723 ====== h_config_nntprange =====
26724 <HTML>
26725 <HEADER>
26726 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26727 </HEADER>
26728 <BODY>
26729 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26731 This option applies only to newsgroups accessed using the NNTP protocol.
26732 It does not, for example,
26733 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26736 When you open a connection to a News server using the NNTP protocol, you
26737 normally have access to all of the articles in each newsgroup.
26738 If a server keeps a large backlog of messages it may speed performance
26739 some to restrict attention to only the newer messages in a group.
26740 This option allows you to set how many article numbers should be checked
26741 when opening a newsgroup.
26742 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26743 of messages you ever want to see.
26744 For example, if you only ever wanted to look at the last 500 messages in each
26745 newsgroup you could set this option to 500.
26746 In actuality, it isn't quite that.
26747 Instead, for performance reasons, it specifies the range of article
26748 numbers to be checked, beginning
26749 with the highest numbered article and going backwards from there.
26750 If there are messages that have been canceled or deleted
26751 their article numbers are still counted as part of the range.
26753 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26754 numbers
26755 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26757 to be considered when reading a newsgroup.
26758 The number of messages that show up in your index will be less than or equal
26759 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26762 The purpose of this option is simply to speed up access when reading news.
26763 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26764 numbers, and can avoid downloading any information about the ignored articles.
26765 There is a cost you pay for this speedup.
26766 That cost is that there is no way for you to see those ignored articles.
26767 The articles that come before the range you specify are invisible to you and
26768 to Alpine, as if they did not exist at all.
26769 There is no way to see those messages using, for example, an unexclude command
26770 or something similar.
26771 The only way to see those articles is to set this option high enough (or
26772 set it to zero) and then to reopen the newsgroup.
26775 If this option is set to 0 (which is also the default),
26776 then the range is unlimited.
26777 This option applies globally to all NNTP servers and to all newsgroups
26778 on those servers.
26779 There is no way to set different values for different newsgroups or servers.
26782 <UL>   
26783 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26784 </UL><P>
26785 &lt;End of help on this topic&gt;
26786 </BODY>
26787 </HTML>
26788 ====== h_config_news_active =====
26789 <html>
26790 <header>
26791 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26792 </header>
26793 <body>
26794 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26796 This option tells Alpine where to look for the "active file" for newsgroups
26797 when accessing news locally, rather than via NNTP.  The default path is
26798 usually "/usr/lib/news/active".<p>
26799 <UL>   
26800 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26801 </UL><P>
26802 &lt;End of help on this topic&gt;
26803 </body>
26804 </html>
26805 ====== h_config_news_spool =====
26806 <html>
26807 <header>
26808 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26809 </header>
26810 <body>
26811 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26813 This option tells Alpine where to look for the "news spool" for newsgroups
26814 when accessing news locally, rather than via NNTP.  The default path is
26815 usually "/var/spool/news".<p>
26816 <UL>   
26817 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26818 </UL><P>
26819 &lt;End of help on this topic&gt;
26820 </body>
26821 </html>
26822 ====== h_config_image_viewer =====
26823 <html>
26824 <header>
26825 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26826 </header>
26827 <body>
26828 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26829 <body>
26830 This option specifies the program Alpine should call to view MIME
26831 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26832 no longer needed, but remains for backward compatibility.  The more
26833 general method for associating external printing and viewing programs with
26834 specific MIME data types is to use the system's (or your personal)
26835 "mailcap" configuration file.<p>
26836 <UL>   
26837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26838 </UL><P>
26839 &lt;End of help on this topic&gt;
26840 </body>
26841 </html>
26842 ====== h_config_domain_name =====
26843 <HTML>
26844 <HEAD>
26845 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26846 </HEAD>
26847 <BODY>
26848 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26850 This option is used only if the 
26851 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26852 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26853 strips the hostname from your return (&quot;From&quot;) address and when 
26854 completing unqualified addresses that you enter into the composer.
26856 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26857 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26860 <!--chtml if pinemode="os_windows"-->
26861 <P>This option is not applicable to PC-Alpine.
26862 <!--chtml else-->
26864 <!--chtml endif-->
26865 <UL>
26866 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26867 </UL>
26869 &lt;End of help on this topic&gt;
26870 </BODY>
26871 </HTML>
26872 ====== h_config_prune_date =====
26873 <HTML>
26874 <HEAD>
26875 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26876 </HEAD>
26877 <BODY>
26878 <H1>OPTION: Last-Time-Prune Question</H1>
26880 This value records the last time you were asked about deleting old
26881 sent-mail.
26882 It is set automatically by Alpine at the beginning of each month.
26883 In the past, if you wished to suppress the monthly sent-mail
26884 pruning feature, you could set this to a date in the future.
26885 This value is relative to the year 1900, so 
26886 to set this, for example, to October 2005, use 105.10.
26888 You can still do that if you wish, or you can use the
26889 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26890 a little more convenient to use.
26892 <UL>   
26893 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26894 </UL><P>
26895 &lt;End of help on this topic&gt;
26896 </BODY>
26897 </HTML>
26898 ====== h_config_goto_default =====
26899 <HTML>
26900 <HEAD>
26901 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26902 </HEAD>
26903 <BODY>
26904 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26906 This value affects Alpine's behavior when you use the Goto command.
26907 Alpine's usual behavior has two parts.  If your current folder is
26908 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26909 default.  If the current folder is other than &quot;Inbox&quot;,
26910 &quot;Inbox&quot; is offered as the default.
26913 The available options include:
26915 <DL>
26917  <DT>folder-in-first-collection</DT>
26919  <DD> Alpine will offer the most recently visited folder in the default
26920 collection found in the &quot;Collection List&quot; screen as the default.
26921 </DD>
26923  <DT> inbox-or-folder-in-first-collection</DT>
26925  <DD> If the current folder is &quot;Inbox&quot;,
26926 Alpine will offer the most recently visited folder in the
26927 default collection found in the &quot;Collection List&quot; screen.
26928 If the current folder is other than &quot;Inbox&quot;,
26929 &quot;Inbox&quot; is offered as the default.
26930 </DD>
26932  <DT> inbox-or-folder-in-recent-collection</DT>
26934  <DD> This is Alpine's default behavior.
26935 If the current folder is &quot;Inbox&quot;,
26936 Alpine will offer the last open
26937 folder as the default.
26938 If the current folder is other than &quot;Inbox&quot;,
26939 &quot;Inbox&quot; is offered as the default.
26940 </DD>
26942  <DT> first-collection-with-inbox-default</DT>
26944  <DD> Instead of offering the most recently visited folder in the default
26945 collection, the default collection is offered but with &quot;Inbox&quot; as
26946 the default folder.
26947 If you type in a folder name it will be in the default collection.
26948 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26949 </DD>
26951  <DT> most-recent-folder</DT>
26953  <DD> The last accepted value simply causes the most recently opened
26954 folder to be offered as the default regardless of the currently opened
26955 folder.
26956 </DD>
26957 </DL>
26960 NOTE: The default while a newsgroup is open remains the same; the last
26961 open newsgroup.
26964 <UL>   
26965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26966 </UL><P>
26967 &lt;End of help on this topic&gt;
26968 </BODY>
26969 </HTML>
26970 ====== h_config_thread_lastreply_char =====
26971 <HTML>
26972 <HEAD>
26973 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26974 </HEAD>
26975 <BODY>
26976 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26978 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26979 INDEX display when using a
26980 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26981 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26982 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26983 The value of this option is a single character.
26984 This character is used instead of the vertical line character when there are
26985 no more replies directly to the parent of the current message.
26986 It can be used to &quot;round-off&quot; the bottom of the vertical line
26987 by setting it to a character such as a backslash (&#92;) or
26988 a backquote (&#96;).
26989 The default value of this option is the backslash character (&#92;).
26990 This option may not be set to the Empty Value.
26991 In that case, the default will be used instead.
26994 <UL>   
26995 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26996 </UL><P>
26997 &lt;End of help on this topic&gt;
26998 </BODY>
26999 </HTML>
27000 ====== h_config_thread_indicator_char =====
27001 <HTML>
27002 <HEAD>
27003 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
27004 </HEAD>
27005 <BODY>
27006 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
27008 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
27009 INDEX display when using a
27010 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27011 than &quot;none&quot; and sorting by Threads or OrderedSubject.
27012 The value of this option is a single character.
27013 This character is used to indicate that part of a thread (a conversation) is
27014 hidden beneath a message.
27015 The message could be expanded
27016 if desired with the &quot;/&quot; Collapse/Expand command.
27017 By default, the value of this option is the greater than sign (&gt;).
27019 If this option is set to the Empty Value, then the column (and the following
27020 blank column) will be deleted from the display.
27023 This option is closely related to the
27024 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
27025 Another similar option that affects the thread display is the
27026 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
27029 <UL>   
27030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27031 </UL><P>
27032 &lt;End of help on this topic&gt;
27033 </BODY>
27034 </HTML>
27035 ====== h_config_thread_exp_char =====
27036 <HTML>
27037 <HEAD>
27038 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
27039 </HEAD>
27040 <BODY>
27041 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
27043 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
27044 INDEX display when using a
27045 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
27046 than &quot;none&quot;.
27047 The value of this option is a single character.
27048 This character is used to indicate that part of a thread has been expanded
27049 and could be collapsed if desired with
27050 the &quot;/&quot; Collapse/Expand command.
27051 By default, the value of this option is a dot (.).
27053 If this option is set to the Empty Value, then the column (and the following
27054 blank column) will be deleted from the display.
27057 This option is closely related to the
27058 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
27059 Another similar option that affects the thread display is the
27060 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
27063 <UL>   
27064 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27065 </UL><P>
27066 &lt;End of help on this topic&gt;
27067 </BODY>
27068 </HTML>
27069 ====== h_config_thread_index_style =====
27070 <HTML>
27071 <HEAD>
27072 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
27073 </HEAD>
27074 <BODY>
27075 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
27077 When a folder is sorted by Threads or OrderedSubject,
27078 this option will affect the INDEX displays.
27081 The possible values for this option are:
27083 <DL>
27084 <DT>regular-index-with-expanded-threads</DT>
27085 <DD>This is the default display.
27086 If the configuration option
27087 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
27088 is set to something other than &quot;none&quot;, then this setting
27089 will cause Alpine to start off with a MESSAGE INDEX with all of
27090 the threads expanded.
27091 That is, each message will have a line in the MESSAGE INDEX display.
27092 The Collapse/Expand command (/) may be used to manually collapse or
27093 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
27095 This setting affects the display when the folder is first threaded.
27096 The collapsed state may also be re-initialized by re-sorting the folder manually
27097 using the SortIndex command ($).
27098 After re-sorting the threads will once again all be expanded, even if you
27099 have previously collapsed some of them.
27101 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
27102 the display will be the regular default Alpine MESSAGE INDEX, but sorted
27103 in a different order.
27104 </DD>
27106 <DT>regular-index-with-collapsed-threads</DT>
27107 <DD>If the configuration option
27108 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
27109 is set to something other than &quot;none&quot;, then this setting
27110 will cause Alpine to start out with all of the threads collapsed instead of
27111 starting out with all of the threads expanded.
27112 The Collapse/Expand command (/) may be used to manually collapse or
27113 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
27115 This setting affects the display when the folder is first threaded.
27116 The collapsed state may also be re-initialized by re-sorting the folder manually
27117 using the SortIndex command ($).
27118 After re-sorting the threads will once again all be collapsed, even if you
27119 have previously expanded some of them.
27120 </DD>
27122 <DT>separate-index-screen-always</DT>
27123 <DD>With this setting and the next, you will see an index of threads
27124 instead of an
27125 index of messages, provided you have sorted by Threads or OrderedSubject.
27127 The THREAD INDEX contains a '*' in the first column if any message in the thread
27128 is marked Important.
27129 If not, it contains a '+' if any message in the thread is to you.
27130 The second column is blank. The third column contains a 'D' if all of the
27131 messages in the thread are deleted.
27132 Otherwise, it contains an 'N' if any of the messages in the thread are New.
27134 When you view a particular thread from the THREAD INDEX you will be
27135 in the MESSAGE INDEX display
27136 but the index will only contain messages from the thread you are viewing.
27137 </DD>
27139 <DT>separate-index-screen-except-for-single-messages</DT>
27140 <DD>This is very similar to the option above.
27141 When you are in the THREAD INDEX, one of the available commands
27142 is &quot;ViewThd&quot;.
27143 With the setting &quot;separate-index-screen-always&quot; (the option above)
27144 when you view a particular thread you will be in the
27145 MESSAGE INDEX display and the index will only contain messages from
27146 the thread you are viewing.
27147 If the thread you are viewing consists of a single message, the MESSAGE INDEX
27148 will be an index with only one message in it.
27149 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
27150 setting instead, then that index that contains a single message
27151 will be skipped and you will go directly from the THREAD INDEX into the
27152 MESSAGE TEXT screen.
27153 </DD>
27155 </DL>
27158 <UL>   
27159 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27160 </UL><P>
27161 &lt;End of help on this topic&gt;
27162 </BODY>
27163 </HTML>
27164 ====== h_config_thread_disp_style =====
27165 <HTML>
27166 <HEAD>
27167 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
27168 </HEAD>
27169 <BODY>
27170 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
27172 When a folder is sorted by Threads or OrderedSubject,
27173 this option will affect the MESSAGE INDEX display.
27174 By default, Alpine will display the MESSAGE INDEX in the
27175 &quot;show-thread-structure&quot; style if a folder is sorted
27176 by Threads or OrderedSubject.
27179 The possible values for this option are:
27181 <DL>
27182 <DT>none</DT>
27183 <DD>Regular index display.
27184 The same index line as would be displayed without threading is used.
27185 The only difference will be in the order of the messages.
27186 </DD>
27188 <DT>show-thread-structure</DT>
27189 <DD>Threaded Subjects will be indented and vertical bars and horizontal
27190 lines will be added to make it easier to see the relationships among
27191 the messages in a thread (a conversation).
27192 </DD>
27194 <DT>mutt-like</DT>
27195 <DD>This is the same as the option above except that the Subject
27196 is suppressed (is blank) if it matches the previous Subject in the thread.
27197 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
27198 Here is an example of what a mutt-like index might look like.
27199 In this example, the first column represents the message number, the
27200 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
27201 is set to &quot;regular-index-with-expanded-threads&quot;, and the
27202 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
27203 is set to a backslash:
27204 <PRE>
27205 &nbsp;&nbsp;&nbsp;1    Some topic
27206 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
27207 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
27208 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
27209 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
27210 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
27211 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
27212 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
27213 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
27214 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
27215 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
27216 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
27217 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
27218 &nbsp;&nbsp;&nbsp;14    Next topic
27219 </PRE>
27220 </DD>
27222 <DT>indent-subject-1</DT>
27223 <DD>Threaded Subjects will be indented one space per level of the conversation.
27224 The bars and lines that show up in the show-thread-structure display will
27225 not be there with this style.
27226 </DD>
27228 <DT>indent-subject-2</DT>
27229 <DD>Same as above but indent two spaces per level instead of one space.
27230 </DD>
27232 <DT>indent-from-1</DT>
27233 <DD>Similar to indent-subject-1, except that instead of indenting the
27234 Subject field one space the From field of a thread will be indented one
27235 space per level of the conversation.
27236 </DD>
27238 <DT>indent-from-2</DT>
27239 <DD>Same as above but indent two spaces per level instead of one space.
27240 </DD>
27242 <DT>show-structure-in-from</DT>
27243 <DD>The structure of the thread is illustrated with indenting, vertical bars,
27244 and horizontal lines just like with the show-thread-structure option, but
27245 the From field is used to show the relationships instead of the Subject field. 
27246 </DD>
27248 </DL>
27251 <UL>   
27252 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27253 </UL><P>
27254 &lt;End of help on this topic&gt;
27255 </BODY>
27256 </HTML>
27257 ====== h_config_pruning_rule =====
27258 <HTML>
27259 <HEAD>
27260 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
27261 </HEAD>
27262 <BODY>
27263 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
27265 By default, Alpine will ask at the beginning of each month whether or not
27266 you want to rename your sent-mail folder to a name like sent-mail-month-year.
27267 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
27268 change the format of the folder to sent-mail-yyyy-mm.)
27269 It will also ask whether you would like to delete old sent-mail folders.
27270 If you have defined
27271 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
27273 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
27274 Alpine will also ask about pruning those folders.
27277 With this option you may provide an automatic answer to these questions.
27278 The default value is to ask you what you'd like to do.
27281 The six possible values for this option are:
27283 <DL>
27284 <DT>ask about rename, ask about deleting</DT>
27285 <DD>This is the default.
27286 Alpine will ask whether you want to rename the folders and whether you
27287 want to delete each of the old folders.
27288 </DD>
27290 <DT>ask about rename, don't delete</DT>
27291 <DD>Alpine will ask whether you want to rename the folders, but won't
27292 ask about or delete old folders.
27293 </DD>
27295 <DT>always rename, ask about deleting</DT>
27296 <DD>This means you want to always answer yes and have Alpine automatically
27297 rename the folder if possible.
27298 You will also be asked about deleting old folders.
27299 </DD>
27301 <DT>always rename, don't delete</DT>
27302 <DD>This means you want to always answer yes and have Alpine automatically
27303 rename the folder if possible.
27304 There will be no deleting of old folders.
27305 </DD>
27307 <DT>don't rename, ask about deleting</DT>
27308 <DD>This means you want to always answer no.
27309 Alpine will not rename the folder.
27310 You will be asked about deleting old folders.
27311 </DD>
27313 <DT>don't rename, don't delete</DT>
27314 <DD>This means you want to always answer no.
27315 Alpine will not rename the folder.
27316 There will be no deleting of old folders, either.
27317 </DD>
27318 </DL>
27321 <UL>   
27322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27323 </UL><P>
27324 &lt;End of help on this topic&gt;
27325 </BODY>
27326 </HTML>
27327 ====== h_config_reopen_rule =====
27328 <HTML>
27329 <HEAD>
27330 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
27331 </HEAD>
27332 <BODY>
27333 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
27335 Alpine normally checks for new mail in the currently open folder
27336 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
27339 There are some situations where automatic new-mail checking does not work.
27340 For example, if a mail folder is opened using the POP protocol or a newsgroup
27341 is being read using the NNTP protocol, then new-mail checking is disabled.
27344 It may be possible to check for new mail in these cases by reopening the
27345 folder.
27346 Alpine does not do this for you automatically, but you may do the commands
27347 manually to cause this to happen.
27348 You reopen by going back to the folder list screen from the message
27349 index screen with the &quot;&lt;&quot; command,
27350 and then going back into the message index screen with
27351 the &quot;&gt;&quot; command.
27352 (Actually, any method you would normally use to open a folder will work the
27353 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
27354 For example, the GoTo Folder command will work, or you may use L to go to the
27355 Folder List screen and Carriage Return to reopen the folder.)
27358 There are some cases where Alpine knows that reopening the folder should
27359 be useful as a way to discover new mail.
27360 At the time of this writing, connections made using the POP protocol,
27361 news reading using the NNTP protocol, local news reading, and local
27362 ReadOnly folders that are in the traditional UNIX or the MMDF format all
27363 fall into this category.
27364 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
27365 has no way of knowing, so it might also just be an exercise in futility.
27366 All remote, ReadOnly folders other than those listed just above fall into this
27367 category.
27368 The setting of this option together with the type of folder
27369 controls how Alpine will react to the apparent attempt to reopen a folder.
27372 If you don't reopen, then you will just be back in
27373 the message index with no change.
27374 You left the index and came back, but the folder remained &quot;open&quot;
27375 the whole time.
27376 However, if you do reopen the folder, the folder is closed and then reopened.
27377 In this case, the current state of the open folder is lost.
27378 The New status, Important and Answered flags,
27379 selected state, Zoom state, collapsed or expanded state of threads,
27380 current message number,
27381 and any other temporary state is all lost when the reopen happens.
27382 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
27385 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
27386 several places.
27387 That really implies the case where Alpine knows it is a good way to discover
27388 new mail, which is more than just POP and NNTP, but POP and NNTP are
27389 the cases of most interest.
27390 This option probably has more possible values than it deserves. They are:
27392 <DL>
27393 <DT>Always reopen</DT>
27394 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
27395 whenever you type a command that implies a reopen, regardless of the
27396 access method.
27397 In other words, it is assumed you would always answer Yes if asked
27398 about reopening.
27399 </DD>
27401 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
27402 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27403 will ask you whether to reopen other remote folders,
27404 with a default answer of Yes.
27405 </DD>
27407 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
27408 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
27409 will ask you whether to reopen other remote folders,
27410 with a default answer of No.
27411 </DD>
27413 <DT>Yes for POP/NNTP, No for other remote</DT>
27414 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
27415 will assume a No answer for all other remote folders.
27416 </DD>
27418 <DT>Always ask [Yes]</DT>
27419 <DD>Alpine will not differentiate based on access method.
27420 It will always ask for all remote folders, with a default answer of Yes.
27421 </DD>
27423 <DT>Always ask [No]</DT>
27424 <DD>Alpine will not differentiate based on access method.
27425 It will always ask for all remote folders, with a default answer of No.
27426 </DD>
27428 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
27429 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
27430 of Yes.
27431 It will never attempt to reopen other remote folders.
27432 </DD>
27434 <DT>Ask about POP/NNTP [No], No for other remote</DT>
27435 <DD>This is the default.
27436 Alpine will ask if the access method is POP or NNTP, with a default answer
27437 of No.
27438 It will never attempt to reopen other remote folders.
27439 </DD>
27441 <DT>Never reopen</DT>
27442 <DD>Alpine will never attempt to reopen already open folders.
27443 </DD>
27444 </DL>
27447 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27448 any of the other situations where it is likely that reopening is a good way
27449 to discover new mail.
27452 There is an alternative that may be of useful in some situations.
27453 Instead of manually checking for new mail you can set up a
27454 <A HREF="h_maildrop">Mail Drop</A>
27455 and automatically check for new mail.
27458 <UL>   
27459 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27460 </UL><P>
27461 &lt;End of help on this topic&gt;
27462 </BODY>
27463 </HTML>
27464 ====== h_config_inc_startup =====
27465 <HTML>
27466 <HEAD>
27467 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27468 </HEAD>
27469 <BODY>
27470 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27472 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27473 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27474 It determines which message will be the <EM>current message</EM> when
27475 the folder is first opened.
27476 The default value is &quot;first-unseen&quot;.
27479 The seven possible values for this option are:
27481 <DL>
27482 <DT>first-unseen</DT>
27483 <DD>The current message is set to the first
27484 unseen message that has not been marked deleted, or the last message if
27485 all of the messages have been seen previously.
27486 Messages which have not been seen or which have been seen but re-marked
27487 as New are considered unseen messages.
27488 See the note at the bottom of this help about newsgroups.
27489 </DD>
27491 <DT>first-recent</DT>
27492 <DD>Similar to the default, but rather than starting on the first
27493 unseen message Alpine starts on the first <EM>recent</EM> message.
27494 A message is recent if it arrived since the last time the folder was
27495 open.  This value causes the current message to be set to the first
27496 recent message if there is one, otherwise to the last
27497 message in the folder.
27498 </DD>
27500 <DT>first-important</DT>
27501 <DD>This will result in the current message being set to the first
27502 message marked Important (but not Deleted).
27503 If no messages are marked Important, then it will be the last message.
27504 Messages are marked Important by <EM>you</EM>, not by the sender, using
27506 <A HREF="h_common_flag">Flag command</A>.
27507 Or they may be marked Important by an Alpine
27508 <A HREF="h_mainhelp_filtering">Filter</A>
27509 that you have set up.
27510 </DD>
27512 <DT>first-important-or-unseen</DT>
27513 <DD>This selects the first of the first unseen and the first important
27514 messages.
27515 </DD>
27517 <DT>first-important-or-recent</DT>
27518 <DD>This selects the first of the first recent and the first important
27519 messages.
27520 </DD>
27522 <DT>first</DT>
27523 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27524 If all messages are deleted you start on the last message.
27525 </DD>
27527 <DT>last</DT>
27528 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27529 If all messages are deleted you start on the last message.
27530 </DD>
27531 </DL>
27534 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27535 &quot;first-recent&quot; are the same and are affected by whether or not the
27536 feature 
27537 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27538 is turned on. 
27539 Also, there is no permanent storage in news for an Important flag.
27540 This means that no messages will be marked Important when a newsgroup is
27541 first opened.
27544 <UL>   
27545 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27546 </UL><P>
27547 &lt;End of help on this topic&gt;
27548 </BODY>
27549 </HTML>
27550 ====== h_config_browser =====
27551 <HTML>
27552 <HEAD>
27553 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27554 </HEAD>
27555 <BODY>
27556 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27557 <!--chtml if pinemode="os_windows"-->
27558 PC-Alpine users do not need to enter anything here, unless:<UL>
27559 <LI> they want to override, for use with Alpine, the application defined
27560 in the Windows operating system for handling URLs; or
27561 <LI> they are (planning on) using the same configuration file with 
27562 Unix Alpine.
27563 </UL>
27565 Note that if using a viewer that has a space in its path, you should
27566 use the DOS name for that directory or file. Example:
27567 <PRE>
27568 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27569 </PRE>
27570 <HR><P>
27571 <!--chtml endif-->
27572 This option affects Alpine's handling of URLs that are found in 
27573 messages you read.  Normally, only URLs Alpine can handle directly
27574 are automatically offered for selection in the &quot;Message
27575 Text&quot; screen.  When one or more applications
27576 capable of deciphering URLs on their command line are added here, Alpine
27577 will choose the first available to display URLs it cannot handle directly.
27578 A viewer's availability is based on its being specified with a <B>full
27579 directory path</B> and the evaluation of any optionally supplied
27580 parameters described below.
27583 Additionally, to support various connection methods and applications, each
27584 entry in this list can optionally begin with one or more of
27585 the following special tokens.  The allowed tokens include:
27588 <DL>
27589 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27590 <DD>
27591 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27592 evaluate a viewer's availability.  The command specified by the test
27593 string is run and if its resulting exit status is non-zero, Alpine will
27594 not consider the associated viewer for use.
27595 </DD>
27597 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27598 <DD>
27599 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27600 URL schemes that are to be used with the associated viewer.  This is
27601 the way to configure Alpine to recognize URLs other than the built-in set.
27603 It can also be used to override Alpine's built-in handlers.
27604 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27605 and Alpine would use (provided it passed all other criteria) the associated
27606 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27608 </DD>
27609 </DL>
27612 By default, Alpine will simply append a space character followed by the
27613 selected URL prior to launching the command in your specified SHELL.  You can
27614 optionally specify where in the command the selected URL should appear
27615 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27616 will be replaced with the selected URL before the command is handed
27617 to the shell.  If such replacement occurs, the default appending of the
27618 selected URL does not take place.
27621 NOTE: If the viewer you specify has any command-line arguments,
27622 including the &quot;_URL_&quot; token, you will need to add a
27623 double-quote character before the command path and after the last
27624 argument (see the &quot;lynx&quot; example below).
27627 So, here are some example entries:
27628 <PRE>
27629 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27630               &quot;/usr/local/bin/lynx _URL_&quot;
27631               C:&#92;BIN&#92;NETSCAPE.BAT
27632 </PRE>
27634 This example shows that for the first viewer in the list to be used
27635 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27636 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27637 If neither condition is met,
27638 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27639 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27640 If the path to &quot;lynx&quot; is invalid,
27641 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27642 Note that the last
27643 entry is a DOS/Windows path.  This is one way to support Alpine running
27644 on more than one architecture with the same configuration file.<P>
27646 <!--chtml if pinemode="os_windows"-->
27647 <!--chtml else-->
27648 Note that depending on the type of browser used and the method of 
27649 its invocation (such as whether it will open in a separate window) from
27650 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27651 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27652 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27653 In other words, launching the browser from Alpine may make Alpine 
27654 &quot;disappear&quot; (although it is still &quot;running&quot;)
27655 until you close the browser again.<P>  
27656 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27657 environment: for advanced users and  systems administrators</A>
27658 </UL>
27659 <!--chtml endif-->
27660 <P>If you are unsure what browsers are available on your system or how to 
27661 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27662 local computing support staff.
27663 <P><UL>
27664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27665 </UL>
27667 &lt;End of help on this topic&gt;
27668 </BODY>
27669 </HTML>
27670 ====== h_config_history =====
27671 <HTML>
27672 <HEAD>
27673 <TITLE>OPTION: <!--#echo var="VAR_default-directories"--></TITLE>
27674 </HEAD>
27675 <BODY>
27676 <H1>OPTION: <!--#echo var="VAR_default-directories"--></H1>
27678 This option allows you to input a list of directories that Alpine will offer 
27679 for you to use when you are saving or exporting attachments. This is useful
27680 when navigating to specific directories becomes too tedious, or when you 
27681 need to do this on a daily basis, and want Alpine to remember this on a 
27682 permanent basis.
27684 The list of directories saved here can be accessed using the ^Y and ^V commands
27685 in the save prompt for attachments, or the export command.
27687 <P><UL>
27688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27689 </UL>
27691 &lt;End of help on this topic&gt;
27692 </BODY>
27693 </HTML>
27694 ====== h_config_browser_xterm =====
27695 <HTML>
27696 <HEAD>
27697 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27698 </HEAD>
27699 <BODY>
27700 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27701 environment: for advanced users and  systems administrators</H1>
27702 If you are using Alpine with an X-terminal (emulator) and want to define an 
27703 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27704 you may want to do so in a manner that causes any <B>already</B> 
27705 invoked viewer application to be used for viewing URLs you select from Alpine 
27706 messages, and a <B>new</B> URL-viewer process to be 
27707 started <B>only</B> if the same application has <B>not already</B> 
27708 been launched -- for one reason, to avoid file-locking contentions among 
27709 multiple invocations of the same URL-viewer application.  
27710 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27711 option does not do this.)  A method of doing that would be:<OL>
27712 <LI> use 
27713 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27714 check (using commands appropriate for your Unix shell
27715 in place of <VAR>test-string</VAR>) for the presence of a 
27716 lockfile created by the URL-viewer application -- which implies that the 
27717 application is already running, though this is not foolproof. 
27718 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27719 application with its appropriate command line option(s) to 
27720 show the URL selected from the Alpine message in an already open window of 
27721 that application, or perhaps in a new window of that application.  
27723 <LI> In the 
27724 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27725 application without those command line options, but this time using the 
27726 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27727 is defined.
27728 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27729 windows environment (for instance, using VT-100 terminal emulation), you 
27730 may wish to specify a non-X windows URL-viewer application such as Lynx
27731 as the last entry.
27732 </OL><BR>
27733 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27734 the command shell, the URL-viewer application(s), and possibly the specific 
27735 version of the latter, you are using.  
27737 Relevant command 
27738 line options for the Netscape browser for showing URLs (selected from Alpine) 
27739 when Netscape is already running are discussed in the document
27740 &quot;Remote Control of UNIX Netscape&quot; 
27741 found at the URL (as of 12 Aug. 1998):
27744 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27746 <P>(If the URL-viewer application is 
27747 <B>not</B> running on the same host as Alpine, but being launched from an 
27748 applications server, you may not be able to use the command line options for 
27749 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27751 <!--chtml if this-method="shown-to-work"-->
27752 An example using the Korn shell and the Netscape browser (first entry wrapped 
27753 because of its length, but should all appear on one line):
27755 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27757 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27758               &quot;/usr/local/bin/lynx '_URL_'&quot;
27760 <!--chtml endif-->
27762 <UL>   
27763 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27764 </UL><P>
27765 &lt;End of help on this topic&gt;
27766 </BODY>
27767 </HTML>
27768 ====== h_config_enable_full_hdr =====
27769 <HTML>
27770 <HEAD>
27771 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27772 </HEAD>
27773 <BODY>
27774 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27776 This feature enables the &quot;H Full Headers&quot; command which toggles between
27777 the display of all headers in the message and the normal edited view of
27778 headers.  The Full Header command also controls which headers are included
27779 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27780 Full Header mode will respect the
27781 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27782 feature setting.)
27784 If Full Header mode is turned on and you Forward a message, you will
27785 be asked if you'd like to forward the message as an attachment, as opposed
27786 to including the text of the message in the body of your new message.
27788 If you have also turned on the
27789 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27790 option then the Full Headers command actually rotates through three states
27791 instead of just two.
27792 The first is the normal view with long quotes suppressed.
27793 The second is the normal view but with the long quotes included.
27794 The last enables the display of all headers in the message.
27795 When using Export, Pipe, Print, Forward, or Reply the quotes are
27796 never suppressed, so the first two states are identical.
27798 Normally, the Header Mode will reset
27799 to the default behavior when moving to a new message.
27800 The mode can be made to persist from message to message by setting the feature
27801 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27803 <UL>   
27804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27805 </UL><P>
27806 &lt;End of help on this topic&gt;
27807 </BODY>
27808 </HTML>
27809 ====== h_config_enable_full_hdr_and_text =====
27810 <HTML>
27811 <HEAD>
27812 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27813 </HEAD>
27814 <BODY>
27815 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27817 This feature affects how the &quot;H Full Headers&quot; command displays
27818 message text.  If set, the raw message text will be displayed.  This
27819 especially affects MIME formatted email, where the entire MIME format
27820 will be displayed.  This feature similarly affects how messages are
27821 included for the Export, Pipe, Print, Forward, and Reply functions.
27823 When viewing a raw message that has attachments with this feature set,
27824 you will not be able to view attachments without first leaving full 
27825 headers mode.  This is because MIME parsing is not done on the raw message.
27827 <UL>   
27828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27829 </UL><P>
27830 &lt;End of help on this topic&gt;
27831 </BODY>
27832 </HTML>
27833 ====== h_config_enable_pipe =====
27834 <HTML>
27835 <HEAD>
27836 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27837 </HEAD>
27838 <BODY>
27839 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27841 This feature enables the "| Pipe" command that sends the current message
27842 to the specified command for external processing.
27845 A short description of how the pipe command works is given
27846 <A HREF="h_pipe_command">here</A>.
27849 <UL>   
27850 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27851 </UL><P>
27852 &lt;End of help on this topic&gt;
27853 </BODY>
27854 </HTML>
27855 ====== h_config_quell_full_hdr_reset =====
27856 <HTML>
27857 <HEAD>
27858 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27859 </HEAD>
27860 <BODY>
27861 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27863 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27864 normally resets to the default state when switching to a new message.
27865 For example, if you've used the &quot;H&quot; command to turn on Full
27866 Headers for a message you are viewing, and then you type the Next command
27867 to look at the next message, the full headers will no longer be shown.
27868 Setting this feature disables that reset.
27869 Instead, the Header Mode remains the same from message to message.
27872 The presence or absence of the HdrMode command is determined by the
27873 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27874 Feature-List option.
27876 <UL>   
27877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27878 </UL><P>
27879 &lt;End of help on this topic&gt;
27880 </BODY>
27881 </HTML>
27882 ====== h_config_enable_tab_complete =====
27883 <HTML>
27884 <HEAD>
27885 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27886 </HEAD>
27887 <BODY>
27888 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27890 This feature enables the TAB key when at a prompt for a filename. In this
27891 case, TAB will cause the partial name already entered to be automatically
27892 completed, provided the partial name is unambiguous.
27893 This feature is on by default.
27895 Similarly, this feature also enables TAB completion of address book
27896 nicknames when at a prompt for a nickname,
27897 or when typing in an address field in the composer.
27899 &lt;End of help on this topic&gt;
27900 </BODY>
27901 </HTML>
27902 ====== h_config_quit_wo_confirm =====
27903 <HTML>
27904 <HEAD>
27905 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27906 </HEAD>
27907 <BODY>
27908 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27910 This feature controls whether or not Alpine will ask for confirmation when a
27911 Quit command is received.
27913 &lt;End of help on this topic&gt;
27914 </BODY>
27915 </HTML>
27916 ====== h_config_quote_replace_noflow =====
27917 <HTML>
27918 <HEAD>
27919 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27920 </HEAD>
27921 <BODY>
27922 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27924 This feature, which is only active when
27925 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27926 also set,
27927 enables quote-replacement on non-flowed messages.  It is off
27928 by default because a non-flowed message is more dependent on its format,
27929 and thus quote-replacement may cause less-than-pleasing results.
27930 Setting this feature will cause quote-replacement similar to that of flowed
27931 messages, but with the added possibility of long lines being wrapped
27932 into new lines if the Quote-Replacement-String is longer than the string
27933 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27935 &lt;End of help on this topic&gt;
27936 </BODY>
27937 </HTML>
27938 ====== h_config_enable_jump =====
27939 <HTML>
27940 <HEAD>
27941 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27942 </HEAD>
27943 <BODY>
27944 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27946 When this feature is set you may enter a number (followed by RETURN)
27947 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27948 screens.  In other words, it obviates the need for typing the "J" for the
27949 Jump command.
27951 &lt;End of help on this topic&gt;
27952 </BODY>
27953 </HTML>
27954 ====== h_config_enable_alt_ed =====
27955 <HTML>
27956 <HEAD>
27957 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27958 </HEAD>
27959 <BODY>
27960 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27962 If this feature is set (the default), and the 
27963 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27964 <B>is not</B> set, entering
27965 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27966 for the name of the editor you would like to use.
27968 If the environment variable $EDITOR is set, its value will be offered as
27969 a default.
27971 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27972 <B>is</B> set, the ^_ key will activate the specified
27973 editor without prompting, in which case it is not necessary to
27974 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27976 <UL>   
27977 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27978 </UL><P>
27979 &lt;End of help on this topic&gt;
27980 </BODY>
27981 </HTML>
27982 ====== h_config_alt_ed_now =====
27983 <HTML>
27984 <HEAD>
27985 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27986 </HEAD>
27987 <BODY>
27988 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27990 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27991 variable are both set, Alpine will
27992 automatically activate the specified editor when the cursor is moved from
27993 the header of the message being composed into the message text.  For
27994 replies, the alternate editor will be activated immediately.  If this
27995 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27996 automatically ask for the name of an alternate editor when the cursor
27997 is moved out of the header being composed, or if a reply is being done.
27999 <P><UL>
28000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28001 </UL>
28003 &lt;End of help on this topic&gt;
28004 </BODY>
28005 </HTML>
28006 ====== h_config_enable_bounce =====
28007 <HTML>
28008 <HEAD>
28009 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
28010 </HEAD>
28011 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
28012 <BODY>
28014 Setting this feature enables the "B Bounce" command, which will prompt
28015 for an address and *remail* the message to the new recipient.  This command
28016 is used to re-direct messages that you have received in error, or need to
28017 be redirected for some other reason (e.g. list moderation).  The final
28018 recipient will see a header indicating that you have Resent the msg, but
28019 the message's From: header will show the original author of the message,
28020 and replies to it will go back to that author, and not to you.
28022 &lt;End of help on this topic&gt;
28023 </BODY>
28024 </HTML>
28025 ====== h_config_enable_agg_ops =====
28026 <HTML>
28027 <HEAD>
28028 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
28029 </HEAD>
28030 <BODY>
28031 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
28033 When this feature is set you may use the commands and subcommands that relate to
28034 performing operations on more than one message at a time.  We call these
28035 &quot;aggregate operations&quot;.  In particular, the 
28036 <!--chtml if pinemode="function_key"-->&quot;F5
28037 <!--chtml else-->&quot;;
28038 <!--chtml endif--> Select&quot;, 
28040 <!--chtml if pinemode="function_key"-->
28041 &quot;F6
28042 <!--chtml else-->
28043 &quot;A 
28044 <!--chtml endif-->
28045 Apply&quot;, and 
28046 <!--chtml if pinemode="function_key"-->
28047 &quot;F4
28048 <!--chtml else-->
28049 &quot;Z 
28050 <!--chtml endif-->
28051 Zoom&quot; commands are enabled by this feature.  Select is used to
28052 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
28053 then be used to apply any message command to all of the selected/tagged
28054 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
28055 view between just those Selected and all messages in the folder.
28057 This feature also enables the 
28058 <!--chtml if pinemode="function_key"-->
28059 &quot;F7&quot; 
28060 <!--chtml else-->
28061 &quot;^X&quot; 
28062 <!--chtml endif-->
28064 subcommand in the MESSAGE INDEX 
28065 WhereIs command that causes all messages matching the WhereIs argument to 
28066 become selected; and the Select, Select Current, and ZoomMode commands in the
28067 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
28069 Some related help topics are
28070 <UL>
28071 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28072 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28073 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
28074 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28075 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28076 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28077 </UL>
28079 <UL>   
28080 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28081 </UL><P>
28082 &lt;End of help on this topic&gt;
28083 </BODY>
28084 </HTML>
28086 ====== h_config_enable_flag =====
28087 <HTML>
28088 <HEAD>
28089 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
28090 </HEAD>
28091 <BODY>
28092 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
28094 Setting this feature enables the
28095 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
28096 command that allows you to
28097 manipulate the status flags associated with a message.  By default, Flag
28098 will set the "Important" flag, which results in an asterisk being
28099 displayed in column one of the MESSAGE INDEX for such messages.
28101 &lt;End of help on this topic&gt;
28102 </BODY>
28103 </HTML>
28104 ====== h_config_flag_screen_default =====
28105 <HTML>
28106 <HEAD>
28107 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
28108 </HEAD>
28109 <BODY>
28110 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
28112 The feature modifies the behavior of the
28113 <a href="h_common_flag">Flag</a>
28114 command (provided it too is
28115 <A HREF="h_config_enable_flag">enabled</A>).
28116 By default, when the "* Flag" command is selected,
28117 Alpine offers a prompt to set one of several flags and also offers the
28118 option of entering the detailed flag manipulation screen via the "^T"
28119 key. Enabling this feature causes Alpine to immediately enter the detailed
28120 flag screen rather than first offer the simple prompt.
28122 <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.
28124 &lt;End of help on this topic&gt;
28125 </BODY>
28126 </HTML>
28127 ====== h_config_flag_screen_kw_shortcut =====
28128 <HTML>
28129 <HEAD>
28130 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
28131 </HEAD>
28132 <BODY>
28133 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
28135 This feature modifies the behavior of the
28136 <a href="h_common_flag">Flag</a> command
28137 and the <A HREF="h_index_cmd_select">Select</A> command.
28138 This feature is set by default.
28139 When this feature is not set, when the "* Flag" command is selected,
28140 Alpine offers a prompt to set one of several flags and also offers the
28141 option of entering the detailed flag manipulation screen via the "^T"
28142 key.
28143 If you have
28144 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
28145 defined, then enabling this feature adds a shortcut way to set or unset
28146 keywords.
28147 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
28148 a keyword if you've given it a nickname) and that will set the keyword.
28150 An example is easier to understand than the explanation.
28151 The flag command can always be used to set the system flags.
28152 For example, to set the Answered flag you would type
28154 <CENTER><SAMP>* A</SAMP></CENTER>
28156 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
28157 option in the Config screen.
28158 By default, to set a keyword like &quot;Work&quot; you would usually
28159 have to go to the Flag Details screen using
28160 the &quot;^T To Flag Details&quot; command.
28161 Instead, if you have enabled this feature, you may type
28163 <CENTER><SAMP>* W</SAMP></CENTER>
28165 to set the Work flag, or
28167 <CENTER><SAMP>* ! W</SAMP></CENTER>
28169 to unset it.
28170 Just like for the other flag setting commands, the case of the letter does
28171 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
28172 keyword.
28174 Notice that you can only use this trick for one keyword that begins
28175 with &quot;W&quot;.
28176 If you happen to have a &quot;Work&quot; keyword and another keyword that is
28177 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
28178 your list of keywords.
28179 Also, there are five letters that are reserved for system
28180 flags and the NOT command.
28181 If you type &quot;* A&quot; it will always set the Answered flag, not
28182 your &quot;Aardvark&quot; keyword.
28183 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
28184 the Flag Details screen.
28186 Because enabling the
28187 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
28188 option causes Alpine to skip directly to the Flag Details screen when the
28189 Flag command is used, 
28190 setting it will cause this feature to have no effect at all.
28192 Similarly, when Selecting by Keyword, setting this option will allow you
28193 to use Keyword initials instead of full keywords.
28195 &lt;End of help on this topic&gt;
28196 </BODY>
28197 </HTML>
28198 ====== h_config_can_suspend =====
28199 <HTML>
28200 <HEAD>
28201 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
28202 </HEAD>
28203 <BODY>
28204 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
28206 Setting this feature will allow you to type ^Z (Control Z) to 
28207 <!--chtml if pinemode="os_windows"-->
28208 minimize Alpine into its icon, bringing into focus whatever
28209 application is running behind the PC-Alpine window.
28210 <!--chtml else-->
28211 temporarily suspend Alpine.
28214 This does not exit Alpine, but puts it in the background to watch
28215 for new mail and such.  Normally, you type a command, such
28216 as &quot;fg&quot; at your system prompt to return to your Alpine session.
28219 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
28220 adjusts whether Alpine is placed into the background of the shell its 
28221 running in or starts a news shell.
28222 <!--chtml endif-->
28225 <UL>   
28226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28227 </UL><P>
28228 &lt;End of help on this topic&gt;
28229 </BODY>
28230 </HTML>
28231 ====== h_config_take_lastfirst ======
28232 <HTML>
28233 <HEAD>
28234 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
28235 </HEAD>
28236 <BODY>
28237 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
28239 Normally, when TakeAddr is used to copy an address from a message into
28240 an address book entry, Alpine will attempt to rewrite the full name of the
28241 address in the form
28244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
28246 instead of<P>
28248 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
28251 It does this because many people find it useful to sort by Last name
28252 instead of First name.  If this feature is set, then the TakeAddr command
28253 will not attempt to reverse the name in this manner.
28255 &lt;End of help on this topic&gt;
28256 </BODY></HTML>
28257 ====== h_config_disable_regex ======
28258 <HTML>
28259 <HEAD>
28260 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
28261 </HEAD>
28262 <BODY>
28263 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
28265 Normally, the
28266 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
28267 option is interpreted as a regular expression.
28268 One type of address that might cause trouble is an address that
28269 contains a plus sign.
28270 If you want to have an address with a plus as one of your
28271 <!--#echo var="VAR_alt-addresses"-->
28272 and you don't want to use regular expressions, then setting this
28273 feature will cause Alpine to treat the addresses you list literally instead.
28275 &lt;End of help on this topic&gt;
28276 </BODY></HTML>
28277 ====== h_config_take_fullname ======
28278 <HTML>
28279 <HEAD>
28280 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
28281 </HEAD>
28282 <BODY>
28283 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
28285 Normally, when TakeAddr is used to copy an address or addresses
28286 from a message into an address book entry, Alpine will try to preserve
28287 the full name associated with each address in the list of addresses.
28288 The reason for this is so that if the entry is a list or later becomes a
28289 list, then information about the individual addresses in the list
28290 is preserved.
28291 If you would rather just have the simple addresses in the list of addresses,
28292 set this feature. For example, with the default setting you might
28293 see something like this in the ADDRESS BOOK editor after you type TakeAddr
28295 <PRE>
28296  Nickname  : nick
28297  Fullname  : Bedrock Elders
28298  Fcc       :
28299  Comment   :
28300  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
28301              Barney Rubble &lt;rubble@bedrock.org&gt;
28302 </PRE>
28304 but with this feature set it would look like
28306 <PRE>
28307  Nickname  : nick
28308  Fullname  : Bedrock Elders
28309  Fcc       :
28310  Comment   :
28311  Addresses : flint@bedrock.org,
28312              rubble@bedrock.org
28313 </PRE>
28315 instead. Note the difference in the Addresses field.
28317 &lt;End of help on this topic&gt;
28318 </BODY></HTML>
28319 ====== h_config_print_from ======
28320 <HTML>
28321 <HEAD>
28322 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
28323 </HEAD>
28324 <BODY>
28325 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
28327 If this feature is set, then the Berkeley-mail style From line is included
28328 at the start of each message that is printed.  This line looks something
28329 like the following, with the address replaced by the address from the
28330 From line of the message being printed:
28332 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
28333 14:11:06 1998
28335 &lt;End of help on this topic&gt;
28336 </BODY>
28337 </HTML>
28338 ====== h_config_expanded_distlists ======
28339 <HTML>
28340 <HEAD>
28341 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
28342 </HEAD>
28343 <BODY>
28344 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
28345 If this feature is set, then distribution lists in the address book
28346 screen will always be expanded automatically.
28348 &lt;End of help on this topic&gt;
28349 </BODY>
28350 </HTML>
28351 ====== h_config_compose_news_wo_conf ======
28352 <HTML>
28353 <HEAD>
28354 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
28355 </HEAD>
28356 <BODY>
28357 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
28358 This feature controls one aspect of Alpine's Composer.  If you enter the
28359 composer while reading a newsgroup, you will normally be prompted to
28360 determine whether you intend the new message to be posted to the current
28361 newsgroup or not.  If this feature is set, Alpine will not prompt you
28362 in this situation, and will assume that you do indeed wish to post
28363 to the newsgroup you are reading.
28365 &lt;End of help on this topic&gt;
28366 </BODY>
28367 </HTML>
28368 ====== h_config_compose_rejects_unqual ======
28369 <HTML>
28370 <HEAD>
28371 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
28372 </HEAD>
28373 <BODY>
28374 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
28376 This feature controls one aspect of the message composer; in particular,
28377 what happens when an unqualified name is entered into an address header.
28378 If set, unqualified names entered as addresses will be treated as errors
28379 unless they match an addressbook nickname.  Alpine will not attempt to turn
28380 them into complete addresses by adding your local domain.<P>
28382 A complete (fully qualified) address is one containing a username followed
28383 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
28384 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
28385 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
28387 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
28391 When you enter a fully qualified address, Alpine does not interpret or
28392 modify it, but simply passes it on to the mail-transport-agent (MTA) for
28393 your system.  Alpine conforms to the Internet standards governing message
28394 headers and will not send an unqualifed name to the MTA.  Therefore, when
28395 you enter an unqualified name, Alpine will normally attempt to turn it into
28396 a fully qualified address, first by checking to see if you have entered a
28397 matching nickname in your addressbook, or failing that, by simply adding
28398 your own domain to the name entered.  So if your address is
28399 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
28400 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
28401 that into &quot;fred@example.com&quot;.<P>
28403 There are situations where it is not desirable for Alpine to interpret such
28404 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
28405 turned out to be a typo (intended to be an addressbook nickname), but
28406 there actually was a &quot;fred&quot; in your local domain, the message might 
28407 be mis-delivered without your realizing it.  In order to reduce the likelihood
28408 of such accidents, setting this feature will cause Alpine to treat such
28409 addresses as errors, and require that you explicitly enter the full local
28410 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
28411 matches an address book nickname.<P>
28413 Consider this a safety feature against mis-directed mail.
28415 <UL>   
28416 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28417 </UL><P>
28418 &lt;End of help on this topic&gt;
28419 </BODY>
28420 </HTML>
28421 ====== h_config_quell_local_lookup ======
28422 <HTML>
28423 <HEAD>
28424 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
28425 </HEAD>
28426 <BODY>
28427 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
28429 This feature controls an aspect of Alpine's Composer, and if needed, will
28430 usually be set by your system manager in Alpine's system-wide configuration
28431 file. Specifically, if this feature is set, Alpine will not attempt to look
28432 in the system password file to find a Full Name for the entered address.
28434 Normally, names you enter into address fields (e.g. To: or Cc:) are
28435 checked against your address book(s) to see if they match an address book
28436 nickname.  Failing that, (in Unix Alpine) the name is then checked against
28437 the Unix password file.  If the entered name matches a username in the
28438 system password file, Alpine extracts the corresponding Full Name information
28439 for that individual, and adds that to the address being entered.
28441 However, password file matching can have surprising (incorrect) results if
28442 other users of the system do not receive mail at the domain you are using.
28443 That is, if either the 
28444 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
28445 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
28446 option
28447 is set such that the administrative domain of other users on the system
28448 isn't accurately reflected, Alpine should be told that a passwd file match
28449 is coincidental, and Full Name info will be incorrect.  For example, a
28450 personal name from the password file could get falsely paired with the
28451 entered name as it is turned into an address in the configured domain.
28453 If you are seeing this behavior, enabling this feature will prevent Unix
28454 Alpine from looking up names in the password file to find the Full Name
28455 for incomplete addresses you enter.<P>
28456 <UL>
28457 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28458 </UL>
28460 &lt;End of help on this topic&gt;
28461 </BODY>
28462 </HTML>
28463 ====== h_config_tab_checks_recent ======
28464 <HTML>
28465 <HEAD>
28466 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
28467 </HEAD>
28468 <BODY>
28469 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28471 In a FOLDER LIST screen, the TAB key usually just changes which
28472 folder is highlighted.
28473 If this feature is set, then the TAB key will cause the number of
28474 recent messages and the total number of messages in the highlighted folder
28475 to be displayed instead.
28478 &lt;End of help on this topic&gt;
28479 </BODY>
28480 </HTML>
28481 ====== h_config_maildrops_preserve_state ======
28482 <HTML>
28483 <HEAD>
28484 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28485 </HEAD>
28486 <BODY>
28487 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28489 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28490 Normally, when mail is moved from a Mail Drop folder to a destination
28491 folder, it is delivered as new mail.
28492 Any Seen/New, Answered, Important/Flagged state that has changed will be
28493 ignored.
28494 All of the mail will be considered unSeen, unAnswered, and unImportant after
28495 it is moved.
28497 If this feature is set, then the state changes that have been made
28498 to the messages in the Mail Drop folder will be preserved.
28500 In any case, messages that are already marked Deleted when the
28501 mail is to be moved from the Mail Drop will be ignored.
28503 &lt;End of help on this topic&gt;
28504 </BODY>
28505 </HTML>
28506 ====== h_config_preopen_stayopens ======
28507 <HTML>
28508 <HEAD>
28509 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28510 </HEAD>
28511 <BODY>
28512 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
28514 This feature is related to the option
28515 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28516 Normally, Stay Open folders are only opened on demand, when the user
28517 asks to open them.
28518 From then on they are kept open for the duration of the session.
28519 However, if this feature is set, then the Stay Open folders will all be
28520 opened at startup, at the same time that the INBOX is opened.
28523 &lt;End of help on this topic&gt;
28524 </BODY>
28525 </HTML>
28526 ====== h_config_expunge_inbox ======
28527 <HTML>
28528 <HEAD>
28529 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
28530 </HEAD>
28531 <BODY>
28532 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28534 The INBOX is normally treated differently from regular folders in several
28535 ways.
28536 One of the differences is that the normal &quot;close&quot; sequence of
28537 events is deferred until Alpine is exited, instead of happening when you
28538 leave the INBOX to view another folder.
28539 The &quot;close&quot; sequence normally includes the Expunging
28540 of deleted messages
28541 (either automatically or after a prompt, controlled by the features
28542 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28543 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28544 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28545 handling of the
28546 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28549 If this feature is set the &quot;close&quot; sequence handling will take
28550 place every time you leave the INBOX.
28551 The INBOX will still be kept open, but the offer to Expunge and the archiving
28552 to the <!--#echo var="VAR_read-message-folder"-->
28553 will take place each time you leave the INBOX instead of only once at the
28554 end of the session.
28557 &lt;End of help on this topic&gt;
28558 </BODY>
28559 </HTML>
28560 ====== h_config_expunge_stayopens ======
28561 <HTML>
28562 <HEAD>
28563 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28564 </HEAD>
28565 <BODY>
28566 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
28568 This feature is related to the option
28569 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28570 Stay Open folders are treated differently from regular folders in several
28571 ways.
28572 One of the differences is that the normal &quot;close&quot; sequence of
28573 events is deferred until Alpine is exited, instead of happening when you
28574 leave the folder to view another folder.
28575 The &quot;close&quot; sequence normally includes the Expunging
28576 of deleted messages
28577 (either automatically or after a prompt, controlled by the features
28578 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28579 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28580 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28581 handling of
28582 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28585 If this feature is set the &quot;close&quot; sequence handling will take
28586 place when you leave the Stay Open folder.
28587 The folder will still be kept open, but the offer to Expunge and the archiving
28588 will take place each time you leave the folder instead of only once at the
28589 end of the session.
28590 This feature does not affect the INBOX, which will still only be processed
28591 when you exit Alpine.
28592 However, there is a similar feature that affects only the INBOX called
28593 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28596 &lt;End of help on this topic&gt;
28597 </BODY>
28598 </HTML>
28599 ====== h_config_preserve_start_stop ======
28600 <HTML>
28601 <HEAD>
28602 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28603 </HEAD>
28604 <BODY>
28605 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28607 This feature controls how special control key characters, typically
28608 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28609 are known as the "stop" and "start" characters and are sometimes used in
28610 communications paths to control data flow between devices that operate at
28611 different speeds.
28615 By default, Alpine turns the system's handling of these special characters
28616 off except during printing.  However, if you see Alpine reporting input errors
28617 such as:
28619 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28621 and, at the same time, see your display become garbled, then it is likely
28622 that setting this option will solve the problem.  Be aware, though, that
28623 enabling this feature will also cause Alpine to ostensibly "hang" 
28624 whenever the Ctrl-S key combination is entered as the system is now
28625 interpreting such input as a "stop output" command.  To "start
28626 output"  again, simply type Ctrl-Q. 
28628 &lt;End of help on this topic&gt;
28629 </BODY>
28630 </HTML>
28631 ====== h_config_enable_incoming ======
28632 <HTML>
28633 <HEAD>
28634 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28635 </HEAD>
28636 <BODY>
28637 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28639 Alpine's Incoming Message Folders collection
28640 provides a convenient way to access multiple incoming folders.
28641 It is also useful if you have accounts on multiple computers.
28644 If set, this feature defines a pseudo-folder collection called
28645 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28646 in this collection will be your INBOX, which will no longer show up in
28647 your Default folder collection.
28650 You may add more folders to the Incoming Message Folders collection by
28651 using the
28652 <!--chtml if pinemode="function_key"-->
28653 &quot;F10
28654 <!--chtml else-->
28655 &quot;A
28656 <!--chtml endif-->
28657 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28658 the host the folder is stored on (which defaults to the same host used
28659 for your INBOX), a nickname, and the actual folder name.  Once a set
28660 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28661 or MESSAGE TEXT screens) may be used to scan the folders for those
28662 with Recent messages.  If you add more folders to
28663 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28664 no effect.
28666 NOTE: Normally the software that actually delivers mail (the stuff that happens
28667 before Alpine is involved) is in a better position to do delivery filtering
28668 than is Alpine itself.
28669 If possible, you may want to look at programs such as
28670 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28671 filtering programs.
28672 If you'd prefer to have Alpine do the filtering for you, you may set that
28674 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28676 <UL>   
28677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28678 </UL><P>
28679 &lt;End of help on this topic&gt;
28680 </BODY>
28681 </HTML>
28682 ====== h_config_enable_incoming_checking ======
28683 <HTML>
28684 <HEAD>
28685 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28686 </HEAD>
28687 <BODY>
28688 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28690 This feature is only operational if you have enabled the optional
28691 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28692 If you do have Incoming Message Folders and you also set this feature,
28693 then the number of Unseen messages in each folder will be displayed
28694 in the FOLDER LIST screen for the Incoming Message Folders.
28695 The number of Unseen messages in a folder will be displayed in parentheses
28696 to the right of the name of each folder.
28697 If there are no Unseen messages in a folder then only the name
28698 is displayed, not a set of parentheses with zero inside them.
28699 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28700 the Incoming Message Folders to cause an immediate update.
28702 If a check for Unseen messages fails for a particular folder then Alpine
28703 will no longer attempt to check that folder for the duration of the
28704 session and this will be indicated by a question mark inside the
28705 parentheses.
28707 The features
28708 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28709 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28710 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28711 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28712 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28713 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28714 all affect how this feature behaves.
28716 <UL>   
28717 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28718 </UL><P>
28719 &lt;End of help on this topic&gt;
28720 </BODY>
28721 </HTML>
28722 ====== h_config_incoming_checking_total ======
28723 <HTML>
28724 <HEAD>
28725 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28726 </HEAD>
28727 <BODY>
28728 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28730 This option has no effect unless the feature
28731 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28732 is set, which in turn has no effect unless
28733 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28734 is set.
28736 When incoming folder checking is turned on the default is to display
28737 the number of unseen messages in each folder.
28738 More precisely, it is the number of undeleted unseen messages.
28739 Using this option you may also display the total number of messages
28740 in each folder.
28741 Instead of a single number representing the number of unseen messages
28742 you will get two numbers separated by a slash character.
28743 The first is the number of unseen messages and the second is the
28744 total number of messages.
28746 You may also use the recent message count instead of the unseen message
28747 count by turning on the feature
28748 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28750 <UL>   
28751 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28752 </UL><P>
28753 &lt;End of help on this topic&gt;
28754 </BODY>
28755 </HTML>
28756 ====== h_config_incoming_checking_recent ======
28757 <HTML>
28758 <HEAD>
28759 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28760 </HEAD>
28761 <BODY>
28762 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28764 This option has no effect unless the feature
28765 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28766 is set, which in turn has no effect unless
28767 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28768 is set.
28770 When incoming folder checking is turned on the default is to display
28771 the number of unseen messages in each folder.
28772 More precisely, it is the number of undeleted unseen messages.
28773 Using this option you may display the number of recent messages instead
28774 of the number of unseen messages.
28775 A message is only counted as recent if this is the first session to
28776 see it, so the recent count might be less than the unseen count.
28777 The difference between the two would be accounted for by the unseen messages
28778 in the folder which were there previously but have not been looked at yet.
28780 If you simultaneously run more than one email client at a time
28781 (for example, you run more than one Alpine in parallel) then turning
28782 this feature on can cause some confusion.
28783 The confusion stems from the fact that each message is only considered to be
28784 recent in one session.
28785 That means that the counts of new messages may be different in the two
28786 Alpines running side by side, because each incoming message will only be
28787 counted as recent in one of the two sessions.
28789 You may also display the total number of messages
28790 in each folder by using the
28791 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28792 option.
28794 <UL>   
28795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28796 </UL><P>
28797 &lt;End of help on this topic&gt;
28798 </BODY>
28799 </HTML>
28800 ====== h_config_attach_in_reply ======
28801 <HTML>
28802 <HEAD>
28803 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28804 </HEAD>
28805 <BODY>
28806 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28808 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28809 attachments that were part of the original message will automatically be
28810 included in the Reply.
28812 &lt;End of help on this topic&gt;
28813 </BODY>
28814 </HTML>
28815 ====== h_config_include_header =====
28816 <HTML>
28817 <HEAD>
28818 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28819 </HEAD>
28820 <BODY>
28821 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28823 This feature controls an aspect of Alpine's Reply command. If set, and the
28824 original message is being included in the reply, then headers from that
28825 message will also be part of the reply.
28827 &lt;End of help on this topic&gt;
28828 </HEAD>
28829 </HTML>
28830 ====== h_config_sig_at_bottom =====
28831 <HTML>
28832 <HEAD>        
28833 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28834 </HEAD>
28835 <BODY>
28836 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28838 This feature controls an aspect of Alpine's Reply command.  If this feature
28839 is set, and the original message is being included in the reply, then the
28840 contents of your signature file (if any) will be inserted after the included
28841 message.
28843 This feature does not affect the results of a Forward command.
28845 &lt;End of help on this topic&gt;
28846 </BODY>
28847 </HTML>
28848 ====== h_config_sigdashes =====
28849 <HTML>
28850 <HEAD>
28851 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28852 </HEAD>
28853 <BODY>
28854 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28856 This feature enables support for the common USENET news convention 
28857 of preceding a message signature with the special line consisting of 
28858 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28861 When enabled and a
28862 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28863 Alpine will insert the special line before including the file's text (unless
28864 the special line already exists somewhere in the file's text).
28867 In addition, when you Reply or Followup to a message containing one of
28868 these special lines and choose to include its text, Alpine will observe
28869 the convention of not including text beyond the special line in your
28870 reply.
28871 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28872 mode is enabled and turned on, then Alpine <EM>will</EM>
28873 include the text beyond the special line regardless of the setting of
28874 this feature.
28877 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28878 for a related feature.
28881 <UL>   
28882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28883 </UL><P>
28884 &lt;End of help on this topic&gt;
28885 </BODY>
28886 </HTML>
28887 ====== h_config_new_thread_blank_subject =====
28888 <HTML>
28889 <HEAD>
28890 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28891 </HEAD>
28892 <BODY>
28893 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28895 When this feature is enabled (the default) Alpine will create a new thread
28896 every time that the subject line becomes empty at any time during composition.
28899 This behavior is particularly useful in case you are replying to a message.
28900 Replying to a message causes the message to be in the same thread than the
28901 original message that is being replied to. However, many authors want to create
28902 a new message (in a different thread) while replying to a message, and they do
28903 this by changing the full subject, by first deleting the original subject and
28904 typing the new subject of the current message.
28907 Enabling this feature causes that any time that the subject is deleted, the 
28908 message being composed will be considered the first message of a new thread.
28911 <UL>   
28912 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28913 </UL><P>
28914 &lt;End of help on this topic&gt;
28915 </BODY>
28916 </HTML>
28917 ====== h_config_strip_sigdashes =====
28918 <HTML>
28919 <HEAD>
28920 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28921 </HEAD>
28922 <BODY>
28923 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28925 This feature doesn't do anything if the feature
28926 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28927 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28928 then turning on this feature enables support for the convention
28929 of not including text beyond the sigdashes line when Replying or Following
28930 up to a message and including the text of that message.
28931 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28932 mode is enabled and turned on, then Alpine <EM>will</EM>
28933 include the text beyond the special line regardless of the setting of
28934 this feature.
28936 In other words, this is a way to turn on the signature stripping behavior
28937 without also turning on the dashes-adding behavior.
28939 <UL>   
28940 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28941 </UL><P>
28942 &lt;End of help on this topic&gt;
28943 </BODY>
28944 </HTML>
28945 ====== h_config_forward_as_attachment =====
28946 <HTML>
28947 <HEAD>
28948 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28949 </HEAD>
28950 <BODY>
28951 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28953 This feature affects the way forwarded message text is handled.  When set, rather than 
28954 include the text of the forwarded message below any additional text you provide in the
28955 composer, the forwarded message is attached in its entirety to the message you send.
28957 This is useful in that it keeps the text you provide in the composer distinct from the
28958 text of the forwarded message.  Similarly, it allows the recipient to 
28959 conveniently operate on the forwarded message.  For example, they might reply directly to
28960 the sender of the forwarded message, or process it as part of a spam report.
28961 <UL>   
28962 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28963 </UL><P>
28964 &lt;End of help on this topic&gt;
28965 </BODY>
28966 </HTML>
28967 ====== h_config_preserve_field =====
28968 <HTML>
28969 <HEAD>
28970 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28971 </HEAD>
28972 <BODY>
28973 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28975 This feature affects Alpine's behavior when one replies to a message. 
28976 When you receive a message, some or all of the recipients of the message 
28977 have been added to the To: and Cc: fields. If you reply to such message, 
28978 and this feature is disabled, then the original sender of the message is 
28979 added to the To: field, and all other recipients are added to the Cc: 
28980 field, while your address is added to the From: field.
28983 However, if this feature is enabled, then Alpine will preserve the 
28984 original fields as sent in the original message, so the Cc: and To: 
28985 fields will be preserved. The sender's address will be added to the To: 
28986 field, while your address is added to the From: field.
28989 The behavior of this feature is that replies to all messages will behave 
28990 in the way described above. If you only intend this to happen on a per 
28991 message basis, then keep this feature disabled, and when replying to a 
28992 message you will see a new option in the menu for the &quot;Reply to all 
28993 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28994 make Alpine toggle its question so you can preserve the To: and Cc: 
28995 fields for that message only.
28997 <UL>   
28998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28999 </UL><P>
29000 &lt;End of help on this topic&gt;
29001 </BODY>
29002 </HTML>
29003 ====== h_config_sub_lists =====
29004 <HTML>
29005 <HEAD>
29006 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
29007 </HEAD>
29008 <BODY>
29009 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
29011 This feature affects the subcommands available when Saving, 
29012 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
29013 available. This command allows you to type in a substring of the folder
29014 you are looking for and when you type ^X it will display all folders
29015 that contain that substring in their names.
29016 This feature is set by default.
29019 &lt;End of help on this topic&gt;
29020 </BODY>
29021 </HTML>
29022 ====== h_config_scramble_message_id =====
29023 <HTML>
29024 <HEAD>
29025 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
29026 </HEAD>
29027 <BODY>
29028 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
29030 Normally the Message-ID header that Alpine generates when sending a message
29031 contains the name of the computer from which the message is being sent.
29032 Some believe that this hostname could be used by spammers or could
29033 be used by others for nefarious purposes.
29034 If this feature is set, that name will be transformed with a simple
29035 Rot13 transformation.
29036 The result will still have the correct syntax for a Message-ID but the
29037 part of the MessageID that is often a domain name will not be an actual
29038 domain name because the letters will be scrambled.
29040 In addition, other information such as the name program, version, and
29041 a code for operating system used to build Alpine, will be encoded using
29042 the Rot13 transformation, except for the version number which will be
29043 encoded using a Rot5 transformation.
29045 It is possible (but unlikely?) that some spam detection
29046 software will use that as a reason to reject the mail as spam.
29047 It has also been reported that some spam detection software uses the
29048 fact that there are no dots after the &quot;@&quot; as a reason to reject
29049 messages.
29050 If your PC-Alpine Message-ID is using a name without a dot that is because
29051 that is what Windows thinks is your &quot;Full computer name&quot;.
29052 The method used to set this varies from one type of Windows to another but
29053 check under Settings -> Control Panel -> System and
29054 look for Network Identification or Computer Name or something similar.
29055 How to set it is beyond the scope of Alpine.
29058 &lt;End of help on this topic&gt;
29059 </BODY>
29060 </HTML>
29061 ====== h_downgrade_multipart_to_text =====
29062 <HTML>
29063 <HEAD>
29064 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
29065 </HEAD>
29066 <BODY>
29067 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
29070 This feature affects Alpine's behavior when sending mail.  Internet
29071 standards require Alpine to translate all non-ASCII characters in
29072 messages that it sends using MIME encoding.  This encoding can be
29073 ostensibly broken for recipients if any agent between Alpine and the
29074 recipient, such as an email list expander, appends text to the
29075 message, such as list information or advertising.  When sending such
29076 messages Alpine attempts to protect such encoding by placing extra
29077 MIME boundaries around the message text.
29079 These extra boundaries are invisible to recipients that 
29080 use MIME-aware email programs (the vast majority).  However, if
29081 you correspond with users of email programs that are not MIME-aware,
29082 or do not handle the extra boundaries gracefully, you can
29083 use this feature to prevent Alpine from including the extra
29084 MIME information.  Of course, it will increase the likelihood
29085 that non-ASCII text you send may appear corrupt to the recipient.
29087 &lt;End of help on this topic&gt;
29088 </BODY>
29089 </HTML>
29090 ====== h_config_show_sort =====
29091 <HTML>
29092 <HEAD>
29093 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
29094 </HEAD>
29095 <BODY>
29096 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
29098 If this feature is set and there is sufficient space on the screen,
29099 a short indication of the current sort order will be
29100 added in the titlebar (the top line on the screen), before the name
29101 of the folder.
29102 For example, with the default Arrival sort in effect,
29103 the display would have the characters
29105 <P><CENTER>[A]</CENTER><P>
29107 added between the title of the screen and the folder name.
29108 The letters are the same as the letters you may type to manually
29109 sort a folder with the SortIndex command ($).
29110 The letters in the table below are the ones that may show
29111 up in the titlebar line.
29113 <TABLE>   
29114 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
29115 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
29116 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
29117 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
29118 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
29119 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
29120 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
29121 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
29122 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
29123 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
29124 </TABLE>
29126 If the sort order is Reversed, the letter above will be preceded by the letter
29127 &quot;R&quot;, for example
29129 <P><CENTER>[RS]</CENTER><P>
29131 means that a Reverse Subject sort is in effect.
29132 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
29133 left out, and just an &quot;R&quot; is shown.
29135 <P><CENTER>[R]</CENTER>
29138 &lt;End of help on this topic&gt;
29139 </BODY>
29140 </HTML>
29141 ====== h_config_disable_reset_disp =====
29142 <HTML>
29143 <HEAD>
29144 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
29145 </HEAD>
29146 <BODY>
29147 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
29149 UNIX Alpine only.
29151 This feature affects Alpine's behavior when using
29152 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
29153 Normally, before the display filter is run, the terminal mode is reset
29154 to what it was before you started Alpine.
29155 This may be necessary if the filter requires the use of the terminal.
29156 For example, it may need to interact with you.
29157 If you set this feature, then the terminal mode will not be reset.
29158 One thing that turning on this feature should fix is the coloring of
29159 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
29160 breaks because the terminal reset resets the color state of the terminal.
29163 &lt;End of help on this topic&gt;
29164 </BODY>
29165 </HTML>
29166 ====== h_config_disable_sender =====
29167 <HTML>
29168 <HEAD>
29169 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
29170 </HEAD>
29171 <BODY>
29172 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
29174 This feature affects Alpine's generation of the &quot;Sender:&quot; or
29175 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
29176 header fields.
29177 By default, Alpine will generate such a header in situations where the
29178 username or domain are not the same as
29179 the &quot;From:&quot; header on the message.
29180 With this feature set,
29181 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
29182 This may be desirable on a system that is virtually hosting many domains,
29183 and the sysadmin has other methods available for tracking a message to
29184 its originator.
29186 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
29189 &lt;End of help on this topic&gt;
29190 </BODY>
29191 </HTML>
29192 ====== h_config_use_sender_not_x =====
29193 <HTML>
29194 <HEAD>
29195 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
29196 </HEAD>
29197 <BODY>
29198 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
29200 Normally Alpine adds a header line
29201 labeled &quot;X-X-Sender&quot;, if the sender is
29202 different from the From: line.
29203 The standard specifies that this header
29204 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
29205 Setting this feature causes
29206 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
29208 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
29211 &lt;End of help on this topic&gt;
29212 </BODY>
29213 </HTML>
29214 ====== h_config_use_fk =====
29215 <HTML>
29216 <HEAD>
29217 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
29218 </HEAD>
29219 <BODY>
29220 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
29222 This feature specifies that Alpine will respond to function keys instead of
29223 the normal single-letter commands. In this mode, the key menus at the
29224 bottom of each screen will show function key designations instead of the
29225 normal mnemonic key.
29228 &lt;End of help on this topic&gt;
29229 </BODY>
29230 </HTML>
29231 ====== h_config_cancel_confirm =====
29232 <HTML>
29233 <HEAD>
29234 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
29235 </HEAD>
29236 <BODY>
29237 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
29239 This feature affects what happens when you type ^C to cancel a composition.
29240 By default, if you attempt to cancel a composition by typing ^C, you will be
29241 asked to confirm the cancellation by typing a &quot;C&quot;
29242 for <EM>C</EM>onfirm.
29243 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
29244 risky because the &quot;^C Y&quot; needed to cancel a message
29245 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
29247 If this feature is set the confirmation asked for
29248 will be a &quot;<EM>Y</EM>es&quot;
29249 instead of a &quot;<EM>C</EM>onfirm&quot; response.
29252 &lt;End of help on this topic&gt;
29253 </BODY>
29254 </HTML>
29255 ====== h_config_compose_maps_del =====
29256 <HTML>
29257 <HEAD>
29258 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
29259 </HEAD>
29260 <BODY>
29261 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
29263 This feature affects the behavior of the DELETE key.
29264 If set, Delete will be equivalent to ^D, and delete
29265 the current character.  Normally Alpine defines the Delete key
29266 to be equivalent to ^H, which deletes the <EM>previous</EM>
29267 character.
29270 &lt;End of help on this topic&gt;
29271 </BODY>
29272 </HTML>
29273 ====== h_config_compose_bg_post =====
29274 <HTML>
29275 <HEAD>
29276 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
29277 </HEAD>
29278 <BODY>
29279 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
29281 This feature affects the behavior of Alpine's mail sending.  If set, this
29282 feature enables a subcommand in the composer's "Send?" confirmation
29283 prompt.  The subcommand allows you to tell Alpine to handle the actual
29284 posting in the background.  While this feature usually allows posting
29285 to appear to happen very fast, it has no affect on the actual delivery
29286 time it takes a message to arrive at its destination.
29289 Please Note:
29290 <OL>
29291  <LI>This feature will have no effect if the feature
29292        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
29293        is set.
29294  <LI>This feature isn't supported on all systems.  All DOS and Windows,
29295        as well as several Unix ports, do not recognize this feature.
29296  <LI>Error handling is significantly different when this feature is
29297         enabled.  Any message posting failure results in the message
29298         being appended to your &quot;Interrupted&quot; mail folder.  When you
29299         type the <A HREF="h_common_compose">C</A>ompose command,
29300         Alpine will notice this folder and
29301         offer to extract any messages contained.  Upon continuing a 
29302         failed message, Alpine will display the nature of the failure 
29303         in the status message line.
29304  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
29305         for message data to
29306         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
29307         if you typically run close to any sort of disk-space limits or quotas.
29308 </OL>
29310 &lt;End of help on this topic&gt;
29311 </BODY>
29312 </HTML>
29313 ====== h_config_compose_dsn =====
29314 <HTML>
29315 <HEAD>
29316 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
29317 </HEAD>
29318 <BODY>
29319 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
29321 This feature affects the behavior of Alpine's mail sending.  If set, this
29322 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
29323 prompt.  The subcommand allows you to tell Alpine to request the type of
29324 Delivery Status Notification (DSN) that you would like.  Most users will
29325 be happy with the default, and need not enable this feature.
29327 If the feature
29328 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29329 then this feature has no effect and the type of DSN is not selectable.
29332 Turning on this feature and then turning on the DSNOpts from the send
29333 prompt reveals four on-off toggles at the bottom of the screen.
29334 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
29335 that no notification be returned to you, even if there is a delivery
29336 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
29337 server that you are willing (or not) to receive delay notifications, which
29338 happen when there is an unusual delay at some mail server (in that mail
29339 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
29340 Success requests that you be sent a DSN message when the message is
29341 successfully delivered to the recipients mailbox.  Setting NoErrRets will
29342 automatically turn off Delay and Success notification, and will flip the
29343 toggles to show that.  Similarly, turning on Delay and/or Success will
29344 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
29345 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
29346 the full message be returned in any failed DSN.  RetHdrs requests that
29347 only the headers be returned in any failed DSN.  Notice that this command
29348 applies only to failed delivery status reports.  For delay or success
29349 reports, the full message is never returned, only the headers are returned.
29352 If you don't enable the DSN feature or if you don't turn it on for a
29353 particular message, the default is that you will be notified about failures,
29354 you might be notified about delays, and you won't be notified about
29355 successes.  You will usually receive the full message back when there is
29356 a failure.
29359 If you turn on the DSNOpts the default is to return as much information as
29360 possible to you.  That is, by default, the Success and Delay options are
29361 turned on and the full message will be returned on failure.
29364 The sending prompt will display the current DSN request (if any) in a
29365 shorthand form.  It will be:
29367 <P><CENTER>[Never]</CENTER>
29370 if you have requested NoErrRets.  Otherwise, it will look something like:
29372 <P><CENTER>[FDS-Hdrs]</CENTER>
29375 The &quot;F&quot; will always be there, indicating that you will be notified
29376 of failures.  (Alpine doesn't provide a way to request no failure notification
29377 and at the same time request either success or delay notification.  The only
29378 way to request no failure notifications is to request no notifications at
29379 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
29380 requested Delay and/or Success notification.  If one of those is missing,
29381 that means you are requesting no notification of the corresponding type.
29382 After the dash it will say either Hdrs or Full.  Hdrs means to return only
29383 the headers and Full means to return the full message (applies to
29384 failure notifications only).
29387 NOTE: This feature relies on your system's mail transport agent or
29388 configured
29389 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
29390 having the negotiation mechanism introduced in
29391 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
29392 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
29393 are using doesn't support DSN, a short warning will be shown to you on
29394 the message line at the bottom of the screen after you send your message,
29395 but your message will have been sent anyway.
29398 Note that DSNs don't provide a mechanism to request read receipts.  That
29399 is, if you request notification on success you are notified when the
29400 message is delivered to the mailbox, not when the message is read.
29403 ESMTP allows for graceful migration to upgraded mail transfer agents, but
29404 it is possible that this feature might cause problems for some servers. 
29407 &lt;End of help on this topic&gt;
29408 </BODY>
29409 </HTML>
29410 ====== h_config_auto_zoom =====
29411 <HTML>
29412 <HEAD>
29413 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
29414 </HEAD>
29415 <BODY>
29416 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
29418 This feature affects the behavior of the Select command.
29419 If set, the select command will automatically perform a zoom
29420 after the select is complete.
29421 This feature is set by default.
29423 Some related help topics are
29424 <UL>
29425 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29426 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29427 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29428 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29429 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29430 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29431 </UL>
29434 &lt;End of help on this topic&gt;
29435 </BODY>
29436 </HTML>
29437 ====== h_config_auto_unzoom =====
29438 <HTML>
29439 <HEAD>
29440 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
29441 </HEAD>
29442 <BODY>
29443 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
29445 This feature affects the behavior of the Apply command.  If set, and if
29446 you are currently looking at a Zoomed Index view of selected messages,
29447 the Apply command will do the operation you specify, but then will
29448 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
29449 the normal Index view after the Apply. 
29450 This feature is set by default.
29453 Some related help topics are
29454 <UL>
29455 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29456 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29457 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29458 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
29459 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29460 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29461 </UL>
29463 &lt;End of help on this topic&gt;
29464 </BODY>
29465 </HTML>
29466 ====== h_config_auto_unselect =====
29467 <HTML>
29468 <HEAD>
29469 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29470 </HEAD>
29471 <BODY>
29472 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29474 This feature affects the behavior of the Apply command.  If set,
29475 the Apply command will do the operation you specify, but then will
29476 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29477 the normal Index view after the Apply. 
29480 Some related help topics are
29481 <UL>
29482 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29483 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29484 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29485 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29486 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29487 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29488 </UL>
29490 &lt;End of help on this topic&gt;
29491 </BODY>
29492 </HTML>
29493 ====== h_config_fast_recent =====
29494 <HTML>
29495 <HEAD>
29496 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29497 </HEAD>
29498 <BODY>
29499 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29501 This feature controls the behavior of the TAB key when traversing folders
29502 in the optional 
29503 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29504 collection or in optional <!--#echo var="VAR_news-collections"-->.
29507 When the TAB
29508 (<A HREF="h_common_nextnew">NextNew</A>)
29509 key is pressed, the default behavior is to
29510 explicitly examine the status of the folder for the number of recent
29511 messages (messages delivered since the last time it was viewed).
29512 Depending on the size and number of messages in the folder, this test
29513 can be time consuming.
29516 Enabling this feature will cause Alpine to only test for the existence of
29517 any recent messages rather than to obtain the count.  This is much faster
29518 in many cases.  The downside is that you're not given the number of recent
29519 messages when prompted to view the next folder.
29520 If the feature
29521 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
29522 is turned on, then the present feature will have no effect.
29525 <UL>   
29526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29527 </UL><P>
29528 &lt;End of help on this topic&gt;
29529 </BODY>
29530 </HTML>
29531 ====== h_config_arrow_nav =====
29532 <HTML>
29533 <HEAD>
29534 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29535 </HEAD>
29536 <BODY>
29537 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29539 This feature controls the behavior of the left and right arrow keys.
29540 If set, the left and right arrow keys will operate like the usual
29541 navigation keys &lt; and &gt;.
29542 This feature is set by default.
29545 If you set this feature, and do not like the changed behavior of the up/down 
29546 arrow 
29547 keys when navigating through the FOLDER LIST screen -- 
29548 <B>first</B> from column to column, if more than one folder is 
29549 displayed per row, 
29550 and <B>then</B> from row to row -- you may either also wish to set the feature 
29551 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29552 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29553 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29554 folders in each column.
29556 <UL>   
29557 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29558 </UL><P>
29559 &lt;End of help on this topic&gt;
29560 </BODY>
29561 </HTML>
29562 ====== h_config_relaxed_arrow_nav =====
29563 <HTML>
29564 <HEAD>
29565 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29566 </HEAD>
29567 <BODY>
29568 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29570 This feature controls the behavior of the left, right, up and down
29571 arrow keys in the FOLDER LIST screen when the &quot;<A
29572 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29573 set.
29574 This feature is set by default.
29578 When this feature is set, the left and right
29579 arrow keys in the FOLDER LIST screen
29580 move the highlight bar to the left or right, and the up and
29581 down arrows move it up or down.
29584 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29585 feature is not set;
29586 the left and right arrow keys in the Folder List screen strictly
29587 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29588 and down arrow keys move the highlight bar to the previous and next
29589 folder or directory name.
29592 <UL>   
29593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29594 </UL><P>
29595 &lt;End of help on this topic&gt;
29596 </BODY>
29597 </HTML>
29598 ====== h_config_alt_compose_menu =====
29599 <HTML>
29600 <HEAD>
29601 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29602 </HEAD>
29603 <BODY>
29604 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29606 This feature controls the menu that is displayed when Compose is selected.
29607 If set, a list of options will be presented, with each option representing
29608 the type of composition that could be used. This feature is most useful for
29609 users who want to avoid being prompted with each option separately, or who
29610 want to avoid the checking of remote postponed or form letter folders.
29611 The possible types of composition are:
29614 New, for starting a new composition. Note that if New is selected and roles
29615 are set, roles are checked for matches and applied according to the setting
29616 of the matching role.
29619 Interrupted, for continuing an interrupted composition. This option is only
29620 offered if an interrupted message folder is detected.
29623 Postponed, for continuing postponed compositions. This option is offered
29624 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29625 the postponed folder actually exists. This option is especially handy
29626 for avoiding having to check for the existence of a remote postponed folder.
29629 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29630 is set in the config, and is not checked for existence for reasons similar
29631 to those explained by the postponed option.
29634 setRole, for selecting a role to apply to a composition.
29637 &lt;End of help on this topic&gt;
29638 </BODY>
29639 </HTML>
29640 ====== h_config_alt_role_menu =====
29641 <HTML>
29642 <HEAD>
29643 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29644 </HEAD>
29645 <BODY>
29646 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29648 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29649 a role and compose a new message using that role.
29650 When this feature is set, the role command will first ask whether you want to
29651 Compose a new message, Forward the current message, Reply to the
29652 current message, or Bounce the current message.
29653 If you are not in the MESSAGE INDEX and are not viewing a message,
29654 then there is no current message and the question will be skipped.
29655 After you have chosen to Compose, Forward, Reply, or Bounce you will
29656 then choose the role to be used.
29658 When Bouncing the &quot;Set From&quot; address is used for the
29659 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29660 provided that the option
29661 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29662 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29663 set.
29664 Other actions of the role are ignored when Bouncing.
29667 &lt;End of help on this topic&gt;
29668 </BODY>
29669 </HTML>
29670 ====== h_config_always_spell_check =====
29671 <HTML>
29672 <HEAD>
29673 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29674 </HEAD>
29675 <BODY>
29676 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29678 When this feature is set, every composed message will be spell-checked before
29679 being sent.
29681 &lt;End of help on this topic&gt;
29682 </BODY>
29683 </HTML>
29684 ====== h_config_quell_asterisks =====
29685 <HTML>
29686 <HEAD>
29687 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29688 </HEAD>
29689 <BODY>
29690 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29692 When you are running Alpine you will sometimes be asked for a password
29693 in a prompt on the third line from the bottom of the screen.
29694 Normally each password character you type will cause an asterisk to echo
29695 on the screen. That gives you some feedback to know that your typing is
29696 being recognized.
29697 There is a very slight security risk in doing it this way because someone
29698 watching over your shoulder might be able to see how many characters there
29699 are in your password.
29700 If you'd like to suppress the echoing of the asterisks set this feature.
29702 &lt;End of help on this topic&gt;
29703 </BODY>
29704 </HTML>
29705 ====== h_config_quell_flowed_text =====
29706 <HTML>
29707 <HEAD>
29708 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29709 </HEAD>
29710 <BODY>
29711 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29713 Alpine generates flowed text where possible.
29714 The method for generating flowed text is defined by
29715 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29716 the benefit of doing so is
29717 to send message text that can properly be viewed both on normal width displays
29718 and on displays with smaller or larger than normal screen widths.
29719 With flowed text, a space at the end of a line tells the receiving mail
29720 client that the following line belongs to the same paragraph.
29721 Quoted text will also be affected, with only the innermost
29722 level of &quot;&gt;&quot; quoting being followed by a space.
29723 However, if you have changed the
29724 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29725 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29726 quoted text will not be flowed.
29727 For this reason, we recommend that you leave your
29728 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29730 This feature turns off the generation of flowed text, as it might be
29731 desired to more tightly control how a message is displayed on the receiving end.
29733 If this feature is <EM>not</EM> set, you can control on a message by message
29734 basis whether or not flowed text is generated.
29735 You do this by typing ^V at the Send confirmation prompt that you get
29736 after typing ^X to send a message.
29737 ^V is a toggle that turns flowing off and back on if typed again.
29738 If for some reason flowing cannot be done on a particular message, then the
29739 ^V command will not be available.
29740 This would be the case, for example, if this feature was set, or if your
29741 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29742 If the feature
29743 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29744 then the opportunity to control on a message by message basis
29745 whether or not flowed text is generated is lost.
29747 When this feature is not set and you have typed ^V to turn off flowing,
29748 the Send confirmation prompt will change to look like
29750 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29752 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29753 also turn off the sending of flowed text messages, but it differs in that
29754 it also trims all trailing white space from a message before sending it.
29756 If alternate editors are used extensively, be aware that a message will still
29757 be sent flowed if this feature is unset.  In most cases this will be fine,
29758 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29759 use that.
29761 &lt;End of help on this topic&gt;
29762 </BODY>
29763 </HTML>
29764 ====== h_config_strip_ws_before_send =====
29765 <HTML>
29766 <HEAD>
29767 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29768 </HEAD>
29769 <BODY>
29770 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29772 By default, trailing whitespace is not stripped from
29773 a message before sending.  Trailing whitespace should have no effect on an
29774 email message, and in flowed text can aid in delimiting paragraphs.
29775 However, the old behavior of stripping trailing whitespace was in place
29776 to better deal with older clients that couldn't handle certain types of
29777 text encodings.  This feature restores the old behavior
29779 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29780 generated by default but can be turned off via the
29781 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29782 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29783 of flowed text.
29785 &lt;End of help on this topic&gt;
29786 </BODY>
29787 </HTML>
29788 ====== h_config_alt_reply_menu =====
29789 <HTML>
29790 <HEAD>
29791 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE>
29792 </HEAD>
29793 <BODY>
29794 <H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1>
29796 Note that if this option is enabled, then the option
29797 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29798 is ignored. See below to understand why.
29800 When you reply to a message, a series of questions are asked that 
29801 determines how your reply will be handled by Alpine. This feature only 
29802 affects the result of the first question you are asked, and its purpose is 
29803 to set values that could override defaults set in Alpine's main 
29804 configuration screen. As a result, this menu allows you to configure even 
29805 more features than you would be able to do without this option. For 
29806 example, this menu always allows you to override or select a <A 
29807 HREF="h_rules_roles">Role</A> if you have defined one, or allows you to 
29808 override your indent string, regardless of if you have enabled 
29809 <A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>.
29810 The full list of options can be found below.
29812 Here is an example of how this option works. After you press Reply,
29813 if you see &quot;A Inc Attach&quot; in the menu, it means that 
29814 if you press &quot;A&quot;, then Alpine will include the attachments
29815 of the original message, and the default is not to include them. 
29816 Conversely, if you see &quot;A No Attach&quot; 
29817 then by pressing &quot;A&quot; Alpine will not include
29818 attachments in your reply, and the default is that Alpine will 
29819 include them in your reply. The value that you see when you 
29820 start your reply is controlled by the option
29821 <A HREF="h_config_attach_in_reply">
29822 <!--#echo var="FEAT_include-attachments-in-reply"-->
29823 </A>. If the feature is enabled, then Alpine will display 
29824 &quot;A No Attach&quot; to override the default behavior. You can
29825 toggle between the two values of this option by pressing &quot;A&quot;.
29826 Remember that the value that you see in the menu is the action that will 
29827 be done when you press the associated command.
29829 Below are your options:
29830 <OL>
29831 <LI><B>A</B>: This determines if Alpine will include or not the 
29832 attachments sent to you in the message that you are replying to. The default 
29833 is to use the value of the configuration option 
29834 <A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overriden by using this command.
29836 <LI><B>H</B>: This command determines if the headers of a message are
29837 included in the body of the message that is being replied to. By default 
29838 Alpine will use the value of the configuration option 
29839 <A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. 
29840 Observe that by toggling this option to include headers, text will be toggled
29841 to be included by default.
29843 <LI><B>R</B>: Can be used to set a role different from the default.
29845 <LI><B>S</B>: Determines if Alpine will strip the signature from a 
29846 message. The default is to strip the signature when the message is not
29847 viewed in headers mode, and you either have enabled
29848 <A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> 
29850 <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>.
29852 <LI><B>Ctrl-R</B>: Can be used to edit the 
29853 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>.
29854 </OL>
29856 In order to include the text of the original message in the reply
29857 you either need to press 'y' to include the original text, or 'n' to 
29858 exclude it from the reply. Pressing return will execute the default 
29859 action, which is to include text only if the option
29860 <A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A>
29861 is enabled. However, notice that the default is to include text if you edit the 
29862 reply indent string or if you explicitly set through this menu that you
29863 want headers included in the reply message.
29866 &lt;End of help on this topic&gt;
29867 </BODY>
29868 </HTML>
29869 ====== h_config_del_from_dot =====
29870 <HTML>
29871 <HEAD>
29872 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29873 </HEAD>
29874 <BODY>
29875 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29877 This feature controls the behavior of the Ctrl-K command in the composer.
29878 If set, ^K will cut from the current cursor position to the end of the line,
29879 rather than cutting the entire line.
29882 &lt;End of help on this topic&gt;
29883 </BODY>
29884 </HTML>
29885 ====== h_config_print_index =====
29886 <HTML>
29887 <HEAD>
29888 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29889 </HEAD>
29890 <BODY>
29891 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29893 This feature controls the behavior of the Print command when in the
29894 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29895 asking if you wish to print the message index, or the currently highlighted
29896 message. If not set, the message will be printed.
29899 &lt;End of help on this topic&gt;
29900 </BODY>
29901 </HTML>
29902 ====== h_config_allow_talk =====
29903 <HTML>
29904 <HEAD>
29905 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29906 </HEAD>
29907 <BODY>
29908 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29910 UNIX Alpine only.
29912 By default, permission for others to &quot;talk&quot; to your terminal is turned
29913 off when you are running Alpine.  When this feature is set, permission is
29914 instead turned on.  If enabled, you may see unexpected messages in the
29915 middle of your Alpine screen from someone attempting to contact you via the
29916 &quot;talk&quot; program.
29919 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29920 talk daemon on your system will attempt to print a message on your screen 
29921 when someone else is trying to contact you.  If you wish to see these
29922 messages while you are running Alpine, you should enable this feature.
29925 If you do enable this feature and see a &quot;talk&quot; message, you must 
29926 suspend or quit Alpine before you can respond.
29929 &lt;End of help on this topic&gt;
29930 </BODY>
29931 </HTML>
29932 ====== h_config_send_filter_dflt =====
29933 <HTML>
29934 <HEAD>
29935 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29936 </HEAD>
29937 <BODY>
29938 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29939 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29940 configured, setting this feature will cause
29941 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29942 instead of unfiltered, the usual default.
29944 <UL>   
29945 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29946 </UL><P>
29947 &lt;End of help on this topic&gt;
29948 </BODY>
29949 </HTML>
29950 ====== h_config_custom_print =====
29951 <HTML>
29952 <HEAD>
29953 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29954 </HEAD>
29955 <BODY>
29956 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29958 When this feature is set, the print command will have an additional
29959 subcommand called "C CustomPrint".  If selected, you will have
29960 the opportunity to enter any system print command --instead of being 
29961 restricted to using those that have been previously configured in the 
29962 printer setup menu.
29965 &lt;End of help on this topic&gt;
29966 </BODY>
29967 </HTML>
29968 ====== h_config_enable_dot_files =====
29969 <HTML>
29970 <HEAD>
29971 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29972 </HEAD>
29973 <BODY>
29974 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29976 When this feature is set, files beginning with dot (".") will be
29977 visible in the file browser.  For example, you'll be able to select them
29978 when using the browser to add an attachment to a message.
29980 &lt;End of help on this topic&gt;
29981 </BODY>
29982 </HTML>
29983 ====== h_config_enable_dot_folders =====
29984 <HTML>
29985 <HEAD>        
29986 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29987 </HEAD>
29988 <BODY>
29989 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29991 When this feature is set, folders beginning with dot (".") may be added
29992 and viewed.
29994 &lt;End of help on this topic&gt;
29995 </BODY>
29996 </HTML>
29997 ====== h_config_ff_between_msgs =====
29998 <HTML>
29999 <HEAD>
30000 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
30001 </HEAD>
30002 <BODY>
30003 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
30005 Setting this feature causes a formfeed to be printed between messages when
30006 printing multiple messages (with Apply Print command).
30008 &lt;End of help on this topic&gt;
30009 </BODY>
30010 </HTML>
30011 ====== h_config_blank_keymenu =====
30012 <HTML>
30013 <HEAD>
30014 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
30015 </HEAD>
30016 <BODY>
30017 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
30019 If this feature is set the command key menu that normally appears on the
30020 bottom two lines of the screen will not usually be there.  Asking for
30021 help with ^G or ? will cause the key menu to appear instead of causing
30022 the help message to come up.  If you want to actually see the help text,
30023 another ^G or ? will show it to you.  After the key menu has popped
30024 up with the help key it will remain there for an O for Other command but
30025 disappear if any other command is typed.
30027 &lt;End of help on this topic&gt;
30028 </BODY>
30029 </HTML>
30030 ====== h_config_enable_mouse =====
30031 <HTML>
30032 <HEAD>
30033 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
30034 </HEAD>
30035 <BODY>
30036 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
30038 This feature controls whether or not an X terminal mouse can be used with
30039 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
30040 being used, the left mouse button on the mouse can be used to select text
30041 or commands.
30042 Clicking on a command at the bottom of the screen will behave as if you had
30043 typed that command.
30044 Clicking on an index line will move the current message highlight to
30045 that line.
30046 Double-clicking on an index line will view the message.
30047 Double-clicking on a link will view the link.
30049 This type of mouse support will also work in some terminal emulators which are
30050 not actually X terminals, but which have extra code to support the xterm
30051 style mouse.
30052 For those emulators you not only need to turn this feature on but you also
30053 have to set the $DISPLAY environment variable even though it isn't needed
30054 for your terminal.
30055 That will cause Alpine to think that it is an xterm and to properly interpret the
30056 escape sequences sent by the mouse.
30058 Note: if this feature is set, the behavior of X terminal cut-and-paste is
30059 also modified.  It is sometimes possible to hold the shift key down while clicking
30060 left or middle mouse buttons for the normal xterm cut/paste operations. 
30061 There is also an Alpine command to toggle this mode on or off.
30062 The command is Ctrl-&#92; (Control-backslash).
30064 &lt;End of help on this topic&gt;
30065 </BODY>
30066 </HTML>
30067 ====== h_config_enable_xterm_newmail =====
30068 <HTML>
30069 <HEAD>        
30070 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
30071 </HEAD>
30072 <BODY>
30073 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
30075 This feature controls whether or not Alpine will attempt to announce new
30076 mail arrival when it is running in an X terminal window and that window
30077 is iconified.  If set, and the $DISPLAY variable indicates that an X
30078 terminal is being used, Alpine will send appropriate escape sequences to
30079 the X terminal to modify the label on Alpine's icon to indicate that new
30080 mail has arrived. Alpine will also modify the Alpine window's title to
30081 indicate new mail.
30082 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
30084 &lt;End of help on this topic&gt;
30085 </BODY></HTML>
30086 ====== h_config_enable_newmail_short_text =====
30087 <HTML>
30088 <HEAD>        
30089 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
30090 </HEAD>
30091 <BODY>
30092 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
30094 This feature controls the text to be displayed in an icon in the event
30095 of a new message arrival.  Normally, the message will
30096 be the one that is displayed on the screen.  This feature shortens the
30097 message to a count of the number of new messages in brackets.  This may be
30098 more useful for those who use the window's title bar in the task bar as a
30099 new mail indicator.  This feature is only useful if the
30100 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
30101 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
30102 feature, this feature is only relevant when run in an xterm environment.
30104 &lt;End of help on this topic&gt;
30105 </BODY></HTML>
30106 ====== h_config_copy_to_to_from =====
30107 <HTML>
30108 <HEAD>
30109 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
30110 </HEAD>
30111 <BODY>
30112 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
30114 This feature affects the From address used when Replying to a message.
30115 It is probably only useful if you have some
30116 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
30117 defined.
30118 When enabled, it checks to see if any of the addresses in the To or Cc
30119 fields of the message you are replying to is one of your addresses.
30120 If it is, and there is only one of them, then that address is used as
30121 the From address in the message you are composing.
30122 In other words, you will be using a From address that is the same
30123 as the To address that was used to get the mail to you in the first place.
30126 If a role is being used and it has a From address defined, that From address will
30127 be used rather than the one derived from this feature.
30130 <UL>   
30131 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30132 </UL><P>
30133 &lt;End of help on this topic&gt;
30134 </BODY>
30135 </HTML>
30136 ====== h_config_prefix_editing =====
30137 <HTML>
30138 <HEAD>
30139 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
30140 </HEAD>
30141 <BODY>
30142 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
30144 This feature affects the Reply command's &quot;Include original message
30145 in Reply?&quot; prompt.  When enabled, it causes the
30146 &quot;Edit Indent String&quot; sub-command to appear which allows 
30147 you to edit the string Alpine would otherwise use to denote included 
30148 text from the message being replied to.<P>
30150 Thus, you can change Alpine's default message quote character (usually
30151 an angle bracket) on a per message basis. So you could change your quoted message to
30152 look, for example, like this:<p>
30154 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
30156 John: I just wanted to say hello and to congratulate you
30157 John: on a job well done!</pre><p>
30159 The configuration option
30160 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
30161 may be used to change what appears as the default string to be edited.
30163 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
30164 currently being replied to.
30166 If you change your <!--#echo var="VAR_reply-indent-string"-->
30167 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
30168 quoted text will not be flowed
30169 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
30170 when you reply.
30171 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
30172 set to the default value.
30174 <UL>   
30175 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30176 </UL><P>
30177 &lt;End of help on this topic&gt;
30178 </BODY>
30179 </HTML>
30180 ====== h_config_enable_search_and_repl =====
30181 <HTML>
30182 <HEAD>
30183 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
30184 </HEAD>
30185 <BODY>
30186 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
30188 This feature modifies the behavior of Alpine's composer.  Setting this
30189 feature causes Alpine to offer the "^R Replace" subcommand, which
30190 allows you to search and replace text strings in a message you are composing, 
30191 inside the "^W Where is" command.  
30195 To search and replace text, first enter the text to be replaced at the 
30196 "Search: " prompt.  Then, rather than pressing Enter to just search for that
30197 text, press ^R, which turns the prompt into 
30201 Search (to replace): 
30205 and then press Enter.  The cursor will highlight the first occurrence 
30206 of the text string you entered, and the prompt will show: 
30210 Replace "<your text string>" with : 
30214 where <your text string> is what you entered at the previous prompt;
30215 here, enter the replacement text.  To only replace the highlighted 
30216 occurrence, simply press Enter now; to replace all occurrences in the 
30217 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
30218 each replacement.
30222 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
30223 ^X toggles between "Replace All" and "Replace One."
30227 If you previously searched for text in a message, it will be offered for 
30228 re-use as part of the prompt, shown in [ ] brackets.
30231 &lt;End of help on this topic&gt;
30232 </BODY>
30233 </HTML>
30234 ====== h_config_enable_view_attach =====
30235 <HTML>
30236 <HEAD>
30237 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
30238 </HEAD>
30239 <BODY>
30240 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
30242 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30243 Setting this feature causes Alpine to present attachments in boldface.
30244 The first available attachment is displayed in inverse.  This is the
30245 "selected" attachment.  Pressing RETURN will cause Alpine to display
30246 the selected attachment.  Use the arrow keys to change which of the
30247 attachments displayed in boldface is the current selection.
30251 Speaking of arrow keys, the Up and Down Arrows will select the next
30252 and previous attachments if one is available on the screen for selection.
30253 Otherwise, they will simply adjust the viewed text one line up or down.
30257 Similarly, when selectable items are present in a message, the Ctrl-F key
30258 can be used to select the next item in the message independent of which
30259 portion of the viewed message is currently displayed. The Ctrl-B key can
30260 be used to select the previous item in the same way. 
30261 <P> 
30262 &lt;End of help on this topic&gt;
30263 </BODY>
30264 </HTML>
30265 ====== h_config_enable_y_print =====
30266 <HTML>
30267 <HEAD>
30268 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
30269 </HEAD>
30270 <BODY>
30271 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
30273 This feature modifies the behavior of Alpine's Print command.
30275 By default, Alpine's print command is available by pressing the "%" key.  
30276 (This command is a substantial change from Pine versions before 4.00 -- 
30277 where the print command was "Y" -- based on numerous complaints about 
30278 printing being invoked inadvertently, since Y also means "Yes.")  
30282 This feature is supplied to mitigate any disruption or anxiety users 
30283 might feel as a result of this change.  
30287 Enabling this feature will cause Alpine to recognize both the old
30288 command, "Y" for Prynt, as well the new "%" method for invoking
30289 printing.  Note, key menu labels are not changed as a result of
30290 enabling this feature.
30294 &lt;End of help on this topic&gt;
30295 </BODY>
30296 </HTML>
30297 ====== h_config_enable_lessthan_exit =====
30298 <HTML>
30299 <HEAD>
30300 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
30301 </HEAD>
30302 <BODY>
30303 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
30305 If this feature is set, then on screens where there is an Exit command
30306 but no < command, the < key will perform the same function as the Exit
30307 command.
30308 This feature is set by default.
30310 &lt;End of help on this topic&gt;
30311 </BODY>
30312 </HTML>
30313 ====== h_config_enable_view_url =====
30314 <HTML>
30315 <HEAD>
30316 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
30317 </HEAD>
30318 <BODY>
30319 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
30320 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30321 When this feature is set (the default) Alpine will select possible URLs from the
30322 displayed text and display them in boldface for selection.
30324 The first available URL is displayed in inverse.  This is the
30325 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
30326 the selected URL via either built-in means as with mailto:, imap:,
30327 news:, and nntp:, or via an external application as defined
30328 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30329 variable.
30331 Use the arrow keys to change which of the URLs displayed in boldface
30332 is the current selection.
30334 Speaking of arrow keys, the Up and Down Arrows will select the next
30335 and previous URL if one is available on the screen for selection (unless 
30336 you have set the feature 
30337 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
30338 Otherwise, they will simply adjust the viewed text one line up or down.
30340 Similarly, when selectable items are present in a message, the Ctrl-F
30341 key can be used to select the next item in the message independent
30342 of which portion of the viewed message is currently displayed. The
30343 Ctrl-B key can be used to select the previous item in the same way.
30345 <UL>   
30346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30347 </UL><P>
30348 &lt;End of help on this topic&gt;
30349 </BODY>
30350 </HTML>
30351 ====== h_config_enable_view_web_host =====
30352 <HTML>
30353 <HEAD>
30354 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
30355 </HEAD>
30356 <BODY>
30357 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
30359 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30360 When this feature is set (the default) Alpine will select possible web hostnames
30361 from the displayed text and display them in boldface for selection.  
30362 This can be useful when you receive messages referencing World Wide Web 
30363 sites without the use of complete URLs; for example, specifying only 
30364 &quot;www.some.site.com&quot; (which will <B>not</B> become a 
30365 selectable 
30366 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
30367 rather than explicitly
30368 &quot;http://www.some.site.com&quot;.  
30370 The first available hostname is displayed in inverse.  This is the
30371 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
30372 the selected hostname via an external application as defined
30373 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
30374 variable.
30376 Use the arrow keys (unless you have set the feature 
30377 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30378 to change which of the hostnames displayed in
30379 boldface is the current selection.
30381 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30382 key can be used to select the next web hostname in the message independent
30383 of which portion of the viewed message is currently displayed. The
30384 Ctrl-B key can be used to select the previous web hostnames in the same way.
30386 <UL>   
30387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30388 </UL><P>
30389 &lt;End of help on this topic&gt;
30390 </BODY>
30391 </HTML>
30392 ====== h_config_enable_view_addresses =====
30393 <HTML>
30394 <HEAD>
30395 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
30396 </HEAD>
30397 <BODY>
30398 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
30400 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
30401 Setting this feature causes Alpine to select possible email addresses
30402 from the displayed text and display them in boldface for selection.  
30405 The first available email address is displayed in inverse.  This is the
30406 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
30407 the message composition screen with the To: field filled in with the
30408 selected address.
30410 Use the arrow keys (unless you have set the feature 
30411 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
30412 to change which of the hostnames displayed in
30413 boldface is the current selection.
30415 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
30416 key can be used to select the next web hostname in the message independent
30417 of which portion of the viewed message is currently displayed. The
30418 Ctrl-B key can be used to select the previous web hostnames in the same way.
30420 <UL>   
30421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30422 </UL><P>
30423 &lt;End of help on this topic&gt;
30424 </BODY>
30425 </HTML>
30426 ====== h_config_enable_view_arrows =====
30427 <HTML>
30428 <HEAD>
30429 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
30430 </HEAD>
30431 <BODY>
30432 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
30434 This feature modifies Up and Down arrow key behavior in Alpine's
30435 MESSAGE TEXT screen when selectable Attachments, URL's, or
30436 web-hostnames are presented. Alpine's usual behavior is to move to
30437 the next or previous selectable item if currently displayed or
30438 simply to adjust the screen view by one line.
30442 Setting this feature causes the UP and Down arrow key to behave as
30443 if no selectable items were present in the message.
30447 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
30448 item) functionality is unchanged.
30451 &lt;End of help on this topic&gt;
30452 </BODY>
30453 <HTML>
30454 ====== h_config_quell_charset_warning =====
30455 <HTML>
30456 <HEAD>
30457 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
30458 </HEAD>
30459 <BODY>
30460 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
30462 By default, if the message you are viewing contains characters that are
30463 not representable in your
30464 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
30465 then Alpine will
30466 add a warning to the start of the displayed text.
30467 If this option is set, then that editorial message will be suppressed.
30469 Setting this feature also suppresses the comment about the character set
30470 in header lines.
30471 For example, when viewing a message you might see
30473 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
30475 in the From header if your Character-Set is something other than ISO-8859-2.
30476 If you set this feature, the comment about the character set will
30477 no longer be there.
30479 &lt;End of help on this topic&gt;
30480 </BODY>
30481 </HTML>
30482 ====== h_config_quell_host_after_url =====
30483 <HTML>
30484 <HEAD>
30485 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
30486 </HEAD>
30487 <BODY>
30488 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
30490 By default, links in HTML text are displayed with the host the link
30491 references appended, within square brackets, to the link text.  Alpine
30492 does this to help indicate where a link will take you, particularly when
30493 the link text might suggest a different destination.
30496 Setting this feature will prevent the server name from being appended
30497 to the displayed text.
30500 &lt;End of help on this topic&gt;
30501 </BODY>
30502 </HTML>
30503 ====== h_config_prefer_plain_text =====
30504 <HTML>
30505 <HEAD>
30506 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
30507 </HEAD>
30508 <BODY>
30509 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
30511 A message being viewed may contain alternate versions of the same content.
30512 Those alternate versions are supposed to be ordered by the sending software such that the
30513 first alternative is the least preferred and the last alternative is the
30514 most preferred. Alpine will normally display the most-preferred version that
30515 it knows how to display. This is most often encountered where the two
30516 alternate versions are a plain text version and an HTML version, with the
30517 HTML version listed last as the most preferred.
30519 If this option is set, then any plain text version will be preferred to
30520 all other versions.
30522 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
30523 which will temporarily change the sense of this option.
30524 If this option is set you will first see the plain text version of a
30525 message.
30526 If you then type the &quot;A&quot; command, you will see the most preferred version,
30527 most likely HTML, instead.
30528 Typing the &quot;A&quot; command a second time will switch it back.
30529 Alternatively, if the present option is not set you will originally see
30530 the most preferred version of the message and typing &quot;A&quot; will switch to
30531 the plain text version.
30533 &lt;End of help on this topic&gt;
30534 </BODY>
30535 </HTML>
30536 ====== h_config_pass_control =====
30537 <HTML>
30538 <HEAD>
30539 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
30540 </HEAD>
30541 <BODY>
30542 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
30544 It is probably not useful to set this option.
30545 This is a legacy option left behind &quot;just in case&quot;.
30546 Multi-byte characters that have an octet that has the same
30547 value as a control character are permitted through whether or not
30548 this option is turned on.
30550 This feature controls how certain characters contained in messages are
30551 displayed.
30552 If set, all characters in a message will be sent to the
30553 screen. Normally, control characters are displayed as shown below to
30554 avoid a garbled screen and to 
30555 avoid inadvertently changing terminal setup parameters.
30556 Control characters are usually displayed as two character sequences like
30557 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
30558 for Control-C,
30559 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
30560 for ESCAPE,
30561 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
30562 for DELETE, and
30563 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
30564 for the character with value 133 (0x85).
30565 (The DEL character is displayed as ^?, regular control characters are displayed
30566 as the character ^ followed by the character obtained by adding the
30567 five low-order bits of the character to 0x40, and the C1
30568 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
30569 character obtained by adding the
30570 five low-order bits of the character to 0x40.)
30571 Sometimes, in cases where changing a single control character into a
30572 two-character sequence would confuse Alpine's display routines,
30573 a question mark is substituted for the control character.
30575 If you wish to filter out regular control characters but pass the
30576 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30577 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.
30579 &lt;End of help on this topic&gt;
30580 </BODY>
30581 </HTML>
30582 ====== h_config_pass_c1_control =====
30583 <HTML>
30584 <HEAD>
30585 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
30586 </HEAD>
30587 <BODY>
30588 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
30590 It is probably not useful to set this option.
30591 This is a legacy option left behind &quot;just in case&quot;.
30592 Multi-byte characters that have an octet that has the same
30593 value as a control character are permitted through whether or not
30594 this option is turned on.
30596 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30597 is set, then this feature has no effect.
30598 However, if you wish to filter out regular control characters but pass the
30599 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30600 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30601 unset and set this feature.
30603 &lt;End of help on this topic&gt;
30604 </BODY>
30605 </HTML>
30606 ====== h_config_fcc_on_bounce =====
30607 <HTML>
30608 <HEAD>
30609 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
30610 </HEAD>
30611 <BODY>
30612 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
30614 This feature controls an aspect of Alpine's behavior when bouncing a
30615 message. If set, normal FCC ("File Carbon Copy") processing will be
30616 done, just as if you had composed a message to the address you are
30617 bouncing to.  If not set, no FCC of the message will be saved. 
30619 &lt;End of help on this topic&gt;
30620 </BODY>
30621 </HTML>
30622 ====== h_config_show_cursor =====
30623 <HTML>
30624 <HEAD>
30625 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30626 </HEAD>
30627 <BODY>
30628 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30630 This feature controls an aspect of Alpine's displays.  If set, the system
30631 cursor will move to convenient locations in the displays.  For example,
30632 to the beginning of the status field of the highlighted index line, or
30633 to the highlighted word after a successful WhereIs command.  It is intended
30634 to draw your attention to an "interesting" spot on the screen.
30636 &lt;End of help on this topic&gt;
30637 </BODY>
30638 </HTML>
30639 ====== h_config_sort_fcc_alpha =====
30640 <HTML>
30641 <HEAD>
30642 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30643 </HEAD>
30644 <BODY>
30645 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30647 This feature controls an aspect of Alpine's FOLDER LIST screen.
30648 If set, the default Fcc folder will be sorted alphabetically with the other
30649 folders instead of appearing right after the INBOX.
30651 &lt;End of help on this topic&gt;
30652 </BODY>
30653 </HTML>
30654 ====== h_config_sort_save_alpha =====
30655 <HTML>
30656 <HEAD>
30657 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30658 </HEAD>
30659 <BODY>
30660 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30662 This feature controls an aspect of Alpine's FOLDER LIST screen.
30663 If set, the default save folder will be sorted alphabetically with the other
30664 folders instead of appearing right after the INBOX (and default FCC folder).
30666 &lt;End of help on this topic&gt;
30667 </BODY>
30668 </HTML>
30669 ====== h_config_single_list =====
30670 <HTML>
30671 <HEAD>
30672 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30673 </HEAD>
30674 <BODY>
30675 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30677 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30678 the folders will be listed one per line instead of several per line
30679 in the FOLDER LIST display.
30681 &lt;End of help on this topic&gt;
30682 </BODY>
30683 </HTML>
30684 ====== h_config_vertical_list =====
30685 <HTML>
30686 <HEAD>
30687 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30688 </HEAD>
30689 <BODY>
30690 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30692 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30693 the folders will be listed alphabetically down the columns rather
30694 than across the columns as is the default.
30696 &lt;End of help on this topic&gt;
30697 </BODY>
30698 </HTML>
30699 ====== h_config_verbose_post =====
30700 <HTML>
30701 <HEAD>
30702 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30703 </HEAD>
30704 <BODY>
30705 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30706 This feature controls an aspect of Alpine's message sending.  When enabled,
30707 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30708 intended to cause the SMTP server to provide a more detailed account of
30709 the transaction.  This feature is typically only useful to system
30710 administrators and other support personel as an aid in troublshooting
30711 problems.
30713 Note, this feature relies on a specific capability of the system's mail
30714 transport agent or configured 
30715 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30716 It is possible that this
30717 feature will cause problems for some tranport agents, and may result in
30718 sending failure.  In addition, as the verbose output comes from the mail
30719 transport agent, it is likely to vary from one system to another. 
30720 <P><UL>
30721 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30722 </UL><P>
30723 &lt;End of help on this topic&gt;
30724 </BODY>
30725 </HTML>
30726 ====== h_config_auto_reply_to =====
30727 <HTML>
30728 <HEAD>
30729 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30730 </HEAD>
30731 <BODY>
30732 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30734 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30735 will not prompt when a message being replied to contains a "Reply-To:"
30736 header value, but will simply use its value (as opposed to using the
30737 "From:" field's value).
30741 Note: Using the "Reply-To:" address is usually the preferred behavior,
30742 however, some mailing list managers choose to place the list's address in
30743 the "Reply-To:" field of any message sent out to the list.  In such
30744 cases, this feature makes it all too easy for personal replies to be
30745 inadvertently sent to the entire mail list, so be careful! 
30747 &lt;End of help on this topic&gt;
30748 </BODY>
30749 </HTML>
30750 ====== h_config_del_skips_del =====
30751 <HTML>
30752 <HEAD>
30753 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30754 </HEAD>
30755 <BODY>
30756 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30758 This feature controls an aspect of Alpine's Delete command.  If set, this
30759 feature will cause the Delete command to advance past following messages that
30760 are marked deleted.  In other words, pressing "D" will both mark the
30761 current message deleted and advance to the next message that is not marked
30762 deleted.
30763 This feature is set by default.
30765 &lt;End of help on this topic&gt;
30766 </BODY></HTML>
30767 ====== h_config_expunge_manually =====
30768 <HTML>
30769 <HEAD>
30770 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30771 </HEAD>
30772 <BODY>
30773 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30775 Normally, when you close a folder that contains deleted messages you are
30776 asked if you want to expunge those messages from the folder permanently.
30777 If this feature is set, you won't be asked and the deleted messages will
30778 remain in the folder.
30779 If you choose to set this feature you will have to expunge the
30780 messages manually using the eXpunge command, which you can use while
30781 in the MESSAGE INDEX screen.
30782 If you do not expunge deleted messages the size of your
30783 folder will continue to increase until you are out of disk space.
30785 <UL>   
30786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30787 </UL><P>
30788 &lt;End of help on this topic&gt;
30789 </BODY>
30790 </HTML>
30791 ====== h_config_auto_expunge =====
30792 <HTML>
30793 <HEAD>
30794 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30795 </HEAD>
30796 <BODY>
30797 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30799 This features controls an aspect of Alpine's eXpunge command.  If set, you
30800 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30801 place.
30802 Actually, this is only true for the INBOX folder and for folders in the
30803 Incoming Folders collection. See the feature
30804 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30806 <UL>   
30807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30808 </UL><P>
30809 &lt;End of help on this topic&gt;
30810 </BODY>
30811 </HTML>
30812 ====== h_config_full_auto_expunge =====
30813 <HTML>
30814 <HEAD>
30815 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30816 </HEAD>
30817 <BODY>
30818 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30820 This features controls an aspect of Alpine's eXpunge command.  If set, you
30821 will <B>not</B> be prompted to confirm your intent before the expunge 
30822 takes place.  This feature sets this behavior for all folders, unlike the
30823 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30824 feature that works only for incoming folders.
30826 <UL>   
30827 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30828 </UL><P>
30829 &lt;End of help on this topic&gt;
30830 </BODY>
30831 </HTML>
30832 ====== h_config_auto_read_msgs =====
30833 <HTML>
30834 <HEAD>
30835 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30836 </HEAD>
30837 <BODY>
30838 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30839 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30840 and the 
30841 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30842 option is also set, then Alpine will
30843 automatically transfer all read messages to the designated folder and mark
30844 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30845 &quot;N&quot; (meaning New, or unseen) are not affected.
30847 <UL>   
30848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30849 </UL><P>
30850 &lt;End of help on this topic&gt;
30851 </BODY>
30852 </HTML>
30853 ====== h_config_auto_fcc_only =====
30854 <HTML>
30855 <HEAD>
30856 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30857 </HEAD>
30858 <BODY>
30859 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30860 This features controls an aspect of Alpine's composer.
30861 The only time this feature will be used is if you attempt to send mail
30862 that has no recipients but does have an Fcc.
30863 Normally, Alpine will ask if you really mean to copy the message only to
30864 the Fcc.
30865 That is, it asks if you really meant to have no recipients.
30866 If this feature is set, you
30867 will <B>not</B> be prompted to confirm your intent to make only a copy
30868 of a message with no recipients.
30870 This feature is closely related to
30871 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30872 The difference between this feature and that feature is that this feature
30873 considers a Bcc to be a recipient while that feature will ask for confirmation
30874 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30875 The default values also differ. This feature defaults to asking the question
30876 and you have to turn it off.
30877 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30878 unless you turn it on.
30881 <UL>   
30882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30883 </UL><P>
30884 &lt;End of help on this topic&gt;
30885 </BODY>
30886 </HTML>
30887 ====== h_config_mark_fcc_seen =====
30888 <HTML>
30889 <HEAD>
30890 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30891 </HEAD>
30892 <BODY>
30893 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30895 This features controls the way Fccs (File carbon copies) are
30896 made of the messages you send.
30899 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30900 copy will be marked as Unseen.
30901 When you look at the folder it was saved in the message will appear to
30902 be a New message until you read it.
30903 When this feature is enabled, the message will be marked as having
30904 been Seen.
30907 <UL>   
30908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30909 </UL><P>
30910 &lt;End of help on this topic&gt;
30911 </BODY>
30912 </HTML>
30913 ====== h_config_no_fcc_attach =====
30914 <HTML>
30915 <HEAD>
30916 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30917 </HEAD>
30918 <BODY>
30919 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30921 This features controls the way Fcc's (File carbon copies) are
30922 made of the messages you send.
30925 Normally, Alpine saves an exact copy of your message as it was sent.
30926 When this feature is enabled, the &quot;body&quot; of the message
30927 you send (the text you type in the composer) is preserved in the 
30928 copy as before, however all attachments are replaced with text
30929 explaining what had been sent rather than the attachments themselves.
30932 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30933 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30934 allows you to interactively set whether or not attachments are saved
30935 to the Fcc'd copy.
30938 <UL>   
30939 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30940 </UL><P>
30941 &lt;End of help on this topic&gt;
30942 </BODY>
30943 </HTML>
30944 ====== h_config_read_in_newsrc_order =====
30945 <HTML>
30946 <HEAD>
30947 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30948 </HEAD>
30949 <BODY>
30950 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30952 This feature controls the order in which newsgroups will be presented.  If
30953 set, they will be presented in the same order as they occur in your 
30954 <!--chtml if pinemode="os_windows"-->
30955 &quot;NEWSRC&quot;
30956 <!--chtml else-->
30957 &quot;.newsrc&quot;
30958 <!--chtml endif-->
30959 file (the default location of which can be changed with the 
30960 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30962 If not set, the newsgroups will be presented in alphabetical order.
30964 <UL>   
30965 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30966 </UL><P>
30967 &lt;End of help on this topic&gt;
30968 </BODY>
30969 </HTML>
30970 ====== h_config_quell_tz_comment =====
30971 <HTML>
30972 <HEAD>
30973 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30974 </HEAD>
30975 <BODY>
30976 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30978 Normally, when Alpine generates a Date header for outgoing mail,
30979 it will try to include the symbolic timezone at the end of the
30980 header inside parentheses.
30981 The symbolic timezone is often three characters long, but on
30982 some operating systems, it may be longer.
30983 Apparently there are some SMTP servers in the world that will reject an
30984 incoming message if it has a Date header longer than about 80 characters.
30985 If this feature is set, the symbolic timezone normally generated by
30986 Alpine will not be included.
30987 You probably don't need to worry about this feature unless you run into
30988 the problem described above.
30991 &lt;End of help on this topic&gt;
30992 </BODY>
30993 </HTML>
30994 ====== h_config_post_wo_validation =====
30995 <HTML>
30996 <HEAD>
30997 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30998 </HEAD>
30999 <BODY>
31000 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
31002 This feature controls whether the NNTP server is queried as newsgroups
31003 are entered for posting.  Validation over slow links (e.g. dialup using
31004 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
31006 &lt;End of help on this topic&gt;
31007 </BODY>
31008 </HTML>
31009 ====== h_config_send_wo_confirm =====
31010 <HTML>
31011 <HEAD>
31012 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
31013 </HEAD>
31014 <BODY>
31015 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
31017 By default, when you send or post a message you will be asked to confirm
31018 with a question that looks something like:
31021 <CENTER><SAMP>Send message?</SAMP></CENTER>
31024 If this feature is set, you
31025 will <B>not</B> be prompted to confirm your intent to send
31026 and your message will be sent.
31028 If this feature is set it disables some possibilities and renders some
31029 other features meaningless.
31030 You will not be able to use
31031 <A HREF="h_config_sending_filter">Sending Filters</A>,
31032 Verbose sending mode,
31033 <A HREF="h_config_compose_bg_post">Background Sending</A>,
31034 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
31035 or ^V to turn off the generation of flowed text for this message.
31036 These options are normally available as suboptions in the Send prompt, but
31037 with no Send prompt the options are gone.
31040 A somewhat related feature is
31041 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
31042 which may be used to eliminate the extra confirmation
31043 question when posting to a newsgroup.
31045 <UL>   
31046 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31047 </UL><P>
31048 &lt;End of help on this topic&gt;
31049 </BODY>
31050 </HTML>
31051 ====== h_config_quell_filtering_done_message =====
31052 <HTML>
31053 <HEAD>
31054 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
31055 </HEAD>
31056 <BODY>
31057 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
31059 If you use Filter Rules that move messages or set status of messages
31060 you sometimes see a message from Alpine that looks like
31063 <CENTER><SAMP>filtering done</SAMP></CENTER>
31066 If this feature is set, this message will be suppressed.
31067 If the feature
31068 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
31069 is set then this message will be suppressed regardless.
31072 <UL>   
31073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31074 </UL><P>
31075 &lt;End of help on this topic&gt;
31076 </BODY>
31077 </HTML>
31078 ====== h_config_quell_filtering_messages =====
31079 <HTML>
31080 <HEAD>
31081 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
31082 </HEAD>
31083 <BODY>
31084 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
31086 If you use Filter Rules that move messages or set status of messages
31087 you sometimes see messages from Alpine that look like
31090 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
31096 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
31102 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
31105 If this feature is set, these messages will be suppressed.
31106 The feature
31107 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
31108 is related.
31111 <UL>   
31112 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31113 </UL><P>
31114 &lt;End of help on this topic&gt;
31115 </BODY>
31116 </HTML>
31117 ====== h_config_quell_post_prompt =====
31118 <HTML>
31119 <HEAD>
31120 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
31121 </HEAD>
31122 <BODY>
31123 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
31125 By default, when you post a message to a newsgroup you are asked to confirm
31126 that you want to post with the question
31129 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
31132 If this feature is set, you
31133 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
31134 and your message will be posted.
31137 <UL>   
31138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31139 </UL><P>
31140 &lt;End of help on this topic&gt;
31141 </BODY>
31142 </HTML>
31143 ====== h_config_check_mail_onquit =====
31144 <HTML>
31145 <HEAD>
31146 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
31147 </HEAD>
31148 <BODY>
31149 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
31151 If this feature is set, Alpine will check for new mail after you give the
31152 Quit command.
31153 If new mail has arrived since the previous check, you will be notified
31154 and given the choice of quitting or not quitting.
31156 <UL>   
31157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31158 </UL><P>
31159 &lt;End of help on this topic&gt;
31160 </BODY>
31161 </HTML>
31162 ====== h_config_inbox_no_confirm =====
31163 <HTML>
31164 <HEAD>
31165 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
31166 </HEAD>
31167 <BODY>
31168 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
31170 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
31171 command and there are no more folders or newsgroups to visit, you are asked
31172 if you want to return to the INBOX.
31173 If this feature is set you will not be asked.
31174 It will be assumed that you do want to return to the INBOX.
31176 <UL>   
31177 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31178 </UL><P>
31179 &lt;End of help on this topic&gt;
31180 </BODY>
31181 </HTML>
31182 ====== h_config_dates_to_local =====
31183 <HTML>
31184 <HEAD>
31185 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
31186 </HEAD>
31187 <BODY>
31188 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
31190 Normally, the message dates that you see in the
31191 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
31192 For example, if a message was sent to you from a few timezones to the east
31193 it might appear that it was sent from the future;
31194 or if it was sent from somewhere to the west it might appear
31195 as if it is from yesterday even though it was sent only a few minutes ago.
31196 If this feature is set an attempt will be made to convert the dates
31197 to your local timezone to be displayed.
31199 Note that this does not affect the results of Select by Date or of
31200 anything else other than these displayed dates.
31201 When viewing the message you may look at the original unconverted value of the Date
31202 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
31204 <UL>   
31205 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31206 </UL><P>
31207 &lt;End of help on this topic&gt;
31208 </BODY>
31209 </HTML>
31210 ====== h_config_tab_no_prompt =====
31211 <HTML>
31212 <HEAD>
31213 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
31214 </HEAD>
31215 <BODY>
31216 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
31218 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
31219 command and there is a problem checking a folder, you are asked
31220 whether you want to continue with the search in the following folder or not.
31221 This question gives you a chance to stop the NextNew processing.
31222 (The checking problem might be caused by the fact that the folder does not
31223 exist, or by an authentication problem, or by a server problem
31224 of some sort.)
31227 If this feature is set you will not be asked.
31228 It will be assumed that you do want to continue.
31230 <UL>   
31231 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31232 </UL><P>
31233 &lt;End of help on this topic&gt;
31234 </BODY>
31235 </HTML>
31236 ====== h_config_input_history =====
31237 <HTML>
31238 <HEAD>
31239 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
31240 </HEAD>
31241 <BODY>
31242 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
31244 Many of the prompts that ask for input in the status line near the
31245 bottom of the screen will respond to Up Arrow and Down Arrow
31246 with the history of previous entries.
31247 For example, in the MESSAGE INDEX screen when you use the WhereIs
31248 command the text you entered will be remembered and can be recalled
31249 by using the Up Arrow key.
31250 Another example, when saving a message the folders saved to will
31251 be remembered and can be recalled using the arrow keys.
31253 In the Save prompt, some users prefer that the Up and Down arrow keys
31254 be used for the Previous Collection and Next Collection commands
31255 instead of for a history of previous saves.
31256 If this option is set the Up and Down arrow keys will become synonyms for the
31257 Previous Collection and Next Collection (^P and ^N) commands in the
31258 prompt for the name of a folder to Save to or in the prompt for the
31259 name of a folder to GoTo.
31260 When this feature is not set (the default), ^P and ^N will change the
31261 collection and the arrow keys will show the history.
31263 <UL>   
31264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31265 </UL><P>
31266 &lt;End of help on this topic&gt;
31267 </BODY>
31268 </HTML>
31269 ====== h_config_confirm_role =====
31270 <HTML>
31271 <HEAD>
31272 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
31273 </HEAD>
31274 <BODY>
31275 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
31277 If you have roles, when you Reply to or Forward a message, or Compose
31278 a new message, Alpine
31279 will search through your roles for one that matches.
31280 Normally, if no matches are found you will be placed into the composer
31281 with no opportunity to select a role.
31282 If this feature is set, then you will be asked to confirm that you don't
31283 want a role.
31284 This will give you the opportunity to select a role (with the ^T command).
31285 If you confirm no role with a Return, you will be placed in
31286 the composer with no role.
31287 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
31288 These behave the same as if you pressed the Return.
31289 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
31290 match what you might type if there was a role match.)
31292 If you are using the alternate form of the Compose command called
31293 &quot;Role&quot;, then all of your roles will be available to you,
31294 independent of the value of this feauture and of the values set for all of
31295 Reply Use, Forward Use, and Compose Use.
31297 <UL>   
31298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31299 </UL><P>
31300 &lt;End of help on this topic&gt;
31301 </BODY>
31302 </HTML>
31303 ====== h_config_news_cross_deletes =====
31304 <HTML>
31305 <HEAD>
31306 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
31307 </HEAD>
31308 <BODY>
31309 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
31311 This feature controls what Alpine does when you delete a message in a
31312 newsgroup that appears in more than one newsgroup.  Such a message
31313 is sometimes termed a &quot;crossposting&quot; in that it was posted
31314 across several newsgroups.
31317 Alpine's default behavior when you delete such a message is to remove
31318 only the copy in the current newsgroup from view when you use the
31319 &quot;Exclude&quot; command or the next time you visit the newsgroup.
31322 Enabling this feature causes Alpine to remove every occurrence of the
31323 message from all newsgroups it appears in and to which you are
31324 subscribed.
31327 NOTE: As currently implemented, enabling this feature may increase the
31328 time it takes the Expunge command and newsgroup closing to complete.
31331 <UL>   
31332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31333 </UL><P>
31334 &lt;End of help on this topic&gt;
31335 </BODY>
31336 </HTML>
31337 ====== h_config_news_catchup =====
31338 <HTML>
31339 <HEAD>
31340 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
31341 </HEAD>
31342 <BODY>
31343 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
31345 This feature controls what Alpine does as it closes a newsgroup.
31346 When set, Alpine will offer to delete all messages from the newsgroup
31347 as you are quitting Alpine or opening a new folder.
31350 This feature is useful if you typically read all the interesting messages
31351 in a newsgroup each time you open it.  This feature saves you from
31352 having to delete each message in a newsgroup as you read it or from
31353 selecting all the messages and doing an
31354 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
31355 move on to the next folder or newsgroup.
31358 <UL>   
31359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31360 </UL><P>
31361 &lt;End of help on this topic&gt;
31362 </BODY>
31363 </HTML>
31364 ====== h_config_next_thrd_wo_confirm =====
31365 <HTML>
31366 <HEAD>
31367 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
31368 </HEAD>
31369 <BODY>
31370 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
31372 This feature controls an aspect of Alpine's Next and Prev commands in
31373 the case where you are using one of the
31374 &quot;separate-index-screen&quot; styles for the configuration option
31375 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
31376 and currently have the folder sorted by a Threaded or OrderedSubject sort.
31377 When you are Viewing a particular thread you have a
31378 MESSAGE INDEX of only the messages in that thread.
31379 If you press the Next command with the last message in the thread highlighted
31380 you will normally be asked if you want to &quot;View next thread?&quot;,
31381 assuming there is a next thread to view.
31382 If this feature is set it will be assumed that you always want to view the
31383 next thread and you won't be asked to confirm that.
31384 Similarly, if the first message of the thread is highlighted and you
31385 press the Prev command, this feature will prevent the question
31386 &quot;View previous thread&quot;.
31388 This feature only has an effect in the MESSAGE INDEX screen.
31389 If you then view a particular message from that screen and press the
31390 Next command, you will be sent to the next thread without being asked,
31391 independent of the setting of this feature.
31393 The feature
31394 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
31396 &lt;End of help on this topic&gt;
31397 </BODY>
31398 </HTML>
31399 ====== h_config_kw_braces =====
31400 <HTML>
31401 <HEAD>
31402 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
31403 </HEAD>
31404 <BODY>
31405 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
31407 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
31408 TEXT screens.
31409 If you have modified the
31410 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
31411 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
31412 are used to display keywords or their initials along with the Subject; then
31413 this option may be used to modify the resulting display slightly.
31414 By default, the keywords or initials displayed for these tokens will be
31415 surrounded with curly braces ({ and }) and a trailing space.
31416 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
31417 a message, the &quot;SUBJKEY&quot; token will normally look like
31419 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
31421 and the SUBJKEYINIT token would look like
31423 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
31425 The default character before the keywords is the left brace ({) and the
31426 default after the keywords is the right brace followed by a space (} ).
31428 This option allows you to change that.
31429 You should set it to two values separated by a space.
31430 The values may be quoted if they include space characters.
31431 So, for example, the default value could be specified explicitly by setting this
31432 option to
31434 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
31436 The first part wouldn't need to be quoted (but it doesn't hurt).
31437 The second part does need the quotes because it includes a space character.
31438 If you wanted to change the braces to brackets you could use
31440 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
31442 Inside the quotes you can use backslash quote to mean quote, so
31444 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
31446 would produce
31448 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
31450 It is also possible to color keywords in the index using the
31451 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
31453 It is not possible to change the fact that a space character is used to
31454 separate the keywords if more than one keyword is set for a message.
31455 It is also not possible to change the fact that there are no separators
31456 between the keyword initials if more than one keyword is set.
31458 &lt;End of help on this topic&gt;
31459 </BODY>
31460 </HTML>
31461 ====== h_config_opening_sep =====
31462 <HTML>
31463 <HEAD>
31464 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
31465 </HEAD>
31466 <BODY>
31467 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
31469 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
31470 With some setups the text of the subject is followed
31471 by the opening text of the message if there is any room available in the index line.
31472 If you have configured your
31473 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31474 to include one of the Subject tokens that causes this behavior
31475 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
31476 to modify what is displayed slightly.
31477 By default, the Subject is separated from the opening text of the message by
31478 the three characters space dash space;
31480 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
31482 Use this option to set it to something different.
31483 The value must be quoted if it includes any space characters.
31484 For example, the default value could be specified explicitly by setting this
31485 option to
31487 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
31489 &lt;End of help on this topic&gt;
31490 </BODY>
31491 </HTML>
31492 ====== h_config_select_wo_confirm =====
31493 <HTML>
31494 <HEAD>
31495 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
31496 </HEAD>
31497 <BODY>
31498 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
31500 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
31501 These commands all take text input to specify the name of the folder or
31502 file to be used, but allow you to press ^T for a list of possible names.
31503 If set, the selected name will be used immediately, without further
31504 opportunity to confirm or edit the name.
31506 Some related help topics are
31507 <UL>
31508 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
31509 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
31510 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
31511 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
31512 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
31513 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
31514 </UL>
31516 &lt;End of help on this topic&gt;
31517 </BODY>
31518 </HTML>
31519 ====== h_config_save_part_wo_confirm =====
31520 <HTML>
31521 <HEAD>
31522 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
31523 </HEAD>
31524 <BODY>
31525 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
31527 This feature controls an aspect of Alpine's Save command.
31528 By default, when you Save a message that has some deleted parts, you will
31529 be asked to confirm that you want to Save with a prompt that looks like:
31531 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
31533 If this feature is set, you will not be asked.
31535 &lt;End of help on this topic&gt;
31536 </BODY>
31537 </HTML>
31538 ====== h_config_use_resentto =====
31539 <HTML>
31540 <HEAD>
31541 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
31542 </HEAD>
31543 <BODY>
31544 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
31546 This feature is turned off by default because turning it on causes problems
31547 with some deficient IMAP servers.
31548 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
31549 <A HREF="h_rule_patterns">Pattern</A>
31550 contains a To header pattern and this feature is turned on,
31551 then a check is made in the message to see
31552 if a Resent-To header is present, and that is used instead of the To header.
31553 If this feature is not turned on, then the regular To header will always
31554 be used.
31557 &lt;End of help on this topic&gt;
31558 </BODY>
31559 </HTML>
31560 ====== h_config_use_reg_start_for_stayopen =====
31561 <HTML>
31562 <HEAD>
31563 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
31564 </HEAD>
31565 <BODY>
31566 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
31568 This feature affects which message is selected as the current message
31569 when you enter a
31570 <A HREF="h_config_permlocked">Stay Open</A> folder.
31572 Normally, the starting position for an incoming folder (which most Stay Open
31573 folders will likely be) is controlled by the
31574 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
31575 However, if a folder is a Stay Open folder, when you re-enter the folder
31576 after the first time the current message will be the same as it was when
31577 you left the folder.
31578 An exception is made if you use the TAB command to get to the folder.
31579 In that case, the message number will be incremented by one from what it
31580 was when you left the folder.
31582 The above special behavior is thought to be useful.
31583 However, it is special and different from what you might at first expect.
31584 If this feature is set, then Stay Open folders will not be treated specially
31585 as far as the startup rule is concerned.
31588 &lt;End of help on this topic&gt;
31589 </BODY>
31590 </HTML>
31591 ====== h_config_use_current_dir =====
31592 <HTML>
31593 <HEAD>
31594 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
31595 </HEAD>
31596 <BODY>
31597 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
31599 This feature controls an aspect of several commands. 
31600 If set, your &quot;current working directory&quot; 
31601 <!--chtml if pinemode="running"-->
31602 (which, at least for your current Alpine &quot;session,&quot; 
31603 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
31604 <!--chtml endif-->
31605 will be used instead of your home directory 
31606 <!--chtml if pinemode="running"-->
31607 (which, in the present configuration of your system, is
31608  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
31609 <!--chtml endif-->
31610 for all of the following operations:<UL>
31611     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
31612     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
31613     <LI> <!--chtml if pinemode="function_key"-->F4
31614          <!--chtml else-->Ctrl-R
31615          <!--chtml endif--> file inclusion in the COMPOSER
31616     <LI> <!--chtml if pinemode="function_key"-->F5
31617          <!--chtml else-->Ctrl-J
31618          <!--chtml endif--> file attachment in the COMPOSER
31619 </UL>
31620 <!--chtml if pinemode="os_windows"-->
31622 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31623 you can set the &quot;current drive&quot; 
31624 by specifying it in the &quot;Start in:&quot; 
31625 box found in the Shortcut tab of the Properties.  
31626 <!--chtml endif-->
31628 <UL>   
31629 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31630 </UL>
31633 &lt;End of help on this topic&gt;
31634 </BODY>
31635 </HTML>
31636 ====== h_config_save_wont_delete =====
31637 <HTML>
31638 <HEAD>
31639 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31640 </HEAD>
31641 <BODY>
31642 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31644 This feature controls one aspect of the Save command.  If set, Save will
31645 not mark the message &quot;deleted&quot; (its default behavior) after
31646 it has been copied to the designated folder.
31649 &lt;End of help on this topic&gt;
31650 </BODY>
31651 </HTML>
31652 ====== h_config_use_boring_spinner =====
31653 <HTML>
31654 <HEAD>
31655 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31656 </HEAD>
31657 <BODY>
31658 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31660 When Alpine is delayed for some reason it usually shows that
31661 something is happening with a small animated display in the status
31662 message line near the bottom of the screen.
31663 Setting this feature will cause that animation to be the same
31664 each time instead of having Alpine choose a random animation.
31665 You may turn the animation off altogether by setting the
31666 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31667 option to zero.
31670 &lt;End of help on this topic&gt;
31671 </BODY>
31672 </HTML>
31673 ====== h_config_unsel_wont_advance =====
31674 <HTML>
31675 <HEAD>
31676 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31677 </HEAD>
31678 <BODY>
31679 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31681 This feature controls one aspect of the Unselect Current message command.
31682 Normally, when the Unselect current message command (:) is typed when the
31683 current message is selected, the message will be unselected and the next
31684 message will become the current message.
31685 If this feature is set, the cursor will not advance to the next message.
31686 Instead, the current message will remain the current message after
31687 unselecting.
31690 &lt;End of help on this topic&gt;
31691 </BODY>
31692 </HTML>
31693 ====== h_config_prune_uses_iso =====
31694 <HTML>
31695 <HEAD>
31696 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31697 </HEAD>
31698 <BODY>
31699 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31701 By default, Alpine asks monthly whether or not you would like to rename
31702 some folders to a new name containing the date.
31703 It also asks whether or not you would like to delete some old folders.
31704 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31705 explanation.
31708 By default, the name used when renaming a folder looks like
31710 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31712 For example, the first time you run Alpine in May of 2004,
31713 the folder &quot;sent-mail&quot; might be renamed to
31715 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31717 If this feature is set, the name used will be of the form
31719 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31721 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31722 month (01, 02, ..., 12).
31723 For the April, 2004 example above, it would instead be
31725 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31727 because April is the 4th month of the year.
31728 A reason you might want to set this feature is so that the folders
31729 will sort in chronological order.
31732 &lt;End of help on this topic&gt;
31733 </BODY>
31734 </HTML>
31735 ====== h_config_save_advances =====
31736 <HTML>
31737 <HEAD>
31738 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31739 </HEAD>
31740 <BODY>
31741 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31743 This feature controls one aspect of the Save command.  If set, Save will
31744 (in addition to copying the current message to the designated folder) also
31745 advance to the next message.
31748 &lt;End of help on this topic&gt;
31749 </BODY>
31750 </HTML>
31751 ====== h_config_force_arrow =====
31752 <HTML>
31753 <HEAD>
31754 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31755 </HEAD>
31756 <BODY>
31757 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31759 This feature affects Alpine's MESSAGE INDEX display routine.
31760 If set, the normal inverse-video cursor will be
31761 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31762 second column of the index display.
31764 This is the same index cursor you get if you turn on
31765 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31766 line coloring will still be present if this feature is turned on and
31767 <!--#echo var="FEAT_assume-slow-link"--> is off.
31769 An alternative version of the Arrow cursor is available by including the
31770 <A HREF="h_config_index_arrow_color">ARROW</A>
31771 token in the
31772 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31774 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31775 but that is not implemented.
31778 &lt;End of help on this topic&gt;
31779 </BODY>
31780 </HTML>
31781 ====== h_config_ignore_size =====
31782 <HTML>
31783 <HEAD>
31784 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
31785 </HEAD>
31786 <BODY>
31787 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
31789 When you have an account residing in an IMAP server, Alpine records the 
31790 size of each message as reported by the server. However, when Alpine saves 
31791 a message in such IMAP server, Alpine will compute the size of the message 
31792 independently, from the data it received. If these two numbers do not 
31793 match for a message, Alpine asks you if you still want to take the risk of 
31794 saving such message, since data corruption or loss of data could result 
31795 from this save.
31798 Sometimes the root of this problem is that the IMAP server does not 
31799 compute sizes correctly, and there will not be loss of information when 
31800 saving such message. Enabling this feature will make Alpine ignore such 
31801 error and continue saving the message without producing any warnings or 
31802 ever stopping the process, as if there had not been any error. This option 
31803 applies to all IMAP servers that you use, so if you enable this feature, 
31804 size discrepancy warnings will not be given for any IMAP server you 
31805 connect to.
31808 Example of a server where you could reproduce this problem is the Gmail 
31809 IMAP server. Another example can be found in some versions of the Exchange 
31810 server.
31813 It is recommended that this feature be disabled most of the time and only 
31814 enabled when you find a server which you can determine that has the above 
31815 mentioned defect, but be disabled again after making the save operation 
31816 succeed.
31819 &lt;End of help on this topic&gt;
31820 </BODY>
31821 </HTML>
31822 ====== h_config_force_low_speed =====
31823 <HTML>
31824 <HEAD>
31825 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31826 </HEAD>
31827 <BODY>
31828 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31830 UNIX Alpine only.
31832 This feature affects Alpine's display routines.  If set, the normal
31833 inverse-video cursor (used to highlight the current item in a list) will be
31834 replaced by an &quot;arrow&quot; cursor and other
31835 screen update optimizations for
31836 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31837 One of the optimizations is that colored index lines (set up with Indexcolor
31838 Rules) will not be colored.
31839 If you are just turning this feature on because you like using
31840 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31841 coloring by turning this feature off and the
31842 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31845 &lt;End of help on this topic&gt;
31846 </BODY>
31847 </HTML>
31848 ====== h_config_show_delay_cue =====
31849 <HTML>
31850 <HEAD>
31851 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31852 </HEAD>
31853 <BODY>
31854 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31856 If set, this feature will cause an asterisk to appear in the upper
31857 left-hand corner of the screen whenever Alpine checks for new mail.
31858 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31859 mailbox to disk.
31861 <!--chtml if pinemode="os_windows"-->
31863 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31864 it is trying to open a network connection (e.g, to open your INBOX
31865 on an IMAP
31866 server) or read from the network connection.  A greater-than symbol,
31867 will be displayed when PC-Alpine is trying to write to the network
31868 connection (e.g, sending a command to your IMAP server).
31869 <!--chtml endif-->
31872 &lt;End of help on this topic&gt;
31873 </BODY>
31874 </HTML>
31875 ====== h_config_color_style =====
31876 <HTML>
31877 <HEAD>
31878 <TITLE>OPTION: Color Style</TITLE>
31879 </HEAD>
31880 <BODY>
31881 <H1>OPTION: Color Style</H1>
31883 UNIX Alpine only.
31885 If the terminal or terminal emulator you are using is capable of displaying
31886 colors, this option controls whether or not color will be used in Alpine.
31887 If you turn color on and things are set up correctly,
31888 you should see color appear on the screen immmediately.
31889 Modern terminal emulators are usually capable of displaying colors.
31891 The available options include:
31894 <DL>
31895 <DT>no-color</DT>
31896 <DD>Don't use color.
31897 </DD>
31899 <DT>use-termdef</DT>
31900 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31901 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31902 how Alpine was compiled.
31903 This is a good option to choose if you switch between a color and a non-color
31904 terminal with the same Alpine configuration.
31905 Alpine will know to use color on the color terminal because it is described
31906 in the termcap entry, and Alpine will know to use black and white on the
31907 non-color terminal.
31908 The Alpine Technical Notes
31909 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31910 have more information on configuring a TERMCAP or TERMINFO
31911 entry for color Alpine.
31912 This is usually something a system administrator does.
31913 </DD>
31915 <DT>force-ansi-8color</DT>
31916 <DD>This is probably the setting that most people should use.
31917 Because setting up a termcap entry is confusing and because the
31918 terminal capabilities database is often not correctly configured for color,
31919 this choice and the next may be easier for you to use.
31920 If your terminal emulator responds to ANSI color escape sequences, which
31921 many do, this option will cause Alpine to believe your terminal will respond
31922 to the escape sequences that produce eight different foreground and background
31923 colors.
31924 The escape sequences used to set the foreground colors are
31926   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31928 where the color_number is an ASCII digit between 0 and 7.
31929 The numbers 0 through 7 should correspond to the colors black, red, green,
31930 yellow, blue, magenta, cyan, and white.
31931 Some terminal emulators use a pre-ANSI scheme that swaps
31932 the colors blue and red and the colors yellow and cyan.
31933 This will cause the default colors to be different, but other than that
31934 things should work fine.
31935 There is also a 9th color available, the last one shown, which is the default
31936 color from the terminal emulator.
31937 When used as a background color some people refer to this color as
31938 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31939 shown in the color swatch of the SETUP COLOR screen.
31940 The foreground transparent color is shown as
31941 the color of the &quot;TRAN&quot; text.
31942 (The transparent color will not work correctly in a PC-Alpine configuration.)
31943 The escape sequences used to set the background colors are the same
31944 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31945 The escape sequences for foreground and background default colors (transparent)
31946 are 39m and 49m.
31948 Note: With the Tera Term terminal emulator this setting works well.
31949 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31950 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31951 menu, in the &quot;Window&quot; submenu.
31952 </DD>
31954 <DT>force-ansi-16color</DT>
31955 <DD>Many terminal emulators know about the same eight colors above
31956 plus eight more.
31957 This option attempts to use all 16 colors.
31958 The same escape sequences as for the eight-color terminal are used
31959 for the first eight colors.
31960 The escape sequences used to set foreground colors 8-15 are the same as
31961 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31962 The background color sequences for colors 8-15 are the same as for 0-7
31963 except the &quot;4&quot; is replaced with &quot;10&quot;.
31964 You can tell if the 16 colors are working by turning on this option
31965 and then going into one of the color configuration screens, for example,
31966 the configuration screen for Normal Color.
31967 If you see 16 different colors to select from (plus a 17th for
31968 the transparent color), it's working.
31969 </DD>
31971 <DT>force-xterm-256color</DT>
31972 <DD>Some versions of xterm (and some other terminal emulators)
31973 have support for 256 colors.
31974 The escape sequences used to set the foreground colors are
31976   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31978 where the color_number is an ASCII digit between 0 and 255.
31979 Background colors are the same with the 38 replaced with a 48.
31980 The numbers 0 through 15 are probably similar to the 16 color version
31981 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31982 The terminal default (transparent) color is the 257th color at the bottom.
31983 Some terminal emulators will misinterpret these escape sequences causing
31984 the terminal to blink or overstrike characters or to do something else
31985 undesirable.
31987 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31988 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31989 this 256-color setting.
31991 </DD>
31992 </DL>
31995 The normal default is &quot;no-color&quot;.
31998 Once you've turned on color you may set the
31999 colors of many objects on the screen individually.
32000 For example, you may add colors to the status letters on the MESSAGE
32001 INDEX page.
32002 Most categories of color that Alpine supports are configurable here.
32003 For example, &quot;Normal Color&quot;
32004 is the color used to display most of the text in Alpine, and
32005 &quot;Reverse Color&quot; is used to display highlighted text, such as the
32006 current message in the MESSAGE INDEX.
32008 Lines in the MESSAGE INDEX may also be colored.
32009 Use Setup Rules to get to the Indexcolor configuration screen.
32012 <UL>   
32013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32014 </UL><P>
32015 &lt;End of help on this topic&gt;
32016 </BODY>
32017 </HTML>
32018 ====== h_config_disable_index_locale_dates =====
32019 <HTML>
32020 <HEAD>
32021 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
32022 </HEAD>
32023 <BODY>
32024 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
32026 This feature affects the display of dates in the MESSAGE INDEX.
32027 Normally an attempt is made to localize the dates
32028 used in the MESSAGE INDEX display to your locale.
32029 This is controlled with the
32030 LC_TIME locale setting on a UNIX system.
32031 On Windows the Regional Options control panel may be used to set the date format.
32032 At the programming level, Alpine is using the strftime routine
32033 to print the parts of a date.
32035 If this feature is set, dates are displayed in English and
32036 with the conventions of the United States.
32039 <UL>   
32040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32041 </UL><P>
32042 &lt;End of help on this topic&gt;
32043 </BODY>
32044 </HTML>
32045 ====== h_config_auto_open_unread =====
32046 <HTML>
32047 <HEAD>
32048 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
32049 </HEAD>
32050 <BODY>
32051 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
32053 This feature controls the behavior of the TAB key when traversing folders
32054 in the optional 
32055 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
32056 collection or in optional <!--#echo var="VAR_news-collections"-->.
32058 When the TAB
32059 (<A HREF="h_common_nextnew">NextNew</A>)
32060 key is pressed, and there
32061 are no more unseen messages in the current (incoming message or news)
32062 folder, Alpine will search the list of folders in the current collection for
32063 one containing New or Recent (new since the last time the folder was
32064 opened) messages.
32065 This behavior may be modified slightly with the
32066 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
32067 feature that causes Alpine to look for Unseen messages instead of Recent
32068 messages.
32069 Normally, when such a folder is found, Alpine will ask
32070 whether you wish to open the folder.  If this feature is set, Alpine will
32071 automatically open the folder without prompting.
32073 This feature also affects some other similar situations.
32074 If you have a
32075 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
32076 that is equal to one of the &quot;separate-&quot; values, and you are
32077 viewing a thread; then when you type the NextNew command and are at the
32078 end of the current thread you will automatically go to the next thread
32079 if this feature is set.
32080 By default, you would be asked if you want to view the next thread.
32081 You will also be asked at times whether or not you want to view the next
32082 thread after you delete the last message in the thread.
32083 Setting this feature will also cause that question to be skipped.
32086 <UL>   
32087 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32088 </UL><P>
32089 &lt;End of help on this topic&gt;
32090 </BODY>
32091 </HTML>
32092 ====== h_config_auto_include_reply =====
32093 <HTML>
32094 <HEAD>
32095 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
32096 </HEAD>
32097 <BODY>
32098 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
32100 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
32101 will ask whether you wish to include the original message in your reply.
32102 If this feature is set and the feature
32103 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
32104 is <EM>not</EM> set, then the original message will be included in the reply
32105 automatically, without prompting.
32107 &lt;End of help on this topic&gt;
32108 </BODY>
32109 </HTML>
32110 ====== h_config_select_in_bold =====
32111 <HTML>
32112 <HEAD>
32113 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
32114 </HEAD>
32115 <BODY>
32116 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
32118 This feature controls an aspect of Alpine's 
32119 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
32120 commands; in
32121 particular, the Select and WhereIs commands. Select and WhereIs (with the
32122 ^X subcommand) will search the current folder for messages meeting a
32123 specified criteria, and &quot;tag&quot; the resulting messages with an 
32124 &quot;X&quot; in the
32125 first column of the applicable lines in the MESSAGE INDEX.  If this feature
32126 is set, instead of using the &quot;X&quot; to denote a selected message, 
32127 Alpine will
32128 attempt to display those index lines in boldface. Whether this is
32129 preferable to the &quot;X&quot; will depend on personal taste and the type of
32130 terminal being used.
32132 <UL>   
32133 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32134 </UL><P>
32135 &lt;End of help on this topic&gt;
32136 </BODY>
32137 </HTML>
32138 ====== h_config_alt_auth =====
32139 <HTML>
32140 <HEAD>
32141 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
32142 </HEAD>
32143 <BODY>
32144 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
32146 This feature affects how Alpine connects to IMAP servers.
32147 It's utility has largely been overtaken by events,
32148 but it may still be useful in some circumstances.
32149 If you only connect to modern IMAP servers that support
32150 &quot;TLS&quot; you can ignore this feature.
32153 Details:
32156 By default, Alpine will attempt to connect to an IMAP server on the
32157 normal IMAP service port (143), and if the server offers &quot;Transport Layer
32158 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
32159 then a secure (encrypted) session will be negotiated.
32162 With this feature enabled, before connecting on the normal IMAP port, Alpine
32163 will first attempt to connect to an alternate IMAP service port (993) used
32164 specifically for encrypted IMAP sessions via the Secure Sockets Layer
32165 (SSL) method.
32166 If the SSL attempt fails, Alpine will then try the default
32167 behavior described in the previous paragraph.
32170 TLS negotiation on the normal port is preferred, and supersedes the use of
32171 SSL on port 993, but older servers may not provide TLS support.
32172 This feature may be convenient when accessing IMAP servers that do not support
32173 TLS, but do support SSL connections on port 993.
32174 However, it is important to understand that with this feature enabled,
32175 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
32176 but it will proceed to make an insecure connection if that is the only
32177 option offered by the server, or if the Alpine in question has been built
32178 without encryption capability.
32181 Note that this feature specifies a per-user (or system-wide) default
32182 behavior, but host/folder specification flags may be used to control the
32183 behavior of any specific connection.
32184 This feature interacts with some of
32185 the possible host/folder path specification flags as follows:
32188 The <SAMP>/tls</SAMP> host flag, for example,
32191 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
32193 will over-ride this feature for the specified host by bypassing the
32194 SSL connection attempt.
32195 Moreover, with <SAMP>/tls</SAMP> specified,
32196 the connection attempt will fail if the
32197 service on port 143 does not offer TLS support.
32200 The <SAMP>/ssl</SAMP> host flag, for example,
32203 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
32205 will insist on an SSL connection for the specified host,
32206 and will fail if the SSL service on port 993 is not available.
32207 Alpine will not subsequently retry a connection
32208 on port 143 if <SAMP>/ssl</SAMP> is specified.
32211 <UL>   
32212 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32213 </UL><P>
32214 &lt;End of help on this topic&gt;
32215 </BODY>
32216 </HTML>
32217 ====== h_config_file_dir ======
32218 <HTML>
32219 <HEAD>
32220 <TITLE>OPTION: File Directory</TITLE>
32221 </HEAD>
32222 <BODY>
32223 <H1>OPTION: File Directory</H1>
32225 PC-Alpine only.
32227 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
32228 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
32229 Message Index's &quot;E&nbsp;Export&quot; command.
32232 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
32233 component, Alpine assumes the file exists in the user's home directory.
32234 Under Windows operating systems, this definition isn't always clear.  This 
32235 feature allows you to explictly set where Alpine should look for files
32236 without a leading path.
32239 NOTE: this feature's value is ignored if either 
32240 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
32241 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
32244 <UL>   
32245 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32246 </UL><P>
32247 &lt;End of help on this topic&gt;
32248 </BODY>
32249 </HTML>
32250 ====== h_config_quote_all_froms =====
32251 <HTML>
32252 <HEAD>
32253 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
32254 </HEAD>
32255 <BODY>
32256 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
32258 This feature controls an aspect of the Save command (and also the way
32259 outgoing messages are saved to an FCC folder).  If set, Alpine will add
32260 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
32261 when they are saved to another folder, including lines syntactically
32262 distinguishable from the type of message separator line commonly used on
32263 Unix systems.
32266 The default behavior is that a &quot;>&quot; will be prepended only to lines
32267 beginning with &quot;From &quot; that might otherwise be confused with a message
32268 separator line on Unix systems.  If pine is the only mail program you use,
32269 this default is reasonable.  If another program you use has trouble
32270 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
32271 enable this feature.  This feature only applies to the common Unix mailbox
32272 format that uses message separator lines beginning with &quot;From &quot;.  If
32273 Alpine has been configured to use a different mailbox format (possibly
32274 incompatible with other mail programs), then this issue does not arise,
32275 and the feature is irrelevant.
32278 &lt;End of help on this topic&gt;
32279 </BODY>
32280 </HTML>
32281 ====== h_config_normal_color =====
32282 <HTML>
32283 <HEAD>
32284 <TITLE>OPTION: Normal Color</TITLE>
32285 </HEAD>
32286 <BODY>
32287 <H1>OPTION: Normal Color</H1>
32289 Sets the color Alpine normally uses.
32290 The foreground color is the color of the actual character and the
32291 background color is the color of the area behind the character.
32292 By default this color is black characters on a white background.
32294 <A HREF="h_color_setup">Descriptions of the available commands</A>
32296 Look <A HREF="h_edit_nav_cmds">here</A>
32297 to see the available Editing and Navigation commands.
32299 &lt;End of help on this topic&gt;
32300 </BODY>
32301 </HTML>
32302 ====== h_config_reverse_color =====
32303 <HTML>
32304 <HEAD>
32305 <TITLE>OPTION: Reverse Color</TITLE>
32306 </HEAD>
32307 <BODY>
32308 <H1>OPTION: Reverse Color</H1>
32310 Sets the color Alpine uses for reverse video characters.
32311 The foreground color is the color of the actual character and the
32312 background color is the color of the area behind the character.
32314 <A HREF="h_color_setup">Descriptions of the available commands</A>
32316 Look <A HREF="h_edit_nav_cmds">here</A>
32317 to see the available Editing and Navigation commands.
32319 &lt;End of help on this topic&gt;
32320 </BODY>
32321 </HTML>
32322 ====== h_config_title_color =====
32323 <HTML>
32324 <HEAD>
32325 <TITLE>OPTION: Title Color</TITLE>
32326 </HEAD>
32327 <BODY>
32328 <H1>OPTION: Title Color</H1>
32330 Sets the color Alpine uses for the titlebar (the top line on the screen).
32331 The foreground color is the color of the actual character and the
32332 background color is the color of the area behind the character.
32333 By default, the Title Color is black characters on a yellow background.
32335 The actual titlebar color may be different from the Title Color if
32336 the option
32337 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
32338 is set to some value other than the default.
32339 It may also be different if the current folder is closed and the
32340 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
32341 color is set to something different from the Title Color.
32343 <A HREF="h_color_setup">Descriptions of the available commands</A>
32345 Look <A HREF="h_edit_nav_cmds">here</A>
32346 to see the available Editing and Navigation commands.
32348 &lt;End of help on this topic&gt;
32349 </BODY>
32350 </HTML>
32351 ====== h_config_titleclosed_color =====
32352 <HTML>
32353 <HEAD>
32354 <TITLE>OPTION: Title Closed Color</TITLE>
32355 </HEAD>
32356 <BODY>
32357 <H1>OPTION: Title Closed Color</H1>
32359 Sets the color Alpine uses for the titlebar (the top line on the screen)
32360 when the current folder is closed.
32361 The foreground color is the color of the actual character and the
32362 background color is the color of the area behind the character.
32363 By default, the Title Color Closed Color is white characters on a red background.
32365 By setting this color to something noticeable you will be alerted to the
32366 fact that the current folder is closed, perhaps unexpectedly.
32368 &lt;End of help on this topic&gt;
32369 </BODY>
32370 </HTML>
32371 ====== h_config_status_color =====
32372 <HTML>
32373 <HEAD>
32374 <TITLE>OPTION: Status Color</TITLE>
32375 </HEAD>
32376 <BODY>
32377 <H1>OPTION: Status Color</H1>
32379 Sets the color Alpine uses for status messages written to the message
32380 line near the bottom of the screen.
32381 The foreground color is the color of the actual character and the
32382 background color is the color of the area behind the character.
32383 By default, the Status Color is the same as the Reverse Color.
32385 <A HREF="h_color_setup">Descriptions of the available commands</A>
32387 Look <A HREF="h_edit_nav_cmds">here</A>
32388 to see the available Editing and Navigation commands.
32390 &lt;End of help on this topic&gt;
32391 </BODY>
32392 </HTML>
32393 ====== h_config_index_opening_color =====
32394 <HTML>
32395 <HEAD>
32396 <TITLE>OPTION: Index Opening Color</TITLE>
32397 </HEAD>
32398 <BODY>
32399 <H1>OPTION: Index Opening Color</H1>
32401 With some setups the text of the subject is followed
32402 by the opening text of the message if there is any room available in the index line.
32403 If you have configured your
32404 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32405 to include one of the Subject tokens that causes this behavior
32406 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
32407 this opening text with this option.
32408 This coloring takes place for all but the current index line, and the Opening
32409 Color appears to be in front of any color from an Index Color Rule.
32411 By default the Index Opening Color is gray characters on a white background.
32414 <A HREF="h_color_setup">Descriptions of the available commands</A>
32416 Look <A HREF="h_edit_nav_cmds">here</A>
32417 to see the available Editing and Navigation commands.
32419 &lt;End of help on this topic&gt;
32420 </BODY>
32421 </HTML>
32422 ====== h_config_index_pri_color =====
32423 <HTML>
32424 <HEAD>
32425 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
32426 </HEAD>
32427 <BODY>
32428 <H1>OPTION: Index Priority Symbol Colors</H1>
32430 The X-Priority header is a non-standard header that is used in a
32431 somewhat standard way by many mail programs.
32432 Alpine expects the value of this header to be a digit with a value
32433 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
32434 Alpine can be made to display an indication of this priority in
32435 messages by use of one of the tokens
32436 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
32437 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
32438 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32441 You may set the color used to draw these tokens by use of the colors
32442 Index High Priority Symbol Color and Index Low Priority Symbol Color.
32443 This coloring takes place for all but the current index line, and the Priority
32444 Color appears to be in front of any color from an Index Color Rule.
32445 If the priority has a value of 1 or 2 the High Priority color will be
32446 used,
32447 and if the value is 4 or 5 the Low Priority color will be used.
32449 If you don't set these colors the index line will be colored in the same color as
32450 the bulk of the index line.
32453 <A HREF="h_color_setup">Descriptions of the available commands</A>
32455 Look <A HREF="h_edit_nav_cmds">here</A>
32456 to see the available Editing and Navigation commands.
32458 &lt;End of help on this topic&gt;
32459 </BODY>
32460 </HTML>
32461 ====== h_config_index_subject_color =====
32462 <HTML>
32463 <HEAD>
32464 <TITLE>OPTION: Index Subject Color</TITLE>
32465 </HEAD>
32466 <BODY>
32467 <H1>OPTION: Index Subject Color</H1>
32469 You may set the color used to draw the Subject part of the index line.
32470 This coloring takes place for all but the current index line, and the Subject
32471 Color appears to be in front of any color from an Index Color Rule.
32473 If you don't set this color it will be colored in the same color as
32474 the bulk of the index line.
32477 <A HREF="h_color_setup">Descriptions of the available commands</A>
32479 Look <A HREF="h_edit_nav_cmds">here</A>
32480 to see the available Editing and Navigation commands.
32482 &lt;End of help on this topic&gt;
32483 </BODY>
32484 </HTML>
32485 ====== h_config_index_from_color =====
32486 <HTML>
32487 <HEAD>
32488 <TITLE>OPTION: Index From Color</TITLE>
32489 </HEAD>
32490 <BODY>
32491 <H1>OPTION: Index From Color</H1>
32493 You may set the color used to draw the From part of the index line.
32494 This coloring takes place for all but the current index line, and the From
32495 Color appears to be in front of any color from an Index Color Rule.
32497 If you don't set this color it will be colored in the same color as
32498 the bulk of the index line.
32501 <A HREF="h_color_setup">Descriptions of the available commands</A>
32503 Look <A HREF="h_edit_nav_cmds">here</A>
32504 to see the available Editing and Navigation commands.
32506 &lt;End of help on this topic&gt;
32507 </BODY>
32508 </HTML>
32509 ====== h_config_index_arrow_color =====
32510 <HTML>
32511 <HEAD>
32512 <TITLE>OPTION: Index Arrow Color</TITLE>
32513 </HEAD>
32514 <BODY>
32515 <H1>OPTION: Index Arrow Color</H1>
32517 If you have configured your
32518 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
32519 to include the &quot;ARROW&quot; token, you may set the color of
32520 the arrow displayed with this option.
32521 If you don't set the color it will be colored in the same color as
32522 the bulk of the index line.
32525 <A HREF="h_color_setup">Descriptions of the available commands</A>
32527 Look <A HREF="h_edit_nav_cmds">here</A>
32528 to see the available Editing and Navigation commands.
32530 &lt;End of help on this topic&gt;
32531 </BODY>
32532 </HTML>
32533 ====== h_config_index_color =====
32534 <HTML>
32535 <HEAD>
32536 <TITLE>OPTION: Index Colors</TITLE>
32537 </HEAD>
32538 <BODY>
32539 <H1>OPTION: Index Colors</H1>
32541 You may add color to the single character symbols that give the status
32542 of each message in the MESSAGE INDEX.
32543 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
32544 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
32545 screen depending on whether the message is addressed to you, and whether
32546 the message is marked Important, is Deleted, is Answered, or is New.
32547 The color for each of those characters may be specified by setting the
32548 &quot;Index-to-me&quot; Symbol Color,
32549 the &quot;Index-important&quot; Symbol Color,
32550 the &quot;Index-deleted&quot; Symbol Color,
32551 the &quot;Index-answered&quot; Symbol Color,
32552 and the &quot;Index-new&quot; Symbol Color.
32553 There are also two other symbol colors called &quot;Index-recent&quot;
32554 and &quot;Index-unseen&quot;.
32555 These two colors will only be used if you have configured your
32556 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32557 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
32559 The default colors for these symbols are:
32560 <TABLE>
32561 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
32562 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
32563 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32564 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
32565 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
32566 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32567 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32568 </TABLE>
32570 Besides coloring the message status symbols, you may also color the
32571 entire index line.
32572 This is done by using the
32573 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
32574 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
32575 When the entire line is colored that color will be &quot;behind&quot; the
32576 status symbol colors talked about in the paragraph above.
32578 You may also color
32579 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32580 in the index using the
32581 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
32582 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
32583 the Subject using
32584 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
32585 the From field using
32586 <A HREF="h_config_index_from_color">Index From Color</A>;
32587 and the
32588 <A HREF="h_config_index_opening_color">Index Opening</A> text.
32590 <A HREF="h_color_setup">Descriptions of the available commands</A>
32592 Look <A HREF="h_edit_nav_cmds">here</A>
32593 to see the available Editing and Navigation commands.
32595 &lt;End of help on this topic&gt;
32596 </BODY>
32597 </HTML>
32598 ====== h_config_metamsg_color =====
32599 <HTML>
32600 <HEAD>
32601 <TITLE>OPTION: Meta-Message Color</TITLE>
32602 </HEAD>
32603 <BODY>
32604 <H1>OPTION: Meta-Message Color</H1>
32606 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
32607 that aren't part of the message itself.
32608 For example, an attachment that isn't shown might produce a meta
32609 message something like:
32611 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
32613 If you set the
32614 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
32615 option you might see
32617 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
32619 Warnings about suspicious looking URLs in HTML will also be colored
32620 with this color.
32622 The foreground color is the color of the actual character and the
32623 background color is the color of the area behind the character.
32624 By default, the Meta-Message Color is black characters on a yellow background.
32626 <A HREF="h_color_setup">Descriptions of the available commands</A>
32628 Look <A HREF="h_edit_nav_cmds">here</A>
32629 to see the available Editing and Navigation commands.
32631 &lt;End of help on this topic&gt;
32632 </BODY>
32633 </HTML>
32634 ====== h_config_keylabel_color =====
32635 <HTML>
32636 <HEAD>
32637 <TITLE>OPTION: KeyLabel Color</TITLE>
32638 </HEAD>
32639 <BODY>
32640 <H1>OPTION: KeyLabel Color</H1>
32642 Sets the color Alpine uses for the labels of the keys in the two-line
32643 menu at the bottom of the screen.
32644 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32645 This option sets the color used when displaying &quot;PrevMsg&quot;.
32646 The foreground color is the color of the actual character and the
32647 background color is the color of the area behind the character.
32648 By default, the KeyLabel Color is the same as the Normal Color.
32650 WARNING: Some terminal emulators have the property that the screen will scroll
32651 down one line whenever a character is written to the character cell in the
32652 lower right corner of the screen.
32653 Alpine can usually avoid writing a character in that corner of the screen.
32654 However, if you have defined a KeyLabel Color then Alpine does have to write
32655 a character in that cell in order to color the cell correctly.
32656 If you find that your display sometimes scrolls up a line this could be
32657 the problem.
32658 The most obvious symptom is probably that the titlebar at the top of the
32659 screen scrolls off the screen.
32660 Try setting KeyLabel Color to Default to see if that fixes the problem.
32662 <A HREF="h_color_setup">Descriptions of the available commands</A>
32664 Look <A HREF="h_edit_nav_cmds">here</A>
32665 to see the available Editing and Navigation commands.
32667 &lt;End of help on this topic&gt;
32668 </BODY>
32669 </HTML>
32670 ====== h_config_keyname_color =====
32671 <HTML>
32672 <HEAD>
32673 <TITLE>OPTION: KeyName Color</TITLE>
32674 </HEAD>
32675 <BODY>
32676 <H1>OPTION: KeyName Color</H1>
32678 Sets the color Alpine uses for the names of the keys in the two-line
32679 menu at the bottom of the screen.
32680 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32681 This option sets the color used when displaying the &quot;P&quot;.
32682 The foreground color is the color of the actual character and the
32683 background color is the color of the area behind the character.
32684 By default, the KeyName Color is the same as the Reverse Color.
32686 <A HREF="h_color_setup">Descriptions of the available commands</A>
32688 Look <A HREF="h_edit_nav_cmds">here</A>
32689 to see the available Editing and Navigation commands.
32691 &lt;End of help on this topic&gt;
32692 </BODY>
32693 </HTML>
32694 ====== h_config_slctbl_color =====
32695 <HTML>
32696 <HEAD>
32697 <TITLE>OPTION: Selectable Item Color</TITLE>
32698 </HEAD>
32699 <BODY>
32700 <H1>OPTION: Selectable Item Color</H1>
32702 Sets the color Alpine uses for selectable items, such as URLs.
32703 The foreground color is the color of the actual character and the
32704 background color is the color of the area behind the character.
32705 By default, the Selectable Item Color is the same as the Normal Color,
32706 except that it is bold.
32708 <A HREF="h_color_setup">Descriptions of the available commands</A>
32710 Look <A HREF="h_edit_nav_cmds">here</A>
32711 to see the available Editing and Navigation commands.
32713 &lt;End of help on this topic&gt;
32714 </BODY>
32715 </HTML>
32716 ====== h_config_quote_color =====
32717 <HTML>
32718 <HEAD>
32719 <TITLE>OPTION: Quote Colors</TITLE>
32720 </HEAD>
32721 <BODY>
32722 <H1>OPTION: Quote Colors</H1>
32724 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32725 screen.
32726 If a line begins with a &gt; character (or space followed by &gt;)
32727 it is considered a quote.
32728 That line will be given the Quote1 Color (first level quote).
32729 If there is a second level of quoting then the Quote2 Color will be used.
32730 Alpine considers there to be a second level of quoting if that first &gt; is
32731 followed by another &gt; (or space followed by &gt;).
32732 If there are characters other than whitespace and &gt; signs, then it isn't
32733 considered another level of quoting.
32734 Similarly, if there is a third level of quoting the Quote3 Color will be
32735 used.
32736 If there are more levels after that the Quote Colors are re-used.
32737 If you define all three colors then it would repeat like Color1, Color2, Color3,
32738 Color1, Color2, Color3, ...
32739 If you only define the first two it would be
32740 Color1, Color2, Color1, Color2, ...
32741 If you define only the Quote1 Color, then the entire quote would be that
32742 color regardless of the quoting levels.
32743 By default, the Quote1 Color is black characters on a greenish-blue background;
32744 the Quote2 Color is black characters on a dull yellow background; and
32745 the Quote3 Color is black characters on a green background.
32747 <A HREF="h_color_setup">Descriptions of the available commands</A>
32749 Look <A HREF="h_edit_nav_cmds">here</A>
32750 to see the available Editing and Navigation commands.
32752 &lt;End of help on this topic&gt;
32753 </BODY>
32754 </HTML>
32755 ====== h_config_folder_color =====
32756 <HTML>
32757 <HEAD>
32758 <TITLE>OPTION: Folder Color</TITLE>
32759 </HEAD>
32760 <BODY>
32761 <H1>OPTION: Folder Color</H1>
32763 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32764 screen. By default, the Folder Color is the normal text color.
32767 If you set a color for this feature, other than the normal color
32768 (the default), or a color for
32769 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32770 will be colored according to the color specified in the
32771 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32772 case, the color will be the only indication that the colored name
32773 refers to a directory. The normal behavior is that Alpine
32774 indicates that a name refers to a directory by appending a
32775 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32776 the folder.
32779 If a folder is a directory, then the folder name will be painted
32780 according to the color defined by this variable, and a separator
32781 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32782 to the name. That
32783 indicator will be painted according to the color defined in the
32784 <A HREF="h_config_directory_color">Directory Color</A> option.
32787 &lt;End of help on this topic&gt;
32788 </BODY>
32789 </HTML>
32790 ====== h_config_directory_color =====
32791 <HTML>
32792 <HEAD>
32793 <TITLE>OPTION: Directory Color</TITLE>
32794 </HEAD>
32795 <BODY>
32796 <H1>OPTION: Directory Color</H1>
32798 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32799 screen. By default, the Folder Color is the normal text color.
32801 If you set a color for this feature, other than the normal color
32802 (the default), or a color for
32803 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32804 will be colored according to the color specified in the
32805 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32806 case, the color will be the only indication that the colored name
32807 refers to a directory. The normal behavior is that Alpine
32808 indicates that a name refers to a directory by appending a
32809 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32810 the folder.
32812 If a folder is a directory, then the folder name will be painted
32813 according to the color defined by the option
32814 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32815 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32816 after the name. That
32817 indicator will be painted according to the color defined in this
32818 option.
32820 &lt;End of help on this topic&gt;
32821 </BODY>
32822 </HTML>
32823 ====== h_config_folder_list_color =====
32824 <HTML>
32825 <HEAD>
32826 <TITLE>OPTION: Folder-List Color</TITLE>
32827 </HEAD>
32828 <BODY>
32829 <H1>OPTION: Folder-List Color</H1>
32831 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32832 screen. By default, the Folder-List Color is the normal text color.
32834 This text refers to the informative text that Alpine displays so you
32835 can recognize each collection. The color of the content of each collection
32836 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32837 and <A HREF="h_config_directory_color">Directory Color</A>.
32839 Unlike the options
32840 <A HREF="h_config_folder_color">Folder Color</A>
32841 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32842 this option does not affect the way that Alpine reports folders,
32843 directories and folders that are directories.
32845 &lt;End of help on this topic&gt;
32846 </BODY>
32847 </HTML>
32848 ====== h_config_incunseen_color =====
32849 <HTML>
32850 <HEAD>
32851 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32852 </HEAD>
32853 <BODY>
32854 <H1>OPTION: Incoming Unseen Color</H1>
32856 If the option
32857 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32858 is turned on it is possible to highlight the folders that contain
32859 unseen messages by coloring them with this color.
32860 By default, this is the same as the Normal Color and no highlighting is done.
32862 Usually the &quot;current&quot; folder (the folder the cursor is on)
32863 is highlighted using reverse video.
32864 If the current folder is colored because it contains unseen messages then
32865 the color used to show that it is also the current folder is controlled
32866 by the
32867 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32868 feature at the top of the SETUP COLOR screen.
32870 <A HREF="h_color_setup">Descriptions of the available commands</A>
32872 Look <A HREF="h_edit_nav_cmds">here</A>
32873 to see the available Editing and Navigation commands.
32875 &lt;End of help on this topic&gt;
32876 </BODY>
32877 </HTML>
32878 ====== h_config_signature_color =====
32879 <HTML>
32880 <HEAD>
32881 <TITLE>OPTION: Signature Color</TITLE>
32882 </HEAD>
32883 <BODY>
32884 <H1>OPTION: Signature Color</H1>
32886 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32887 screen. According to USENET conventions, the signature is defined as the
32888 paragraph following the &quot;sigdashes&quot;, that is, the special line
32889 consisting of the three characters
32890 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32891 empty line right after the sigdashes to be considered as part of the
32892 signature.
32893 By default, the Signature Color is blue characters on a white background.
32895 <A HREF="h_color_setup">Descriptions of the available commands</A>
32897 Look <A HREF="h_edit_nav_cmds">here</A>
32898 to see the available Editing and Navigation commands.
32900 &lt;End of help on this topic&gt;
32901 </BODY>
32902 </HTML>
32903 ====== h_config_prompt_color =====
32904 <HTML>
32905 <HEAD>
32906 <TITLE>OPTION: Prompt Color</TITLE>
32907 </HEAD>
32908 <BODY>
32909 <H1>OPTION: Prompt Color</H1>
32911 Sets the color Alpine uses for confirmation prompts and questions that
32912 appear in the status line near the bottom of the screen.
32913 The foreground color is the color of the actual character and the
32914 background color is the color of the area behind the character.
32915 By default, the Prompt Color is the same as the Reverse Color.
32917 <A HREF="h_color_setup">Descriptions of the available commands</A>
32919 Look <A HREF="h_edit_nav_cmds">here</A>
32920 to see the available Editing and Navigation commands.
32922 &lt;End of help on this topic&gt;
32923 </BODY>
32924 </HTML>
32925 ====== h_config_header_general_color =====
32926 <HTML>
32927 <HEAD>
32928 <TITLE>OPTION: Header General Color</TITLE>
32929 </HEAD>
32930 <BODY>
32931 <H1>OPTION: Header General Color</H1>
32933 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32934 screen.
32935 The foreground color is the color of the actual character and the
32936 background color is the color of the area behind the character.
32937 By default, this is the same as the Normal Color.
32939 It is also possible to set the colors for specific header fields, for
32940 example the Subject, using
32941 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32942 If both a Header General Color and a specific Viewer Header Color are set
32943 the specific color will override the general color, as you would expect.
32945 <A HREF="h_color_setup">Descriptions of the available commands</A>
32947 Look <A HREF="h_edit_nav_cmds">here</A>
32948 to see the available Editing and Navigation commands.
32950 &lt;End of help on this topic&gt;
32951 </BODY>
32952 </HTML>
32953 ====== h_config_incol =====
32954 <HTML>
32955 <HEAD>
32956 <TITLE>Index Line Color</TITLE>
32957 </HEAD>
32958 <BODY>
32959 <H1>Index Line Color</H1>
32961 This option is used to set the color of a line in the index when the
32962 message for that line matches the Pattern.
32963 This colors the whole index line, except possibly the status letters,
32964 which may be colored separately using the
32965 <A HREF="h_color_setup">Setup Kolor</A> screen.
32966 The foreground color is the color of the actual characters and the
32967 background color is the color of the area behind the characters.
32969 <A HREF="h_color_setup">Descriptions of the available commands</A>
32971 Look <A HREF="h_edit_nav_cmds">here</A>
32972 to see the available Editing and Navigation commands.
32974 &lt;End of help on this topic&gt;
32975 </BODY>
32976 </HTML>
32977 ====== h_config_usetransparent_color =====
32978 <HTML>
32979 <HEAD>
32980 <TITLE>OPTION: Use Transparent Color</TITLE>
32981 </HEAD>
32982 <BODY>
32983 <H1>OPTION: Use Transparent Color</H1>
32985 This is a special color supported by some terminal emulators.
32986 It is intended to result in the default foreground or background color
32987 from the terminal emulator.
32988 This is the color the terminal was displaying characters in before you started Alpine.
32989 The reason it is called Transparent is because you could set the foreground color
32990 to some specific color, like Red, and then set the background color to the
32991 Transparent Color. If it works as expected, the background color from the terminal
32992 window in which Alpine is running will show through but with the Red characters
32993 in the foreground.
32995 <A HREF="h_color_setup">Descriptions of the available commands</A>
32997 Look <A HREF="h_edit_nav_cmds">here</A>
32998 to see the available Editing and Navigation commands.
33000 &lt;End of help on this topic&gt;
33001 </BODY>
33002 </HTML>
33003 ====== h_config_usenormal_color =====
33004 <HTML>
33005 <HEAD>
33006 <TITLE>OPTION: Use Normal Color</TITLE>
33007 </HEAD>
33008 <BODY>
33009 <H1>OPTION: Use Normal Color</H1>
33011 When you use this color value, the actual color used will be the same
33012 as the corresponding Normal Color.
33013 For example if your Normal Color is black on white and you set both
33014 the foreground and background colors here to use the Normal Color, you'll
33015 get black on white. If you later change the Normal Color to red on blue
33016 this color will also change to red on blue.
33018 <A HREF="h_color_setup">Descriptions of the available commands</A>
33020 Look <A HREF="h_edit_nav_cmds">here</A>
33021 to see the available Editing and Navigation commands.
33023 &lt;End of help on this topic&gt;
33024 </BODY>
33025 </HTML>
33026 ====== h_config_usenone_color =====
33027 <HTML>
33028 <HEAD>
33029 <TITLE>OPTION: Use None Color</TITLE>
33030 </HEAD>
33031 <BODY>
33032 <H1>OPTION: Use None Color</H1>
33034 This is a special color that simply means to leave the color alone.
33035 It is useful for Index symbols and for Keyword Colors used in the Subject
33036 field of an index line.
33037 The most likely use is to set an explicit foreground color and then set
33038 the background color to the None Color.
33039 That will cause the symbol or keyword to be drawn in the foreground color
33040 with a background equal to whatever color the rest of the index line is already
33041 drawn in.
33042 You will see no visible effect unless you have assigned Indexcolor Rules to
33043 color index lines or you have set an actual color for the Reverse Color.
33045 <A HREF="h_color_setup">Descriptions of the available commands</A>
33047 Look <A HREF="h_edit_nav_cmds">here</A>
33048 to see the available Editing and Navigation commands.
33050 &lt;End of help on this topic&gt;
33051 </BODY>
33052 </HTML>
33053 ====== h_config_dflt_color =====
33054 <HTML>
33055 <HEAD>
33056 <TITLE>OPTION: Default Color</TITLE>
33057 </HEAD>
33058 <BODY>
33059 <H1>OPTION: Default Color</H1>
33061 Setting default will cause the color to be the default color.
33062 Unsetting default is normally done by choosing a color, but in some cases
33063 you may want to declare the current default color to be your non-default
33064 choice.
33065 For example, the default Keyname Color is the same as the Reverse Color.
33066 Whenever the Reverse Color changes the Keyname Color will also change, unless
33067 you've changed it or unset the default box.
33069 <A HREF="h_color_setup">Descriptions of the available commands</A>
33071 Look <A HREF="h_edit_nav_cmds">here</A>
33072 to see the available Editing and Navigation commands.
33074 &lt;End of help on this topic&gt;
33075 </BODY>
33076 </HTML>
33077 ====== h_config_bold_slctbl =====
33078 <HTML>
33079 <HEAD>
33080 <TITLE>OPTION: Bold</TITLE>
33081 </HEAD>
33082 <BODY>
33083 <H1>OPTION: Bold</H1>
33085 The color for this particular section may have the Bold attribute turned
33086 on or off.
33087 Setting bold will cause the characters to be bold.
33089 <A HREF="h_color_setup">Descriptions of the available commands</A>
33091 Look <A HREF="h_edit_nav_cmds">here</A>
33092 to see the available Editing and Navigation commands.
33094 &lt;End of help on this topic&gt;
33095 </BODY>
33096 </HTML>
33097 ====== h_config_kw_color =====
33098 <HTML>
33099 <HEAD>
33100 <TITLE>OPTION: Keyword Colors</TITLE>
33101 </HEAD>
33102 <BODY>
33103 <H1>OPTION: Keyword Colors</H1>
33105 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
33106 Keywords are displayed as part of the Subject by default.
33107 They are also displayed as part of the Subject if the tokens
33108 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
33109 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
33110 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
33111 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
33113 For example, you might have set up a Keyword
33114 &quot;Work&quot; using the
33115 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
33116 You could cause that Keyword to show up as a special color
33117 by setting up the Keyword Color using this option, and then including it
33118 in the MESSAGE INDEX screen using one of the tokens listed above in the
33119 <!--#echo var="VAR_index-format"-->.
33121 <A HREF="h_color_setup">Descriptions of the available commands</A>
33123 Look <A HREF="h_edit_nav_cmds">here</A>
33124 to see the available Editing and Navigation commands.
33126 &lt;End of help on this topic&gt;
33127 </BODY>
33128 </HTML>
33129 ====== h_config_customhdr_color =====
33130 <HTML>
33131 <HEAD>
33132 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
33133 </HEAD>
33134 <BODY>
33135 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
33137 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
33138 For example, you may set the color of the Subject header or the From header.
33139 The foreground color is the color of the actual character and the
33140 background color is the color of the area behind the character.
33142 In addition to setting the colors for particular headers (like the Subject)
33143 you may also set a color to be used for all headers unless overridden by a
33144 more specific Viewer Header Color.
33145 To do this use the
33146 <A HREF="h_config_header_general_color">Header General Color</A>.
33148 For Header Colors,
33149 there is an additional line on the
33150 screen labeled &quot;Pattern to match&quot;.
33151 If you leave that blank, then the whole field for that header will
33152 be colored.
33153 However, if you give a pattern to match, the coloring will only take place
33154 if there is a match for that pattern in the value of the field.
33155 For example, if you are working on a color for the Subject header and
33156 you fill in a pattern of &quot;important&quot;, then only Subjects that
33157 contain the word &quot;important&quot; will be colored.
33159 If the pattern you enter is a comma-separated list of patterns, then coloring
33160 happens if any of those patterns matches.
33162 <A HREF="h_color_setup">Descriptions of the available commands</A>
33164 Look <A HREF="h_edit_nav_cmds">here</A>
33165 to see the available Editing and Navigation commands.
33167 &lt;End of help on this topic&gt;
33168 </BODY>
33169 </HTML>
33170 ====== h_config_indextoken_color =====
33171 <HTML>
33172 <HEAD>
33173 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
33174 </HEAD>
33175 <BODY>
33176 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
33178 This option allows you to set up the color in which any token, not specified by the
33179 previous options, will be colored in the MESSAGE INDEX screen. 
33181 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
33182 a token that can be used in the index format. 
33183 The list of available tokens is <A HREF="h_index_tokens">here</A>.
33185 If you fail to enter a valid token your entry will be ignored, and you will be asked to
33186 enter a new one. Once you have entered a valid token, a line will be added to the
33187 configuration screen that you can use to set up the colors in which that token will
33188 be painted. This is done in the same way that you configure colors for other
33189 variables.
33191 <A HREF="h_color_setup">Descriptions of the available commands</A>
33193 Look <A HREF="h_edit_nav_cmds">here</A>
33194 to see the available Editing and Navigation commands.
33196 &lt;End of help on this topic&gt;
33197 </BODY>
33198 </HTML>
33199 ====== h_config_customhdr_pattern =====
33200 <HTML>
33201 <HEAD>
33202 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
33203 </HEAD>
33204 <BODY>
33205 <H1>OPTION: Viewer Header Color Pattern</H1>
33207 If you leave this blank, then the whole field for the header will
33208 be colored.
33209 If you give a pattern to match, the coloring will only take place
33210 if there is a match for that pattern in the value of the field.
33211 For example, if you are working on a color for the Subject header and
33212 you fill in a pattern of &quot;important&quot;, then only Subjects that
33213 contain the word &quot;important&quot; will be colored.
33215 For address headers (like From and To) and for the Newsgroups header,
33216 a pattern match will cause only the matched addresses or newsgroups to be
33217 colored.
33218 If there is no pattern to match, then all of the addresses or newsgroups
33219 in the relevant header will be colored.
33221 The matching pattern may be a comma-separated list of patterns to match
33222 instead of a single pattern.
33223 For example, you could use the pattern &quot;important,urgent&quot; which would
33224 cause a match if either the word &quot;important&quot; or the word
33225 &quot;urgent&quot; appeared in the value of the header.
33226 You could list several comma-separated email addresses in the Header
33227 From Color pattern so that those addresses will be colored when any of
33228 them appear in the From header.
33230 To add a new matching pattern or change the existing pattern use the 
33231 <!--chtml if pinemode="function_key"-->
33232 &quot;F4&quot;
33233 <!--chtml else-->
33234 &quot;C&quot;
33235 <!--chtml endif-->
33236 &quot;Change&quot; command that is available when the &quot;Pattern to
33237 match&quot; line is highlighted.
33239 <!--chtml if pinemode="function_key"-->
33240 &quot;F10&quot;
33241 <!--chtml else-->
33242 &quot;D&quot;
33243 <!--chtml endif-->
33244 &quot;Delete&quot; command may be used to quickly remove all patterns
33245 for a particular header.
33247 &lt;End of help on this topic&gt;
33248 </BODY>
33249 </HTML>
33250 ====== h_color_setup =====
33251 <HTML>
33252 <HEAD>
33253 <TITLE>SETUP COLOR COMMANDS</TITLE>
33254 </HEAD>
33255 <BODY>
33256 <H1>SETUP COLOR COMMANDS</H1>
33257 <!--chtml if pinemode="function_key"-->
33258 <PRE>
33259 Available Commands -- Group 1
33260 -------------------------------
33261 F1  Display this help text
33262 F2  Show other available commands
33263 F3  Exit to MAIN MENU
33264 F4  Select the highlighted foreground or background color
33265 F5  Move to previous line
33266 F6  Move to next line
33267 F7  Previous page
33268 F8  Next page
33269 F9  Add a config section for a header field
33270 F10 Restore all default colors (for all sections)
33271 F11 Print color configuration screen
33272 F12 Whereis (search for word)
33274 Available Commands -- Group 2
33275 -------------------------------
33276 F1  Display this help text
33277 F2  Show other available commands
33278 F5  Delete config section for highlighted header field
33279 F6  Shuffle the order of Header Color sections
33280 </PRE>
33281 <!--chtml else-->
33282 <PRE>
33283 General commands
33284 -------------------------------------------------
33285  ?  Display this help text     E  Exit back to MAIN MENU
33286  P  Previous Line              N  Next Line
33287  -  Previous page             Spc (space bar) Next page
33288  W  WhereIs (search for word)  %  Print color configuration screen
33290 Color Setup Commands
33291 ------------------------------------------------
33292  *  Select the highlighted foreground or background color
33293  A  Add a config section for a header field
33294  D  Delete config section for highlighted header field
33295  R  Restore all default colors (for all sections)
33296  $  Shuffle the order of Header Color sections
33297 </PRE>
33298 <!--chtml endif-->
33300 <H2>Description of the Setup Color Screen</H2>
33302 From this screen you may turn on color and set the colors of
33303 various parts of the Alpine display.
33304 For help on turning on color move your cursor into the Color Style section
33305 at the top of the Setup Color screen and ask for help.
33308 There are several sections in the Setup Color Screen.
33309 At the top are some settings that handle the style of color used
33310 with your terminal emulator (UNIX only), and some settings that
33311 control how the current indexline and the titlebar are colored.
33312 After that comes a long section called GENERAL COLORS that allows
33313 you to set the color of many elements in the Alpine screens.
33314 For example, the color of the titlebar, status messages,
33315 selectable links, quotes and signatures in messages, and so on.
33316 After that is a section called INDEX COLORS that allows you to
33317 set the colors of various pieces of the displayed index lines in
33318 the MESSAGE INDEX screen.
33319 The next section is HEADER COLORS. This is for coloring headers of
33320 messages in the MESSAGE TEXT screen in just about any way you would like.
33321 Finally, the KEYWORD COLORS section allows you to highlight
33322 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
33323 in the MESSAGE INDEX screen.
33326 To change a color, highlight the color you want to change (for example,
33327 the Status Color) by moving
33328 the cursor into it.
33329 You may want to read the help text for the color to see a brief desription
33330 of what you are coloring.
33331 Then press &quot;C&quot; for Change to set the color to something new.
33332 That will put you into a screen with two columns of colors, one for
33333 the foreground color and one for the background color.
33334 The foreground color is just the color you want the actual characters
33335 to be and the background color is the color of the rest of the rectangle
33336 behind the characters.
33337 Select the foreground and background colors desired by using the Next and
33338 Prev keys to highlight the color, and the * command to select it.
33340 To set a color to its default value, set the X in the Default line at
33341 the bottom of the list of colors.
33344 The HEADER COLORS section is a little bit different from the others.
33345 Besides coloring the specific fields that Alpine knows about, you may also
33346 color specific header fields when viewing a message in the MESSAGE TEXT
33347 screen.
33348 For example, you may color the Subject header a particular color.
33349 There are a few commands for use with headers.
33350 The &quot;AddHeader&quot; command adds a section to the color
33351 configuration screen that allows you to set the color for that header.
33352 You'll be asked for the name of the header field you want to color.
33353 If you wanted to color the Subject, you would answer
33354 with the word &quot;subject&quot;.
33355 Once you've added a header field, the color setting works just like the
33356 other color fields, except that there is an additional line on the
33357 configuration screen labeled &quot;Pattern to match&quot;.
33358 If you leave that blank, then the whole field for that header will always
33359 be colored.
33360 However, if you give a pattern to match, the coloring will only take place
33361 if there is a match for that pattern in the value of the field.
33362 For example, if you are working on a color for the Subject header and
33363 you fill in a pattern of &quot;important&quot;, then only Subjects that
33364 contain the word &quot;important&quot; will be colored.
33366 The &quot;DeleteHdr&quot; command removes a header section from the
33367 configuration altogether.
33368 The &quot;Shuffle&quot; command changes the order of header sections.
33369 This is only necessary if you use header sections with pattern fields.
33370 For example, if you have two Subject sections, one with one pattern and
33371 another with another pattern, and the subject for a particular message
33372 happens to match both, then the color from the first match is used.
33375 The command &quot;RestoreDefs&quot; will restore all of the default colors.
33376 Each section will change to the default value used for that section when
33377 color is first enabled.
33378 When you restore all default colors the color settings for the Header Colors
33379 will be unset (since that's the default), but the header fields you've
33380 added will remain so that you may easily reset them.
33381 In order to get rid of them completely you'd have to use
33382 the &quot;DeleteHdr&quot; command.
33385 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
33386 may be set with matching rules and that is configured separately from
33387 the rest of the color settings described here.
33388 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
33389 instead of in the Setup/Kolor section.
33391 <P><UL>
33392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33393 </UL><P>
33394 &lt;End of help on this topic&gt;
33395 </BODY>
33396 </HTML>
33397 ====== h_config_news_uses_recent ======
33398 <HTML>
33399 <HEAD>
33400 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
33401 </HEAD>
33402 <BODY>
33403 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
33405 This feature causes certain messages to be marked as "New" in the
33406 MESSAGE INDEX of newsgroups.
33407 This feature is set by default.
33411 When opening a newsgroup, Alpine will consult your "newsrc" file and
33412 determine the last message you have previously disposed of via the "D"
33413 key.  If this feature is set, any subsequent messages will be shown in the
33414 Index with an "N", and the first of these messages will be highlighted.
33415 Although this is only an approximation of true "New" or "Unseen"
33416 status, it provides a useful cue to distinguish more-or-less recent
33417 messages from those you have seen previously, but are not yet ready to
33418 mark deleted.
33422 Background: your "newsrc" file (used to store message status information
33423 for newsgroups) is only capable of storing a single flag, and Alpine uses
33424 this to record whether or not you are "done with" a message, as
33425 indicated by marking the message as "Deleted".  Unfortunately, this
33426 means that Alpine has no way to record exactly which messages you have
33427 previously seen, so it normally does not show the "N" status flag for
33428 any messages in a newsgroup. This feature enables a starting
33429 *approximation* of seen/unseen status that may be useful.
33431 &lt;End of help on this topic&gt;
33432 </BODY>
33433 </HTML>
33434 ====== h_config_expose_hidden_config =====
33435 <HTML>
33436 <HEAD>
33437 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
33438 </HEAD>
33439 <BODY>
33440 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
33442 If set, this causes configuration options and features that are normally
33443 hidden from view to be editable in the Setup/Config screen.
33446 The purpose of this feature is to allow you to change configuration
33447 features and variables that are normally hidden.
33448 This is particularly useful if you are using a remote configuration,
33449 where it is difficult to edit the contents manually, but it may also be used
33450 on a local pinerc configuration file.
33452 If set, several configuration variables and features that are normally
33453 hidden from view will show up in the Setup/Configuration screen.
33454 They will be at the bottom of the configuration screen.
33455 You can find them by searching for the words &quot;hidden configuration&quot;.
33458 Note that this is an advanced feature that should be used with care.
33459 The reason that this part of the configuration is normally hidden is because
33460 there is a significant potential for causing problems if you change these
33461 variables.
33462 If something breaks after a change try changing it back to see if that is
33463 what is causing the problem.
33464 There are also some variables that are normally hidden because they are
33465 manipulated through Alpine in other ways.
33466 For example, colors are normally set using the Setup/Kolors screen and
33467 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
33468 the Setup/AddressBooks screen, so there is little reason to edit these directly.
33469 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
33470 the Add, Delete, and Rename commands in the FOLDER LIST screen,
33471 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
33472 internally by Alpine and not set directly by the user.
33474 <UL>   
33475 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33476 </UL><P>
33477 &lt;End of help on this topic&gt;
33478 </BODY>
33479 </HTML>
33480 ====== h_config_disable_signature_edit =====
33481 <HTML>
33482 <HEAD>
33483 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
33484 </HEAD>
33485 <BODY>
33486 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
33488 If set, this disables the editing of signature files from within
33489 the Setup/Config screen.
33491 <UL>   
33492 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33493 </UL><P>
33494 &lt;End of help on this topic&gt;
33495 </BODY>
33496 </HTML>
33497 ====== h_config_disable_roles_templateedit =====
33498 <HTML>
33499 <HEAD>
33500 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
33501 </HEAD>
33502 <BODY>
33503 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
33505 If set, this disables the editing of template files within the
33506 Role setup screen.
33508 <UL>   
33509 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33510 </UL><P>
33511 &lt;End of help on this topic&gt;
33512 </BODY>
33513 </HTML>
33514 ====== h_config_disable_roles_sigedit =====
33515 <HTML>
33516 <HEAD>
33517 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
33518 </HEAD>
33519 <BODY>
33520 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
33522 If set, this disables the editing of signature files within the
33523 Role setup screen.
33525 <UL>   
33526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33527 </UL><P>
33528 &lt;End of help on this topic&gt;
33529 </BODY>
33530 </HTML>
33531 ====== h_config_disable_roles_setup =====
33532 <HTML>
33533 <HEAD>
33534 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
33535 </HEAD>
33536 <BODY>
33537 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
33539 If set, this disables the Setup/Rules/Roles command.
33541 <UL>   
33542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33543 </UL><P>
33544 &lt;End of help on this topic&gt;
33545 </BODY>
33546 </HTML>
33547 ====== h_config_disable_pipes_in_templates =====
33548 <HTML>
33549 <HEAD>
33550 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
33551 </HEAD>
33552 <BODY>
33553 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
33555 By default, if a template file name is followed by a vertical bar (|) then
33556 that causes the file to be executed to produce the text for the template.
33557 If this feature is set, then this is not allowed.
33559 <UL>   
33560 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33561 </UL><P>
33562 &lt;End of help on this topic&gt;
33563 </BODY>
33564 </HTML>
33565 ====== h_config_disable_pipes_in_sigs =====
33566 <HTML>
33567 <HEAD>
33568 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
33569 </HEAD>
33570 <BODY>
33571 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
33573 By default, if a signature file name is followed by a vertical bar (|) then
33574 that causes the file to be executed to produce the text for the signature.
33575 If this feature is set, then this is not allowed.
33577 <UL>   
33578 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33579 </UL><P>
33580 &lt;End of help on this topic&gt;
33581 </BODY>
33582 </HTML>
33583 ====== h_config_disable_password_cmd =====
33584 <HTML>
33585 <HEAD>
33586 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
33587 </HEAD>
33588 <BODY>
33589 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
33591 If set, then the Setup/Newpassword command is disabled.
33593 <UL>   
33594 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33595 </UL><P>
33596 &lt;End of help on this topic&gt;
33597 </BODY>
33598 </HTML>
33599 ====== h_config_disable_password_caching =====
33600 <HTML>
33601 <HEAD>
33602 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
33603 </HEAD>
33604 <BODY>
33605 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
33607 Normally, loginname/password combinations are cached in Alpine so that
33608 you do not have to enter the same password more than once in a session.
33609 A disadvantage to this approach is that the password must be stored in
33610 the memory image of the running Alpine in order that it can be re-used.
33611 In the event that Alpine crashes and produces a core dump, and that core
33612 dump is readable by others, the loginname and password could be read
33613 from the core dump.
33615 If this feature is set, then the passwords will not be cached and you
33616 will have to retype the password whenever Alpine needs it.
33617 Even with this feature set there is still some chance that the core
33618 file will contain a password, so care should be taken to make the
33619 core files unreadable.
33621 NOTE: If PASSFILE caching is enabled, this does not disable it.
33622 That is a separate and independent feature.
33623 <UL>   
33624 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33625 </UL><P>
33626 &lt;End of help on this topic&gt;
33627 </BODY>
33628 </HTML>
33629 ====== h_config_disable_password_file_saving =====
33630 <HTML>
33631 <HEAD>
33632 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
33633 </HEAD>
33634 <BODY>
33635 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
33637 This feature changes the behavior of Alpine when a login name and password combination
33638 for a specific server is not found in the password file. The default behavior is that
33639 Alpine will ask the user if they wish to save this information in the password file for future
33640 use. It is assumed that if a user created a password file it is because they intend
33641 to use it, but in some instances a user might want to save some passwords and not others.
33642 In this case, enabling this feature will make Alpine not add any more passwords to the
33643 password file and will only use the passwords that it already saved. If you wish to allow
33644 Alpine to save more passwords in the password file, disable this feature.
33646 <UL>   
33647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33648 </UL><P>
33649 &lt;End of help on this topic&gt;
33650 </BODY>
33651 </HTML>
33652 ====== h_config_disable_kb_lock =====
33653 <HTML>
33654 <HEAD>
33655 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33656 </HEAD>
33657 <BODY>
33658 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33660 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33662 <UL>   
33663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33664 </UL><P>
33665 &lt;End of help on this topic&gt;
33666 </BODY>
33667 </HTML>
33668 ====== h_config_disable_config_cmd =====
33669 <HTML>
33670 <HEAD>
33671 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33672 </HEAD>
33673 <BODY>
33674 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33676 If set, then the Setup/Config screen is disabled.
33678 <UL>   
33679 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33680 </UL><P>
33681 &lt;End of help on this topic&gt;
33682 </BODY>
33683 </HTML>
33684 ====== h_config_allow_chg_from =====
33685 <HTML>
33686 <HEAD>
33687 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33688 </HEAD>
33689 <BODY>
33690 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33692 This feature affects Alpine's handling of the &quot;From:&quot; header field
33693 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33694 option.
33696 If this feature is set then the From line can be changed just like
33697 all the other header fields that can be changed.
33698 This feature defaults to <EM>ON</EM>.
33700 Even with this feature turned ON (the default) you will not be able 
33701 to change the From header unless you add it to your list of
33702 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33703 You may also want to change the
33704 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33705 if you want the From header to always show up in the composer without
33706 having to type the Rich Headers command first.
33708 Note that many sites restrict the use of this feature in order to
33709 reduce the chance of falsified addresses and misdirected mail.
33710 If you want to change the value of what gets included in the From header
33711 in messages you send
33712 look <A HREF="h_config_change_your_from">here</A> for a description.
33714 <UL>   
33715 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33716 </UL><P>
33717 &lt;End of help on this topic&gt;
33718 </BODY>
33719 </HTML>
33720 ====== h_config_disable_collate =====
33721 <HTML>
33722 <HEAD>
33723 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33724 </HEAD>
33725 <BODY>
33726 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33728 This is a hard to understand feature that should only be used in rare cases.
33729 Normally, the C function call
33731 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33733 is used by Alpine.
33734 If you want to try turning it off,
33735 setting this feature will turn it off.
33736 This part of the locale has to do with the sort order
33737 of characters in your locale.
33739 <UL>   
33740 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33741 </UL><P>
33742 &lt;End of help on this topic&gt;
33743 </BODY>
33744 </HTML>
33745 ====== h_config_quell_attach_extra_prompt =====
33746 <HTML>
33747 <HEAD>
33748 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33749 </HEAD>
33750 <BODY>
33751 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33753 By default, when you attempt to view an attachment externally
33754 from the &quot;Attachment View&quot; screen, you are asked if you
33755 really want to view the selected attachment.
33758 If this feature is set, you will <B>not</B> be prompted to confirm
33759 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33760 prompt. This feature was added for those wanting to preserve that
33761 behavior (along with 
33762 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33765 <UL>   
33766 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33767 </UL><P>
33768 &lt;End of help on this topic&gt;
33769 </BODY>
33770 </HTML>
33771 ====== h_config_quell_attach_ext_warn =====
33772 <HTML>
33773 <HEAD>
33774 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33775 </HEAD>
33776 <BODY>
33777 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33780 This feature suppresses the extra warning you can get when trying
33781 to view an attachment for which there is no mime-type match.  Turning
33782 on this feature will just run the program according to extension
33783 instead of first warning the user that it will run according to the
33784 file's extension.
33786 This feature can be used along side 
33787 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33788 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33790 <UL>   
33791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33792 </UL><P>
33793 &lt;End of help on this topic&gt;
33794 </BODY>
33795 </HTML>
33796 ====== h_config_mailcap_params =====
33797 <HTML>
33798 <HEAD>
33799 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33800 </HEAD>
33801 <BODY>
33802 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33804 If set, this will allow mailcap named parameter substitution to occur
33805 in mailcap entries.
33806 By default, this is turned off to prevent security problems that may occur
33807 with some incorrect mailcap configurations.
33808 For more information, see RFC1524 and look for "named parameters" in the
33809 text of the RFC.
33811 <UL>   
33812 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33813 </UL><P>
33814 &lt;End of help on this topic&gt;
33815 </BODY>
33816 </HTML>
33817 ====== h_config_disable_shared =====
33818 <HTML>
33819 <HEAD>
33820 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33821 </HEAD>
33822 <BODY>
33823 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33825 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33826 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33827 will be disabled.
33828 The reason this feature exists is because there are some implementations
33829 of system password lookup routines that are very slow when presented with
33830 a long loginname that does not exist.
33831 This feature could be set to prevent the delay at startup time when the
33832 names above are searched for in the password file.
33834 <UL>   
33835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33836 </UL><P>
33837 &lt;End of help on this topic&gt;
33838 </BODY>
33839 </HTML>
33840 ====== h_config_hide_nntp_path =====
33841 <HTML>
33842 <HEAD>
33843 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33844 </HEAD>
33845 <BODY>
33846 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33848 Normally the Path header that Alpine generates when posting to a newsgroup
33849 contains the name of the computer from which the message is being sent and
33850 the user name.
33851 Some believe that this information is used by spammers.
33852 If this feature is set, that information will be replaced with the text
33854 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33856 instead.
33858 It should be noted that many servers being connected to will still reveal
33859 the information that this feature attempts to protect.
33861 <UL>   
33862 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33863 </UL><P>
33864 &lt;End of help on this topic&gt;
33865 </BODY>
33866 </HTML>
33867 ====== h_config_no_bezerk_zone =====
33868 <HTML>
33869 <HEAD>
33870 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33871 </HEAD>
33872 <BODY>
33873 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33875 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33876 (the line that begins with From <SPACE>).
33877 Some versions of Berkeley mail have trouble with this, and don't recognize
33878 the line as a message delimiter.
33879 If this feature is set, the timezone will be left off the delimiter line.
33881 <UL>   
33882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33883 </UL><P>
33884 &lt;End of help on this topic&gt;
33885 </BODY>
33886 </HTML>
33887 ====== h_config_quell_domain_warn =====
33888 <HTML>
33889 <HEAD>
33890 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33891 </HEAD>
33892 <BODY>
33893 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33895 When your configuration is set up so that your domain name contains no dots,
33896 it is usually a configuration error.
33897 By default, Alpine will warn you about this when you start it up.
33898 You will see a warning message that looks like
33901 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33904 If this feature is set, the warning is turned off.
33906 <UL>   
33907 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33908 </UL><P>
33909 &lt;End of help on this topic&gt;
33910 </BODY>
33911 </HTML>
33912 ====== h_config_quell_imap_env =====
33913 <HTML>
33914 <HEAD>
33915 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33916 </HEAD>
33917 <BODY>
33918 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33920 In the MESSAGE INDEX screen, if the open folder is being accessed
33921 using IMAP, Alpine normally tries to paint the index lines on the screen
33922 as soon as the information arrives from the IMAP server.
33923 This means that the index information makes it onto the screen more quickly
33924 than it otherwise would.
33925 This sometimes results in behavior that bothers some users.
33926 For example, when paging to a new page of the index, it may be possible for
33927 the lines to be painted on the screen in a random order, rather than from
33928 top to bottom.
33931 Setting this feature causes Alpine to wait for all of the information
33932 to be gathered before it paints the index screen.
33933 Once it collects all of the information, the screen will be painted quickly
33934 from top to bottom.
33936 <UL>   
33937 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33938 </UL><P>
33939 &lt;End of help on this topic&gt;
33940 </BODY>
33941 </HTML>
33942 ====== h_config_quell_news_env =====
33943 <HTML>
33944 <HEAD>
33945 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33946 </HEAD>
33947 <BODY>
33948 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33950 In the MESSAGE INDEX screen, if the open folder is being accessed
33951 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33952 as soon as the information arrives from the NNTP server.
33953 This means that the index information makes it onto the screen more quickly
33954 than it otherwise would.
33955 This sometimes results in behavior that bothers some users.
33956 For example, when paging to a new page of the index, it may be possible for
33957 the lines to be painted on the screen in a random order, rather than from
33958 top to bottom.
33961 Setting this feature causes Alpine to wait for all of the information
33962 to be gathered before it paints the index screen.
33963 Once it collects all of the information, the screen will be painted quickly
33964 from top to bottom.
33966 <UL>   
33967 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33968 </UL><P>
33969 &lt;End of help on this topic&gt;
33970 </BODY>
33971 </HTML>
33972 ====== h_config_quell_content_id =====
33973 <HTML>
33974 <HEAD>
33975 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33976 </HEAD>
33977 <BODY>
33978 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33980 This feature changes the behavior of Alpine when sending messages.
33981 It is intended to work around a bug in Microsoft's Outlook XP mail user
33982 agent.
33983 As of this writing, Microsoft has acknowledged the bug but
33984 has not added it to the Knowledge Base.
33985 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33986 This particular bug has bug fix number OfficeQFE:4781.
33987 The nature of the bug is that messages with attachments that
33988 contain a Content-ID header (which standard Alpine attachments do)
33989 do not show the attachment indicator (a paperclip) when viewed with
33990 Outlook XP.
33991 So the user has no indication that the message contains an attachment.
33994 If this feature is set then Alpine will remove most Content-ID headers
33995 before sending a message.
33996 If an attachment is of type MESSAGE, then the existing Content-ID headers
33997 inside the message will be left intact.
33998 This would only happen with Alpine if a message was forwarded as an attachment
33999 or if a message with a message attached was forwarded.
34000 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
34001 the Content-ID headers of the alternative parts will not be removed.
34004 Because the Content-ID header is a standard part of MIME it is possible
34005 that setting this feature will break something.
34006 For example, if an attachment has a Content-ID header that is necessary
34007 for the correct functioning of that attachment, it is possible that Alpine
34008 may remove that header when the attachment is forwarded.
34009 However, it seems fairly safe at this time.
34012 <UL>   
34013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34014 </UL><P>
34015 &lt;End of help on this topic&gt;
34016 </BODY>
34017 </HTML>
34018 ====== h_config_winpos_in_config =====
34019 <HTML>
34020 <HEAD>
34021 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
34022 </HEAD>
34023 <BODY>
34024 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
34026 PC-Alpine only.
34029 Normally, PC-Alpine will store its window size and position in the
34030 Windows Registry.
34031 This is convenient if you want to use the same remote
34032 configuration from more than one PC.
34033 If you use multiple configuration files to start PC-Alpine, you may want
34034 to store the window size and position in the configuration file instead
34035 of in the Registry.
34036 Setting this feature causes the value to be stored in 
34037 <A HREF="h_config_window_position">Window-Position</A>.
34040 <UL>   
34041 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34042 </UL><P>
34043 &lt;End of help on this topic&gt;
34044 </BODY>
34045 </HTML>
34046 ====== h_config_quell_ssl_largeblocks =====
34047 <HTML>
34048 <HEAD>
34049 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
34050 </HEAD>
34051 <BODY>
34052 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
34054 PC-Alpine only.
34056 This feature changes the behavior of fetching messages
34057 and attachments so that the message data is fetched in chunks no larger
34058 than 12K bytes.
34059 This works around a bug in Microsoft's SSL/TLS support.
34060 Some versions of Microsoft SSL are not able to read full-sized (16K)
34061 SSL/TLS packets.
34062 Some servers will send such packets and this will
34063 cause PC-Alpine to crash with the error
34066 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
34069 Microsoft is aware of the problem and has developed a hotfix for it, it is
34070 discussed in article 300562 in the Microsoft Knowledge Base.
34072 <UL>   
34073 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34074 </UL><P>
34075 &lt;End of help on this topic&gt;
34076 </BODY>
34077 </HTML>
34078 ====== h_config_quell_partial =====
34079 <HTML>
34080 <HEAD>
34081 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
34082 </HEAD>
34083 <BODY>
34084 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
34086 Partial fetching is a feature of the IMAP protocol.
34087 By default, Alpine
34088 will use partial fetching when copying the contents of a message or attachment
34089 from the IMAP server to Alpine.
34090 This means that the fetch will be done in many
34091 small chunks instead of one big chunk. The main benefit of this approach is
34092 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
34093 to stop the fetch early. In some cases partial fetching may cause a performance
34094 problem so that the fetching of data takes significantly longer when partial
34095 fetching is used. Turning on this feature will turn off partial fetching.
34097 <UL>   
34098 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34099 </UL><P>
34100 &lt;End of help on this topic&gt;
34101 </BODY>
34102 </HTML>
34103 ====== h_config_quell_personal_name_prompt =====
34104 <HTML>
34105 <HEAD>
34106 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
34107 </HEAD>
34108 <BODY>
34109 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
34111 PC-Alpine only.  This feature quells the prompting for a 
34112 <A HREF="h_config_pers_name">personal name</A>.  This
34113 prompt normally happens before composing a message, and only happens when
34114 there is no personal name already set.
34116 <UL>   
34117 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34118 </UL><P>
34119 &lt;End of help on this topic&gt;
34120 </BODY>
34121 </HTML>
34122 ====== h_config_quell_user_id_prompt =====
34123 <HTML>
34124 <HEAD>
34125 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
34126 </HEAD>
34127 <BODY>
34128 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
34130 PC-Alpine only.  This feature quells the prompting for a 
34131 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
34132 if the information can be obtained from the login name used
34133 to open the INBOX.  Normally, this prompt happens before composing
34134 a message, and only happens when there is no user-id already set
34135 in the configuration.
34137 With this feature set, composing a message is only possible after
34138 establishing a connection to the INBOX.
34140 <UL>   
34141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34142 </UL><P>
34143 &lt;End of help on this topic&gt;
34144 </BODY>
34145 </HTML>
34146 ====== h_config_save_aggregates =====
34147 <HTML>
34148 <HEAD>
34149 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
34150 </HEAD>
34151 <BODY>
34152 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
34154 This feature will optimize an aggregate copy operation, if
34155 possible, by issuing a single IMAP <EM>COPY</EM> command with a
34156 list of the messages to be copied.
34157 This feature is set by default.
34158 This may reduce network traffic and elapsed time for the Save.
34159 <EM>However, many IMAP servers (including the UW IMAP server) do
34160 not preserve the order of messages when this optimization is applied.</EM>
34161 If this feature is not set, 
34162 Alpine will copy each message individually and the order of the messages
34163 will be preserved.
34165 <UL>   
34166 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34167 </UL><P>
34168 &lt;End of help on this topic&gt;
34169 </BODY>
34170 </HTML>
34171 ====== h_config_use_system_translation =====
34172 <HTML>
34173 <HEAD>
34174 <TITLE>FEATURE: Use System Translation</TITLE>
34175 </HEAD>
34176 <BODY>
34177 <H1>FEATURE: Use System Translation</H1>
34179 UNIX Alpine only.
34181 Alpine normally uses its own internal software to convert between the multi-byte
34182 representation of characters and the Unicode representation of those
34183 same characters.
34184 It converts from the multi-byte characters your keyboard produces to Unicode,
34185 and from Unicode to the multi-byte characters your display expects.
34186 Alpine also uses its own internal software to decide how much space on
34187 the screen a particular Unicode character will occupy.
34190 Setting this feature tells Alpine to use the system-supplied routines to
34191 perform these tasks instead.
34192 In particular there are three tasks and three system routines that will
34193 be used for these tasks.
34196 To convert from multi-byte to Unicode the routine
34199 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
34202 is used.
34203 To convert from Unicode to multi-byte the routine
34206 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
34209 is used.
34210 And to find the screen width a particular Unicode character will
34211 occupy the routine used is
34214 <CENTER><SAMP>wcwidth</SAMP></CENTER>
34217 This feature has been only lightly tested.
34218 The internal routines should normally be used unless you run into
34219 a problem that you think may be solved by using the system routines.
34220 Note that your environment needs to be set up for these
34221 routines to work correctly.
34222 In particular, the LANG or LC_CTYPE variable in your environment will
34223 need to be set.
34226 <UL>   
34227 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34228 </UL><P>
34229 &lt;End of help on this topic&gt;
34230 </BODY>
34231 </HTML>
34232 ====== h_config_suspend_spawns =====
34233 <HTML>
34234 <HEAD>
34235 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
34236 </HEAD>
34237 <BODY>
34238 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
34240 This feature affects Alpine's behavior when process suspension is enabled
34241 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
34242 temporarily interact with the operating system command &quot;shell&quot; 
34243 without
34244 quitting Alpine, and then subsequently resume the still-active Alpine session.
34247 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
34248 is set and subsequently the Ctrl-Z key
34249 is pressed, Alpine will normally suspend itself and return temporary control
34250 to Alpine's parent shell process.  However, if this feature is set, Alpine
34251 will instead create an inferior subshell process.  This is useful when the
34252 parent process is not intended to be used interactively.  Examples include
34253 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
34254 or via a menu system.<P>
34256 Note that one typically resumes a suspended Alpine by entering the Unix
34257 &quot;fg&quot; command, but if this feature is set, it will be necessary to
34258 enter the &quot;exit&quot; command instead.
34260 <UL>   
34261 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34262 </UL><P>
34263 &lt;End of help on this topic&gt;
34264 </BODY>
34265 </HTML>
34266 ====== h_config_8bit_smtp =====
34267 <HTML>
34268 <HEAD>
34269 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
34270 </HEAD>
34271 <BODY>
34272 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
34274 This feature affects Alpine's behavior when sending mail.
34275 By default, this feature is set.
34276 Internet standards
34277 require that all electronic mail messages traversing the global Internet
34278 consist of 7bit ASCII characters unless a pair of cooperating mail 
34279 transfer agents explicitly agree to allow 8bit messages.  In general, 
34280 then, exchanging messages in non-ASCII characters requires MIME encoding.
34282 However, there are now Internet standards that allow for unencoded 8bit
34283 exchange of messages between cooperating systems.  When this feature is set
34284 Alpine will try to negotiate unencoded 8bit transmission during the
34285 sending process.  Should the negotiation fail, Alpine will fall back to its
34286 ordinary encoding rules. 
34288 Note, this feature relies on your system's mail transport agent or
34289 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
34290 having the negotiation mechanism introduced in
34291 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
34292 &quot;8BITMIME&quot;. 
34294 ESMTP allows for graceful migration to upgraded mail transfer agents, but
34295 it is possible that this feature might cause problems for some servers. 
34296 <P><UL>
34297 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34298 </UL>
34299 <P>&lt;End of help on this topic&gt;
34300 </BODY>
34301 </HTML>
34302 ====== h_config_8bit_nntp =====
34303 <HTML>
34304 <HEAD>
34305 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
34306 </HEAD>
34307 <BODY>
34308 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
34310 This feature affects Alpine's behavior when posting news.  
34314 The Internet standard for exchanging USENET news messages (RFC-1036)
34315 specifies that USENET messages should conform to Internet mail standards
34316 and contain only 7bit characters, but much of the news transport software
34317 in use today is capable of successfully sending messages containing 8bit
34318 characters.  Hence, many people believe that it is appropriate to send 8bit
34319 news messages without any MIME encoding.
34323 Moreover, there is no Internet standard for explicitly negotiating 8bit
34324 transfer, as there is for Internet email.  Therefore, Alpine provides the
34325 option of posting unencoded 8bit news messages, though not as the default.
34326 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
34327 postings that contain 8bit characters. 
34331 Note, articles may cross a path or pass through news transport software
34332 that is unsafe or even hostile to 8bit characters.  At best this will only
34333 cause the posting to become garbled.  The safest way to transmit 8bit
34334 characters is to leave Alpine's MIME encoding turned on, but recipients
34335 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
34336 messages.
34338 &lt;End of help on this topic&gt;
34339 </BODY>
34340 </HTML>
34341 ====== h_config_mark_for_cc =====
34342 <HTML>
34343 <HEAD>
34344 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
34345 </HEAD>
34346 <BODY>
34347 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
34349 This feature affects Alpine's MESSAGE INDEX display.
34350 By default, a '+' is displayed in the first column if the
34351 message is addressed directly to you.
34352 When this feature is set and the message is not addressed to you, then a
34353 '-' character is displayed if the message is instead Cc'd directly
34354 to you.
34357 <UL>   
34358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34359 </UL><P>
34360 &lt;End of help on this topic&gt;
34361 </BODY>
34362 </HTML>
34363 ====== h_config_tab_uses_unseen =====
34364 <HTML>
34365 <HEAD>
34366 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
34367 </HEAD>
34368 <BODY>
34369 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
34371 This feature affects Alpine's behavior when using the TAB
34372 <A HREF="h_common_nextnew">NextNew Command</A>
34373 to move from one folder to the next.
34374 Alpine's usual behavior is to search for folders
34375 with <EM>Recent</EM> messages in them.
34376 Recent messages are messages that have arrived since the last time the
34377 folder was opened.
34380 Setting this feature causes Alpine to search for <EM>Unseen</EM>
34381 messages instead of Recent messages.
34382 Unseen messages remain Unseen until you view them (or flag then as Seen with
34383 the <A HREF="h_common_flag">Flag Command</A>).
34384 Setting this feature allows you to locate messages you have not read
34385 instead of only recently received messages.
34386 When this feature is set, the feature
34387 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
34388 will have no effect, so the checking may be slower.
34391 Another reason why you might want to use this feature is that Alpine sometimes
34392 opens folders implicitly behind the scenes, and this clears the
34393 Recent status of all messages in the folder.
34394 One example where this happens is when Saving or filtering a
34395 message to another folder.
34396 If that message has some <A HREF="h_config_keywords">keywords</A>
34397 set, then because of some shortcomings
34398 in the IMAP specification, the best way to ensure that those keywords are
34399 still set in the saved copy of the message is to open the folder and
34400 set the keywords explicitly.
34401 Because this clears the Recent status of all messages in that folder the
34402 folder will not be found by the NextNew command unless this feature is set.
34405 &lt;End of help on this topic&gt;
34406 </BODY>
34407 </HTML>
34408 ====== h_config_tab_new_only =====
34409 <HTML>
34410 <HEAD>
34411 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
34412 </HEAD>
34413 <BODY>
34414 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
34416 This feature affects Alpine's behavior when using the TAB key to move from
34417 one message to the next.  Alpine's usual behavior is to select the next
34418 unread message or message flagged as "Important".
34422 Setting this feature causes Alpine to skip the messages flagged as important,
34423 and select unread messages exclusively.  Tab behavior when there are no
34424 new messages left to select remains unchanged.
34426 &lt;End of help on this topic&gt;
34427 </BODY>
34428 </HTML>
34429 ====== h_config_warn_if_subj_blank =====
34430 <HTML>
34431 <HEAD>
34432 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
34433 </HEAD>
34434 <BODY>
34435 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
34437 This feature affects Alpine's behavior when you send a message being
34438 composed.
34439 If this option is set, Alpine will check to see if the message about to be sent
34440 has a subject or not.
34441 If not, you will be asked if you want to send the message anyway.
34444 <UL>   
34445 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34446 </UL><P>
34447 &lt;End of help on this topic&gt;
34448 </BODY>
34449 </HTML>
34450 ====== h_config_warn_if_fcc_blank =====
34451 <HTML>
34452 <HEAD>
34453 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
34454 </HEAD>
34455 <BODY>
34456 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
34458 This feature affects Alpine's behavior when you send a message being
34459 composed.
34460 If this option is set, Alpine will check to see if the message about to be sent
34461 has an Fcc or not.
34462 If not, you will be asked if you want to send the message anyway.
34465 <UL>   
34466 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34467 </UL><P>
34468 &lt;End of help on this topic&gt;
34469 </BODY>
34470 </HTML>
34471 ====== h_config_warn_if_no_to_or_cc =====
34472 <HTML>
34473 <HEAD>
34474 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
34475 </HEAD>
34476 <BODY>
34477 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
34479 This feature affects Alpine's behavior when you send a message being
34480 composed.
34481 If this option is set, Alpine will check to see if the message about to be sent
34482 has either a To address, a Cc address, or a Newsgroup.
34483 If none of these is set,
34484 you will be asked if you want to send the message anyway.
34487 This feature is closely related to
34488 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
34489 Alpine will normally ask if you want to copy a message only to the Fcc.
34490 This feature also applies to cases where there is a Bcc but still no To, Cc,
34491 or Newsgroup.
34492 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
34493 message with only an Fcc, then you won't be asked about sending with
34494 a blank To and Cc and Newsgroups header even if this feature is set.
34495 Similarly, if you have already been asked if you want to send to the Fcc
34496 only and you have answered Yes, then you won't be asked again about sending with
34497 blank To, Cc, and Newsgroups headers even if this feature is set.
34500 <UL>   
34501 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34502 </UL><P>
34503 &lt;End of help on this topic&gt;
34504 </BODY>
34505 </HTML>
34506 ====== h_config_quell_dead_letter =====
34507 <HTML>
34508 <HEAD>
34509 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
34510 </HEAD>
34511 <BODY>
34512 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
34514 This feature affects Alpine's behavior when you cancel a message being
34515 composed.  Alpine's usual behavior is to write the canceled message to
34516 a file named 
34517 <!--chtml if pinemode="os_windows"-->
34518 &quot;DEADLETR&quot;,
34519 <!--chtml else-->
34520 &quot;dead.letter&quot; in your home directory,
34521 <!--chtml endif-->
34522 overwriting any previous message. Under
34523 some conditions (some routine), this can introduce a noticeable delay.
34524 Setting this feature will cause Alpine NOT to write canceled compositions
34525 into the file.
34527 NOTE: Enabling this feature means NO record of canceled messages is
34528 maintained.
34530 This feature affects the newer option
34531 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
34532 number of dead letter files to keep around.
34533 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
34535 <UL>   
34536 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34537 </UL><P>
34538 &lt;End of help on this topic&gt;
34539 </BODY>
34540 </HTML>
34541 ====== h_config_quell_beeps =====
34542 <HTML>
34543 <HEAD>
34544 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
34545 </HEAD>
34546 <BODY>
34547 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
34549 This feature affects Alpine's behavior when it displays status message
34550 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
34551 will not affect the display of such messages, but will cause those that
34552 emit a beep to become silent.
34555 <UL>   
34556 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34557 </UL><P>
34558 &lt;End of help on this topic&gt;
34559 </BODY>
34560 </HTML>
34561 ====== h_config_suppress_user_agent =====
34562 <HTML>
34563 <HEAD>
34564 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
34565 </HEAD>
34566 <BODY>
34567 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
34569 If this feature is set then Alpine will not generate a
34570 <CODE>User-Agent</CODE> header in outgoing messages.
34572 <UL>   
34573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34574 </UL><P>
34575 &lt;End of help on this topic&gt;
34576 </BODY>
34577 </HTML>
34578 ====== h_config_quell_lock_failure_warnings =====
34579 <HTML>
34580 <HEAD>
34581 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
34582 </HEAD>
34583 <BODY>
34584 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
34586 This feature affects Alpine's behavior when it encounters a problem
34587 acquiring a mail folder lock.  Typically, a secondary file associated
34588 with the mail folder being opened is created as part of the locking
34589 process.  On some systems, such file creation has been administratively
34590 precluded by the system configuration.
34592 Alpine issues a warning when such failures occur, which can become bothersome
34593 if the system is configured to disallow such actions.  Setting this
34594 feature causes Alpine to remain silent when this part of lock creation fails.
34596 WARNING: systems that have been configured in a way that precludes locking
34597 introduce some risk of mail folder corruption when more than one program
34598 attempts to modify the mail folder.  This is most likely to occur to one's
34599 INBOX or other incoming message folder. 
34601 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
34603 <UL>   
34604 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34605 </UL><P>
34606 &lt;End of help on this topic&gt;
34607 </BODY>
34608 </HTML>
34609 ====== h_config_enable_role_take ======
34610 <HTML>
34611 <HEAD>
34612 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
34613 </HEAD>
34614 <BODY>
34615 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
34617 Normally, the Take command takes addresses from a message and helps you
34618 put them into your Address Book.
34619 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
34620 you may find it useful
34621 to be able to Take information from a message's headers and put it into
34622 a new Rule.
34623 When this feature is set, you will be given an extra prompt that gives
34624 you the choice to Take into the Address Book or Take into a rule.
34625 <P><UL>
34626 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34627 </UL>
34629 &lt;End of help on this topic&gt;
34630 </BODY>
34631 </HTML>
34632 ====== h_config_enable_take_export ======
34633 <HTML>
34634 <HEAD>
34635 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
34636 </HEAD>
34637 <BODY>
34638 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
34640 Normally, the Take command takes addresses from a message and helps you
34641 put them into your Address Book.
34642 When this feature is set, you will be given an extra prompt that gives you
34643 the choice to Take addresses into a file instead of your Address
34644 Book.
34645 Only the user@domain_name part of the address is put in the file.
34646 <P><UL>
34647 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34648 </UL>
34650 &lt;End of help on this topic&gt;
34651 </BODY>
34652 </HTML>
34653 ====== h_config_quell_folder_internal_msg ======
34654 <HTML>
34655 <HEAD>
34656 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34657 </HEAD>
34658 <BODY>
34659 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34661 This feature determines whether or not Alpine will create 
34662 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34663 MMDF format. <P> 
34665 Alpine will normally create these pseudo messages when they are not already
34666 present in a standard Unix or MMDF folder.  Their purpose is to record
34667 certain mailbox state data needed for correct IMAP and POP server
34668 operation, and also for Alpine to be able to mark messages as Answered when
34669 the Reply has been postponed.<P>
34671 Sites that do not use IMAP/POP for remote mail access, and that need to
34672 support mail tools that are adversely affected by the presence of the
34673 pseudo-messages (e.g. some mail notification tools) may enable this
34674 feature to tell Alpine not to create them.  Note that Alpine's 
34675 &quot;Answered&quot; flag
34676 capability will be adversely affected if this is done.<P>
34678 Note too that, even if this feature is enabled, Alpine will not remove
34679 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34680 or ipopd servers.) This feature has no effect on folders that are not in
34681 standard Unix or MMDF format, as pseudo-messages are not needed in the
34682 other formats to record mailbox state information.
34683 <P><UL>
34684 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34685 </UL>
34687 &lt;End of help on this topic&gt;
34688 </BODY>
34689 </HTML>
34690 ====== h_config_mulnews_as_typed ======
34691 <HTML>
34692 <HEAD>
34693 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34694 </HEAD>
34695 <BODY>
34696 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34698 This feature will be of little use to most users.
34699 It has no effect unless the feature
34700 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34701 is set.
34703 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34704 then the setting of this feature may have an effect on the names of the
34705 newsrc files used.
34706 Normally, the name of the news server will be canonicalized before it is
34707 used in the newsrc file name.
34708 For example, if you type the news server name
34711 <CENTER><SAMP>servername</SAMP></CENTER>
34714 it is likely that the canonical name will be something like
34717 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34720 Or it may be the case that
34723 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34726 is really an alias (a DNS CNAME) for
34729 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34732 If this feature is not set, then the canonicalized names will be used.
34733 If this feature is set, then the name you typed in (or put in your
34734 configuration) will be used.
34736 <P><UL>
34737 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34738 </UL>
34740 &lt;End of help on this topic&gt;
34741 </BODY>
34742 </HTML>
34743 ====== h_config_quell_empty_dirs ======
34744 <HTML>
34745 <HEAD>
34746 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34747 </HEAD>
34748 <BODY>
34749 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34751 This feature causes Alpine to remove from the display any directories
34752 that do not contain at least one file or directory.  This can be useful
34753 to prevent overly cluttered folder lists when a collection is stored on
34754 a server that treats all names as both a folder and a directory.
34757 Note, enabling this feature can cause surprising behavior!  For example,
34758 you can still use Add to create a directory, but unless you immediately
34759 enter that directory and create a folder, that newly created directory
34760 may not be displayed next time you enter the folder list.
34763 The description above is not quite correct.
34764 Only directories which potentially may hold messages are hidden if empty.
34765 That is, a directory which is really just a directory and is not selectable
34766 as a folder will not be hidden.
34767 Such directories can occur on servers that treat most names as both a folder
34768 and a directory.
34769 These directories are typically created implicitly when a folder is created
34770 inside a directory that does not yet exist.
34773 <UL>   
34774 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34775 </UL><P>
34776 &lt;End of help on this topic&gt;
34777 </BODY>
34778 </HTML>
34779 ====== h_config_termcap_wins =====
34780 <HTML>
34781 <HEAD>
34782 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34783 </HEAD>
34784 <BODY>
34785 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34787 This feature may affect Alpine's low-level input routines.  Termcap (or
34788 terminfo, depending on how your copy of Alpine was compiled and linked)
34789 is the name of the database that describes terminal capabilities.  In
34790 particular, it describes the sequences of characters that various keys
34791 will emit.
34794 An example would be the Up Arrow key on the keyboard.  Up
34795 Arrow is not a distinct character on most Unix systems.  When you press
34796 the Up Arrow key a short sequence of characters are produced.  This
34797 sequence is supposed to be described in the termcap database by the
34798 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34799 are using terminfo instead of termcap).
34802 By default, Alpine defines some terminal
34803 escape sequences that are commonly used.  For example, the sequence
34804 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34805 &quot;ESC&nbsp;[&nbsp;A&quot;
34806 is also recognized as an Up Arrow key.  These are chosen because common
34807 terminals like VT100's or ANSI standard terminals produce these
34808 sequences when you press the Up Arrow key.
34811 If your system's termcap
34812 (terminfo) database assigns some other function to the sequence
34813 &quot;ESC&nbsp;O&nbsp;A&quot;
34814 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34815 database assigns a sequence that doesn't begin with an escape
34816 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34817 This usually works fine
34818 because most terminals emit the escape sequences that Alpine has defined
34819 by default.  We have also found that it is usually better to have these
34820 defaults take precedence over the definitions contained in the database
34821 because the defaults are more likely to be correct than the database.
34824 There are some terminals where this breaks down.  If you want Alpine to
34825 believe the definitions given in your termcap (terminfo) database in
34826 preference to the defaults the Alpine itself sets up, then you may turn
34827 this feature on.  Then, sequences of characters that are defined in
34828 both termcap (terminfo) and in Alpine's set of defaults will be
34829 interpreted the way that termcap (terminfo) says they should be
34830 interpreted.  Also, if your terminal capabilities database assigns a
34831 sequence that doesn't begin with escape, it will not be ignored.
34834 <UL>   
34835 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34836 </UL><P>
34837 &lt;End of help on this topic&gt;
34838 </BODY>
34839 </HTML>
34840 ====== h_config_cruise_mode =====
34841 <HTML>
34842 <HEAD>
34843 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34844 </HEAD>
34845 <BODY>
34846 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34848 This feature affects Alpine's behavior when you hit the
34849 &quot;Space&nbsp;Bar&quot; at
34850 the end of a displayed message.  Typically, Alpine complains that the end
34851 of the text has already been reached.  Setting this feature causes such
34852 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34853 taking you to the next &quot;interesting&quot; message,
34854 or scanning ahead to the 
34855 next incoming folder with &quot;interesting&quot; messages.
34858 <UL>   
34859 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34860 </UL><P>
34861 &lt;End of help on this topic&gt;
34862 </BODY>
34863 </HTML>
34864 ====== h_config_cruise_mode_delete =====
34865 <HTML>
34866 <HEAD>
34867 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34868 </HEAD>
34869 <BODY>
34870 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34872 This feature modifies the behavior of Alpine's 
34873 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34874 Setting this feature causes Alpine to implicitly delete read
34875 messages when it moves on to display the next &quot;interesting&quot; message.
34877 NOTE: Beware when enabling this feature AND the 
34878 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34879 feature.
34881 <UL>   
34882 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34883 </UL><P>
34884 &lt;End of help on this topic&gt;
34885 </BODY>
34886 </HTML>
34887 ====== h_config_slash_coll_entire =====
34888 <HTML>
34889 <HEAD>
34890 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34891 </HEAD>
34892 <BODY>
34893 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34895 The slash (/) command is available from the MESSAGE INDEX screen when
34896 the folder is sorted by either Threads or OrderedSubject, and the
34897 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34898 is set to something other than &quot;none&quot;.
34899 Normally, the slash command Collapses or Expands the subthread that
34900 starts at the currently highlighted message, if any.
34901 If this option is set, then the slash command Collapses or Expands the
34902 <EM>entire</EM> current thread instead of just the subthread.
34903 The current thread is simply the top-level thread that contains the
34904 current message.
34907 <UL>   
34908 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34909 </UL><P>
34910 &lt;End of help on this topic&gt;
34911 </BODY>
34912 </HTML>
34913 ====== h_config_color_thrd_import =====
34914 <HTML>
34915 <HEAD>
34916 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34917 </HEAD>
34918 <BODY>
34919 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34921 This option affects only the THREAD INDEX screen.
34922 Whether or not you ever see a THREAD INDEX screen depends on the setting
34923 of the configuration option
34924 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34925 and on the sort order of the index.
34928 If a message within a thread is flagged as Important
34929 and this option is set, then
34930 the entire line in the THREAD INDEX will be colored the color of the
34931 Index-important Symbol, which can be set using the
34932 <A HREF="h_color_setup">Setup Kolor</A> screen.
34935 <UL>   
34936 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34937 </UL><P>
34938 &lt;End of help on this topic&gt;
34939 </BODY>
34940 </HTML>
34941 ====== h_config_allow_goto =====
34942 <HTML>
34943 <HEAD>        
34944 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34945 </HEAD>
34946 <BODY>
34947 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34949 This feature modifies the behavior of Alpine's file browser.  Setting this
34950 feature causes Alpine to offer the "G Goto" command in the file browser.
34951 That is the default.
34955 The Goto command allows you to explicitly type in the desired directory.
34957 &lt;End of help on this topic&gt;
34958 </BODY></HTML>
34959 ====== h_config_add_ldap =====
34960 <HTML>
34961 <HEAD>
34962 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34963 </HEAD>
34964 <BODY>
34965 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34967 If both the Directory option
34968 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34969 and this feature are set,
34970 then when an implicit directory lookup is done from the
34971 composer you will automatically be prompted to add the result of the
34972 directory lookup to your address book.
34974 <UL>   
34975 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34976 </UL><P>
34977 &lt;End of help on this topic&gt;
34978 </BODY>
34979 </HTML>
34980 ===== h_patterns_compat_behavior =====
34981 <HTML>
34982 <HEAD>
34983 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34984 </HEAD>
34985 <BODY>
34986 <H1>Rules Behavior Changes in Pine 4.50</H1>
34988 In Alpine, Rules that contain unrecognized elements
34989 are ignored.
34990 In most cases, the unrecognized elements will be something that was
34991 added as a new Rules feature in a later version of Alpine.
34992 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34993 ignore rules that contained unrecognized elements.
34994 For example, a new element of Rules that was added in Pine 4.50 is
34995 Age interval.
34996 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34997 all messages older than a week red.
34998 Now, if you run Pine 4.44 using that same configuration file, it will not
34999 recognize the Age interval and so will just ignore it.
35000 That means that all messages will match that rule so all messages will
35001 be colored red when using Pine version 4.44.
35004 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
35005 However, since the behavior still exists in versions prior to Pine 4.50 and
35006 since Filtering is a potentially destructive operation, another measure
35007 was taken to attempt to avoid unintentional Filtering of messages.
35008 The first time that you run Alpine or a Pine that is version 4.50 or greater,
35009 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
35010 will be copied to a new Filters configuration variable
35011 with a different name (&quot;Patterns-Filters2&quot;).
35012 From then on, Alpine will continue to use the new
35013 variable.
35014 Of course, Pine version 4.44 or lower will continue to use the old
35015 variable.
35016 That means that if you are using Alpine
35017 and also using a version of Pine that is older than 4.50, they will not
35018 share the configuration information about Filters.
35019 If you make a change in one version you won't see it in the other version.
35022 Since Scoring can be used to trigger Filtering, the same thing has been
35023 done for Score rules.
35024 The old configuration variable name is (&quot;Patterns-Scores&quot;)
35025 and the new name is (&quot;Patterns-Scores2&quot;).
35026 The same is not true of Role, Indexcolor, and Other rules that are
35027 thought to be less harmful when a mistake is made.
35030 &lt;End of help on this topic&gt;
35031 </BODY>
35032 </HTML>
35033 ======= h_config_filt_opts_sentdate =======
35034 <HTML>
35035 <HEAD>
35036 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
35037 </HEAD>
35038 <BODY>
35039 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
35041 By default, the Age interval of a Pattern uses a message's time of
35042 arrival to compute the age of the message.
35043 If this feature is set, the date in the message's Date header will
35044 be used instead.
35046 &lt;End of help on this topic&gt;
35047 </BODY>
35048 </HTML>
35049 ======= h_config_filt_opts_notdel =======
35050 <HTML>
35051 <HEAD>
35052 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
35053 </HEAD>
35054 <BODY>
35055 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
35057 If this option is set then a message will be moved into the
35058 specified folder only if it is not marked for deletion.
35059 This is useful if you have multiple Alpine sessions running
35060 simultaneously and you don't want messages to be filtered into a
35061 folder more than once.
35062 It is also useful if you want to filter
35063 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
35064 This method is not foolproof.
35065 There may be cases where a message
35066 gets marked deleted and so it is never filtered into the folder.
35067 For example, if you deleted it in another Alpine session or another mail
35068 program that didn't use the filtering rule.
35070 This option has no effect if the Filter Action is not set to Move.
35072 &lt;End of help on this topic&gt;
35073 </BODY>
35074 </HTML>
35075 ======= h_config_filt_opts_nonterm =======
35076 <HTML>
35077 <HEAD>
35078 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
35079 </HEAD>
35080 <BODY>
35081 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
35083 If this option is set then this is a non-terminating rule.
35084 Usually, for each message, Alpine searches through the Filter Rules until
35085 a match is found and then it performs the action associated with that rule.
35086 Rules following the match are not considered.
35087 If this option is set then the search for matches will continue at the next
35088 rule.
35090 If a non-terminating rule matches then the actions associated with
35091 that rule, except for any implied deletion of the message, are performed
35092 before the match for the next rule is checked.
35093 For example, if the non-terminating rule sets the Important status, then that
35094 status will be set when the next rule is considered.
35095 However, if the non-terminating rule Moves the message, the message will
35096 actually be copied instead of copied and deleted so that it is still there
35097 for the next rule.
35098 A moved message is deleted after all the relevant rules have been checked.
35099 The name of the &quot;Move&quot; action is confusing in this case because
35100 a single message can be moved to more than one folder.
35101 It turns the Move into a Copy instead, but it is still followed by a deletion
35102 at the end.
35104 This option may be useful if you want to have a single message filtered to
35105 two different folders because it matches two different Patterns.
35106 For example, suppose you normally filter messages to a particular mailing
35107 list into one folder, and messages addressed directly to you into a second
35108 folder.
35109 If a message is sent to both you and the list (and you can tell that by
35110 looking at the headers of the message) this option may give you a convenient
35111 way to capture a copy to each folder.
35112 (It may also cause you to capture two copies to each folder,
35113 depending on whether your mail system delivers one or two copies of the
35114 message to you and on how the list works.)
35116 &lt;End of help on this topic&gt;
35117 </BODY>
35118 </HTML>
35119 ===== h_mainhelp_smime ======
35120 <HTML>
35121 <HEAD>
35122 <TITLE>S/MIME Overview</TITLE>
35123 </HEAD>
35124 <BODY>
35125 <H1>S/MIME Overview</H1>
35127 S/MIME is a standard for the public key encryption and signing of email.
35128 UNIX Alpine contains a basic implementation of S/MIME based on
35129 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries. The
35130 same support can be provided using the 
35131 <A HREF="http://www.libressl.org/">LibreSSL</A> libraries. The
35132 support for S/MIME in PC-Alpine is fully based on the LibreSSL libraries.
35133 To check if this version of Alpine supports S/MIME look at
35134 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
35135 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
35137 Some limitations:
35138 <UL>
35139    <LI> There is no provision for checking for CRLs
35140         (Certificate Revocation Lists) in Alpine.
35141    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
35142    <LI> There is no mechanism available for feeding either an entire incoming
35143         or an entire outgoing message to an external
35144         filter and using that external filter to do S/MIME or PGP processing.
35145    <LI> Because the implementation currently uses OpenSSL, there is only a very
35146         limited integration with the Mac OS Keychain (the storing and access of
35147         public certificates).
35148 </UL>
35150 The S/MIME configuration screen is reached by going to the Main Menu and typing
35151 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
35154 <H2>S/MIME BASICS</H2>
35156 In order to digitally sign messages you send you must have a public/private key-pair.
35157 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
35158 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
35159 users or a company which provides certificates for its workers.
35160 These certificates are bound to an email address, so the identity being verified is the
35161 email address not a person's name.
35163 Mail is signed by using the sender's private key, which only the owner of the private key
35164 has access to.
35165 The signature is verified using the signer's public key, which anyone can
35166 have access to.
35167 With Alpine, the first time you receive a signed message the public key of the
35168 sender will be stored for future use.
35171 Mail is encrypted using the recipient's public key and decrypted by
35172 the recipient with their private key.
35175 You need a key of your own in order to sign outgoing messages and to have others
35176 encrypt messages sent to you.
35177 You do not need a key of your own to verify signed messages sent by others or to
35178 encrypt messages sent to others.
35180 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
35182 By default UNIX Alpine stores the certificates it uses in a directory in your
35183 home directory.
35184 The directory name is
35186 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
35188 For PC-Alpine, the equivalent directory is called 
35189 <CENTER><SAMP>alpine-smime</SAMP></CENTER>
35190 and is also located under your home directory.
35192 Within that directory are three subdirectories.
35193 Each of the three subdirectories contains files with PEM-encoded contents,
35194 the default format for OpenSSL.
35195 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
35196 The files within that directory have names that are email addresses with the
35197 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
35198 An example filename is
35200 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35202 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
35203 your private key.
35204 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
35205 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
35206 Authorities that you want to trust but that aren't contained in the set of system CAs.
35207 Those files may have arbitrary names as long as they end with the
35208 suffix &quot;<SAMP>.crt</SAMP>&quot;.
35210 <H2>HOW TO SIGN AND ENCRYPT</H2>
35212 If you have a certificate you may sign outgoing messages.
35213 After typing the Ctrl-X command to send a message you will see the prompt
35215 <CENTER><SAMP>Send message?</SAMP></CENTER>
35217 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
35218 Typing the &quot;G&quot; command will change the prompt to
35220 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
35222 Typing the &quot;E&quot; command will change the prompt to
35224 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
35226 You may even type both to get
35228 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
35231 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
35233 The reading of a signed message should not require any special action on
35234 your part.
35235 There should be an editorial addition at the start of the message which
35236 says either
35238 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
35242 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
35244 If an encrypted message is sent to you the encrypted text will not
35245 be shown.
35246 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
35247 you are viewing the message) and supply your passphrase when asked.
35249 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
35250 which gives you some information about the certificate used to sign or encrypt the message.
35252 <H2>MISCELLANEOUS</H2>
35254 If you have access to a private certificate in the PKCS12 format, which 
35255 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
35256 use the following commands to generate private keys, public and certificate
35257 authorities certificates. In the examples below, we assume that the 
35258 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
35259 that your email address is &quot;your@address.com&quot;.
35262 In order to create a private key use the command
35264 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
35266 In order to create a public certificate use the command
35268 <CENTER><SAMP>
35269 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
35270 </SAMP></CENTER>
35272 In order to create a certificate authority certificate use the command
35274 <CENTER><SAMP>
35275 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
35276 </SAMP></CENTER>
35278 <P> If the previous command produces an empty file, it means that the 
35279 certificate authority was not included in the .p12 file, so you will have 
35280 to get it from some other sources. You will need these certificates, so 
35281 that you can validate correctly signatures.
35284 After you have exported these certificates and keys, you can  use the import 
35285 command in Alpine, from the S/MIME configuration screen,
35286 to import these certificates into Alpine. They will be available for use
35287 as soon as you import them.
35289 &lt;End of help on this topic&gt;
35290 </BODY>
35291 </HTML>
35292 ====== h_config_smime_pubcertdir =====
35293 <HTML>
35294 <HEAD>
35295 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
35296 </HEAD>
35297 <BODY>
35298 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
35301 If the option
35302 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35303 is set then this option will have no effect.
35305 Normally, Public Certificates for use with S/MIME will be stored in the directory
35306 which is the value of this option.
35307 Those certificates will be stored in PEM format, one certificate per file.
35308 The name of the file for the certificate corresponding to
35310 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35312 should be
35314 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
35316 For example, a file for user@example.com would be in the file
35318 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
35320 in this directory.
35322 Use the Setup/SMIME screen to modify this variable.
35324 Typically, the public certificates that you have will come from S/MIME signed
35325 messages that are sent to you.
35326 Alpine will extract the public certificate from the signed message and store
35327 it in the certificates directory.
35328 These PEM format public certificates look something like:
35329 <PRE>
35330 -----BEGIN CERTIFICATE-----
35331 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
35332 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
35333 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
35335 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
35336 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
35337 -----END CERTIFICATE-----
35338 </PRE>
35340 <UL>   
35341 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35342 </UL><P>
35344 <UL>   
35345 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35346 </UL><P>
35347 &lt;End of help on this topic&gt;
35348 </BODY>
35349 </HTML>
35350 ====== h_config_smime_pubcertcon =====
35351 <HTML>
35352 <HEAD>
35353 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
35354 </HEAD>
35355 <BODY>
35356 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
35359 If this option is set it will be used instead of
35360 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35362 This option gives you a way to store certificates remotely on an IMAP server
35363 instead of storing the certificates one per file locally.
35364 In order to do that you just give this option a remote folder name for a folder
35365 which does not yet exist.
35366 The name is similar to the name you might use for a remote configuration file.
35367 A remote folder name might look something like:
35369 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
35372 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35373 about the syntax of folder names.
35375 Use the Setup/SMIME screen to modify this variable.
35377 <UL>   
35378 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35379 </UL><P>
35381 <UL>   
35382 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35383 </UL><P>
35384 &lt;End of help on this topic&gt;
35385 </BODY>
35386 </HTML>
35387 ====== h_config_smime_privkeydir =====
35388 <HTML>
35389 <HEAD>
35390 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
35391 </HEAD>
35392 <BODY>
35393 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
35396 In order to sign outgoing S/MIME messages you will need a
35397 personal digital ID certificate.
35398 You will usually get such a certificate from a certificate authority such as
35399 Thawte or CAcert.
35400 (In order to encrypt outgoing messages you don't need a personal digital ID, you
35401 need the public certificate of the recipient instead.)
35402 If the option
35403 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
35404 is set then this option will have no effect.
35406 Normally, Private Keys for use with S/MIME will be stored in the directory
35407 which is the value of this option.
35408 Those certificates will be stored in PEM format, one certificate per file.
35409 The name of the file for the certificate corresponding to your
35411 <CENTER><SAMP>emailaddress</SAMP></CENTER>
35413 should be
35415 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
35417 For example, if your address is user@example.com the name of the file would be
35419 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
35421 in this directory.
35423 Use the Setup/SMIME screen to modify this variable.
35425 Typically, the private key that you have will come from a Certificate
35426 Authority.
35427 The private key should be stored in a PEM format file that
35428 looks something like:
35429 <PRE>
35430 -----BEGIN RSA PRIVATE KEY-----
35431 Proc-Type: 4,ENCRYPTED
35432 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
35434 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
35435 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
35436 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
35438 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
35439 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
35440 -----END RSA PRIVATE KEY-----
35441 </PRE>
35443 <UL>   
35444 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35445 </UL><P>
35447 <UL>   
35448 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35449 </UL><P>
35450 &lt;End of help on this topic&gt;
35451 </BODY>
35452 </HTML>
35453 ====== h_config_smime_privkeycon =====
35454 <HTML>
35455 <HEAD>
35456 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
35457 </HEAD>
35458 <BODY>
35459 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
35462 If this option is set it will be used instead of
35463 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35465 This option gives you a way to store keys remotely on an IMAP server
35466 instead of storing the keys one per file locally.
35467 In order to do that you just give this option a remote folder name for a folder
35468 which does not yet exist.
35469 The name is similar to the name you might use for a remote configuration file.
35470 A remote folder name might look something like:
35472 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
35475 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35476 about the syntax of folder names.
35478 Use the Setup/SMIME screen to modify this variable.
35480 <UL>   
35481 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35482 </UL><P>
35484 <UL>   
35485 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35486 </UL><P>
35487 &lt;End of help on this topic&gt;
35488 </BODY>
35489 </HTML>
35490 ====== h_config_smime_cacertdir =====
35491 <HTML>
35492 <HEAD>
35493 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
35494 </HEAD>
35495 <BODY>
35496 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
35499 If the option
35500 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
35501 is set then this option will have no effect.
35503 CACert is a shorthand name for certification authority certificate.
35504 Normally Alpine will use the CACerts that are located in the standard system
35505 location for CACerts.
35506 It may be the case that one of your correspondents has a Digital ID which has
35507 been signed by a certificate authority that is not in the regular set of system certificate
35508 authorities.
35509 You may supplement the system list by adding further certificates of your own.
35510 These should  be stored in the directory
35511 which is the value of this option.
35512 The certificates will be stored in PEM format, one certificate per file.
35513 The names of the files can be anything ending in &quot;.crt&quot;.
35515 Use the Setup/SMIME screen to modify this variable.
35517 These PEM format CA certificates look very similar to your public
35518 certificates for particular email addresses
35519 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
35521 <UL>   
35522 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35523 </UL><P>
35525 <UL>   
35526 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35527 </UL><P>
35528 &lt;End of help on this topic&gt;
35529 </BODY>
35530 </HTML>
35531 ====== h_config_smime_cacertcon =====
35532 <HTML>
35533 <HEAD>
35534 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
35535 </HEAD>
35536 <BODY>
35537 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
35540 If this option is set it will be used instead of
35541 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35543 This option gives you a way to store certificates remotely on an IMAP server
35544 instead of storing the certificates one per file locally.
35545 In order to do that you just give this option a remote folder name for a folder
35546 which does not yet exist.
35547 The name is similar to the name you might use for a remote configuration file.
35548 A remote folder name might look something like:
35550 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
35553 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35554 about the syntax of folder names.
35556 Use the Setup/SMIME screen to modify this variable.
35558 <UL>   
35559 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35560 </UL><P>
35562 <UL>   
35563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35564 </UL><P>
35565 &lt;End of help on this topic&gt;
35566 </BODY>
35567 </HTML>
35568 ========== h_config_smime_sign_by_default ==========
35569 <HTML>
35570 <HEAD>
35571 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
35572 </HEAD>
35573 <BODY>
35574 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
35577 This feature only has an effect if your version of Alpine includes
35578 support for S/MIME.
35579 It affects Alpine's behavior when you send a message.
35580 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
35582 Only the default value is affected.
35583 In any case, you may still toggle the Signing option on or off before sending
35584 with the &quot;G Sign&quot; command (provided you have a personal digital ID
35585 certificate).
35587 <UL>   
35588 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35589 </UL><P>
35592 <UL>   
35593 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35594 </UL><P>
35595 &lt;End of help on this topic&gt;
35596 </BODY>
35597 </HTML>
35598 ========== h_config_smime_use_cert_store ==========
35599 <HTML>
35600 <HEAD>
35601 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
35602 </HEAD>
35603 <BODY>
35604 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
35607 This feature only has an effect if your version of Alpine includes
35608 support for S/MIME.
35609 It affects Alpine's behavior when you validate a message, and should
35610 not be disabled, unless you are performing a test.
35612 There are two important aspects of validation: validation of the message
35613 (that is, the message was not modified after it was sent) 
35614 as well as validation of the identity of the sender. This option has to 
35615 do with the latter. 
35617 In order to validate that the message came from the sender in the message
35618 and not an impersonator, Alpine can 
35619 either use the certificates that come in the message, or the ones that 
35620 you have personally stored. If this feature is enabled (the default) then 
35621 Alpine will use certificates that you have already saved in your store 
35622 and not those that come in the message to validate the sender of the 
35623 message. In particular, the first time that you receive a signed message
35624 from a sender, and their certificate does not validate against your
35625 store, then you will be asked if you wish to save such certificate. If
35626 you do not wish to save the certificate, then Alpine will fail to validate
35627 the signature of the message. Otherwise, Alpine will proceed to validate
35628 the signature of the message. This behavior helps you prevent against impersonation, because 
35629 it is assumed that you trust the certificates that you have saved, and 
35630 might not trust those that came with the message that you are validating.
35632 <UL>   
35633 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35634 </UL><P>
35637 <UL>   
35638 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35639 </UL><P>
35640 &lt;End of help on this topic&gt;
35641 </BODY>
35642 </HTML>
35643 ========== h_config_smime_pubcerts_in_keychain ==========
35644 <HTML>
35645 <HEAD>
35646 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
35647 </HEAD>
35648 <BODY>
35649 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
35652 If this feature is set the Mac OS X default keychain will be used as the place
35653 to store public certificates instead of a
35654 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35655 or a
35656 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35658 <UL>   
35659 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35660 </UL><P>
35662 <UL>   
35663 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35664 </UL><P>
35665 &lt;End of help on this topic&gt;
35666 </BODY>
35667 </HTML>
35668 ========== h_config_smime_dont_do_smime ==========
35669 <HTML>
35670 <HEAD>
35671 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35672 </HEAD>
35673 <BODY>
35674 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35677 Setting this feature turns off all of Alpine's S/MIME support.
35678 You might want to set this if you are having trouble due to the S/MIME support.
35680 <UL>   
35681 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35682 </UL><P>
35685 <UL>   
35686 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35687 </UL><P>
35688 &lt;End of help on this topic&gt;
35689 </BODY>
35690 </HTML>
35691 ========== h_config_smime_encrypt_by_default ==========
35692 <HTML>
35693 <HEAD>
35694 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35695 </HEAD>
35696 <BODY>
35697 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35700 This feature only has an effect if your version of Alpine includes
35701 support for S/MIME.
35702 It affects Alpine's behavior when you send a message.
35703 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35705 Only the default value is affected.
35706 In any case, you may still toggle the Encrypt option on or off before sending
35707 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35708 for the recipient).
35710 <UL>   
35711 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35712 </UL><P>
35715 <UL>   
35716 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35717 </UL><P>
35718 &lt;End of help on this topic&gt;
35719 </BODY>
35720 </HTML>
35721 ========== h_config_smime_remember_passphrase ==========
35722 <HTML>
35723 <HEAD>
35724 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35725 </HEAD>
35726 <BODY>
35727 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35730 This feature only has an effect if your version of Alpine includes
35731 support for S/MIME.
35732 If this option is set, you will only have to enter your passphrase for your private key
35733 once during an Alpine session.
35735 <UL>   
35736 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35737 </UL><P>
35740 <UL>   
35741 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35742 </UL><P>
35743 &lt;End of help on this topic&gt;
35744 </BODY>
35745 </HTML>
35746 ====== h_config_smime_transfer_pub_to_con =====
35747 <HTML>
35748 <HEAD>
35749 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35750 </HEAD>
35751 <BODY>
35752 <H1>S/MIME: Transfer Public Certs to Container</H1>
35755 The Transfer command will copy the public certificates in your configured
35756 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35757 to the container in your configured
35758 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35759 This might be useful if you decide to switch from using a cert directory to a cert
35760 container.
35762 Warning: Any previous contents in the container will be lost.
35764 <UL>   
35765 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35766 </UL><P>
35768 <UL>   
35769 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35770 </UL><P>
35771 &lt;End of help on this topic&gt;
35772 </BODY>
35773 </HTML>
35774 ====== h_config_smime_transfer_pub_to_dir =====
35775 <HTML>
35776 <HEAD>
35777 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35778 </HEAD>
35779 <BODY>
35780 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35783 The Transfer command will copy the public certificates in your configured
35784 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35785 to the directory in your configured
35786 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35787 This might be useful if you decide to switch from using a cert container to a cert
35788 directory.
35790 <UL>   
35791 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35792 </UL><P>
35794 <UL>   
35795 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35796 </UL><P>
35797 &lt;End of help on this topic&gt;
35798 </BODY>
35799 </HTML>
35800 ====== h_config_smime_transfer_priv_to_con =====
35801 <HTML>
35802 <HEAD>
35803 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35804 </HEAD>
35805 <BODY>
35806 <H1>S/MIME: Transfer Private Keys to Container</H1>
35809 The Transfer command will copy the private keys in your configured
35810 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35811 to the container in your configured
35812 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35813 This might be useful if you decide to switch from using a key directory to a key
35814 container.
35816 Warning: Any previous contents in the container will be lost.
35818 <UL>   
35819 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35820 </UL><P>
35822 <UL>   
35823 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35824 </UL><P>
35825 &lt;End of help on this topic&gt;
35826 </BODY>
35827 </HTML>
35828 ====== h_config_smime_transfer_priv_to_dir =====
35829 <HTML>
35830 <HEAD>
35831 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35832 </HEAD>
35833 <BODY>
35834 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35837 The Transfer command will copy the private keys in your configured
35838 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35839 to the directory in your configured
35840 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35841 This might be useful if you decide to switch from using a key container to a key
35842 directory.
35844 <UL>   
35845 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35846 </UL><P>
35848 <UL>   
35849 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35850 </UL><P>
35851 &lt;End of help on this topic&gt;
35852 </BODY>
35853 </HTML>
35854 ====== h_config_smime_transfer_cacert_to_con =====
35855 <HTML>
35856 <HEAD>
35857 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35858 </HEAD>
35859 <BODY>
35860 <H1>S/MIME: Transfer CA Certs to Container</H1>
35863 The Transfer command will copy the CA certificates in your configured
35864 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35865 to the container in your configured
35866 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35867 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35868 container.
35870 Warning: Any previous contents in the container will be lost.
35872 <UL>   
35873 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35874 </UL><P>
35876 <UL>   
35877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35878 </UL><P>
35879 &lt;End of help on this topic&gt;
35880 </BODY>
35881 </HTML>
35882 ====== h_config_smime_transfer_cacert_to_dir =====
35883 <HTML>
35884 <HEAD>
35885 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35886 </HEAD>
35887 <BODY>
35888 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35891 The Transfer command will copy the CA certificates in your configured
35892 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35893 to the directory in your configured
35894 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35895 This might be useful if you decide to switch from using a CA cert container to a CA cert
35896 directory.
35898 <UL>   
35899 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35900 </UL><P>
35902 <UL>   
35903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35904 </UL><P>
35905 &lt;End of help on this topic&gt;
35906 </BODY>
35907 </HTML>
35908 ====== h_config_smime_transfer_pubcon_to_key =====
35909 <HTML>
35910 <HEAD>
35911 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35912 </HEAD>
35913 <BODY>
35914 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35916 Mac OS X Alpine only.
35918 The Transfer command will copy the public certificates in your configured
35919 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35920 to your default Mac OS X Keychain.
35921 This might be useful if you decide to switch from using a cert container to using
35922 the Keychain to store your public certs, which you may do by using the
35923 feature
35924 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35926 <UL>   
35927 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35928 </UL><P>
35930 <UL>   
35931 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35932 </UL><P>
35933 &lt;End of help on this topic&gt;
35934 </BODY>
35935 </HTML>
35936 ====== h_config_smime_transfer_pubkey_to_con =====
35937 <HTML>
35938 <HEAD>
35939 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35940 </HEAD>
35941 <BODY>
35942 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35945 The Transfer command will copy the public certificates in your configured
35946 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35947 to your default Mac OS X Keychain.
35948 This might be useful if you decide to switch from using a cert container to using
35949 the Keychain to store your public certs.
35951 <UL>   
35952 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35953 </UL><P>
35955 <UL>   
35956 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35957 </UL><P>
35958 &lt;End of help on this topic&gt;
35959 </BODY>
35960 </HTML>
35961 ====== h_config_smime_public_certificates =====
35962 <HTML>
35963 <HEAD>
35964 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35965 </HEAD>
35966 <BODY>
35967 <H1>S/MIME: Manage Public Certificates</H1>
35970 This menu item allows you to manage your public certificates, this
35971 may include your own public certificate, but it normally includes
35972 certificates of people you correspond with. These certificates are
35973 saved by Alpine automatically when they are found in signed messages
35974 that you receive. This interface allows you to manage them, by
35975 giving you the option to delete them, or trust them (in the case
35976 of self-signed certificates).
35979 Please note that Alpine will not validate a message that was sent to you
35980 using a self-signed certificate, unless you decide to trust that certificate.
35981 Internally, a certificate is trusted by copying it to the
35982 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35983 collection. If you decide that you want to stop trusting a self-signed
35984 certificate, you must delete such certificate from such collection.
35986 The <B>I</B> Import command available in this screen allows you to 
35987 import a command to this collection.
35989 <UL>   
35990 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35991 </UL><P>
35993 <UL>   
35994 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35995 </UL><P>
35996 &lt;End of help on this topic&gt;
35997 </BODY>
35998 </HTML>
35999 ====== h_config_smime_private_keys =====
36000 <HTML>
36001 <HEAD>
36002 <TITLE>S/MIME: Manage Private Keys</TITLE>
36003 </HEAD>
36004 <BODY>
36005 <H1>S/MIME: Manage Private Keys</H1>
36008 This option allows you to manage your private key. Normally a person has only
36009 one key, in the same way that a person only has one valid passport, or ID card,
36010 at any given time. This option allows you to manage private keys. You can
36011 delete them or import them. Additionally, you can view information
36012 about your public certificate, such as the issuer and the dates of validity
36013 of such certificate, among others.
36016 If you have more than one e-mail address for which you want to use the 
36017 same private key, you must add all those addresses to the private key at 
36018 the moment that the key is generated. When you receive a signed message using 
36019 a key generated for several e-mail addresses, Alpine will save a 
36020 certificate for each e-mail address included in such certificate.
36022 The <B>I</B> Import command available in this screen allows you to 
36023 import a command to this collection.
36025 <UL>   
36026 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36027 </UL><P>
36029 <UL>   
36030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36031 </UL><P>
36032 &lt;End of help on this topic&gt;
36033 </BODY>
36034 </HTML>
36035 ====== h_config_smime_certificate_authorities =====
36036 <HTML>
36037 <HEAD>
36038 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
36039 </HEAD>
36040 <BODY>
36041 <H1>S/MIME: Manage Certificate Authorities</H1>
36044 This collection contains certificates that are needed to validate the 
36045 certificate of another person, and therefore contains certificates that 
36046 you trust. Typically a certificate is signed by another entity, called a 
36047 certificate authority. This option allows you to manage which certificates 
36048 you trust, allowing you to import them and to delete them or view information
36049 about each certificate, such as the issuer and the dates of validity
36050 of such certificate.
36052 The <B>I</B> Import command available in this screen allows you to 
36053 import a command to this collection.
36055 <UL>   
36056 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36057 </UL><P>
36059 <UL>   
36060 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36061 </UL><P>
36062 &lt;End of help on this topic&gt;
36063 </BODY>
36064 </HTML>
36065 ====== h_config_smime_password_file_certificates =====
36066 <HTML>
36067 <HEAD>
36068 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
36069 </HEAD>
36070 <BODY>
36071 <H1>S/MIME: Manage Password File Certificates</H1>
36074 This option allows you to manage the certificates that are used to
36075 encrypt and decrypt your password file. This is useful in case you
36076 want to change the certificates used to encrypt your password file.
36078 Depending on the version of Alpine that you used for the first time
36079 to set this up, you might have had to enter a password to enter this
36080 screen. In the case that you did not enter a password to enter this
36081 screen, you should know two things that are important:
36082 <UL>
36083 <LI> If anyone takes control of your computer (for example, if you 
36084 left it unattended) then that person can add a password to your
36085 password file and make it unreadable to you in the future.
36086 <LI> If anyone can access your computer (this includes remote access)
36087 then that person can steal your password file and decrypt it without
36088 your help. This gives access to that person to the same services you
36089 have access and such person can use your name to access that service.
36090 In particular, that person can try to hack into your service provider
36091 with your name on it, or that person could try to send spam with
36092 your name.
36093 </UL>
36094 <P> Needless to say, this is not advisable. You should keep your
36095 password file protected. In order to do so, all you need to do is use
36096 the &quot;Create Key&quot; command to create a key. Once you do this,
36097 Alpine will use that key, encrypted with the password used to create that
36098 key, to protect your password file.
36100 In this screen you can import a new key to encrypt your password file, 
36101 and read cryptographic information on your current key.
36103 To import a new key press &quot;RETURN&quot; and enter the location of
36104 the new key. You will be asked to enter the password of the new key. If
36105 this part of the process is successful, Alpine will search for the 
36106 certificate that matches that key. If your key is named 
36107 &quot;your_email@address.com.key&quot;, then Alpine will look for your
36108 certificate in the same directory in the file named
36109 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
36110 as part of your key (that is, it will look to see if your certificate
36111 is in the file &quot;your_email@address.com.key&quot;), if all of this
36112 fails, Alpine will ask you to enter the location of the certificate
36113 that matches the key you unlocked. If a certificate is found, it will be 
36114 used, and in this case, the password file will be read, decrypted with the 
36115 old key and encrypted with the new key. Once this is done, the new key and 
36116 certificates are saved, and the old keys are permanently deleted.
36118 Alpine does not create a backup of your password file, or your old keys
36119 that will be replaced. If you need to keep old copies, you will have to do
36120 this operation outside Alpine.
36122 Observe that you can use this screen to remove the password for the key.
36123 As explained earlier, this is not advisable, but you can always restore the
36124 password to encrypt your password file by creating a new key.
36126 Be safe and keep your password file encrypted with a password.
36127 <UL>   
36128 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36129 </UL><P>
36131 <UL>   
36132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36133 </UL><P>
36134 &lt;End of help on this topic&gt;
36135 </BODY>
36136 </HTML>
36137 ====== h_certificate_information =====
36138 <HTML>
36139 <HEAD>
36140 <TITLE>S/MIME: Certificate Information Screen</TITLE>
36141 </HEAD>
36142 <BODY>
36143 <H1>S/MIME: Certificate Information Screen</H1>
36146 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
36147 such as its owner, e-mail address, issuer, and interval of validity, 
36148 among others.
36150 In the case of public certificates, this screen shows you if there was a
36151 failure when attempting to validate such message. If the certificate is
36152 self-signed, then the <B>T</B> Trust command will be available, which
36153 you can use to trust such certificate and make Alpine not fail validating 
36154 signatures signed with such certificate.
36156 You can also mark a certificate deleted, with the <B>D</B> command, or 
36157 remove the deleted mark with the <B>U</B> undelete command.
36159 In the case of your private key, Alpine shows you the information
36160 from your public key. Additionally, Alpine allows you to see public
36161 and private information about your key, with the <B>B</B> and
36162 <B>R</B> commands respectively.
36163 <UL>   
36164 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36165 </UL><P>
36167 <UL>   
36168 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36169 </UL><P>
36170 &lt;End of help on this topic&gt;
36171 </BODY>
36172 </HTML>
36173 ====== h_config_smime_manage_public_menu =====
36174 <HTML>
36175 <HEAD>
36176 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
36177 </HEAD>
36178 <BODY>
36179 <H1>S/MIME: Commands that Manage Public Certificates</H1>
36182 This screen allows you to manage your public certificates. 
36184 The format of this screen is as follows. There are five fields: The 
36185 leftmost field is normally empty, but it could contain the letter 
36186 &quot;D&quot; to indicate that that certificate has been marked for 
36187 deletion. The next field is the e-mail address of the owner of the 
36188 certificate, shown in its entirety. The third and fourth field are the 
36189 first and last day validity for that certificate, respectively. The date
36190 is displayed in the user's locale unless the option 
36191 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
36192 is set. In this case, the month, day and year are represented by two
36193 digits, and the format used is mm/dd/yy. Finally, the fifth 
36194 field is what can be displayed of the MD5 hash of the certificate. You can 
36195 use any of the last three fields to distinguish between two certificates 
36196 for the same owner.
36198 Available commands in this screen and a short description of what they 
36199 do follows.
36200 <UL>
36201 <LI> <B>I</B> Imports a public certificate to this collection.
36202 <LI> <B>V</B> View information about a certificate such as the name of the person the
36203 certificate was issued to, its dates of validity, and validity status.
36204 <LI> <B>D</B> Marks a certificate deleted.
36205 <LI> <B>U</B> Removes the deletion mark on a certificate.
36206 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36207 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
36208 trust a certificate by copying it to the collection of trusted certificates.
36209 </UL>
36211 All commands provide feedback to let you know about their success or failure.
36213 <UL>   
36214 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36215 </UL><P>
36217 <UL>   
36218 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36219 </UL><P>
36220 &lt;End of help on this topic&gt;
36221 </BODY>
36222 </HTML>
36223 ====== h_config_smime_manage_private_menu =====
36224 <HTML>
36225 <HEAD>
36226 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
36227 </HEAD>
36228 <BODY>
36229 <H1>S/MIME: Commands that Manage Private Keys</H1>
36232 This screen allows you to manage your private key.
36234 The format of this screen is as follows. There are five fields: The 
36235 leftmost field is normally empty, but it could contain the letter 
36236 &quot;D&quot; to indicate that that certificate has been marked for 
36237 deletion. The next field is the e-mail address of the owner of the 
36238 certificate, shown in its entirety. The third field is the first day of 
36239 validity for that certificate; the fourth field in the last day that that 
36240 certificate is valid, and the fifth field is what can be displayed of the 
36241 MD5 hash of the public certificate corresponding to this private key. You 
36242 can use any of the last three fields to distinguish between two 
36243 certificates for the same owner.
36245 Available commands and a short description of what they do follows.
36246 <UL>
36247 <LI> <B>I</B> Imports a new public key to this collection.
36248 <LI> <B>V</B> View information about the public certificate corresponding to this
36249 key.
36250 <LI> <B>D</B> Marks a key to be deleted.
36251 <LI> <B>U</B> Removes the deletion mark on a key.
36252 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
36253 Note that expunging a private key does not remove the public key, which must
36254 be removed separately.
36255 </UL>
36257 All commands provide feedback to let you know about their success or failure.
36259 <UL>   
36260 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36261 </UL><P>
36263 <UL>   
36264 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36265 </UL><P>
36266 &lt;End of help on this topic&gt;
36267 </BODY>
36268 </HTML>
36269 ====== h_config_smime_manage_cacerts_menu =====
36270 <HTML>
36271 <HEAD>
36272 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
36273 </HEAD>
36274 <BODY>
36275 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
36278 This screen allows you to manage your collection of certificates that you
36279 trust. 
36281 The format of this screen is as follows. There are five fields: The 
36282 leftmost field is normally empty, but it could contain the letter 
36283 &quot;D&quot; to indicate that that certificate has been marked for 
36284 deletion. The next field is the e-mail address of the owner of the 
36285 certificate, shown in its entirety. The third field is the first day of 
36286 validity for that certificate; the fourth field in the last day that that 
36287 certificate is valid, and the fifth field is what can be displayed of the 
36288 MD5 hash of the certificate. You can use any of the last three fields to 
36289 distinguish between two certificates for the same owner.
36291 Available commands and a short description of what they do follows.
36292 <UL>
36293 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
36294 done by reading the certificate and validating it. Once a certificate
36295 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
36296 to the certificate, if necessary.
36297 <LI> <B>V</B> View information about this certificate, such as its issuer 
36298 and validity dates.
36299 <LI> <B>D</B> Marks a certificate to be deleted.
36300 <LI> <B>U</B> Removes the deletion mark on a certificate.
36301 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
36302 </UL>
36304 All commands provide feedback to let you know about their success or failure.
36306 <UL>
36307 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
36308 </UL><P>
36310 <UL>   
36311 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36312 </UL><P>
36313 &lt;End of help on this topic&gt;
36314 </BODY>
36315 </HTML>
36316 ====== h_config_lame_list_mode =====
36317 <HTML>
36318 <HEAD>
36319 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
36320 </HEAD>
36321 <BODY>
36322 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
36324 This feature modifies the method Alpine uses to ask your IMAP
36325 server for folder names to display in the FOLDER LIST screen.
36326 It is intended to compensate for a small set of IMAP servers that
36327 are programmed to ignore a part of the request, and thus respond
36328 to Alpine's query with nonsensical results.
36331 If you find that Alpine is erroneously displaying blank folder lists,
36332 try enabling this feature.
36335 NOTE: Enabling this feature has consequences for the Goto and Save
36336 commands.  Many servers allow access to folders outside the area
36337 reserved for your personal folders via some reserved character,
36338 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
36339 allows, at the Goto and Save prompts, quick access to folders
36340 outside your personal folder collection without requiring a specific
36341 collection definition.  This behavior will generally not be available
36342 when this feature is enabled.
36345 <UL>   
36346 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36347 </UL><P>
36348 &lt;End of help on this topic&gt;
36349 </BODY>
36350 </HTML>
36351 ====== h_config_enable_mulnewsrcs =====
36352 <HTML>
36353 <HEAD>
36354 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
36355 </HEAD>
36356 <BODY>
36357 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
36359 This feature makes it so Alpine can use multiple newsrcs based on
36360 the news server being connected to, which allows for separate lists
36361 of subscribed-to newsgroups. When this feature is not set, there is only
36362 one list of newsgroups.
36364 Under this feature, the name of a newsrc is based on the news server.
36365 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
36366 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
36367 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
36368 Setting this feature for the first time will allow for the option of using
36369 your old newsrc the next time you read news.
36371 If this feature is set, then the feature
36372 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
36373 also may affect the name of the newsrc file that is used.
36375 <UL>   
36376 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36377 </UL><P>
36378 &lt;End of help on this topic&gt;
36379 </BODY>
36380 </HTML>
36381 ======= h_ab_export_vcard =======
36382 <HTML>
36383 <HEAD>
36384 <TITLE>Address Book Export Format</TITLE>
36385 </HEAD>
36386 <BODY>
36387 <H1>Address Book Export Format</H1>
36389 You are exporting address book data from Alpine to a file outside of Alpine.
36390 You are being asked to choose the format of the export.
36391 Here are the choices:
36393 <DL>
36394 <DT><EM>A</EM>ddress List</DT>
36395 <DD>
36396 The addresses from the address book entries you are saving
36397 from will be saved one address per line.
36398 Address book lists (those with more than one address) will have
36399 all of their addresses saved separately.
36400 </DD>
36402 <DT><EM>V</EM>Card</DT>
36403 <DD>
36404 The entries will be saved in
36405 <A HREF="h_whatis_vcard">vCard</A> format.
36406 </DD>
36408 <DT><EM>T</EM>ab Separated</DT>
36409 <DD>
36410 The entries will be saved in tab-separated columns.
36411 There will be just 4 columns of data that correspond to Alpine's
36412 Nickname field, Full Name field, Address field, and Comment field.
36413 It might prove useful to Select only the Simple, non-List address book
36414 entries before Saving.
36415 </DD>
36417 <DT><EM>^C</EM> Cancel</DT>
36418 <DD>
36419 Cancel out of the Save.
36420 </DD>
36422 </DL>
36426 &lt;End of help on this topic&gt;
36427 </BODY>
36428 </HTML>
36429 ====== h_config_predict_nntp_server =====
36430 <HTML>
36431 <HEAD>
36432 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
36433 </HEAD>
36434 <BODY>
36435 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
36437 This feature allows Alpine to assume that the open NNTP server at the
36438 time of composition is the NNTP server to which the message should be
36439 posted.  This is especially recommended when there are multiple News
36440 collections.  If this feature is not set, Alpine will try to post to the first server in
36441 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
36442 this feature also negates the need to add News collection servers to
36443 the <!--#echo var="VAR_nntp-server"--> variable.
36445 This feature can be especially handy when used in conjunction with
36446 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
36448 <UL>   
36449 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36450 </UL><P>
36451 &lt;End of help on this topic&gt;
36452 </BODY>
36453 </HTML>
36454 ====== h_config_nntp_search_uses_overview =====
36455 <HTML>
36456 <HEAD>
36457 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
36458 </HEAD>
36459 <BODY>
36460 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
36462 This feature should probably be turned on unless it causes trouble.
36463 The results of the NNTP overview command (XOVER) may be used to help
36464 with some searches in news groups.
36465 It should result in quicker response time.
36466 Turning this feature on apparently causes search results which are
36467 different from what you would get with the feature turned off on some
36468 servers.
36470 <UL>   
36471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36472 </UL><P>
36473 &lt;End of help on this topic&gt;
36474 </BODY>
36475 </HTML>
36476 ====== h_config_thread_sorts_by_arrival =====
36477 <HTML>
36478 <HEAD>
36479 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
36480 </HEAD>
36481 <BODY>
36482 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
36484 This feature affects how a threading sort arranges threads.  The default way
36485 to arrange threads is by the date of the earliest message in the thread.
36486 This feature arranges threads by the last message to arrive in a thread.
36488 This feature causes old threads that get recent messages to sort to the bottom,
36489 where previously a message arrival to a thread would not rearrange the order of
36490 that thread.
36492 <UL>   
36493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36494 </UL><P>
36495 &lt;End of help on this topic&gt;
36496 </BODY>
36497 </HTML>
36498 ====== h_config_textplain_int =====
36499 <HTML>
36500 <HEAD>
36501 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
36502 </HEAD>
36503 <BODY>
36504 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
36506 This feature modifies the method Alpine uses to display Text/Plain
36507 MIME attachments from the Attachment Index screen.  Normally, the
36508 &quot;View&quot; command searches for any externally defined (usually
36509 via the
36510 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
36511 and displays the selected text within that viewer.
36514 Enabling this feature causes Alpine to ignore any external viewer
36515 settings and always display text with Alpine's internal viewer.
36518 <UL>   
36519 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36520 </UL><P>
36521 &lt;End of help on this topic&gt;
36522 </BODY>
36523 </HTML>
36524 ====== h_config_wp_columns =====
36525 <HTML>
36526 <HEAD>
36527 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
36528 </HEAD>
36529 <BODY>
36530 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
36532 Web Alpine only.
36534 This configuration setting specifies the number of horizontal characters
36535 used to format various WebAlpine pages.  Smaller values will tend to reduce
36536 the amount of horizontal scrolling required to view pages within narrow
36537 browsers, such as those found on PDAs, and larger values will tend to 
36538 spread more information across the page.
36541 The Message List page uses the width to determine how many characters
36542 to assign each field.  Note, a smaller value may result in a disproportionate
36543 amount of blank space between fields on each line.  Similarly, a large
36544 value may result in cramped fields or horizontal scrolling.
36547 The Message View page uses this value to determine when to wrap lines
36548 in displayed message text.  Note, a smaller value may result in jagged
36549 right margins or confusing quoting.  A larger value may cause lines of text to
36550 run beyond the browser's right edge, requiring horizontal scrolling.
36553 <UL>   
36554 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36555 </UL><P>
36556 &lt;End of help on this topic&gt;
36557 </BODY>
36558 </HTML>
36559 ====== h_config_wp_state =====
36560 <HTML>
36561 <HEAD>
36562 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
36563 </HEAD>
36564 <BODY>
36565 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
36567 Web Alpine only.
36569 Various aspects of cross-session state.
36572 <UL>   
36573 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36574 </UL><P>
36575 &lt;End of help on this topic&gt;
36576 </BODY>
36577 </HTML>
36578 ====== h_config_wp_aggstate =====
36579 <HTML>
36580 <HEAD>
36581 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
36582 </HEAD>
36583 <BODY>
36584 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
36586 Web Alpine only.
36588 Aggregate operations tab state.
36591 <UL>   
36592 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36593 </UL><P>
36594 &lt;End of help on this topic&gt;
36595 </BODY>
36596 </HTML>
36597 ====== h_config_wp_indexlines =====
36598 <HTML>
36599 <HEAD>
36600 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
36601 </HEAD>
36602 <BODY>
36603 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
36605 Web Alpine only.
36607 Number of index lines in table.
36610 <UL>   
36611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36612 </UL><P>
36613 &lt;End of help on this topic&gt;
36614 </BODY>
36615 </HTML>
36616 ====== h_config_wp_indexheight =====
36617 <HTML>
36618 <HEAD>
36619 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
36620 </HEAD>
36621 <BODY>
36622 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
36624 Web Alpine only.
36626 Index table row height.
36629 <UL>   
36630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36631 </UL><P>
36632 &lt;End of help on this topic&gt;
36633 </BODY>
36634 </HTML>
36635 ====== h_config_rss_news =====
36636 <HTML>
36637 <HEAD>
36638 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
36639 </HEAD>
36640 <BODY>
36641 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
36643 Web Alpine only.
36645 RSS News feed.
36648 <UL>   
36649 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36650 </UL><P>
36651 &lt;End of help on this topic&gt;
36652 </BODY>
36653 </HTML>
36654 ====== h_config_rss_weather =====
36655 <HTML>
36656 <HEAD>
36657 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
36658 </HEAD>
36659 <BODY>
36660 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
36662 Web Alpine only.
36664 RSS Weather feed.
36667 <UL>   
36668 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36669 </UL><P>
36670 &lt;End of help on this topic&gt;
36671 </BODY>
36672 </HTML>
36673 ====== h_config_send_confirms_only_expanded =====
36674 <HTML>
36675 <HEAD>
36676 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
36677 </HEAD>
36678 <BODY>
36679 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
36681 This Web Alpine option specifies whether or not a Send confirmations
36682 happens when a composed message is readied for sending or not.  The
36683 default behavior is to not confirm that the nicknames were expanded to
36684 the intended addresses.
36687 <UL>   
36688 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36689 </UL><P>
36690 &lt;End of help on this topic&gt;
36691 </BODY>
36692 </HTML>
36693 ====== h_config_enable_jump_command =====
36694 <HTML>
36695 <HEAD>
36696 <TITLE>FEATURE: enable-jump-command</TITLE>
36697 </HEAD>
36698 <BODY>
36699 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
36701 This Web Alpine option specifies whether or not a Jump command is
36702 offered in the Message List and Message View pages.  The command is
36703 implemented as an input field in the left column of the List and View
36704 screens. 
36707 When enabled and a number is entered in the input field while the
36708 Message List is displayed, the Message List is reframed with the
36709 specified message.  While viewing a message, the message associated
36710 with the specified message number is displayed.
36713 <UL>   
36714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36715 </UL><P>
36716 &lt;End of help on this topic&gt;
36717 </BODY>
36718 </HTML>
36719 ====== h_config_enable_newmail_sound =====
36720 <HTML>
36721 <HEAD>
36722 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36723 </HEAD>
36724 <BODY>
36725 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36727 This Web Alpine option specifies whether or not a sound file is sent
36728 to the web browser along with the newmail notification message.
36732 <UL>   
36733 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36734 </UL><P>
36735 &lt;End of help on this topic&gt;
36736 </BODY>
36737 </HTML>
36738 ====== h_config_render_html_internally =====
36739 <HTML>
36740 <HEAD>
36741 <TITLE>FEATURE: render-html-internally</TITLE>
36742 </HEAD>
36743 <BODY>
36744 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36746 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36747 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36748 the HTML text into plain text in the same way Unix and PC-Alpine do.
36752 <UL>   
36753 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36754 </UL><P>
36755 &lt;End of help on this topic&gt;
36756 </BODY>
36757 </HTML>
36758 ====== h_config_role_undo =====
36759 Yes, remember changes and exit back to list of roles; No, discard changes
36760 made in this screen; ^C, cancel exit and stay in this config screen.
36761 ====== h_exit_editor =====
36762 S, save changes and exit from the editor; D, do not save changes but
36763 do exit from the editor; or ^C, cancel exit and stay in the editor.
36764 ====== h_config_undo =====
36765 Yes, save changes and exit; No, exit without saving any changes made since
36766 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36767 ====== h_os_index_whereis =====
36768 Enter ^V or ^Y to go immediately to the last or first message in the index.
36769 Or, enter the match string followed by RETURN.
36770 ====== h_os_index_whereis_agg =====
36771 Enter ^V or ^Y to go immediately to the last or first message in the index,
36772 Or, enter the match string followed by RETURN (or ^X to select all matches).
36773 =========== h_oe_add_full ==================
36774 Type the full name of the person being added and press the RETURN key.
36775 Press ^C to cancel addition.
36776 =========== h_oe_add_nick ==================
36777 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36778 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36779 ========== h_oe_add_addr ================
36780 Type the e-mail address and press RETURN.
36781 Press ^C to cancel addition.
36782 ========== h_oe_crlst_full ==============
36783 Type a long name or description for the list that you are creating and
36784 press RETURN.  Press ^C to cancel creation of list.
36785 =========== h_oe_crlst_nick =============
36786 Type a nickname (short, easy-to-remember name or single word) for the list
36787 you are creating and press RETURN.  Press ^C to cancel.
36788 ========== h_oe_crlst_addr ==============
36789 Type an e-mail address, or a nickname already in the address book that you
36790 want to be part of this list and press RETURN.
36791 ========== h_oe_adlst_addr =============
36792 Type an e-mail address or a nickname already in the address book that you
36793 want to add to this list and press RETURN.
36794 ========== h_oe_editab_nick ============
36795 Change the nickname using the arrow keys and delete key.  Press RETURN
36796 when done.  Press ^C to cancel editing and leave the nickname as it was.
36797 ========== h_oe_editab_full ============
36798 Change the full name using the arrow keys and delete key.  Press RETURN
36799 when done.  Press ^C to cancel editing and leave the full name as it was.
36800 ========== h_oe_editab_addr ============
36801 Change the address using the arrow keys and delete key.  Press RETURN
36802 when done.  Press ^C to cancel editing and leave the address as it was.
36803 ========== h_oe_editab_fcc ============
36804 Change the fcc using the arrow keys and delete key.  Press RETURN when
36805 done.  Press ^C to cancel editing and leave the fcc as it was.
36806 ========== h_oe_editab_comment ============
36807 Change the comment field using the arrow keys and delete key.  Press RETURN
36808 when done.  Press ^C to cancel editing and leave the comment as it was.
36809 ====== h_ab_forward =====
36810 Yes, expand nicknames and qualify local names with your current domain name;
36811 No, leave nicknames and local names as is;  ^C, cancel.
36812 ========== h_ab_export ==========
36813 Type the name of a file to write the addresses into and
36814 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36815 ========== h_ab_edit_a_field ==========
36816 Edit any of the fields of the currently selected entry by typing one of the
36817 letters at the bottom of the screen.  Press ^C to cancel edit.
36818 ====== h_ab_del_data_revert =====
36819 Press B to completely delete addrbook and revert to default, C to delete config
36820 and revert while leaving data, or D to only delete data (make it empty).
36821 ====== h_ab_del_data_modify =====
36822 Press B to completely delete addrbook, C to delete configuration while leaving
36823 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36824 ====== h_ab_del_config_modify =====
36825 Yes, remove this address book from my configuration.
36826 No, make no changes now.
36827 ====== h_ab_del_config_revert =====
36828 Yes, remove this address book from my config and revert to default.
36829 No, make no changes now.
36830 ====== h_ab_del_default =====
36831 Yes, remove this default address book from my configuration.
36832 No, make no changes now.
36833 ====== h_ab_really_delete =====
36834 Yes, delete the actual contents of the address book, not just the 
36835 configuration.  No, don't delete the data after all, cancel and start over.
36836 ====== h_ab_del_ignore =====
36837 Press I to ignore all the default address books for this category.  Press R to
36838 remove this one address book and add the others to your personal list.
36839 ====== h_ab_del_dir_ignore =====
36840 Press I to ignore all the default directory servers for this category.
36841 Press R to remove this one server and add the others to your personal list.
36842 ====== h_ab_copy_dups =====
36843 Yes, overwrite the existing entry.
36844 No, skip duplicates but save the rest. Press ^C to cancel.
36845 ====== h_confirm_cancel =====
36846 Type C to Confirm that you want to abandon the message you are composing.
36847 Type N or ^C to cancel out of the cancel and keep composing.
36848 ====== h_ab_text_or_vcard =====
36849 Text, start composer with displayed text already included.
36850 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36851 ====== h_ab_backup_or_ldap =====
36852 Backup, copy email address from entry and allow editing of it.
36853 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36854 ====== h_ldap_text_or_vcard =====
36855 Text: export displayed text for selected entry. Address: export only the
36856 email address. VCard: export entry in vCard format. ^C cancels.
36857 ====== h_ab_save_exp =====
36858 Save, save entry or entries to an address book.
36859 Export, save to file outside of pine. ^C cancels save.
36860 ====== h_ab_add =====
36861 A, add a brand new entry to this address book.
36862 E, edit the entry that is currently highlighted. ^C to cancel.
36863 ====== h_ab_shuf =====
36864 U, swap order of highlighted address book and the one above it.
36865 D, swap order of highlighted address book and the one below it. ^C to cancel.
36866 ====== h_ab_shuf_up =====
36867 U, swap order of highlighted address book and the one above it.
36868 Press ^C to cancel.
36869 ====== h_ab_shuf_down =====
36870 D, swap order of highlighted address book and the one below it.
36871 Press ^C to cancel.
36872 ====== h_folder_prop =====
36873 Count is # of messages in the folder, Unseen means messages that have not
36874 been read, New means messages that were Recently added to the folder.
36875 ====== h_role_shuf =====
36876 U, swap order of highlighted rule and the one above it.
36877 D, swap order of highlighted rule and the one below it. ^C to cancel.
36878 ====== h_role_shuf_up =====
36879 U, swap order of highlighted rule and the one above it.
36880 Press ^C to cancel.
36881 ====== h_role_shuf_down =====
36882 D, swap order of highlighted rule and the one below it.
36883 Press ^C to cancel.
36884 ====== h_incoming_shuf =====
36885 B, swap order of highlighted directory and the one before it.
36886 F, swap order of highlighted directory and the one after it. ^C to cancel.
36887 ====== h_incoming_shuf_up =====
36888 B, swap order of highlighted directory and the one before it.
36889 Press ^C to cancel.
36890 ====== h_incoming_shuf_down =====
36891 F, swap order of highlighted directory and the one after it.
36892 Press ^C to cancel.
36893 ====== h_dir_shuf =====
36894 U, swap order of highlighted directory and the one above it.
36895 D, swap order of highlighted directory and the one below it. ^C to cancel.
36896 ====== h_dir_shuf_up =====
36897 U, swap order of highlighted directory and the one above it.
36898 Press ^C to cancel.
36899 ====== h_dir_shuf_down =====
36900 D, swap order of highlighted directory and the one below it.
36901 Press ^C to cancel.
36902 ====== h_hdrcolor_shuf =====
36903 U, swap order of highlighted Header Color and the one above it.
36904 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36905 ====== h_hdrcolor_shuf_up =====
36906 U, swap order of highlighted Header Color and the one above it.
36907 Press ^C to cancel.
36908 ====== h_hdrcolor_shuf_down =====
36909 D, swap order of highlighted Header Color and the one below it.
36910 Press ^C to cancel.
36911 ========== h_oe_editab_al ============
36912 Change the address using the arrow keys and delete key.  Press RETURN
36913 when done.  Press ^C to cancel editing and leave the address as it was.
36914 ========== h_dir_comp_search ===============
36915 Type a string to look for just like you would in the composer. Your configured
36916 rules for the servers with the implicit flag set will be used.
36917 ========== h_oe_searchab ===============
36918 Type the word or name you want to search for and press RETURN.  If you press
36919 RETURN without entering anything the word in [] will be searched for.
36920 ========== h_oe_chooseabook ==========
36921 Choose the address book you want to save the new entry in.
36922 Use ^N or ^P to change address books.  ^C to cancel.
36923 ========== h_oe_takeaddr ==========
36924 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36925 when done.  Press ^C to cancel adding this entry to the address book.
36926 ========== h_oe_take_replace ==========
36927 Press R to replace the old entry with this new data.  You will still have
36928 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36929 ========== h_oe_take_replace_or_add ==========
36930 Press R to replace the old entry.  Press A to add the selected addresses to
36931 the old existing list.  N to enter another nickname. ^C to cancel now.
36932 ========== h_oe_takename ==========
36933 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36934 when done.  Press ^C to cancel adding this entry to the address book.
36935 ========== h_oe_takenick ==========
36936 Type a nickname (short easy-to-remember name, initials or single word) for this
36937 entry in the address book and press RETURN.  Press ^C to cancel addition.
36938 ========== h_oe_jump ==========
36939 Type the message number you want to jump to and press RETURN.  The word "end"
36940 represents the last message. Press ^C to cancel jumping to another message.
36941 ========== h_oe_jump_thd ==========
36942 Type the thread number you want to jump to and press RETURN.  The word "end"
36943 represents the last thread. Press ^C to cancel jumping to another thread.
36944 ========== h_oe_debuglevel ==========
36945 Higher number shows more debugging details.
36946 Press ^C if you want to cancel the change.
36947 ========== h_oe_broach ==========
36948 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36949 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36950 ========== h_oe_foldsearch ==========
36951 Type the text you want to search for in foldernames and press RETURN.  If you
36952 press RETURN without entering anything, any text in [] will be searched for.
36953 ========== h_oe_foldrename ==========
36954 Change the old name of the folder to the new name using the arrow and
36955 delete keys and press RETURN.  Press ^C to cancel rename.
36956 ========== h_oe_login ==========
36957 Enter your login name for the host you are opening the mailbox on.  Just press
36958 RETURN to use your login from this host as is, or edit it with delete key.
36959 ========== h_oe_passwd ==========
36960 Type your password for the host and login shown as part of the prompt.
36961 Press ^C to cancel opening folder.
36962 ========== h_oe_choosep ==========
36963 Enter the number associated with the printer you want to select.  Press ^C to
36964 cancel the printer selection.  The current selection is highlighted.
36965 ========== h_oe_customp ==========
36966 Type the name of the Unix print command and press RETURN.  Press ^C to
36967 cancel the printer selection.
36968 ========== h_oe_searchview ==========
36969 Type the word or name you want to search for and press RETURN.  If you press
36970 RETURN without entering anything the word in [] will be searched for.
36971 ========== h_oe_keylock ==========
36972 The keyboard is in use and locked by another user.  Only that user can
36973 unlock this keyboard by typing the password.
36974 ========== h_wt_expire ==========
36975 At the beginning of each month Alpine offers to rename your current sent-mail
36976 folder to one named for the month so you have a sent-mail folder for each month
36977 ========== h_wt_delete_old ==========
36978 It is the beginning of the month, and we need to conserve disk
36979 space.  Please delete any sent-mail that you do not need.
36980 ========== h_select_sort ==========
36981 Select the order for sorting the index by typing the capitalized letter.
36982 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36983 ========== h_no_F_arg ============
36984 Enter name of file to be opened.
36986 ========== h_sticky_personal_name ==========
36987 Type in your name as you want it to appear on outgoing email.  This entry
36988 will be saved into your Alpine configuration file.
36989 ========== h_sticky_inbox ============
36990 INBOX syntax is usually {complete.machine.name}INBOX
36991 This entry will be saved in your Alpine configuration file.
36992 ========== h_sticky_smtp ============
36993 The name of the computer on your campus that relays your outgoing email
36994 to the Internet.  This entry will be saved in your Alpine configuration file.
36995 ========== h_sticky_user_id ==========
36996 The username or login-id part of your email address.  This entry will be
36997 saved in your Alpine configuration file.
36998 ========== h_sticky_domain ==========
36999 The domain part of your email address, NOT the name of your PC.  This
37000 entry will be saved in your Alpine configuration file.
37001 ========== h_bounce =========
37002 Enter the address or nickname of the intended recipient.  Alpine will resend
37003 the message, which will retain the original author's From: address.
37004 ========== h_incoming_add_folder_nickname =========
37005 Enter an (optional) nickname that will be used in lieu of the actual
37006 host and folder names in the FOLDER LIST display.
37007 ========== h_anon_forward ==========
37008 Enter the address of your intended recipient, or ^C to cancel.
37009 Example: jsmith@somewhere.edu
37010 ========== h_news_subscribe ==========
37011 Enter the name of the newsgroup to which you wish to subscribe,
37012 or ^C to cancel.  Example: comp.mail.pine
37013 ========== h_pipe_msg ==========
37014 Enter the name of the Unix command to which you wish to send this
37015 message, or ^C to cancel.
37016 ========== h_pipe_attach ==========
37017 Enter the name of the Unix command to which you wish to send this
37018 attachment, or ^C to cancel.
37019 ========== h_select_by_num ==========
37020 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
37021 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
37022 ========== h_select_by_gm_content ==========
37023 Enter your search key in the same way that you would enter a search
37024 key in the web interface for Gmail.
37025 ========== h_select_by_thrdnum ==========
37026 Enter a list of message numbers (or number ranges), or ^C to cancel. "end" 
37027 is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end
37028 ========== h_select_txt_from ==========
37029 Messages with From: headers containing the entered string will be selected.
37030 ^C to cancel. ^G again to see original options.
37031 ========== h_select_txt_not_from ==========
37032 Messages without From: headers containing the entered string will be selected.
37033 ^C to cancel. ^G again to see original options.
37034 ========== h_select_txt_to ==========
37035 Messages with To: headers containing the entered string will be selected.
37036 ^C to cancel. ^G again to see original options.
37037 ========== h_select_txt_not_to ==========
37038 Messages without To: headers containing the entered string will be selected.
37039 ^C to cancel. ^G again to see original options.
37040 ========== h_select_txt_cc ==========
37041 Messages with Cc: headers containing the entered string will be selected.
37042 ^C to cancel. ^G again to see original options.
37043 ========== h_select_txt_not_cc ==========
37044 Messages without Cc: headers containing the entered string will be selected.
37045 ^C to cancel. ^G again to see original options.
37046 ========== h_select_txt_subj ==========
37047 Messages with Subject: headers containing the entered string will be selected.
37048 ^C to cancel.  ^X enters Subject: line of current message.
37049 ========== h_select_txt_not_subj ==========
37050 Messages without Subject headers containing the entered string will be selected.
37051 ^C to cancel.  ^X enters Subject: line of current message.
37052 ========== h_select_txt_all ==========
37053 All messages containing the entered string will be selected.  Headers and body,
37054 but not encoded attachments, will be compared.  Enter ^C to cancel.
37055 ========== h_select_txt_not_all ==========
37056 All messages that don't contain the entered string will be selected.  Headers
37057 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
37058 ========== h_select_txt_body ==========
37059 All messages containing the entered string will be selected. Body text, but
37060 not headers or encoded attachments, will be compared. ^C to cancel.
37061 ========== h_select_txt_not_body ==========
37062 All messages that don't contain the entered string will be selected. Body
37063 text, but not headers or encoded attachments, will be compared. ^C to cancel.
37064 ========== h_select_txt_recip ==========
37065 Messages with Cc: or To: headers containing the entered string will be selected.
37066 ^C to cancel. ^G again to see original options.
37067 ========== h_select_txt_not_recip ==========
37068 Messages without Cc: or To: headers containing the string will be selected.
37069 ^C to cancel. ^G again to see original options.
37070 ========== h_select_txt_partic ==========
37071 Messages with Cc, To, or From headers containing the string will be selected.
37072 ^C to cancel. ^G again to see original options.
37073 ========== h_select_txt_not_partic ==========
37074 Messages without Cc, To, or From headers containing the string will be selected.
37075 ^C to cancel. ^G again to see original options.
37076 ========== h_select_date ==========
37077 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
37078 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
37079 ========== h_attach_index_whereis ==========
37080 Enter some text that appears in the Attachment Index entry for the desired
37081 attachment.  The first attachment containing that text will be highlighted.
37082 ========== h_kb_lock ==========
37083 Keystrokes entered here (up to a RETURN) comprise a password that must
37084 be entered again later in order to unlock the keyboard.
37085 ========== h_compose_default ==========
37086 N, compose a new message. R, set a role.
37087 ^C to cancel.
37088 ========== h_untranslatable ==========
37089 Send using UTF-8 character set; Send but replace untranslatable characters
37090 with question marks; return to the composer; or cancel message altogether.
37091 ========== h_compose_intrptd ==========
37092 N, compose a new msg. I, continue interrupted msg. R, set a role.
37093 ^C to cancel.
37094 ========== h_compose_postponed ==========
37095 N, compose a new message. P, continue postponed msg. R, set a role.
37096 ^C to cancel.
37097 ========== h_compose_intrptd_postponed ==========
37098 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
37099 R, set a role. ^C to cancel.
37100 ========== h_compose_form ==========
37101 N, compose a new message. F, use form letter. R, set a role.
37102 ^C to cancel.
37103 ========== h_compose_intrptd_form ==========
37104 N, compose a new msg. I, continue interrupted msg. F, use form letter.
37105 R, set a role. ^C to cancel.
37106 ========== h_compose_postponed_form ==========
37107 N, compose a new message. P, continue postponed msg. F, use form letter.
37108 R, set a role. ^C to cancel.
37109 ========== h_compose_intrptd_postponed_form ==========
37110 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
37111 F, use form letter. R, set a role. ^C to cancel.
37112 ========== h_config_context_del_except ==========
37113 If you delete the last exceptional collection you can only add it back by
37114 manually editing the exceptions config file.
37115 ========== h_config_whereis ==========
37116 To move quickly to a particular line, enter a search string or
37117 ^C to cancel.
37118 ========== h_config_edit_scorei ==========
37119 Enter interval in the form (min,max). -INF and INF may be used to represent
37120 -infinity and infinity. ^C to cancel change. RETURN to accept change.
37121 ========== h_config_add ==========
37122 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
37123 pressing RETURN sets the Empty Value (this turns off any global default).
37124 ========== h_config_add_custom_color ==========
37125 Enter a header fieldname. For example, "subject" or "from".
37127 ========== h_config_add_pat_hdr ==========
37128 Enter a header fieldname. For example, "reply-to" or "organization" or
37129 any fieldname you want that isn't included already.
37130 ========== h_config_print_opt_choice ==========
37131 You may edit either the initialization string (characters printed before
37132 printing starts) or the trailer string.  Choose one or ^C to cancel.
37133 ========== h_config_print_init ==========
37134 Enter a C-style string for this.  You may use common backslash escapes like
37135 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
37136 ========== h_config_change ==========
37137 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
37138 delete current (highlighted) character, etc.  Enter ^C to cancel change.
37139 ========== h_config_replace_add ==========
37140 Replace ignores the current default, Add places the current default in your
37141 editing buffer as if you had typed it in.
37142 ========== h_config_insert_after ==========
37143 Enter a nickname for this print command.  (InsertBefore puts the new item
37144 before the current line, InsertAfter puts it after the current line.)
37145 ========== h_config_print_cmd ==========
37146 Enter command to be executed for the printer.  Use normal editing keys
37147 to modify, ^C to cancel, carriage return to accept current value.
37148 ========== h_config_role_del ==========
37149 Answering Yes will remove this rule completely from your rules list.
37150 ========== h_config_role_addfile ==========
37151 Type the name of a file to add to your configuration. You don't need to
37152 use a file, you may add rules directly (with Add) without using a file.
37153 ========== h_config_role_delfile ==========
37154 Answering Yes will remove this rule file completely from your rules list.
37155 The rules data file itself will not be removed.
37156 ========== h_config_print_del ==========
37157 Answering Yes will remove this printer completely from your printer list.
37158 ========== h_config_print_name_cmd ==========
37159 You may edit the Nickname of this printer, the Command to be executed when
37160 printing, or change the Options associated with this printer.
37161 ========== h_send_check_fcc ==========
37162 Yes, send message without an Fcc.
37163 No, return to composer.
37164 ========== h_send_check_subj ==========
37165 Yes, send message without a Subject.
37166 No, return to composer.
37167 ========== h_send_check_to_cc ==========
37168 Yes, send message without a To address, or a Cc address, or a Newsgroup.
37169 No, return to composer.
37170 ========== h_send_fcc_only ==========
37171 Yes, copy message to Fcc only and send to NO recipients.
37172 No, return to composer.
37173 ========== h_send_prompt ==========
37174 Yes, send the message.
37175 No or ^C, return to composer.
37176 ========== h_send_prompt_flowed ==========
37177 Yes, send the message.  No or ^C, return to composer.
37178 What's Flowed? See Do Not Send Flowed Text in config screen.
37179 ========== h_send_prompt_dsn ==========
37180 Yes, send the message.  No or ^C, return to composer.
37181 What's DSNOpts? See Enable Delivery Status Notification in config screen.
37182 ========== h_send_prompt_dsn_flowed ==========
37183 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
37184 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
37185 ========== h_role_confirm ==========
37186 Yes, use displayed role. No, compose without a role.
37187 ^C, cancel the message. ^T, select a role from your other eligible roles.
37188 ========== h_norole_confirm ==========
37189 Return, compose without a role.
37190 ^C, cancel the message. ^T, select a role from your eligible roles.
37191 ========== h_custom_print ==========
37192 Enter a Unix command that accepts its data on standard input.
37193 Alpine will display any information the command sends to standard output.
37194 ========== h_convert_abooks_and_sigs ==========
37195 You will be given the opportunity to convert address books and signature files
37196 to remote configurations.
37197 ========== h_convert_abooks ==========
37198 You will be given the opportunity to convert address books to remote
37199 configurations.
37200 ========== h_flag_keyword ==========
37201 Enter the name of the keyword you want to add for this folder.
37202 No spaces, parentheses, braces, percents or asterisks are allowed.
37203 ========== h_select_keyword ==========
37204 Enter the keyword you want to match, or use ^T to select a keyword from a list
37205 of possible keywords for this folder. Use ! to look for non-matches instead.
37206 ========== h_type_keyword ==========
37207 Enter the keyword you want to add. You may add a nickname in the next step.
37208 No spaces, parentheses, braces, percents or asterisks are allowed.
37209 ========== h_type_keyword_nickname ==========
37210 Enter an optional nickname for the keyword you want to add.
37211 Type Carriage return to use the keyword name instead of a nickname.
37212 ========== h_convert_sigs ==========
37213 You will be given the opportunity to convert signature files to remote
37214 configurations.
37215 ========== h_convert_abook ==========
37216 Yes is fairly safe. You will be ADDing a remote address book that is a copy
37217 of the current address book. The current abook won't be removed automatically.
37218 ========== h_convert_sig ==========
37219 Answering Yes copies the contents of the signature file into your Alpine
37220 configuration file. After that, the contents of the file will not be used.
37221 ========== h_save_addman ==========
37222 Enter the simple name of the folder you want to add. Carriage return to
37223 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
37224 ========== h_reopen_folder ==========
37225 Yes reopens the folder, as if you were starting over. This uncovers new mail.
37226 No leaves the folder index as it was without discovering new mail.
37227 ========== h_convert_pinerc_server ==========
37228 This is the name of the host (computer) where the remote Alpine configuration
37229 will be stored. This should be an IMAP server that you have permission to use.
37230 ========== h_convert_pinerc_folder ==========
37231 Enter the correct remote folder name. This folder is special and should
37232 contain only configuration data. It shouldn't contain other mail messages.
37233 ========== h_role_compose ==========
37234 Compose a New message, Reply to current message, Forward current message, or
37235 Bounce message. Then you will be asked to choose one of your Roles to be used.
37236 ========== h_role_aggregate ==========
37237 Compose a reply, or forward, or bounce the selected messages. Then you 
37238 will be asked to choose one of your Roles to be used for this operation.
37239 ========== h_save_size_changed ==========
37240 The reported size of a message is not the same as the actual size. Answer Yes
37241 to continue and hope for the best or No to Cancel the entire Save.
37242 ========== h_select_by_larger_size ==========
37243 Enter a number or ^C to cancel. All messages greater than this many characters
37244 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37245 ========== h_select_by_smaller_size ==========
37246 Enter a number or ^C to cancel. All messages less than this many characters
37247 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
37248 ========== h_preserve_field ==========
37249 Use 'p' to toggle between preserving or not preserving the original To:
37250 and Cc: fields of the message. Enter ^C to cancel message.