* Unix-Alpine: Connect securely to a LDAP server on a secure port.
[alpine.git] / pith / pine.hlp
blobf0b27fab31084f46d5373c05df7f17e59a63eb30
1 # $Id: pine.hlp 1266 2009-07-14 18:39:12Z hubert@u.washington.edu $
3 #        T H E   A L P I N E    M E S S A G E   S Y S T E M
5 #/* ========================================================================
6 # * Copyright 2013-2016 Eduardo Chappa
7 # * Copyright 2006-2008 University of Washington
8 # *
9 # * Licensed under the Apache License, Version 2.0 (the "License");
10 # * you may not use this file except in compliance with the License.
11 # * You may obtain a copy of the License at
12 # *
13 # *     http://www.apache.org/licenses/LICENSE-2.0
14 # *
15 # * ========================================================================
16 # */
18          Help text for the Alpine mailer
20 This file is in a format created to be turned into text strings in a C
21 program.
23 There are two shell scripts that run on this.  Cmplhelp.sh is the
24 first and turns this into a C file (helptext.c) of text strings that
25 are compiled and linked. The other program, cmplhlp2.sh, turns this
26 into a .h file (helptext.h) with extern string definitions of the
27 strings in the .c file.  The code that actually processes these files
28 while alpine is running is in help.c
30 The lines with "===== xxxx ====" divide the different help screens.  The
31 xxx is the name of the variable that strings will be put in, which are
32 also declared in helptext.h.
34 # is a comment
36 Help text screen text can be either plain text OR HTML.  The latter is
37 denoted by the first line starting with "<HTML>".  The former is simply
38 displayed as it's formatted here.
40 HTML is limited to simple formatting ala HTML 2.0.  No forms, or tables.
41 In addition a small set of tools are are available to customize the HTML
42 screen's text:
44 1a)  Default and function key bindings are separated like this:
46 <!--chtml if pinemode="function_key"-->
47         Function key bindings here
48 <!--chtml else-->
49         Default key bindings here
50 <!--chtml endif-->
53 1b)  A way to distinguish HTML text that is to be displayed when
54      pine is running vs. when the text is served up outside Alpine
55      (someday) can be done via:
57 <!--chtml if pinemode="running"-->
58    Text displayed when viewed within a running pine session
59 <!--chtml else-->
60    Text displayed when HTML viewed outside pine (using chtml aware server)
61 <!--chtml endif-->
63 1c)  A way to distinguish HTML text that is to be displayed under
64      PC-Alpine vs. not is available via:
66 <!--chtml if pinemode="os_windows"-->
67    Text displayed under PC-Alpine
68 <!--chtml else-->
69    Text displayed otherwise
70 <!--chtml endif-->
72 WARNING ABOUT CHTML "if-else-endif" CLAUSES: They don't nest.
74 2a) Several "server side include" commented elements are supported:
76 <!--#include file="textfile"--> 
78 The file "textfile" will be inserted into the HTML text directly.
79 Alpine does no formatting of the text.  At some point we might want to
80 look at the first line for <HTML> but not today.
82 2b) Various bits of Alpine's running state can be inserted into the
83 HTML text as well using the special comment:
85 <!--#echo var="variable"--> 
87 Where "variable" is one of either:
89     ALPINE_VERSION
90     ALPINE_REVISION
91     ALPINE_COMPILE_DATE
92     ALPINE_TODAYS_DATE
93     C_CLIENT_VERSION
94     _LOCAL_FULLNAME_
95     _LOCAL_ADDRESS_
96     _BUGS_FULLNAME_
97     _BUGS_ADDRESS_
98     CURRENT_DIR
99     HOME_DIR
100     PINE_CONF_PATH
101     PINE_CONF_FIXED_PATH
102     PINE_INFO_PATH
103     MAIL_SPOOL_PATH
104     MAIL_SPOOL_LOCK_PATH
105     VAR_<VARNAME> - where <VARNAME> is config variable name
106     FEAT_<FEATURENAME> - where <FEATURENAME> is config feature name
108 3) The URL scheme "X-Alpine-Gripe:" is available to insert links to
109    pine's composer such that various debugging data can be attached to the
110    message. Aside from normal email addresses, this can be set to
111    either "_LOCAL_ADDRESS_" for the configured local help address, or
112    "_BUGS_ADDRESS_" for the configured local bug reporting address.
113    Aside from the special tokens above, the default behavior only differs
114    from "mailto:" by the insertion of a special Subject: prefix that
115    consists of a randomly-generated token for tracking purposes.
116    Several optional parameters can be included to control what is
117    attached or offered for attachment to the message:
119         ?config  --  Automatically attaches the user's configuration
120                      information to the trouble report
121         ?keys    --  Automatically attaches the user's most recent
122                      keystrokes
123         ?curmsg  --  Causes the user to get an offer to attach the
124                      current message to the trouble report
125         ?local   --  Automatically attaches the result of the script 
126                      defined by VAR_BUGS_EXTRAS
128 For HTML-format sections, the help screen dividers  "===== xxxx ====" must 
129 contain one and only one space after the first and before the second set of 
130 equal signs.
132 Note to authors of this file: to mark sections that need further revision, 
133 please use the text string on the following line consistently so that it is 
134 easy to find those places again in this file:
135 *revision needed*
137 NOTE: Several sections of help text which weren't being used were removed
138 at RCS version number 4.122.  In particular, there were some placeholders
139 with help text for the config screen and the composer that didn't have any
140 reasonable place to be called from.
141 Dummy change to get revision in pine.hlp
142 ============= h_revision =================
143 Alpine Commit 116 2015-12-14 19:09:59
144 ============= h_news =================
145 <HTML>
146 <HEAD>
147 <TITLE>RELEASE NOTES for Alpine</TITLE>
148 </HEAD>
149 <BODY>                 
150 <H1>Alpine Release Notes</H1>
151 <DIV ALIGN=CENTER>
152 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
153 <BR>
154 <!--chtml if pinemode="running"-->
155 (built <!--#echo var=ALPINE_COMPILE_DATE-->)
156 <!--chtml endif-->
158 <BR>
159 <BR>Copyright 2013-2016 Eduardo Chappa
160 <BR>Copyright 2006-2008 University of Washington
161 </DIV>
164 Alpine is an &quot;Alternatively Licensed Program for Internet
165 News and Email&quot; produced until 2009 by the University of Washington.
166 It is intended to be an easy-to-use program for
167 sending, receiving, and filing Internet electronic mail messages and
168 bulletin board (Netnews) messages.  Alpine is designed to run on a wide
169 variety of Unix&reg; operating systems.  A version for Microsoft Windows&reg;
170 is available as is a world wide web based version designed to run under the
171 Apache web server.
174 <H2>New in Alpine <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)</H2>
176 Version <!--#echo var="ALPINE_VERSION"--> (<!--#echo var="ALPINE_REVISION"-->)
177 addresses bugs found in previous releases and has a few additions as well.
180 Additions include:
181 <UL>
182   <LI> PC-Alpine: New configuration option "Aspell Dictionaries" allows a
183        user to choose the dictionary used to spell, in case the user 
184        communicates in more than one language. Examples of values for the 
185        variable are "en_US" or "de_DE", etc. Only the first 10 
186        dictionaries are offered.
188   <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. 
189        Based on a contribution by Wang Kang.
191   <LI> Added support for RFC 2971 - IMAP ID extension.
193   <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A>
194        that allows users to ignore errors in the computation of the size
195        of a message from defective servers.
197   <LI> Ignore message from smtp server after a successful authentication
198        challenge.
200   <LI> If SSLDIR is defined somehow, do not disable S/MIME if the
201        SSLCERTSDIR is not found.
203   <LI> When Alpine sends an attachment, it will set the boundary attribute
204        in lower case, as some SMTP servers, such as those of libero.it 
205        reject messages if the boundary attribute is in uppercase.
207   <LI> Add the ability to change the private key and certificates used
208        to encrypt a password file in the SMIME setup configuration screen.
209        <A HREF="h_config_smime_password_file_certificates">Learn more</A>
211   <LI> SMIME: The ctrl-E command that gives information on the certificate
212        is only available for messages that have a signed or encrypted 
213        part.
215   <LI> SMIME: If a message contains a RFC822 attachment that is
216        signed/decrypted add the ability to view its SMIME information.
218   <LI> SMIME: Certificate information in the S/MIME screen is available 
219        for certificates stored in a container.
221   <LI> SMIME: Offer the common name of the person, instead of the name of
222        file containing the certificate, as the name to be displayed in the 
223        certificate management screen for certificate authorities. 
224        Suggested by Matthias Rieber.
226   <LI> SMIME: Management of several alternate name (SAN) certificates is 
227        improved. When importing a SAN certificate, also import a certificate
228        for the filename, besides for the e-mail addresses in the
229        certificate. Suggested by Matthias Rieber.
231   <LI> SMIME: add full year when displaying information about a certificate
232        in the certificate management screen. Suggested by Matthias Rieber.
234   <LI> SMIME: sort certificates by some type of alphabetical order in the
235        displayed name.
237   <LI> SMIME: Alpine will ask users if they wish to save S/MIME 
238        certificates included in signatures, when the option "Validate 
239        Using Certificate Store Only" is enabled. If the user does not wish 
240        to save it, validation will fail.
242   <LI> HTML: Add support for decoding entities in hexadecimal notation.
243        Suggested by Tulip&aacute;nt Gergely.
245   <LI> If the charset of a message can not be determined, use the value set
246        in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value.
248   <LI> Resizing setup screen will redraw screen.
250   <LI> Unix Alpine only. Experimental: If Alpine/Pico finds a UCS4 code
251        in the width ambiguous zone, it will use other means to determine
252        the width, such as call wcwidth.
254   <LI> Pico: Code reorganization in the search command to make it easier to
255        add subcommands of the search command.
257   <LI> Pico: Search command can do a case sensitive match. Use the Ctrl-^
258        subcommand of the search command to bring this choice into view.
260   <LI> Pico: Add the ability to search for strings in the beginning or end
261        of a line. Use the Ctrl-^ subcommand of the search command to bring 
262        this choice into view.
264   <LI> For a multipart/alternative message, the Take Address command will 
265        work on the part that is being read.
267   <LI> When sending a message, allow for 512 characters of consecutive 
268        non-white space before folding the subject line.
270   <LI> Make sure titlebar (the line at the top of the screen) always 
271        contains the name of the folder/newsgroup that is open, if this 
272        fits in the title.
274   <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
275        will also scramble the name, version and operative system in the message-id header. 
276        Based on a contribution by Dennis Davis, which is itself based on a contribution by 
277        Mark Hills.
279   <LI> Change in logic in imap_set_password function to make Alpine ask if
280        a user wants to save a password before reading the password file.
282   <LI> When exporting all parts of a message, if two attachments have the same
283        name, do not overwrite a file more than once, but instead add a counter
284        number to the filename to make a new file that does not exist in the file
285        system.
287   <LI> Add the Control-R subcommand to the save command for attachments. 
288        This subcommand toggles if the saving will be done in binary mode 
289        for text attachments. When a user saves an attachment using binary
290        mode it will be saved as it was sent, otherwise the attachment will
291        be transformed to UTF-8 for further transformation through internal
292        and user defined filters for saving.
294   <LI> Add command line argument -smimedir, which allows to specify
295        the default path for a directory that contains the public, private, 
296        and ca directories. This is useful in case a user has a backup of 
297        old certificates that cannot be installed in the ~/.alpine-smime 
298        dir.
300   <LI> Reimplementation of the code that allows the .pinerc file to be a
301        symbolic link by Kyle George from tcpsoft.com to use realpath.
303   <LI> When saving an attachment, the "^T" command leads to a screen where the
304        "A" command can be used to add a file. A directory can be added by
305        pressing "^X" after the "A" command. Added after a suggestion by
306        Stefan Goessling.
308   <LI> When saving an attachment, the ^Y and ^V commands allow a user to 
309        scroll through the history of directories used to save attachments, 
310        while preserving the given name of the file. Suggested by Peter 
311        Koellner.
313   <LI> SMIME: Turn off automatic signing and encrypting of a message when
314        bouncing. Suggested after a discussion with Matthias Rieber.
315 </UL>
319 Bugs that have been addressed include:
320 <UL>
321   <LI> SMIME: Crash when a certificate has an invalid date of validity. Also
322        Alpine will use the function ASN1_TIME_print to determine the date 
323        of validity. Reported by Ben Stienstra.
325   <LI> SMIME: Crash when attempting to unlock the password file and an
326        incorrect password is entered.
328   <LI> SMIME: Crash when checking the signature of a message that contains
329        a RFC822 attached message. Reported by Holger Trapp and Bj&ouml;rn 
330        Krellner.
332   <LI> SMIME: Cancelling entering password to unlock key will not reprompt.
334   <LI> SMIME: fix a bug that did not allow users to transfer certificates to
335        remote containers. Reported by Matthias Rieber.
337   <LI> SMIME: certificates included in messages were not being transferred
338        to a remote container.
340   <LI> SMIME: Crash if public certificates are located in an inaccessible
341        remote server and the private key is not available.
343   <LI> SMIME: Alpine does not remove temporary files created when adding a 
344        CA certificate to a container. Reported by Holger Trapp.
346   <LI> SMIME: When reading a local certificate, Alpine converts the name 
347        of the certificate to lowercase, which may make Alpine not be able 
348        to read such certificate. Reported by Dennis Davis.
350   <LI> Crash when attempting to read a message after a bounce command. 
351        In order to produce a crash one needed to use the ^T subcommand and 
352        do a search in a LDAP directory. The crash is produced by changes 
353        to the text in the title bar. Reported by Heinrich Mislik in the 
354        Alpine-info list.
356   <LI> HTML messages that contain UTF-8 may wrap at the wrong position,
357        making Alpine not display the correct character at the position 
358        that wrapping is done. Reported by Wang Kang.
360   <LI> Pico: Searching for a string that is too long causes Pico to crash
361        in the next search.
363   <LI> Fix vulnerability in regex library. This only affects those who use
364        this library, such as the windows version of Alpine. See 
365        <A HREF="http://www.kb.cert.org/vuls/id/695940">http://www.kb.cert.org/vuls/id/695940</A>
366        for more details.
368   <LI> Alpine would not set include and lib paths for OpenSSL if this was
369        installed in /usr/local/ssl.
371   <LI> If the .pinerc file is a symbolic link, Alpine might not write its
372        contents when saving its configuration.
374   <LI> The _INIT_ token does not skip over non-alphanumeric characters in
375        the name. Reported by Andreas Fehr.
377   <LI> Mismatch in size of UCS and CELL caused a corruption in the
378        content of a pointer, which made the speller in PC-Alpine get the 
379        content of a word incorrectly.
381   <LI> Skip testing openssl compatibility version when cross-compilation
382        is detected. Fix contributed by Antti Sepp&auml;l&auml;
384   <LI> Alpine fails to remove temporary files used during a display or sending
385        filter. Fix contributed by Phil Brooke.
387   <LI> When the index is in zoomed state, adding new messages to the 
388        selection would not show those messages if those messages are on 
389        top of the current message in the top of the screen. Reported by
390        Ulf-Dietrich Braumann. In addition, when the user scrolls through
391        the index, this scroll smoothly, without jumping pages. Reported
392        by Holger Trapp.
394   <LI> Crash when reviewing history of saving attachments.
396   <LI> Crash in Pico when forwarding messages that contain a direction mark
397        at the end of a line. Reported by James Mingo.
399   <LI> Solve compilation errors when Alpine is built with Visual Studio 2015.
400 </UL>
404 Version 2.20 addresses bugs found in previous releases and has several 
405 additions as well.
408 Additions include:
411 <UL>
412   <LI> Upgrade UW-IMAP to Panda IMAP from 
413        <A HREF="https://github.com/jonabbey/panda-imap">https://github.com/jonabbey/panda-imap</A>.
414   <LI> S/MIME: Add screen to manage certificates.
415   <LI> S/MIME: Signatures are validated using the user's certificates instead
416        of the ones included in the message. Behavior can be disabled by
417        disabling the option <A href="h_config_smime_use_cert_store">
418         <!--#echo var="FEAT_smime-use-storey-only"--></A>, which is enabled
419        by default.
420   <LI> S/MIME: sign messages using intermediate certificates when needed 
421        and possible.
422   <LI> S/MIME: validation of certificates for servers that modify signed 
423        content.
424   <LI> S/MIME: signed and encrypted messages will be signed first and 
425        encrypted second, so that they can be decoded by other clients.
426   <LI> S/MIME: add the sender certificate to the list of certificates in
427        encrypted messages to make it possible for the sender to decrypt
428        the message they sent.
429   <LI> S/MIME: When transferring certificates to a local container, create 
430        container with default names PublicContainer, PrivateContainer and 
431        CAContainer, as appropriate for these files, unless the user has 
432        provided some other names.
433   <LI> S/MIME: Forwarding a message will include the signed part as part
434        of the text and not as a multipart message, just as the reply
435        command does.
436   <LI> HTML: Style tag in body of html message causes Alpine to not write
437        its content until a new &lt;/style&gt;
438   <LI> HTML: &lt;BR&gt;, &lt;BR /&gt;, and &lt;BR/&gt; are considered
439        the same inline tag; the same is valid for the &lt;HR&gt; tag.
440   <LI> Add support to selective expunge through a subcommand of the 
441        select-apply commands. Read more in the <A 
442        HREF="h_index_cmd_expunge">help</A> for the expunge command.
443   <LI> Pico: New subcommand of the search command, allows to reverse the
444        direction of search.
445   <LI> Unix Alpine: If a password file is defined, and S/MIME is enabled, 
446        the key and certificate used to encrypt the password file are saved 
447        in the ~/.alpine-smime/.pwd directory, or in the directory specified
448        by the -pwdcertdir command line option. 
449        <A HREF="h_password_file_support">Learn more</A>.
450   <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a 
451        server to use different ways to connect using ssl, for 
452        example {server.com/tls1} will attempt to connect to 
453        server.com at the ssl imap port (port 993) and establish a 
454        connection using TLSv1. These flags can be used in 
455        conjunction with the /ssl flag, the ssl flag is redundant. 
456        Conversely, however, the /ssl flag does not imply any of 
457        these flags; the /ssl flag means SSLv3 or, if not available, 
458        SSLv2 in the SSL port.
459   <LI> Alpine does not attempt to automatically reopen a collection 
460        that was not opened due to cancellation by the user. 
461        Instead, the user must try to open it explicitly.
462   <LI> Alpine searches for a certificate that matches an email address in
463        all addresses in a certificate (instead of just the first 
464        one) but when it tries to unlock the certificate, it asks 
465        for the password for the first email address in that 
466        certificate.
467   <LI> Style tag in body of html message causes Alpine to not write its content
468        until a new &lt;/style&gt;
469   <LI> Experimental: Write the content-type of a message in 
470        lowercase, as some non-compliant servers do not understand 
471        uppercase content-type, such as those of GMX.de.
472   <LI> Experimental: Do not send the RSET command before attempting
473        to send a message, as this causes a delay in some evily managed
474        servers.
475   <LI> Opening a folder updates recent count in maildrops (this 
476        already works for other types of folders)
477   <LI> Automatically redraw screen after opening an attachment 
478        instead of simply clearing it.
479   <LI> Pico: Justification works without need of a predefined quote 
480        string. This allows justification of blocks of text that are 
481        indented with spaces.
482   <LI> Decode the name of attachment names, so they can be written as part   
483        of the description of the part. 
484   <LI> Check bounds and tie strings off to improve security. Contributed 
485        by James Jerkins.
486   <LI> Replace tabs by spaces in From and Subject fields to control for
487        size in screen of these fields. Change only in index screen display.
488   <LI> Aggregate operations allows bouncing a list of messages using a role.
489        Suggested by Ulf-Dietrich Braumann.
490   <LI> Disable saving new passwords to the password file. Implemented
491        by Louis Raphael from dpslabs.com. <A HREF="h_config_disable_password_file_saving">Learn more.</A>
492   <LI> Makefile: Add $(LIBINTL) to the flags to link rpdump, rpload, 
493      alpined and alpineldap because MAC OSX 10.8 x86_64 needs it. Reported by
494      Charles M. Register.
495 </UL>
499 Bugs that have been addressed include:
500 <UL>
501   <LI> Fix _INIT_ token for reply quote string to include support for 8-bit
502        in personal names. Reported by Lev Gorenstein.
503   <LI> When writing the .pinerc file, lines were truncated if they were longer
504        than 10,000 characters. This could cause data corruption, so now lines
505        are allowed to be of any length.
506   <LI> In Unix Alpine (but not in MAC OSX) fix a problem that made Alpine 
507        remove attachments before they were open by a mailcap viewer. It 
508        requires that the user has an equivalent to a command such as "ps 
509        auxww" to list the list of processes, and check if there is any 
510        program using the attachment. The default is "/bin/ps auxww", but 
511        it can be changed at compile time with the option --with-ps-cmd. 
512        See the help of the variable 
513        <a href="h_config_psleep"><!--#echo var="VAR_mailcap-check-interval"--></a> 
514        for more information.
515   <LI> S/MIME: signed messages that contained an attachment would not validate.
516   <LI> S/MIME: signed and encrypted messages from Thunderbird would not 
517        validate. Thanks to Andreas Schamanek for testing, debugging and 
518        advising during the process of fixing this problem.
519   <LI> S/MIME: Forwarding messages with multipart content-type failed to be signed
520        with &quot;Error writing pipe&quot; message. Reported by Andreas Schamanek
521        and Stefan Mueller.
522   <LI> S/MIME: Certificates are lost when using a pinerc file outside of the 
523        home directory.
524   <LI> S/MIME: Accessing the S/MIME configuration screen would deinitialize
525        SMIME making it not possible to sign or encrypt messages.
526   <LI> S/MIME: Forwarding a signed message might make the body contain mime 
527        information that is not part of the body, and hence making the body
528        of the message seem wrong.
529   <LI> S/MIME Alpine would compute incorrectly the signature of a message 
530        that contains 8bit if the option "Enable 8bit ESMTP Negotiation" is 
531        enabled, the message contains 8bit characters and the smtp server 
532        supports 8bit sending.
533   <LI> When replying to several messages, subject will be decoded first,
534        and then stripped from re/fwd before they are compared to determine
535        the subject of the replied message.
536   <LI> Crash when tcp connection to NNTP server was lost after connection
537        had been established, but lost immediately afterwards.
538   <LI> Crash with message &quot;lock when already locked&quot;, when painting
539        an index was based on scores that needed information from a remote
540        addressbook in the same server as the folder opened. Reported by
541        Peter Koellner.
542   <LI> Crash in message/rfc822 attachments encoded in base64.
543   <LI> Postponed messages whose content-type is text/html, text/enriched and
544        text/richtext are sent with that content-type, even though, after
545        resuming composition, Alpine had changed its type to text/plain.
546   <LI> Alpine cannot handle correctly some characters in the Windows-1256 
547        character set, which might lead to a crash or a corruption in the 
548        screen. Work was done to contain the bug. A more complete fix will 
549        be done in a future release. Reported by Professor Robert Funnell.
550   <LI> WebAlpine: add _GNU_SOURCE to make pubcookie build.
551   <LI> WebAlpine: fail to build with debug disabled. Fix from Sam Hathaway.
552   <LI> Save command did not warn of existence of a message with a deleted 
553        attachment in an aggregate save, unless cursor was positioned on a message 
554        with a deleted attachment. Reported by Florian Herzig.
555   <LI> Transformation of UTF-8 to MUTF7 was not being done when creating a folder
556        in an IMAP server.
557   <LI> DATE tokens were not internally transformed to UTF-8, which made their
558        values not appear complete in the screen. Reported by Werner Scheinast.
559   <LI> Fixes to configure script so that it will not require PAM for every system.
560   <LI> Fix to configure script so that it will use CPPFLAGS instead of 
561        CPPCFLAGS, and so the --with-ssl-include-dir option take effect 
562        during the build. Fix by Ulf-Dietrich Braumann.
563   <LI> Fix in WebAlpine: do not use deprecated dereference in pointer, 
564        needs to use tcl_getstringresult() instead. Reported by 
565        Ulf-Dietrich Braumann.
566   <LI> Quoted string in URL Viewers configuration variable were not 
567        unquoted before passing to viewer.
568   <LI> Fix in configure script to detect location of tcl library; add
569        /usr/local in FreeBSD and fix a bug in configure script that used 
570        $alpine_TCLINC instead of $alpine_TCLINC/tcl.h. Reported and fixed 
571        by Werner Scheinast.
572   <LI> Move SSL configurations from UW-IMAP to configure script, and
573        update OpenSSL configuration for Mac OS X.
574   <LI> Remove -lregex from linker flags when building --with-supplied-regex.
575   <LI> When the download of an attachment is interrumpted, Alpine stills
576      caches what was downloaded, making the download incomplete for 
577      subsequent calls of Alpine attempting to open the attachment. In the 
578      future, Alpine will not cache any downloaded part of the attachment 
579      when it is interrupted.
580 </UL>
585 Version 2.11 addresses bugs found in previous releases and has a few 
586 additions as well.
589 Additions include:
592 <UL>
593    <LI> Alpine requires version 1.0.0c of Openssl to build.
594    <LI> Increase encryption of S/MIME encrypted messages.
595    <LI> Pico: Improvements in justification of paragraphs: lines that begin
596 with a quote string, followed by a space were considered individual paragraphs,
597 now they are considered part of a paragraph. Based on earlier joint work
598 with Jeff Franklin.
599    <LI> Unix Alpine: Allow local .pinerc file to be a symbolic link.
600    <LI> Experimental extended support of recognition of UTF-8 in urls based on 
601 information from <A HREF="http://url.spec.whatwg.org">http://url.spec.whatwg.org</A>.
602    <LI> Added recognition of ws and wss URIs.
603    <LI> Add ability to <A HREF="h_config_folder_color">color folder names</A>, 
604  <A HREF="h_config_directory_color">directory names</A>,
605  and <A HREF="h_config_folder_list_color">text</A> in the FOLDER SCREEN.
606    <LI> Add the ability to <A HREF="h_config_indextoken_color">color any token</A>
607 used in the display of the INDEX SCREEN.
608    <LI> New option <A HREF="h_config_preserve_field"><!--#echo var="FEAT_preserve-original-fields"--></A>
609 that adds the ability to preserve To: and Cc: fields when replying to a 
610 message, as specified by original sender.
611    <LI> Add a _SILENT_ token to the <A HREF="h_config_display_filters">list of tokens</A>
612  for a display filter, so that Alpine will not redraw the screen when it is unnecessary.
613    <LI> Quota command includes subcommands for printing, forwarding, etc.
614 </UL>
617 Bugs that have been addressed include:
619 <UL>
620   <LI> Crash when a non-compliant SMTP server closes a connection without a QUIT command.
621   <LI> Crash when resizing the screen in a configuration screen.
622   <LI> Do not bail out during a tcp timeout, instead close connection and avoid crash.
623   <LI> Do not use a shell to open a browser.
624   <LI> Configure script did not test for crypto or pam libraries.
625   <LI> Configure script attempted to build web component, even if header file tcl.h was not present.
626   <LI> Change Cygwin directory separator to &quot;/&quot;.
627   <LI> Alpine could set List- headers, contrary to RFC 2369.
628 </UL>
631 Version 2.10 addresses bugs found in previous releases and has a few 
632 additions as well.
635 Additions include:
638 <UL>
639    <LI> Quota report for IMAP folders that support it (press the &quot;@&quot; command in the index screen of such folder).
640    <LI> Search a folder for the content of any header with the &quot;;&quot; command. 
641    <LI> Foreign characters are decoded correctly in IMAP folder names.
642    <LI> Question about breaking connection to slow servers includes their name.
643    <LI> Internal x-alpine-help: resource locator for sending links to internal help.
644    <LI> OpenSuse: Alpine find location of OpenSSL certificates.
645    <LI> Cygwin: Alpine builds without need of patch.
646    <LI> Recognition of proper mime type for docx, xlsx, and pptx files.
647    <LI> When composing a message, Alpine will create a new thread when the subject is erased.
648    <LI> Add support for strong encryption of password file when S/MIME is built in.
649 </UL>
652 Bugs that have been addressed include:
655 <UL>
656    <LI> Alpine will close a folder after confirming with user their intention and not reopen it.
657    <LI> Double allocation of memory in Pico.
658    <LI> Alpine does not give warning of message sent and posted upon receipt by email of message posted in newsgroup.
659    <LI> Handling of STYLE html parameter may make Alpine not display the content of a message.
660    <LI> Not recognition of environment variables in some options.
661    <LI> Not display of login prompt during initial keystrokes.
662    <LI> justification of long urls breaks them.
663    <LI> Incorrect New Mail message when envelope is not available.
664    <LI> Incorrect display of PREFDATE, PREFDATETIME and PREFTIME tokens.
665    <LI> Crash when resizing the screen after display of LDAP search.
666    <LI> Crash when redrawing screen while opening a remote folder collection.
667    <LI> Infinite loop in scrolltool function during notification of new mail.
668    <LI> No repaint of the screen after midnight was done when the SMARTDATE token is used in the index screen.
669    <LI> No display of signed and encrypted S/MIME messages.
670    <LI> Alpine will not build with OpenSSL.
671    <LI> Crash for double locking in calls to c-client.
672    <LI> Bad recognition of mime-encoded text may make Alpine not print the subject of a message.
673    <LI> Ignore the references header when threading messages
674    <LI> No update of colors in index screen after update to addressbook.
675 </UL>
678 Version 2.01 addresses bugs found in previous releases and has a few 
679 additions as well.
682 Additions include:
685 <UL>
686    <LI> Fixed non-ASCII web alpine handling
687    <LI> Added web alpine help.
688    <LI> Allow web alpine inbox on second IMAP server.
689    <LI> Allow web alpine config reset after bad inbox-path gets set.
690    <LI> Added web alpine ability to create group contact from contact list members.
691    <LI> Backed out web alpine coercing of default sort-key of arrival to date/reverse.
692    <LI> Tidied up web alpine script layout.
693    <LI> Fixed web alpine status message ordering
694    <LI> Added web alpine Fcc setting via Contacts in Compose
695    <LI> Fixed web alpine autodraft attachment issues
696    <LI> Fixed web alpine problems with recent count maintenance
697    <LI> Fixed web alpine newmail arrival display in message list
698    <LI> Added web alpine confirmation to folder create for Move/Copy
699    <LI> Added web alpine user-domain support
700    <LI> Fixed web alpine to support INBOX-within-a-collection deletion
701 </UL>
704 Bugs that have been addressed include:
707 <UL>
708    <LI> In web alpine fixed delete all selected within a search result to reorient
709         correctly to whole-mailbox message list.
710    <LI> Fixed web alpine delete in view page to be sensitive to sort
711    <LI> Fixed web alpine open of folder within directory from folder manager page.
712    <LI> Fixed web alpine open of folder within directory from left column's recent cache.
713    <LI> Fixed web alpine problems with spaces in special folder names like Drafts
714    <LI> Fixed web alpine adding contacts from message list and view
715    <LI> Fixed web alpine create of non-existent fcc
716    <LI> Remove mistakenly left debugger statement in web alpine javascript.
717    <LI> Some UNIX alpine build problems fixed
718    <LI> Crash in pico and pilot when nl_langinfo returned something unrecognizable
719         or NULL. Add recognition of "646" to nl_langinfo wrapper. This is returned
720         by locale charmap call on some Solaris 8 systems.
721    <LI> MacOS Keychain logins were not working correctly with generic host names, like
722         imap.gmail.com, as opposed to specific instances like rx-in-209.google.com, causing
723         new password requests when not needed
724    <LI> Possible crash in WhereIs command while in FOLDER LIST when cursor is located on the
725         last folder in the list
726    <LI> Change to S/MIME get_x509_subject_email so that X509v3 alternative names are
727         looked for along with the email address
728    <LI> Changes to configure to get spellcheck options with work with arguments.
729    <LI> Add change from Mark Crispin of panda.com to at least minimally handle non-ascii hostname
730         returned by gethostname (iPhone can do this)
731    <LI> Fixed a bug that prevents a filter that moves a message into a local folder
732         from also setting the DELETE flag in that moved message. Fix from Eduardo Chappa.
733    <LI> Changed size of shellpath in open_system_pipe from 32 to MAXPATH. Fix from
734         Jake Scott of marganstanley.com.
735    <LI> Buffer overflow bug in c-client's tmail/dmail, fix from Mark Crispin. This
736         is not used in alpine.
737    <LI> Imapd server crash from unguarded fs_give in IDLE code, fix from Crispin.
738         Apparently this causes RIM Blackberry BIS service problems. This is not
739         used in alpine.
740    <LI> Tmail uninitialized pointer fix from Neil Hoggarth. Not used in alpine.
741    <LI> Buffer overflow possibility in RFC822BUFFER routines in c-client library.
742         Fix from Ludwig Nussel of SUSE and from Crispin.
743    <LI> Include whole filename in export filename history
744    <LI> Fix display bug in pico when Replace command is canceled. Fix from Eduardo Chappa.
745 </UL>
748 Version 2.00
749 addressed bugs found in previous releases and had a few additions as well.
751 Additions included:
754 <UL>
755    <LI> Redesigned Web Alpine interface
756    <LI> Experimental <A HREF="h_mainhelp_smime">S/MIME support</A> added
757         in UNIX versions of Alpine
758    <LI> Attempt to include the attachment filename as part of the name of the
759         temporary file used when viewing an attachment with an external program.
760         Add some randomness to that filename to make it hard to predict the filename.
761         Add a filename extension, usually derived from the type/subtype, to the
762         temporary filename. This was previously done only on Windows and MacOS X.
763    <LI> Enhance address completion in the composer (TAB command) so that it looks
764         through nicknames, fullnames, and addresses from the address book; addresses
765         from the message being viewed, if any; and the results from
766         <A HREF="h_direct_config">LDAP Directory Server</A>
767         lookups for all of the defined directory servers that have the
768         <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
769         feature set.
770    <LI> Make the default character set setting more liberal in what it will accept
771         from the UNIX nl_langinfo call and the various values of LANG seen in the wild
772    <LI> Remove the Alpine revision number from the titlebar in released versions
773         while leaving it there in snapshot versions
774    <LI> Add a <A HREF="h_config_quell_asterisks">feature</A> to suppress the
775         display of asterisks when you type a password for Alpine
776    <LI> Add line wrapping when displaying <EM>PRE</EM> formatted sections of HTML
777    <LI> When the
778         <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
779         feature is turned on convert not only the dates in the index screen but also
780         the dates in the MESSAGE VIEW
781 </UL>
784 Bugs addressed in the 2.00 release included:
787 <UL>
788    <LI> Crash when using tab-completion for selecting a Save filename
789    <LI> Make Web Alpine help text images relative for more portability
790    <LI> Fixed attach save of html parts in Web Alpine
791    <LI> Viewing, printing, exporting, replying, and bouncing of message
792         digests was broken. Replying and bouncing should not have been
793         allowed at all for digests. It would be nice to have a more standard
794         index-like view of a message digest but that has not been addressed
795         with this minor bug fix.
796    <LI> Adjust wrapping of HTML messages so that the margins specified by
797         <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
798         <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>
799         are observed correctly
800    <LI> Interrupt of WhereIs command in index was broken
801    <LI> The <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
802         option did not work correctly interpreting unknown characters in message headers
803    <LI> Long address lines could cause blank continuation lines
804    <LI> Save to a local default INBOX failed if the primary collection was also local,
805         which it is by default. The save went to  ~/mail/inbox instead.
806    <LI> Make a default save folder of &quot;inbox&quot; always mean the real
807         inbox, not the inbox in the primary collection
808    <LI> Address book entries with lots of addresses would be truncated when
809         entered in the composer with a screen size wider than 270 or so charcters
810    <LI> Some fields in the index screen were truncated when the screen width was
811         wider than 256 characters
812    <LI> Crash when TABing to next folder, the next folder with new mail is a POP
813         folder, and there is a more than 10 minute pause between typing the TAB
814         and typing the Yes
815 </UL>
818 Version 1.10(962)
819 addressed bugs found in previous releases and had a few additions as well.
821 Additions included:
824 <UL>
825    <LI> Add the possibility of setting a default role
826         (see <A HREF="h_role_select">Roles Screen</A>)
827         which may be convenient if your work flow involves acting in one
828         role for a while then switching to another role and staying in the
829         new role for another period of time
830    <LI> When Saving and the IMAP server problem &quot;Message to save shrank!&quot;
831         is encountered, ask the user if he or she wants to continue with the
832         risky Save anyway instead of aborting. This may be helpful if your
833         IMAP server is broken in this way but be aware that it is possible there
834         was a real error instead of just a broken server implementation.
835    <LI> Some configure adjustments for Kerberos detection and
836         for SCO OpenServer 5 support
837    <LI> Hide INBOX in a collection if it also appears as an
838         <A HREF="h_config_enable_incoming">Incoming Folder</A>
839    <LI> Show asterisks for feedback when the user is typing a password
840    <LI> Performance improvement for threading of large folders
841    <LI> Previously, the search used to find
842         Pattern matches containing To patterns searched for both To
843         and Resent-To headers. The relatively complicated search this
844         produces causes problems when using some deficient IMAP servers.
845         Now the default is to look only for To headers and ignore the
846         presence of Resent-To. The previous behavior may be restored
847         with the <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> feature.
848    <LI> Add an
849         <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A>
850         to help with reading malformed unlabeled messages
851    <LI><A HREF="h_config_suppress_user_agent"><!--#echo var="FEAT_suppress-user-agent-when-sending"--></A> option added
852    <LI> Map some Shift-LeftArrow escape sequences to LeftArrow
853    <LI> Add feature <A HREF="h_config_warn_if_fcc_blank"><!--#echo var="FEAT_warn-if-blank-fcc"--></A>
854 </UL>
857 Bugs addressed in the 1.10(962) release included:
860 <UL>
861    <LI> Crash when encountering certain errors from an SMTP server
862    <LI> Crash in composer caused by overflow in replace_pat()
863    <LI> Hang when authenticating to an SMTP server that fails with a
864         &quot;connection disconnected&quot; error
865    <LI> Bug in handling of trailing tab character in flowed text
866    <LI> Security enhancement for mailcap parameter substitution
867    <LI> <A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>
868         did not work if the message being replied to was not flowed text
869         and <A HREF="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></A>
870         was not turned on
871    <LI> Don't allow printer to be changed through hidden config screen
872         if system administrator didn't want it to be allowed
873    <LI> Attempts are sometimes made to set the Forwarded flag when alpine
874         should know that it won't work, causing error messages to appear
875    <LI> A <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
876         of double-quote double-quote didn't work right
877    <LI> Quoting wasn't being done to protect special characters from the
878         MacOS X shell when
879         <A HREF="h_config_browser"><!--#echo var="VAR_url-viewers"--></A>
880         was not defined
881    <LI> On MacOS X message attachments should be shown internally instead of
882         being shown using the Mail application
883    <LI> When replying to a message with a charset of X-UNKNOWN Alpine would
884         sometimes set the outgoing charset to X-UNKNOWN, making the result
885         unreadable
886    <LI> When the sending of a message failed lines with leading spaces had one
887         additional space inserted in each of those lines when the user
888         was returned to the composer
889    <LI> The <A HREF="h_index_cmd_whereis">WhereIs</A> command missed some index lines
890         that contained non-ascii characters because it was truncating the
891         line being searched so that it was shorter than what was visible on
892         the screen
893    <LI> When composing, an attachment with a long name that causes wrapping in
894         just the wrong place would generate an error and cause the send
895         of the attachment to fail
896    <LI> After calling the file browser to attach a file in the composer, a resize
897         of the window when back in the composer would redraw the last screen that
898         had been shown in the browser instead of the current composer screen
899    <LI> Possible crash in index screen when encountering unparseable addresses
900         or when using one of the PRIORITY tokens or the HEADER token in the
901         <a href="h_config_index_format"><!--#echo var="VAR_index-format"--></a>
902    <LI> Problems with Header Color editing if the configuration option
903         <a href="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></a>
904         was inadvertently changed to the Empty Value in the hidden config screen
905    <LI> When resuming the final postponed message from an Exchange server the user
906         could get a certificate validation failure because alpine was trying
907         to validate the canonical name of the folder instead of the name the
908         user used
909    <LI> Windows line endings in a mimetypes file on a Unix system cause a
910         failure to find a match
911    <LI> Make matching of extension names case independent in mimetypes files
912    <LI> Windows dialog boxes for entering text were not working correctly
913    <LI> Replying to or Forwarding multipart/alternative messages which had a
914         single text/html part did not work well
915    <LI> Printing the print confirmation page caused a crash
916    <LI> A To line with a long, quoted personal name could display incorrectly
917         if it was close to the same width as the screen
918    <LI> When <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
919         and <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
920         are turned on hide (0/0) when the folder is empty
921    <LI> Folder completion while Saving didn't work if the collection being
922         saved to was the local home directory
923 </UL>
926 Version 1.00
927 was an evolutionary release based on
928 <A HREF="http://www.washington.edu/pine/">Pine</A>, which was also
929 developed at the University of Washington.
930 It is upwards-compatible for existing Pine users.
933 Changes included:
935 <UL>
936    <LI> Ground-up reorganization of source code around addition
937         of "pith/" core routine library.
938    <LI> Fundamental improvement in Alpine's internal text handling, which
939         is now based exclusively on Unicode. This allows displaying incoming
940         messages and producing outgoing messages in many different languages.
941    <LI> Ground-up reorganization of build and install procedures
942         based on GNU Build System's autotools. NOTE, the included IMAP library
943         build is not based on autotools, so some features will not work. However,
944         it should get built automatically during the Alpine build process.
945    <LI> Web-based version included built on TCL designed to run under
946         a suitable CGI-supporting web server such as Apache.
947 </UL>
951 Details on changes in previous (prerelease) versions of Alpine
952 may be found at the following URL:
954 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP></CENTER>
957 <HR WIDTH="75%"><P>
959 <H2>Getting Help</H2>
960 <DL>
961 <DT>Online Help</DT>
962 <DD>
963 Every Alpine screen and command has associated help text
964 accessible via the &quot;?&quot; key (or Ctrl-G in text-input contexts).
965 </DD>
967 <DT>Web Help</DT>
968 <DD>
969 The most current source of information about Alpine,
970 including new version availability, is the web page at
972 <CENTER><SAMP><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></SAMP></CENTER>
973 </DD>
974 </DL>
976 Frequently Asked Questions (and answers) may be found at the following
977 URL:
979 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/faq/">http://www.washington.edu/alpine/faq/</A></SAMP></CENTER>
982 <HR WIDTH="75%"><P>
984 <H2>Additional Information</H2>
986 General Alpine configuration information can be found
987 <A HREF="h_news_config">here</A>.
989 This is revision (<!--#echo var="ALPINE_REVISION"-->) of the Alpine software.
990 Alpine mailbox and <A HREF="https://github.com/jonabbey/panda-imap/">IMAP</A> server
991 access is provided by the IMAP Toolkit Environment (c-client library)
992 version <!--#echo var="C_CLIENT_VERSION"-->.
993 <P> 
994 Alpine was developed until 2009 by the Office of Computing 
995 &amp; Communications at the University of Washington in Seattle.  
996 Since then, the effort of developing Alpine has been continued by
997 a community of volunteers who make good software even better!
1000 Alpine Copyright 2013-2016 Eduardo Chappa, 
1001 <BR> Copyright 2006-2008 University of Washington.
1004 Additional legal notices can be found <A HREF="h_news_legal">here</A>,
1005 or instead you can find the Apache License, version 2.0 at the web URL:
1008 <CENTER><A HREF="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</A></CENTER>
1011 &lt;End of Release Notes&gt;
1012 </BODY>
1013 </HTML>
1014 ====== h_password_file_support ======
1015 <HTML>
1016 <HEAD>
1017 <TITLE>Encryption for Password File Support Explained</TITLE>
1018 </HEAD>
1019 <BODY>
1020 <H1>Encryption for Password File Support Explained</H1>
1022 Index<BR>
1023 <OL>
1024 <LI><A HREF="#content">Explanation</A>
1025 <LI><A HREF="#example">Example</A>
1026 </OL>
1028 <P><A NAME="content">Unix Alpine Only.</A>
1030 <P> If your version of Alpine has been built with password file support
1031 then you can use a special file to save your passwords, and avoid typing
1032 them every time you open a connection to a remote server.
1034 <P> If your version of Alpine was built with SMIME support, and you have a
1035 public certificate/private key pair, then Alpine will use such pair to
1036 encrypt your password file. If you have more than one key/certificate
1037 pair, Alpine will pick the first pair that it finds that works. You can also
1038 select a pair, and the way to do this is explained below.
1040 <P> Once a pair has been chosen, it will be copied to the directory 
1041 ~/.alpine-smime/.pwd, and from then on, Alpine will use the pair found in 
1042 that directory. The first time this process is done, this directory will 
1043 be created, a key/certificate pair will be copied to it, and this pair 
1044 will be used in the future to encrypt and decrypt your password file. You 
1045 can create this directory and copy any key/certificate pair there. You
1046 can add a self-signed certificate there, if you like, and you can let
1047 this certificate expire. This will not affect the encryption and decryption
1048 of the password file.
1050 <P> If you prefer not to use the directory ~/.alpine-smime/.pwd to save 
1051 your key/certificate pair, you can specify a different one with the 
1052 -pwdcertdir command line option in Alpine. If the directory specified by 
1053 this option is not found or there is no valid key/certificate pair there, 
1054 Alpine will fail to encrypt and decrypt your password file. In other words,
1055 Alpine will not initialize this directory for you.
1057 <P> Alpine does not care about the names of the key and certificates in 
1058 this directory, but the private key must have &quot;.key&quot; extension 
1059 and your public certificate must have the &quot;.crt&quot; extension. The
1060 name of the private key will be used in the prompt when you are asked
1061 to unlock your key to decrypt your password.
1063 <P><A NAME="example">An example follows</A>
1065 <P>Assume you have a private key called peter@address.com.key in your, 
1066 ~/.alpine-smime/private directory, and a public certificate called 
1067 peter@address.com.crt in your ~/.alpine-smime/public directory, and these 
1068 are your only key/certificate pair.
1070 <P> When Alpine starts for the first time, without command line options, 
1071 it will check if the directory ~/.alpine-smime/.pwd exists, and if not, 
1072 it will create it. Then it will go through your keys and certificates and 
1073 find a pair that it can use, and copy the files peter@address.com.key,
1074 and peter@address.com.crt to the ~/.alpine-smime/.pwd directory. Alternatively
1075 you can do the same by copying these files by yourself. This can be done
1076 with the sequence of commands
1078 <PRE>
1079 mkdir ~/.alpine-smime/.pwd
1080 cp ~/.alpine-smime/private/peter@address.com.key ~/.alpine-smime/.pwd
1081 cp ~/.alpine-smime/public/peter@address.com.crt ~/.alpine-smime/.pwd
1082 </PRE>
1084 <P> When Alpine starts, you will be asked the password to unlock your
1085 private key with the prompt.
1087 <PRE>
1088 Enter password of key &lt;peter@address.com&gt; to unlock password file:
1089 </PRE>
1091 <P> If you prefer to use different names for your private and public keys 
1092 in the ~/.alpine-smime/.pwd directory, you can do so, but you must 
1093 preserve the extension of the files. For example, you can use the names 
1094 private_key.key and public_cert.crt instead. In this case, the prompt you 
1095 will see when you are asked to unlock your private key will read
1097 <PRE>
1098 Enter password of key &lt;private_key&gt; to unlock password file:
1099 </PRE>
1101 <P>Observe that you do not need to use an existing key/certificate pair, 
1102 and that you can create a new private key/public certificate pair to 
1103 encrypt and decrypt your password. However, once one is used, Alpine does 
1104 not provide a mechanism to switch the encryption and decryption files to 
1105 another key/certificate pair. This will be implemented in a future 
1106 release of Alpine.
1109 &lt;End of help&gt;
1110 </BODY>
1111 </HTML>
1112 ====== h_tls_failure_details ======
1113 <HTML>
1114 <HEAD>
1115 <TITLE>Certificate Validation Details</TITLE>
1116 </HEAD>
1117 <BODY>
1118 <H1>Certificate Validation Details</H1>
1120 This screen gives details as to why the certificate validation failed: the
1121 name of the desired server system; the reason for failure; and the name on
1122 the certificate.  This is primarily of interest to experts.
1125 &lt;End of help&gt;
1126 </BODY>
1127 </HTML>
1128 ====== h_tls_failure ======
1129 <HTML>
1130 <HEAD>
1131 <TITLE>TLS or SSL Failure</TITLE>
1132 </HEAD>
1133 <BODY>
1134 <H1>TLS or SSL Failure</H1>
1136 An attempt was made to establish a secure, encrypted connection to the
1137 server system using either Transport Layer Security (TLS) or the older
1138 Secure Sockets Layer (SSL).  This attempt failed.
1141 You should contact your server system management for more assistance.
1142 The problem is probably at the server system and not in Alpine or your local
1143 system.  The text in this screen may be helpful for the server system
1144 management in debugging the problem,
1147 &lt;End of help&gt;
1148 </BODY>
1149 </HTML>
1150 ====== h_tls_validation_failure ======
1151 <HTML>
1152 <HEAD>
1153 <TITLE>TLS and SSL Certificate Validation Failures</TITLE>
1154 </HEAD>
1155 <BODY>
1156 <H1>TLS and SSL Certificate Validation Failures</H1>
1158 An attempt was made to establish a secure, encrypted connection to the
1159 server system using either Transport Layer Security (TLS) or the older
1160 Secure Sockets Layer (SSL).
1163 An important part of this procedure is server certificate validation.  A
1164 server certificate is an &quot;electronic identification card&quot; for the server
1165 system that is signed by a well-known certificate authority (CA).  Alpine
1166 compares the server system identity in the server certificate with the
1167 name of the server system to which it is trying to connect.  Alpine also
1168 verifies that the CA signature is authentic.
1171 Some common failure conditions are:
1174 <UL>
1175   <LI> [UNIX Alpine] Self signed certificate.  This means that the server system
1176 signed its own certificate.  This does not necessarily indicate anything
1177 bad; the server operators may simply have elected to not purchase a
1178 signed certificate from a certificate authority.
1180   <LI> [UNIX Alpine] Unable to get local issuer certificate.  This means that
1181 the signature on the server system is from an unknown certificate authority.
1182 It can also mean that no certificate authority certificates have been
1183 installed on the local UNIX system.
1185   <LI> [PC Alpine] Self-signed certificate or untrusted authority.  This is
1186 the same as either of the above two conditions in UNIX Alpine.  Note that
1187 Windows systems typically have a full set of certificate authority
1188 certificates installed, so it is more likely to be a self-signed
1189 certificate than an unknown certificate authority.
1191   <LI> Server name does not match certificate.  This means that the server
1192 presented a proper signed certificate for a name other than the desired
1193 name.
1194 </UL>
1197 Any of these conditions can indicate that you are being attacked and have
1198 been directed to an imposter server that will record your password and
1199 your private mail messages.  It can also mean something innocuous.
1202 If you are certain that the problem is innocuous, you can append the
1203 option
1206 <CENTER><SAMP>/novalidate-cert</SAMP></CENTER>
1209 to the server system name where it appears in your configuration (e.g. the
1210 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>,
1211 a folder-collection, or a news or SMTP server).  This will
1212 disable certificate validation.  On the other hand, if you are attacked,
1213 you will get no warning if you do this.
1216 &lt;End of Cert Validation Failures help&gt;
1217 </BODY>
1218 </HTML>
1219 ====== h_release_tlscerts ======
1220 <HTML>
1221 <HEAD>
1222 <TITLE>TLS and SSL usage note</TITLE>
1223 </HEAD>
1224 <BODY>
1225 <H1>TLS and SSL usage note</H1>
1228 When using Alpine from Unix or Windows 2000,
1229 server certificates must be signed by a trusted certificate authority.
1230 You may relax this requirement (at the cost of some security) by using
1232 <A HREF="h_folder_server_syntax">NoValidate-Cert</A>
1233 modifier in the mailbox name.
1236 <CENTER><SAMP>{foo.example.com/novalidate-cert}INBOX</SAMP></CENTER>
1239 The fully-qualified host name of the server should be used
1240 so that it matches the host name in the server certificate.
1242 Here is an example of a host specification that directs Alpine to use
1243 the SSL port (993) and an encrypted data stream.
1245 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
1247 &lt;End of TLS usage help&gt;
1248 </BODY>
1249 </HTML>
1250 ====== h_news_config ======
1251 <HTML>
1252 <HEAD>
1253 <TITLE>Alpine Configuration</TITLE>
1254 </HEAD>
1255 <BODY>
1256 <H1>Alpine Configuration</H1>
1258 <H2>Using Environment Variables</H2>
1260 The values of Alpine configuration options may include environment variables
1261 that are replaced by the value of the variable at the time Alpine is run
1262 (and also at the time the config option is changed).
1263 The syntax to use environment variables is a subset of the common Unix
1264 shell dollar-syntax.
1265 For example, if
1267 <P><CENTER><SAMP>$VAR</SAMP></CENTER><P>
1269 appears in the value of an Alpine configuration option it is looked up in the
1270 environent (using getenv(&quot;VAR&quot;)) and its
1271 looked-up value replaces the <SAMP>$VAR</SAMP> part of the option value.
1272 To include a literal dollar sign you may precede the dollar sign with another
1273 dollar sign.
1274 In other words, if the text
1276 <P><CENTER><SAMP>$$text</SAMP></CENTER><P>
1278 is the value of a configuration option, it will be expanded to
1280 <P><CENTER><SAMP>$text</SAMP></CENTER><P>
1282 and no environment lookup will be done.
1283 For Unix Alpine it will also work to use a backslash character to
1284 escape the special meaning of the dollar sign, but $$ is preferable since
1285 it works for both PC-Alpine and Unix Alpine, allowing the configuration option
1286 to be in a shared configuration file.
1289 This all sounds more complicated than it actually is.
1290 An example may make it clearer.
1291 Unfortunately, the way in which environment variables are set is OS-dependent 
1292 and command shell-dependent.
1293 In some Unix command shells you may use
1295 <P><CENTER><SAMP>PERSNAME="Fred Flintstone"</SAMP></CENTER><P>
1296    <CENTER><SAMP>export PERSNAME</SAMP></CENTER><P>
1298 Now, if you use Alpine's Setup/Config screen to set
1300 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=$PERSNAME</SAMP></CENTER><P>
1302 the <SAMP>$PERSNAME</SAMP> would be replaced by <SAMP>Fred Flintstone</SAMP>
1303 so that this would be equivalent to
1305 <P><CENTER><SAMP><!--#echo var="VAR_personal-name"-->=Fred Flintstone</SAMP></CENTER><P>
1307 Note, environment variable substitution happens after configuration
1308 options that are lists are split into the separate elements of the list,
1309 so a single environment variable can't contain a list of values.
1312 The environment variable doesn't have to be the only thing
1313 after the equal sign.
1314 However, if the name of the variable is not at the end of the line or
1315 followed by a space (so that you can tell where the variable name ends),
1316 it must be enclosed in curly braces like
1318 <P><CENTER><SAMP>${VAR}</SAMP></CENTER><P>
1320 It is always ok to use the braces even if you don't need to.
1322 It is also possible to set a default value for an environment variable.
1323 This default value will be used if the environment variable is not
1324 set (that is, if getenv(&quot;VAR&quot;) returns NULL).
1325 The syntax used to set a default value is
1327 <P><CENTER><SAMP>${VAR:-default value}</SAMP></CENTER><P>
1329 If the config file contains
1331 <P><CENTER><SAMP>personal-name=${VAR:-Fred Flintstone}</SAMP></CENTER><P>
1333 then when Alpine is run <SAMP>VAR</SAMP> will be looked up in the environment.
1334 If <SAMP>VAR</SAMP> is found then <SAMP>personal-name</SAMP> will have
1335 the value that <SAMP>VAR</SAMP> was set to, otherwise,
1336 <SAMP>personal-name</SAMP> will be set to <SAMP>Fred Flintstone</SAMP>,
1337 the default value.
1338 (Note that the variable is called &quot;personal-name&quot; in the config
1339 file but is displayed in the config screen as
1340 &quot;<!--#echo var="VAR_personal-name"-->&quot;.
1341 In general, the value that goes into a config file is never exactly the
1342 same as the value you see on the screen.)
1345 An example where an environment variable might be useful is the
1346 variable <SAMP>Inbox-Path</SAMP> in the global configuration file.
1347 Suppose most users used the server
1349 <P><CENTER><SAMP>imapserver.example.com</SAMP></CENTER><P>
1351 but that there were some exceptions who used
1353 <P><CENTER><SAMP>altimapserver.example.com</SAMP></CENTER><P>
1355 In this case, the system manager might include the following line in
1356 the systemwide default Alpine configuration file
1358 <P><CENTER><SAMP>Inbox-Path=${IMAPSERVER:-imapserver.example.com}</SAMP></CENTER><P>
1360 For the exceptional users adding
1362 <P><CENTER><SAMP>IMAPSERVER=altimapserver.example.com</SAMP></CENTER><P>
1364 to their environment should work.
1366 Another example might be the case where a user has to use a different
1367 SMTP server from work and from home.
1368 The setup might be something as simple as
1370 <P><CENTER><SAMP>smtp-server=$SMTP</SAMP></CENTER><P>
1372 or perhaps a default value could be given.
1373 Note that, as mentioned above, the variable <SAMP>SMTP</SAMP> cannot contain
1374 a list of SMTP servers.
1377 <H2>Configuration precedence</H2>
1379 There are several levels of Alpine configuration.  Configuration values at
1380 a given level override corresponding values at lower levels.  In order of
1381 increasing precedence:
1383 <UL>
1384  <LI> built-in defaults
1385  <LI> system-wide
1386 <!--chtml if pinemode="os_windows"-->
1387       config file from command line or provided
1388       by "PINECONF" environment variable
1389 <!--chtml else-->
1390       pine.conf file
1391 <!--chtml endif-->
1392  <LI> personal configuration file
1393  <LI> personal exceptions configuration file
1394  <LI> command-line options
1395  <!--chtml if pinemode="os_windows"--><!--chtml else-->
1396  <LI> system-wide pine.conf.fixed file<!--chtml endif-->
1397 </UL>
1399 The values in both the personal configuration file and the
1400 <A HREF="h_config_exceptions">exceptions</A>
1401 configuration file may be set using the Setup command.
1402 Setup/Config is the command to change most of the personal configuration
1403 options.
1404 The other Setup subcommands are also used to change the configuration,
1405 for example, Setup/AddressBook, Setup/Rules, and so on.
1406 Changing the personal exceptions configuration is very similar.
1407 To change a value in the Config screen you would use the command
1408 Setup/eXceptions/Config.
1409 Likewise for the other Setup subcommands (Setup/eXceptions/Rules and so on).
1411 There are a couple exceptions to the rule that configuration values are replaced
1412 by the value of the same option in a higher-precedence file.
1413 The Feature-List variable has values that are additive, but can be
1414 negated by prepending &quot;no-&quot; in front of an individual feature name.
1415 So for features, each individual feature's value is replaced by the value
1416 of the same feature in a higher-precedence file.
1417 Note that this is done automatically for you when you change these values via
1418 the Setup/Config command.
1419 The other exception to the <EM>replace</EM> semantics happens when you
1420 use <A HREF="h_config_inheritance">configuration inheritance</A>
1421 for option lists.
1424 <H2>File name defaults</H2>
1426 Notes:<P>
1428 <BR> &lt;exe dir&gt; = directory where pine.exe found.
1429 <BR> &lt;pinerc dir&gt; = directory where pinerc found.
1430 <BR> # = default file name is overridable in pinerc.
1431 <BR> $HOME, if not explicitly set, defaults to root of the current drive.
1432 <BR> $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
1433 <BR> + between the mailcap paths implies that the two files are combined.
1434 <BR> ; between other default paths implies that the first one found is used.
1435 </P>
1436 Alpine looks for most support files in the same directory it finds its
1437 personal configuration file (pinerc).  The -p command-line flag may be
1438 used to specify a particular path name for the pinerc file.  If a
1439 pinerc file does not exist, it will be created (if directory permissions
1440 allow).  In PC-Alpine, if -p or $PINERC are not defined, Alpine will look
1441 in $HOME&#92;PINE and the directory containing the PINE.EXE.  If a PINERC
1442 file does not exist in either one, it will create one in the first of those
1443 two directories that is writable.  In detail:
1444 <PRE>
1446 PC-Alpine:
1448  executable     &lt;DOS search path&gt;&#92;pine.exe
1449  help index     &lt;exe dir&gt;&#92;pine.ndx
1450  help text      &lt;exe dir&gt;&#92;pine.hlp
1452  pers config    $PINERC  ;  $HOME&#92;pine&#92;PINERC  ;  &lt;exe dir&gt;&#92;PINERC
1453  except config  $PINERCEX ; $HOME&#92;pine&#92;PINERCEX  ;  &lt;exe dir&gt;&#92;PINERCEX
1454  global cfg     $PINECONF
1456  debug          &lt;pinerc dir&gt;&#92;pinedebg.txtN
1457  crash          &lt;pinerc dir&gt;&#92;pinecrsh.txt
1458  signature#     &lt;pinerc dir&gt;&#92;pine.sig
1459  addressbook#   &lt;pinerc dir&gt;&#92;addrbook
1460  mailcap#       &lt;pinerc dir&gt;&#92;mailcap  +  &lt;exe dir&gt;&#92;mailcap
1461  mimetypes#     &lt;pinerc dir&gt;&#92;mimetype +  &lt;exe dir&gt;&#92;mimetype
1462  newsrc#        $HOME&#92;newsrc (if exists, else) &lt;pinerc dir&gt;&#92;newsrc
1463  sentmail#      $HOME&#92;mail&#92;sentmail.mtx
1464  postponed#     $HOME&#92;mail&#92;postpond.mtx
1465  interrupted    $HOME&#92;mail&#92;intruptd
1467 Unix Alpine:
1469  executable     &lt;Unix search path&gt;/pine
1470  persnl cfg     ~/.pinerc
1471  except cfg     ~/.pinercex
1472  global cfg     <!--#echo var="PINE_CONF_PATH"-->
1473  fixed cfg      <!--#echo var="PINE_CONF_FIXED_PATH"-->
1474  local help     <!--#echo var="PINE_INFO_PATH"-->
1476  interrupted    ~/.pine-interrupted-mail
1477  debug          ~/.pine-debugN
1478  crash          ~/.pine-crash
1479  newsrc#        ~/.newsrc
1480  signature#     &lt;pinerc dir&gt;/.signature
1481  addressbook#   &lt;pinerc dir&gt;/.addressbook
1482  postponed#     ~/mail/postponed-msgs
1483  sentmail#      ~/mail/sent-mail
1484  mailcap#       ~/.mailcap + /etc/mailcap
1485                            + /usr/etc/mailcap + /usr/local/etc/mailcap
1486  mimetypes#     ~/.mime.types + /etc/mime.types + /usr/local/lib/mime.types
1488  news-spool     varies across Unix flavors, e.g. /var/spool/news or /usr/spool/news
1489  active-news    varies across Unix flavors, e.g. /usr/lib/news/active
1490  lock files     /tmp/.<!--#echo var="MAIL_SPOOL_LOCK_PATH"-->
1491  inbox          <!--#echo var="MAIL_SPOOL_PATH"-->
1492  password       /etc/passwd
1494 Unix Alpine and PC-Alpine:
1496  .ab*           remote addressbook support files
1497  a[1-9]*        temporary (while Alpine is running) addressbook files
1499 </PRE>
1502 <H2>Mailcap files</H2>
1504 Alpine honors the mailcap configuration system for specifying external
1505 programs for handling attachments.  The mailcap file maps MIME attachment
1506 types to the external programs loaded on your system that can display
1507 and/or print the file.  A sample mailcap file comes bundled with the Alpine
1508 distribution.  It includes comments that explain the syntax you need to
1509 use for mailcap.  With the mailcap file, any program (mail readers,
1510 newsreaders, WWW clients) can use the same configuration for handling
1511 MIME-encoded data.
1514 <H2>MIME-Types files</H2>
1516 Alpine uses mime-types files (.mime.types or MIMETYPE) to determine
1517 what Content-Type to use for labeling an attached file, based on
1518 the file extension.  That is, this file provides a mapping between
1519 filename extensions and MIME content-types.
1522 <H2>Environment variables</H2>
1524 PC-Alpine uses the following environment variables:
1525 <DL>
1526 <DT>PINERC</DT>
1527 <DD>Optional path to pinerc file.</DD>
1528 <DT>PINERCEX</DT>
1529 <DD>Optional path to personal exceptions configuration file.</DD>
1530 <DT>PINECONF</DT>
1531 <DD>Optional path to global pine config file.</DD>
1532 <DT>HOME</DT>
1533 <DT>TMPDIR, TMP, or TEMP</DT>
1534 <DT>COMSPEC</DT>
1535 <DT>MAILCAPS</DT>
1536 <DD>A <B>semicolon</B> delimited list of path names to mailcap files.</DD>
1537 <DT>USER_DICTIONARY</DT>
1538 <DD>Used to specify the file to contain the user's spell check
1539 dictionary.  The default is <SAMP>DICT.U</SAMP> in the same
1540 directory as the <SAMP>SPELL32.DLL</SAMP></DD>
1541 </DL>
1543 Unix Alpine uses the following environment variables:
1544 <DL>
1545 <DT>TERM</DT>
1546 <DD>Tells Alpine what kind of terminal is being used.</DD>
1547 <DT>DISPLAY</DT>
1548 <DD>Determines if Alpine will try to display IMAGE attachments.</DD>
1549 <DT>SHELL</DT>
1550 <DD>If not set, default is &quot;/bin/sh&quot;.</DD>
1551 <DT>TMPDIR, TMP, or TEMP</DT>
1552 <DT>MAILCAPS</DT>
1553 <DD>A <B>colon</B> delimited list of path names to mailcap files.</DD>
1554 </DL>
1555 <!--chtml if pinemode="os_windows"-->
1557 <H2>Common PC-Alpine Configuration Problems</H2>
1559 <H3>Configuration settings aren't being saved</H3>
1561 <P>This problem can happen if you run pine from one directory and
1562 then decide to move your pine directory to another location.  PC-Alpine
1563 stores certain variables, including the configuration location, in the
1564 Windows Registry (which you shouldn't ever need to manually edit).  There
1565 are a couple of ways to go about removing or resetting the values in the
1566 registry.
1569 1) Run PC-Alpine's registry value deletion command.  This can be done by
1570 running: &quot;&lt;your&nbsp;pine&nbsp;directory&gt;&#92;pine.exe&nbsp;-registry&nbsp;clear&quot; from the DOS
1571 prompt. You could create a shortcut to pine.exe and change the &quot;Target&quot;
1572 value to the above command.
1575 2) Tell PC-Alpine where to look for the configuration file.  Configuration
1576 information is stored in a file called the PINERC.  With the &quot;-p&nbsp;PINERC&quot;
1577 option, you can tell PC-Alpine the location of your pinerc.  An example of
1578 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;.
1579 Again, you can use the DOS prompt or the shortcut method explained in (1).
1582 Additionally, there is the &quot;-registry&nbsp;set&quot; option, which will actively
1583 set registry values to the current setting, and is therefore useful with
1584 the &quot;-p&nbsp;PINERC&quot; option.
1586 <!--chtml endif-->
1588 &lt;End of Configuration Notes&gt;
1589 </BODY>
1590 </HTML>
1591 ====== h_news_legal ======
1592 <html>
1593 <head>
1594 <TITLE>Alpine Legal Notices</TITLE>
1595 </head>
1596 <body>
1598 <H1>Alpine Legal Notices</H1>
1600 Alpine and its constituent programs are covered by the Apache License Version 2.0.
1604 &lt;End of Alpine Legal Notices&gt;
1605 </BODY>
1606 </HTML>
1607 ===== h_info_on_mbox =====
1608 <HTML>
1609 <HEAD>
1610 <TITLE>Information on mbox driver</TITLE>
1611 </HEAD>
1612 <BODY>
1613 <H1>Information on &quot;Missing Mail&quot; and the &quot;mbox&quot; driver</H1>
1615 Beginning with Pine 4.00 (Pine came before Alpine)
1616 a new INBOX access method is
1617 available as part of the standard configuration.  It is called the
1618 &quot;mbox&quot; driver and it works like this:<P>
1621 <BLOCKQUOTE>
1622 If the file &quot;mbox&quot; exists in the user's home directory, and
1623 is in Unix mailbox format, then when INBOX is opened this file will be
1624 selected as INBOX instead of the mail spool file.  Messages will be
1625 automatically transferred from the mail spool file into the mbox
1626 file.
1627 </BLOCKQUOTE>
1630 The advantage of this method is that, after new mail has been copied
1631 from the system mail spool, all subsequent access is confined to the
1632 user's home directory, which is desirable on some systems.  However, a
1633 possible disadvantage is that mail tools other than those from the
1634 University of Washington will not know to look for mail in the user's
1635 mbox file.  For example, POP or IMAP servers other than those from the
1636 University of Washington, and many &quot;new mail notification&quot;
1637 programs may not work as expected with this driver enabled.<P>
1639 To disable this behavior, either remove/rename the &quot;mbox&quot;
1640 file or find the <A HREF="h_config_disable_drivers"><!--#echo var="VAR_disable-these-drivers"--></A>
1641 option in Setup/Config
1642 and add &quot;mbox&quot; to it:
1644 <CENTER><SAMP><!--#echo var="VAR_disable-these-drivers"-->=mbox</SAMP></CENTER>
1646 &lt;End of help on this topic&gt;
1647 </BODY>
1648 </HTML>
1649 ===== h_info_on_locking =====
1650 <HTML>
1651 <HEAD>
1652 <TITLE>FAQs on Alpine Locking</TITLE>
1653 </HEAD>
1654 <BODY>
1655 <H1>What Systems Managers Need to Know about Alpine File Locking</H1>
1657 There is an extensive section on locking in the Alpine technical notes;
1658 this information is intended to provide answers to some common questions:<P>
1659 <OL>
1660 <LI> Why did locking change in Pine 4.00?<BR>
1661 The actual locking mechanisms did not change in 4.00.
1662 What changed is that when one particular locking mechanism used by Alpine 
1663 fails, Alpine now issues a warning message.  Prior to Pine 4.00, the locking
1664 failure would occur, but no warning was issued.<P>
1666 <LI> Is this what the &quot;Mailbox vulnerable&quot; message is about?<BR>
1667 Yes.  It means that Alpine was unable to create a lockfile in the
1668 spool directory, generally because of overly restrictive protections on the
1669 spool directory.  The correct permissions on the spool directory for
1670 running Alpine are 1777, i.e. read-write-execute permission for everyone,
1671 with the sticky-bit set, so only owners of a file can delete them.<P>
1673 <LI> Why does Alpine require that the mail spool directory have 1777
1674    protections?<BR>
1675 Alpine was designed to run without special privileges.  This means that in
1676 order to create a lockfile in the spool directory, it is necessary to have
1677 the spool directory permissions be world-writable.<P>
1679 <LI> Can't you create the lockfile somewhere else?<BR>
1680 No.  The lockfile in question must be in the mail spool directory, because
1681 that's where the mail delivery program expects to find it, and the purpose
1682 of the file is to coordinate access between the mail client (Alpine) and the
1683 mail delivery program.<P>
1685 <LI> Isn't having the spool directory world-writable a big security risk?<BR>
1686 No.  Remember that the individual mail files in the spool directory are
1687 NOT world-writable, only the containing directory.  Setting the &quot;sticky
1688 bit&quot; -- indicated by the &quot;1&quot; before the &quot;777&quot; mode 
1689 -- means that only the owner of the file (or root) can delete files in the 
1690 directory.  So the only bad behavior that is invited by the 1777 mode is that 
1691 anyone could
1692 create a random file in the spool directory.  If the spool directory is
1693 under quota control along with home directories, there is little incentive
1694 for anyone to do this, and even without quotas a periodic scan for
1695 non-mail files usually takes care of the problem.  <P>
1697 <LI> Why not run Alpine as setgid mail?<BR>
1698 Alpine was never designed to run with privileges, and to do so introduces a
1699 significant security vulnerability.  For example, if a user suspends Alpine,
1700 the resulting shell will have group privileges.  This is one example of
1701 why we strongly recommend against running Alpine as a privileged program.
1702 In addition, a &quot;privileged mailer &quot paradigm would mean that normal 
1703 users
1704 could not test Alpine versions or other mailers that had not been installed
1705 by the system administrators.<P>
1708 <LI> Are there any alternatives to creating .lock files in the spool dir?<BR>
1709 There are, but they all have different sets of tradeoffs, and not all will
1710 work on all systems.  Some examples:<UL>
1711  <LI> Use lock system calls.  Works fine on a few systems, provided mail
1712    spool is local.   Doesn't work reliably if NFS is used.
1713    Doesn't work unless <B>all</B> the mail programs accessing the spool dir
1714    use the same calls.
1715  <LI> Deliver mail to user's home directory.  An excellent solution, highly
1716    recommended -- but one which is incompatible with some &quot;legacy&quot; 
1717 mail tools that always look in the spool directory for the mail.
1718 </UL><P>
1720 <LI> Are these spool directory lock files the only kinds of locks used by
1721    Alpine?<BR>
1722 No.  Alpine also creates lockfiles in the /tmp directory.  For normal Unix
1723 mailbox format folders, these are used to coordinate access between
1724 multiple Alpine sessions.  <P>
1726 <LI> What about the 
1727 <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>
1728 This is for people who are content to live dangerously, or who have
1729 specific knowledge that the spool directory lockfiles are superfluous on
1730 their system (because both Alpine and the mail delivery program are using 
1731 system call file locking in a context that works reliably, e.g. not NFS.)<P>
1733 <LI> Where can I find more details on how Alpine locking works?<BR>
1734 See the Alpine Technical Notes.<P>
1736 </OL>
1738 &lt;End of help on this topic&gt;
1739 </BODY>
1740 </HTML>
1741 ===== h_finding_help ====
1742 <HTML>
1743 <HEAD>
1744 <TITLE>Finding more information and requesting help</TITLE>
1745 </HEAD>
1746 <BODY>
1747 <H1>Places to Look for More Answers</H1>
1748 If you have questions about or problems with Alpine that you cannot resolve 
1749 after consulting the program's internal, context-sensitive help screens, here 
1750 are additional information resources that you may find helpful:
1752 <UL>
1753   <LI> Alpine's top-level <A HREF="main_menu_tx">MAIN MENU HELP</A>.<P>
1755   <LI> Alpine's <A HREF="h_help_index">Help Index</A>.<P>
1757   <LI> Alpine's internal <A HREF="h_news">Release Notes</A>.  They contain a 
1758 listing of changes in Alpine <!--#echo var="ALPINE_VERSION"-->
1759   since the last version, which may be useful for you to be aware of, 
1760 <B>especially</B> if a &quot;problem&quot; you are encountering is actually 
1761 a change in the way an aspect of Alpine works.  There, you will also find notes 
1762 on Alpine configuration.<P>
1764   <LI> The main site for Alpine contains information on configuring and solving problems
1765        with Alpine, it can be found at
1767 <CENTER><A HREF="http://patches.freeiz.com/alpine/">http://patches.freeiz.com/alpine/</A></CENTER>  
1769   <LI> The Alpine Information Center (maintained by the University of
1770            Washington) World Wide Web site contains, among other things
1771            <UL>
1772            <LI>a collection of Frequently Asked Questions (and answers!) about Alpine
1773            <LI>an overview of the basics for beginning Alpine users
1774            <LI>Technical Notes for systems administrators
1775            <LI>archives (including a searchable index) of the alpine-info 
1776 mailing list, on which matters of interest to systems/email administrators,
1777 developers, trainers, user support personnel, and others involved with Alpine 
1778 messaging on a &quot;technical&quot; level are discussed.
1779 </UL>
1780         The Alpine Information Center can be accessed with a WWW browser at:<P>
1781             <CENTER><A HREF="http://www.washington.edu/alpine/">http://www.washington.edu/alpine/</A></CENTER>  
1782 </UL>
1783 <P><HR WIDTH="75%">
1784 <H1>Requesting help</H1>
1785 If the internal help, the Release Notes, the Alpine Information Center, and your 
1786 local online and print resources do not help you resolve a problem, please
1787 start by contacting your local computer support staff and asking for help.
1789 This is especially true if:
1790 <ul>
1791   <li>You suddenly have trouble sending or receiving mail.
1792   <li>You receive a "disk quota exceeded" message.
1793   <li>You have forgotten your password.
1794   <li>You think your account may have been compromised.
1795   <li>You need help viewing an attachment.
1796   <li>You need to know how to configure your:
1797       <A HREF="h_config_nntp_server">NNTP (news) server</A>, 
1798       <A HREF="h_config_smtp_server">SMTP (sending mail) server</A>, 
1799       <A HREF="h_config_ldap_server">LDAP (directory lookup) server</A>, or
1800       <A HREF="h_config_inbox_path">INBOX (incoming mail) path</A>.
1801   <li>You want to know what alternative editors or spellcheckers you may be able to use.
1802   <li>You want to block email from a particular person.
1803   <li>You're going on vacation and need to autorespond to incoming mail.
1804   <li>You want to automatically file or filter incoming messages.
1805 </ul>
1807 In all of these cases,
1808 you should contact <B>your</B> support staff, because <B>only they</B> 
1809 will be able to assist you effectively. Your support staff may be, depending on who 
1810 provides you with the email account you use Alpine with, for example:<UL>
1811 <LI> the computing help desk of (a department of) your university, school, 
1812 employer, ... ; or
1813 <LI> the customer service center of your Internet Service Provider; or
1814 <LI> the friendly volunteer helpers of your Freenet; or
1815 <LI> the person who setup your computer and internet connection.
1816 </UL>
1818 Due to the large number of Alpine installations worldwide, and because we
1819 receive no funding for it, the University of Washington <B>cannot provide 
1820 individual support services outside the University of Washington</B>.
1822 If you have no local computing support to turn to, the worldwide <b>comp.mail.pine</b>
1823 newsgroup can be a valuable source of information and assistance for Alpine 
1824 user issues.
1826 For systems/email administrators, developers, trainers, user support
1827 personnel, and others involved with Alpine messaging on a &quot;technical&quot;
1828 level, the mailing list alpine-info is available; for information on
1829 subscribing and posting to it, see
1831 <CENTER><A HREF="http://www.washington.edu/alpine/alpine-info/subscribing.html">http://www.washington.edu/alpine/alpine-info/subscribing.html</A></CENTER>
1834 Regardless of whom you are asking for help with Alpine, remember 
1835 to provide as much detail as you can about the
1836 nature of any problem you are encountering, such as
1837 <UL>
1838 <LI>when it first occurred;
1839 <LI>what, if anything, happened that might have brought it about;
1840 <LI>whether it still persists;
1841 <LI>whether it is reproducible, and if so, how;
1842 <LI>what, if anything, you already tried to solve it.
1843 </UL> 
1844 It may also be helpful if you specify what version of Alpine you are using 
1845 <!--chtml if pinemode="running"-->
1846 -- this is <!--#echo var="ALPINE_VERSION"--> --
1847 <!--chtml endif-->
1848 and on what system, and when the copy of Alpine you are using was created
1849 <!--chtml if pinemode="running"-->
1850 -- for this copy: <!--#echo var=ALPINE_COMPILE_DATE-->
1851 <!--chtml endif-->
1853 <!--chtml if pinemode="running"-->
1854 <P>   
1855 When the Alpine program you are currently using was installed, a support
1856 contact email address may have been set up; in that case, you can simply select
1857 this link now to send a message to it:<BR>
1858 <A HREF="X-Alpine-Gripe:_LOCAL_ADDRESS_?local"><!--#echo var="_LOCAL_FULLNAME_"--></A><P>
1859 <!--chtml endif-->
1860 <!--chtml if [ -r PINE_INFO_PATH ]-->
1861 <HR WIDTH="75%">Local Support Contacts:<P>
1862 <!--#include file="PINE_INFO_PATH"-->
1863 <HR WIDTH="75%">
1864 <!--chtml endif-->
1865 <P> 
1866 &lt;End of help on this topic&gt;
1867 </BODY>
1868 </HTML>
1869 ===== new_user_greeting ======
1870 <HTML>
1871 <HEAD>
1872 <TITLE>NEW USER GREETING</TITLE>
1873 </HEAD>
1874 <BODY>
1875 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1876 <BR>
1877 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1878 We hope you will explore Alpine's many capabilities. From the MAIN MENU,
1879 select Setup/Config to see many of the options available to you. Also note
1880 that all screens have context-sensitive help text available.<P>
1881 <!--chtml if pinemode="phone_home"-->
1882 SPECIAL REQUEST:
1883 This software was originally created and maintained as a public
1884 service by the University of Washington until 2009; updates are made 
1885 available as a public service of the Alpine community. It is always 
1886 helpful to have an idea of how many users are using Alpine. Are you 
1887 willing to be counted as an Alpine user? Pressing 
1888 <A HREF="X-Alpine-Phone-Home:">Return</A>
1889 will send an anonymous (meaning, your real email address will not be revealed) 
1890 message to the Alpine developers for purposes of tallying.
1892 <!--To Exit this screen and continue your Alpine session press "E".-->
1893 <!--chtml else-->
1894 To Exit this screen and continue your Alpine session press "Return".
1895 <!--chtml endif-->
1896 </BODY>
1897 </HTML>
1898 ===== new_alpine_user_greeting ======
1899 <HTML>
1900 <HEAD>
1901 <TITLE>NEW ALPINE USER GREETING</TITLE>
1902 </HEAD>
1903 <BODY>
1904 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1905 <BR>
1906 <H1>Welcome to Alpine ... a Program for Internet News and Email</H1>
1907 Your Alpine configuration file indicates that you may have used Pine before
1908 but not Alpine.
1909 If you are familiar with the way Pine works, you should be comfortable
1910 using Alpine.
1911 Your Pine configuration file is automatically used for Alpine.
1912 The Release Notes may be viewed by pressing 
1913 &quot;R&quot; now or while in the MAIN MENU.
1915 <!--chtml if pinemode="phone_home"-->
1916 SPECIAL REQUEST:
1917 This software was originally created and maintained as a public
1918 service by the University of Washington until 2009; updates are made 
1919 available as a public service of the Alpine community. It is always 
1920 helpful to have an idea of how many users are using Alpine. Are you 
1921 willing to be counted as an Alpine user? Pressing 
1922 <A HREF="X-Alpine-Phone-Home:">Return</A>
1923 will send an anonymous (meaning, your real email address will not be revealed) 
1924 message to the Alpine developers for purposes of tallying.
1926 <!--To Exit this screen and continue your Alpine session press "E".-->
1927 <!--chtml else-->
1928 To Exit this screen and continue your Alpine session press "Return".
1929 <!--chtml endif-->
1930 </BODY>
1931 </HTML>
1932 ===== new_version_greeting ======
1933 <HTML>
1934 <HEAD>
1935 <TITLE>NEW VERSION GREETING</TITLE>
1936 </HEAD>
1937 <BODY>
1938 <CENTER>&lt;&lt;&lt;This message will appear only once&gt;&gt;&gt;</CENTER>
1939 <BR>
1940 <H1>Welcome to Alpine version <!--#echo var="ALPINE_VERSION"-->!</H1>
1941 Your Alpine configuration file indicates that you may not have used 
1942 this version of Alpine before.  This version's significant changes are
1943 documented in the Release Notes, which may be viewed by pressing 
1944 &quot;R&quot; now or while in the MAIN MENU.
1946 <!--chtml if pinemode="phone_home"-->
1947 SPECIAL REQUEST:
1948 This software was originally created and maintained as a public
1949 service by the University of Washington until 2009; updates are made 
1950 available as a public service of the Alpine community. It is always 
1951 helpful to have an idea of how many users are using Alpine. Are you 
1952 willing to be counted as an Alpine user? Pressing 
1953 <A HREF="X-Alpine-Phone-Home:">Return</A>
1954 will send an anonymous (meaning, your real email address will not be revealed) 
1955 message to the Alpine developers for purposes of tallying.
1957 <!--To Exit this screen and continue your Alpine session press "E".-->
1958 <!--chtml else-->
1959 To Exit this screen and continue your Alpine session press "Return".
1960 <!--chtml endif-->
1961 </BODY>
1962 </HTML>
1964 ===== main_menu_tx ======
1965 <HTML>
1966 <HEAD>
1967 <TITLE>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</TITLE>
1968 </HEAD>
1969 <BODY>
1970 <H1>GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</H1>
1971 <DIV ALIGN=CENTER>
1972 Version <!--#echo var="ALPINE_VERSION"-->
1973 <!--chtml if pinemode="running"-->
1974 <BR>(built <!--#echo var=ALPINE_COMPILE_DATE-->)
1975 <!--chtml endif-->
1976 </DIV>
1977 <CENTER>Copyright 2013-2016 Eduardo Chappa,
1978 <BR>Copyright 2006-2008 University of Washington.
1979 </CENTER>
1982 When you are viewing a help screen, there may be links to
1983 other topics highlighted (in Reverse video) in the text.
1984 Here is an example.
1985 The word &quot;Introduction&quot; in the TABLE OF CONTENTS below should be
1986 highlighted.
1987 If you type carriage return (or V for View Link, see the commands at the
1988 bottom of the screen) you will be taken to a new help screen to view the
1989 Introduction.
1990 The commands at the bottom of the screen should then include
1991 &quot;P Prev Help&quot;.
1992 If you type &quot;P&quot; you will end up back here.
1993 If you type &quot;E&quot; for Exit, you will be back out of help and returned
1994 to the place you were in Alpine when you entered Help.
1995 In this case, you would go back to the MAIN MENU.
1996 There are also other links that are highlighted in bold (or the color used
1997 by your terminal to display bold).
1998 The items after the Introduction in the TABLE OF CONTENTS are all examples
1999 of such links.
2000 In order to view those links, you first have to make the link you want
2001 to view the current link.
2002 The &quot;NextLink&quot; and &quot;PrevLink&quot; commands
2003 (see bottom of screen) can do that for you.
2006 <H2>TABLE OF CONTENTS</H2>
2007 <OL>
2008   <LI> <A HREF="h_mainhelp_intro">Introduction</A>
2009   <LI> <A HREF="h_mainhelp_pinehelp">Alpine Help</A>
2010 <!--chtml if [ -r PINE_INFO_PATH ]-->
2011   <LI> <A HREF="h_mainhelp_localsupport">Local Support Contacts</A>
2012 <!--chtml endif-->
2013   <LI> <A HREF="h_mainhelp_cmds">Giving Commands in Alpine</A>
2014   <LI> <A HREF="h_mainhelp_config">Alpine Configuration</A>
2015   <LI> <A HREF="h_mainhelp_status">Titlebar Line</A>
2016   <LI> <A HREF="h_mainhelp_mainmenu">Main Menu</A>
2017   <LI> <A HREF="h_mainhelp_index">Index of Messages</A>
2018   <LI> <A HREF="h_mainhelp_reading">Reading Messages</A>
2019   <LI> <A HREF="h_mainhelp_composing">Composing Messages</A>
2020   <LI> <A HREF="h_mainhelp_readingnews">Reading News</A>
2021   <LI> <A HREF="h_mainhelp_abooks">Address Books</A>
2022   <LI> <A HREF="h_mainhelp_ldap">LDAP Directories</A>
2023   <LI> <A HREF="h_mainhelp_folders">Folders</A>
2024   <LI> <A HREF="h_mainhelp_collections">Collection Lists</A>
2025   <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
2026   <LI> <A HREF="h_mainhelp_color">Color Setup</A>
2027   <LI> <A HREF="h_mainhelp_filtering">Filtering</A>
2028   <LI> <A HREF="h_mainhelp_roles">Roles</A>
2029   <LI> <A HREF="h_mainhelp_patterns">Patterns</A>
2030   <LI> <A HREF="h_mainhelp_keywords">Keywords (or Flags, or Labels)</A>
2031   <LI> <A HREF="h_mainhelp_mouse">Using a Mouse</A>
2032   <LI> <A HREF="h_mainhelp_cmdlineopts">Command Line Options</A>
2033   <LI> <A HREF="h_mainhelp_securing">Securing Your Alpine Session</A>
2034   <LI> <A HREF="h_mainhelp_smime">S/MIME</A>
2035   <LI> <A HREF="h_mainhelp_problems">Reporting Problems</A>
2036   <LI> <A HREF="X-Alpine-Config:">Show Supported Options in this Alpine</A>
2037   <LI> <A HREF="h_help_index">Index to Alpine's Online Help</A>
2038 </OL>
2041 &lt;End of help on this topic&gt;
2042 </BODY>
2043 </HTML>
2044 ===== h_mainhelp_intro ======
2045 <HTML>
2046 <HEAD>
2047 <TITLE>Introduction</TITLE>
2048 </HEAD>
2049 <BODY>
2050 <H1>Introduction</H1>
2052 Alpine is an &quot;Alternatively Licensed Program for Internet
2053 News and Email&quot; produced until 2009 by the University of Washington.
2054 It is intended to be an easy-to-use program for
2055 sending, receiving, and filing Internet electronic mail messages and
2056 bulletin board (Netnews/Usenet) messages. Alpine supports the following
2057 Internet protocols and specifications: SMTP (Simple Mail Transport Protocol), 
2058 NNTP (Network News Transport Protocol), MIME (Multipurpose Internet Mail 
2059 Extensions), IMAP (Internet Message Access Protocol), and LDAP (Lightweight
2060 Directory Access Protocol).<p>
2062 Although originally designed for inexperienced email users, Alpine has
2063 evolved to support many advanced features.  There are an ever-growing
2064 number of configuration and personal-preference options, though which of
2065 them are available to you is determined by your local system managers. 
2067 <H2>WHAT ALPINE DOES...</H2>
2069 Alpine is a &quot;mail user agent&quot; (MUA), which is a program that
2070 allows you to
2071 compose and read messages using Internet mail standards.  (Whether you
2072 can correspond with others on the Internet depends on whether or not your
2073 computer is connected to the Internet.)  Alpine also allows reading and
2074 posting messages on the Internet &quot;net news&quot; system, provided
2075 that your site operates a suitable news server.
2077 <H2>WHAT ALPINE DOES NOT DO...</H2>
2079 A &quot;mail user agent&quot; such as Alpine is just one part of a
2080 messaging system. Here are some things that are <B>not</B> done by Alpine,
2081 but require other programs:<P>
2082 <UL>
2083  <LI> Actual relaying of email... which is done by &quot;message transfer 
2084 agents&quot;.
2085  <LI> Vacation messages... automatically responding to incoming messages
2086  <LI> Anything to do with &quot;talk&quot;... which has nothing to do with 
2087 email.
2088  <LI> Anything to do with &quot;irc&quot;... which has nothing to do with email.
2089  <LI> List processing... resending one message to a list of recipients.
2090 </UL>
2093 &lt;End of help on this topic&gt;
2094 </BODY>
2095 </HTML>
2097 ===== h_mainhelp_pinehelp ======
2098 <HTML>
2099 <HEAD>
2100 <TITLE>Alpine Help</TITLE>
2101 </HEAD>
2102 <BODY>
2103 <H1>Alpine Help</H1>
2105 Alpine help is generally context-sensitive. In other words, each Alpine screen you 
2106 use will have its own help text, explaining the choices available for that
2107 screen. This general help section, on the other hand, attempts to give an 
2108 overall picture of what Alpine is capable of doing, as well as pointers to 
2109 additional help sections about specific topics.<p>
2111 Much of the help text contains links to further help topics, similar to
2112 how the World Wide Web works.
2113 You may choose a link to view using the &quot;NextLink&quot; and
2114 &quot;PrevLink&quot; commands to change the link that is highlighted.
2115 The &quot;View Link&quot; command will then show you the highlighted link.
2116 Similar to the Back button in a web browser, the &quot;Prev Help&quot; command
2117 will return you to where you were before viewing the link, and &quot;Exit Help&quot
2118 will return you to the location in Alpine before you asked for help.
2119 For example, if you are reading this text in Alpine you may return to the
2120 help table of contents with the &quot;Prev Help&quot; command or you may view the
2121 Release notes link in the next paragraph and then return here with
2122 &quot;Prev Help&quot;.
2125 In addition to this general help on Alpine, <A HREF="h_news">Release Notes</A>
2126 on the current Alpine version are also available from the MAIN MENU: Press
2127 <!--chtml if pinemode="function_key"-->
2128 &quot;F9&quot;
2129 <!--chtml else-->
2130 &quot;R&quot;
2131 <!--chtml endif-->
2132 to browse the release notes.  These include changes since the last release,
2133 configuration information, the history of the Alpine
2134 project, credits, and legal notices.
2136 Alpine releases are available via the world wide web at
2138 <CENTER><SAMP><A 
2139 HREF="http://patches.freeiz.com/alpine/release/">http://patches.freeiz.com/alpine/release/</A></SAMP
2140 ></CENTER>
2143 If you would like to print <EM>all</EM> of Alpine's internal help text
2144 (not recommended) for a little light bedtime reading, then press
2145 <!--chtml if pinemode="function_key"-->
2146 &quot;F12&quot;
2147 <!--chtml else-->
2148 &quot;Z&quot;
2149 <!--chtml endif-->
2150 now.  (This assumes that the
2151 copy of Alpine you are using has been properly configured for printing
2152 at your site.)
2154 &lt;End of help on this topic&gt;
2155 </BODY>
2156 </HTML>
2157 ===== h_mainhelp_localsupport ======
2158 <HTML>
2159 <HEAD>
2160 <TITLE>Local Support Contacts</TITLE>
2161 </HEAD>
2162 <BODY>
2163 <H1>Local Support Contacts</H1>
2165 <!--chtml if [ -r PINE_INFO_PATH ]-->
2166 <!--#include file="PINE_INFO_PATH"-->
2167 <!--chtml else-->
2168 No Local Support Contacts configured.
2169 <!--chtml endif-->
2172 &lt;End of help on this topic&gt;
2173 </BODY>
2174 </HTML>
2176 ===== h_mainhelp_cmds ======
2177 <HTML>
2178 <HEAD>
2179 <TITLE>Giving Commands in Alpine</TITLE>
2180 </HEAD>
2181 <BODY>
2182 <H1>Giving Commands in Alpine</H1>
2184 Unless configured otherwise
2185 (<A HREF="h_config_blank_keymenu"><!--#echo var="FEAT_disable-keymenu"--></A>)
2186 the bottom two lines of the screen are always used to list the
2187 commands you can give.  You press the keys that are highlighted to give
2188 the command.  The commands for getting help and going back to the main
2189 menu are always present (except when viewing help as you are now).
2190 <!--chtml if pinemode="function_key"-->
2191 <!--chtml else-->
2193 Pressing O (meaning &quot;Other Commands&quot;) changes the keys
2194 you see at the bottom of any screen. In some cases there are 3 or
2195 even 4 different
2196 sets of keys that can be seen by using the O key. <EM>All commands are 
2197 active</EM>, even if they are not currently showing at the bottom of your 
2198 screen. In other words, you <EM>never</EM> need to press the O key, except to 
2199 remind yourself of the proper key to press to perform an operation.
2201 <H2>Control Key Commands</H2>
2202 When composing mail, and in a few other places, in Alpine you
2203 have to use Control keys. This means pressing the Control key (usually labeled 
2204 &quot;Ctrl&quot;) and the
2205 letter indicated at the same time.  Usually, this is shown with a
2206 &quot;^&quot; in front of the letter.  On some systems, certain control
2207 characters are intercepted before they get to Alpine.  As a work-around,
2208 you can press the ESCAPE key twice followed by the desired key.  For
2209 example, if Ctrl-O (^O) does not work on your system, try typing
2210 &quot;ESC ESC O&quot;.
2211 <!--chtml endif-->
2212 <H2>Paging Up and Down</H2>
2213 The &quot;+&quot; and &quot;-&quot; keys are used for
2214 moving to the next or previous page.  The space bar is a synonym for
2215 &quot;+&quot;.  You may also use Ctrl-V to page down and Ctrl-Y to page
2216 up as you do in the message composer.  On screens with a WhereIs (search)
2217 command, W or Ctrl-W followed by Ctrl-V will move to the bottom of the
2218 message or list, and W or Ctrl-W followed by Ctrl-Y will move to the top
2219 of the message or list.
2221 <H2>Return Key</H2>
2222 The return key is usually a synonym for a frequently used
2223 command.  When viewing a message, there is currently not a default
2224 command, so RETURN does nothing; when in the index, it is synonymous with
2225 &quot;view msg&quot;. In the key menu at the bottom of the screen, whatever is
2226 enclosed in square brackets [] is the same as the return key.
2228 <H2>Control Keys Not Used By Alpine</H2>
2229 Most commands in Alpine are single letters, with -- we hope -- some mnemonic 
2230 value, but in places where Alpine is expecting text input, e.g. in the composer or 
2231 at prompts for file/folder names, control keys must be used for editing and 
2232 navigation functions.
2235 Alpine has used nearly all the control keys available.  There are, however,
2236 certain control keys that are reserved by other programs or for technical
2237 reasons.  Alpine does not use any of these keys:
2238 <DL>
2239  <DT>Ctrl-S</DT> <DD>Used by Unix as &quot;stop output&quot;</DD>
2240  <DT>Ctrl-Q</DT> <DD>Used by Unix as &quot;resume output&quot;</DD>
2241  <DT>Ctrl-]</DT> <DD>Often used by Telnet as escape key</DD>
2242 </DL>
2244 Note: Ctrl-S and Ctrl-Q can be subject to 
2245 <A HREF="h_special_xon_xoff">special handling</A>.
2247 In addition, while the ESC key alone is not used for command input,
2248 Alpine will recognize two consecutive ESC key presses followed by a letter 
2249 key as a substitute for control key input.  For example, the control key
2250 <SAMP>Ctrl-X</SAMP> can alternatively be entered using the
2251 three keystrokes: <SAMP>ESC&nbsp;ESC&nbsp;x</SAMP>.
2252 This is useful if the communication program you are using
2253 (e.g. Telnet) has its own, conflicting, idea of what certain control
2254 characters mean.
2257 <H2>Repainting the Screen</H2>
2258 Sometimes what is displayed on the screen will be
2259 incorrect due to noise on the phone line or other causes and you will want
2260 to repaint the whole screen to make it correct.  You can use the Ctrl-L
2261 command to do this.  It never hurts to do it when in doubt.
2264 &lt;End of help on this topic&gt;
2265 </BODY>
2266 </HTML>
2267 ===== h_mainhelp_status ======
2268 <HTML>
2269 <HEAD>
2270 <TITLE>Titlebar Line</TITLE>
2271 </HEAD>
2272 <BODY>
2273 <H1>Titlebar Line</H1>
2275 The top line of the screen is Alpine's titlebar line.  It will always display
2276 the current version of Alpine and will also convey information about the
2277 status of the program.  This is where you look to find out what
2278 collection, folder and message number is active and where you are in Alpine.
2281 If the titlebar line says &quot;READONLY&quot; it means that the open folder
2282 (typically your INBOX) is &quot;locked&quot; by another mail session --
2283 most likely a more recent session of Alpine has taken the INBOX lock.
2286 If the titlebar line says &quot;CLOSED&quot; it means that you are trying to
2287 access a
2288 folder on a remote mail server, and for some reason, communication with
2289 the mail server has either been lost, or never successfully established.
2290 This can be a result of trying to open a non-existent folder, or one
2291 stored on an invalid or non-operational server, or it can mean that Alpine
2292 has been suspended for more that 30 minutes while accessing a remote mail
2293 server.
2296 &lt;End of help on this topic&gt;
2297 </BODY>
2298 </HTML>
2299 ===== h_mainhelp_mainmenu ======
2300 <HTML>
2301 <HEAD>
2302 <TITLE>Main Menu</TITLE>
2303 </HEAD>
2304 <BODY>
2305 <H1>Main Menu</H1>
2307 The Main Menu lists Alpine's main options.
2308 The key or keys you must type to enter your
2309 choice are to the left of each option or command name.
2310 You can type either uppercase or lowercase letters,
2311 and you should not press &lt;Return&gt; after typing the
2312 letter (unless you are specifically asking for the default,
2313 highlighted command).
2316 From the Main Menu you can choose to read online help, write (compose) and 
2317 send a message, look at an index of your mail messages, open or maintain
2318 your mail folders, update your address book, configure Alpine, and quit Alpine.
2319 There are additional options listed at
2320 the bottom of the screen as well.
2323 The Help command usually returns context-sensitive help information.
2324 However, in the Main Menu you get the most general help, which includes
2325 a Table of Contents.
2326 The last entry in the Table of Contents is an Index of help topics,
2327 so this is a good place to go if you are having trouble finding how
2328 to do something.
2330 <H2>Main Menu Commands</H2>
2331 The Alpine main menu lists the most common Alpine functions. A <a
2332 href="h_main_menu_commands">full list of these
2333 commands</a> and what they do is available.
2335 &lt;End of help on this topic&gt;
2336 </BODY>
2337 </HTML>
2338 ===== h_mainhelp_abooks ======
2339 <HTML>
2340 <HEAD>
2341 <TITLE>Address Books</TITLE>
2342 </HEAD>
2343 <BODY>
2344 <H1>Address Books</H1>
2347 As you use email, you can build a list of your regular email correspondents 
2348 in your Alpine
2349 Address Book. At the Alpine MAIN MENU, press A to see the Address Book List 
2350 screen. Your
2351 personal address book will be highlighted. Press &lt;Return&gt; to view it.
2352 You can use the address book to store email addresses for individuals or
2353 groups, to create easily
2354 remembered &quot;nicknames&quot; for these addresses, and to quickly retrieve an email 
2355 address when you are composing a message.
2357 There are two ways to add addresses to your address book: you can add them 
2358 manually or take them from messages (by pressing T to access the Take command). 
2359 With either method, you specify nicknames for your correspondents. A single 
2360 address book entry (or nickname) can point to just one email address, or, it can
2361 point to more than one. When it points to more than one, it is called a 
2362 distribution list. Each distribution list has a nickname, a full name, and a 
2363 list of addresses. These
2364 addresses may be actual addresses, other nicknames in your address book, or 
2365 other
2366 distribution lists.
2369 Additional information is available in Alpine's online help:
2370 <ul>
2371   <li><a href="h_abook_opened">The Alpine Address Book</a></li>
2372 </ul>
2374 &lt;End of help on this topic&gt;
2375 </BODY>
2376 </HTML>
2377 ===== h_mainhelp_ldap ======
2378 <HTML>
2379 <HEAD>
2380 <TITLE>LDAP</TITLE>
2381 </HEAD>
2382 <BODY>
2383 <H1>LDAP</H1>
2385 LDAP (Lightweight Directory Access Protocol) is a standard means of accessing 
2386 an organization's shared
2387 directories. Essentially, using LDAP, Alpine is able to find email addresses in 
2388 large address
2389 books, rather like the White Pages provided by the phone company. As an Alpine 
2390 user, it is not
2391 necessary to know much about how this works, only how to use it and how to 
2392 configure
2395 More information on configuring LDAP is available in Alpine's online help:
2396 <ul>
2397   <li><a href="h_direct_config">Setup LDAP Directory Servers</a></li>
2398 </ul>
2400 Additional help on using LDAP in Alpine is also available:
2401 <ul>
2402   <li><a href="h_ldap_view">LDAP Response View Explained</a></li>
2403 </ul>
2405 &lt;End of help on this topic&gt;
2406 </BODY>
2407 </HTML>
2408 ===== h_mainhelp_index ======
2409 <HTML>
2410 <HEAD>
2411 <TITLE>Index of Messages</TITLE>
2412 </HEAD>
2413 <BODY>
2414 <H1>Index of Messages</H1>
2416 In Alpine's message index, the selected message is highlighted. The first 
2417 column on the left is blank, shows a &quot;+&quot; if the message was
2418 sent directly to you (i.e., it is not a
2419 copy or from a list), or a &quot;-&quot; if you were explicitly Cc'd.
2421 The second column may be blank, or it may contain:
2422 <ul>
2423   <li>"N" if the message is new (unread), </li>
2424   <li>"A" if you have answered the message (using the Reply command), </li>
2425   <li>"D" if you have marked the message for deletion.</li>
2426 </ul>
2429 Note: If you answer a message as well as mark it deleted (in either order), 
2430 you will only see the &quot;D&quot;.
2433 The rest of the columns in the message line show you the message
2434 number, date sent, sender, size, and subject. For details, press ? (Help).  
2435 The behavior and appearance of the Index screen is highly configurable.
2436 In the Setup/Config screen search (with the WhereIs command) for options
2437 that contain the words &quot;index&quot; or &quot;thread&quot; to see
2438 many of the configuration possibilities.
2439 In particular, the
2440 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
2441 option may be used to configure the look of the standard MESSAGE INDEX lines
2442 in many different ways.
2443 Find <!--#echo var="VAR_index-format"--> in the Setup/Config screen and
2444 read the help text there for more information.
2446 Most of the commands you need to handle your messages are visible at the
2447 bottom of the screen, and you can press O (OTHER CMDS) to see additional
2448 commands that are available.
2449 You do not need to see these &quot;other commands&quot;
2450 on the screen to use them. That is, you never need to press O as a prefix
2451 for any other command.
2454 Additional information is available in Alpine's online help:
2455 <ul>
2456   <li><a href="h_mail_index">Message Index Commands</a></li>
2457 </ul>
2459 &lt;End of help on this topic&gt;
2460 </BODY>
2461 </HTML>
2462 ===== h_mainhelp_reading ======
2463 <HTML>
2464 <HEAD>
2465 <TITLE>Reading Messages</TITLE>
2466 </HEAD>
2467 <BODY>
2468 <H1>Reading Messages</H1>
2470 The message text screen shows you the text of the message along with
2471 its header. If a message has attachments, those will be listed (but not
2472 displayed) also.  The titlebar line displays information about the currently
2473 open message, folder and collection.  You see the name of the collection
2474 (if there is one) in angle brackets, then the name of the folder, then the
2475 message number and finally the position within the current message (in
2476 percent). If the message is marked for deletion
2477 &quot;DEL&quot; will appear in the
2478 upper right as well.
2481 As with every Alpine screen, the bottom two lines show you the commands 
2482 available.
2484 <P>Additional information is available in Alpine's online help:
2485 <ul>
2486   <li><a href="h_mail_view">Message Text Screen</a></li>
2487   <li><a href="h_attachment_screen">Attachment Index Screen Explained</a></li>
2488   <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a></li>
2489 </ul>
2491 &lt;End of help on this topic&gt;
2492 </BODY>
2493 </HTML>
2494 ===== h_mainhelp_composing ======
2495 <HTML>
2496 <HEAD>
2497 <TITLE>Composing Messages</TITLE>
2498 </HEAD>
2499 <BODY>
2500 <H1>Composing Messages</H1>
2502 To write a message, press C (Compose). You see the Compose Message
2503 screen, which is divided into two parts: the header area and the message
2504 text area. The header area is where information on the recipient (the To:
2505 field) and the subject line go, while the message text area contains the
2506 actual text of the email message. Different commands are available to you
2507 when your cursor is in different areas on this screen. To see additional
2508 help on commands in either the message text or header area, type
2509 <Control>G (Get help).
2512 To move around, use the arrow keys or Ctrl-N (Next line) and Ctrl-P 
2513 (Previous line); to correct typing errors, use &lt;Backspace&gt; or &lt;Delete&gt;.
2515 <P>The following information from Alpine's online help may prove useful:
2516 <ul>
2517   <li><a href="h_composer_to">Message Header Commands</a></li>
2518   <li><a href="h_compose_richhdr">Rich Header Command</a></li>
2519   <li><a href="h_composer">Composer Commands</a></li>
2520   <li><a href="h_edit_nav_cmds">Composer Editing Commands</a></li>
2521   <li><a href="h_config_change_your_from">Changing your From Address</a></li>
2522   <li><a href="h_compose_send">Send Command</a></li>
2523   <li><a href="h_compose_spell">Spell Check Command</a></li>
2524 </ul>
2526 &lt;End of help on this topic&gt;
2527 </BODY>
2528 </HTML>
2529 ===== h_mainhelp_collections ======
2530 <HTML>
2531 <HEAD>
2532 <TITLE>Collection Lists</TITLE>
2533 </HEAD>
2534 <BODY>
2535 <H1>Collection Lists</H1>
2537 Collection lists are Alpine's way of organizing groups of folders. Each
2538 "collection" can reside on a different server, for example, and contain a
2539 different group of mail folders.
2542 For more information on this, see:
2543 <ul>
2544   <li><a href="h_what_are_collections">Folder Collections Explained</a></li>
2545 </ul>
2547 Additional information relating to collection lists is also available in 
2548 Alpine's online
2549 help:
2550 <ul>
2551   <li><a href="h_collection_maint">Setup Collection List Screen</a></li>
2552   <li><a href="h_collection_screen">Collection List Screen</a></li>
2553 </ul>
2555 &lt;End of help on this topic&gt;
2556 </BODY>
2557 </HTML>
2558 ===== h_mainhelp_folders ======
2559 <HTML>
2560 <HEAD>
2561 <TITLE>Folders</TITLE>
2562 </HEAD>
2563 <BODY>
2564 <H1>Folders</H1>
2566 Messages can quickly accumulate in your INBOX folder. If you use email
2567 often, you soon could have hundreds. You need to delete messages you do
2568 not want, and you can use folders to organize messages you wish to save. A
2569 folder is a collection of one or more messages that are stored (just like
2570 the messages in your INBOX) so you can access and manage them.
2573 You can organize your email messages into different folders by topic,
2574 correspondent, date, or any other category that is meaningful to you. You
2575 can create your own folders, and Alpine automatically provides three:
2576 <ul>
2577   <li>The INBOX folder: messages sent to you are listed in this folder.
2578       When you first start Alpine and go to the Message Index screen, you are
2579 looking at the list of messages in your INBOX folder. Every incoming
2580 message remains in your INBOX until you delete it or save it in another
2581 folder. </li>
2582   <li>The sent-mail folder: copies of messages you send are stored in this 
2583 folder. This is
2584 convenient if you cannot remember whether you actually sent a message and want 
2585 to check, or
2586 if you want to send a message again.</li>
2587   <li>The saved-messages folder: copies of messages you save are stored in this 
2588 folder
2589 unless you choose to save them to other folders you create yourself.</li>
2590 </ul>
2593 More information about folders is available in Alpine's online help:
2594 <ul>
2595   <li><a href="h_folder_open">Explanation of Folder Selection</a></li>
2596   <li><a href="h_folder_maint">Help for Folder List</a></li>
2597   <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a></li>
2598   <li><a href="h_folder_fcc">Folder Select for Fcc ("sent-mail") 
2599 Explained</a></li>
2600   <li><a href="h_folder_save">Folder Select for Save Explained</a></li>
2601 </ul>
2603 &lt;End of help on this topic&gt;
2604 </BODY>
2605 </HTML>
2606 ===== h_mainhelp_color ======
2607 <HTML>
2608 <HEAD>
2609 <TITLE>Color</TITLE>
2610 </HEAD>
2611 <BODY>
2612 <H1>Color</H1>
2614 If the terminal emulator you are using is capable of displaying color or if
2615 you are using PC-Alpine, then it is possible to set up Alpine so that various
2616 parts of the display will be shown in colors you configure. This is done
2617 using the Setup Color screen, available from the MAIN MENU by selecting
2618 the Setup command followed by &quot;K&quot; for Kolor (because &quot;C&quot;
2619 stands for Config in this context).
2622 For example, you may color things like the titlebar, the current item,
2623 the keymenu, and the status messages.
2624 You may also color lines in the index, and headers and quoted text in the
2625 MESSAGE TEXT screen.
2626 You use the Color Setup screen for configuring most of this, but you must
2627 use the IndexColor setup for coloring whole index lines.
2628 These are available from the MAIN MENU under Setup/Kolor and Setup/Rules/IndexColor.
2631 The following entries in Alpine's online help provide additional information 
2632 about how to use color:
2633 <UL>
2634   <LI> <A HREF="h_color_setup">Color Setup screen</A>
2635   <LI> <A HREF="h_rules_incols">Index Line Color</A>
2636   <LI> <A HREF="h_config_quote_color">quoted text</A> in message view
2637   <LI> <A HREF="h_config_customhdr_pattern">text associated with user-defined headers</A> in message view
2638 </UL>
2640 &lt;End of help on this topic&gt;
2641 </BODY>
2642 </HTML>
2643 ===== h_mainhelp_mouse ======
2644 <HTML>
2645 <HEAD>
2646 <TITLE>Using a Mouse</TITLE>
2647 </HEAD>
2648 <BODY>
2649 <H1>Using a Mouse</H1>
2651 If you are using PC-Alpine mouse support is turned on automatically.
2652 If you are using UNIX Alpine within an X terminal window or within
2653 a terminal emulator that supports an xterm-style mouse, then you may
2654 turn on support for the mouse with the feature
2655 <A HREF="h_config_enable_mouse"><!--#echo var="FEAT_enable-mouse-in-xterm"--></A>.
2656 For UNIX Alpine you will also need to set the $DISPLAY environment variable.
2658 PC-Alpine offers considerable mouse support.  You can view what is
2659 &quot;clickable&quot; by dragging your mouse over any screen; when the
2660 arrow cursor changes into a hand, you found something. Mouse-click
2661 possibilities include navigating between screens and folders and
2662 double-clicking on hyperlinks to open your Web browser.
2663 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
2664 screen.  Examples of right-click options include &quot;copy&quot; after
2665 selecting text to copy and &quot;View in New Window&quot; when you click
2666 on a particular message in the Message Index. The menu choices available
2667 to you will vary based upon what screen is open, where on the screen your
2668 cursor is located, and even what action you have already taken.
2669 Within a folder, you may set the &quot;Important&quot; flag on any
2670 message.
2672 X terminal mouse support is more limited but still quite powerful.
2673 As with PC-Alpine, clicking on any of the commands in the keymenu at
2674 the bottom of the screen will execute that command as if you typed it.
2675 Double-clicking on a link, for example the link to the
2676 <!--#echo var="FEAT_enable-mouse-in-xterm"--> feature in the paragraph above,
2677 will take you to that link.
2678 Double-clicking on an index line will view the message, and so on.
2680 &lt;End of help on this topic&gt;
2681 </BODY>
2682 </HTML>
2683 ===== h_mainhelp_keywords ======
2684 <HTML>
2685 <HEAD>
2686 <TITLE>Keywords</TITLE>
2687 </HEAD>
2688 <BODY>
2689 <H1>Keywords</H1>
2691 Within a folder, you may set the &quot;Important&quot; flag on any
2692 message.
2693 This doesn't have any system-defined meaning and is only called
2694 the Important flag because many users use it to signify that a message
2695 is important to them in some way.
2697 You may also define your own set of keywords.
2698 You might know these as user defined flags or as labels.
2699 These are similar to the Important flag but you choose the names for yourself.
2701 Alpine will only display keywords that
2702 have been added by you in the Flag Details screen or
2703 that have been configured by you using the Setup/Config option
2704 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
2705 Keywords set by other means (for example, by another email client) will not
2706 show up in Alpine unless you configure Alpine to know about them.
2707 They will show up in the Flag Details screen, but will not show up, for example,
2708 in the index line.
2711 The following entries in Alpine's online help provide additional information 
2712 about how to use keywords:
2713 <ul>
2714   <li><A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--> config option</A></li>
2715   <li><A HREF="h_common_flag">Flag command to set keywords</A></li>
2716 </ul>
2718 &lt;End of help on this topic&gt;
2719 </BODY>
2720 </HTML>
2721 ===== h_mainhelp_roles ======
2722 <HTML>
2723 <HEAD>
2724 <TITLE>Roles</TITLE>
2725 </HEAD>
2726 <BODY>
2727 <H1>Roles</H1>
2729 You may play different roles depending on who you are replying to. For
2730 example, if you are replying to a message addressed to help-desk you may
2731 be acting as a Help Desk Worker. That role may require that you use a
2732 different return address and/or a different signature.
2735 To configure roles, go to the MAIN MENU and use the Setup command
2736 followed by &quot;Rules&quot; and then &quot;Roles&quot;.
2737 The following entries in Alpine's online help provide additional information 
2738 about how to
2739 use roles:
2740 <ul>
2741   <li><a href="h_rules_roles">Setup Roles Screen</a></li>
2742   <li><a href="h_role_select">Roles Screen</a></li>
2743 </ul>
2745 &lt;End of help on this topic&gt;
2746 </BODY>
2747 </HTML>
2748 ===== h_mainhelp_filtering ======
2749 <HTML>
2750 <HEAD>
2751 <TITLE>Filtering</TITLE>
2752 </HEAD>
2753 <BODY>
2754 <H1>Filtering</H1>
2756 The software that actually delivers mail (the stuff that happens
2757 before Alpine is involved) for you is in a better position to do mail filtering
2758 than Alpine itself.
2759 If possible, you may want to look into using that sort of mail filtering to
2760 deliver mail to different folders, delete it, or forward it.
2761 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
2764 Filtering is a way to automatically move certain messages from one folder
2765 to another or to automatically delete messages.
2766 You may also automatically set the state (Important, New, Deleted, Answered) of messages
2767 and set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
2768 Alpine doesn't have the ability to forward mail to another address or
2769 to deliver vacation messages.
2772 To configure filtering, go to the MAIN MENU and use the Setup command
2773 followed by &quot;Rules&quot; and then &quot;Filters&quot;.
2774 The following entries in Alpine's online help provide additional information 
2775 about how to use filtering:
2776 <UL>
2777   <LI> <A HREF="h_rules_filter">Filtering Setup screen</A>
2778 </UL>
2780 &lt;End of help on this topic&gt;
2781 </BODY>
2782 </HTML>
2783 ===== h_mainhelp_patterns ======
2784 <HTML>
2785 <HEAD>
2786 <TITLE>Patterns</TITLE>
2787 </HEAD>
2788 <BODY>
2789 <H1>Patterns</H1>
2791 Patterns are used with Roles, Filtering, Index Coloring,
2792 Scoring, Other Rules, and Search Rules, so it may help you to understand exactly how Patterns work.
2793 The following entries in Alpine's online help provide information 
2794 about using Patterns:
2795 <UL>
2796   <LI> <A HREF="h_rule_patterns">Patterns</A>
2797 </UL>
2799 &lt;End of help on this topic&gt;
2800 </BODY>
2801 </HTML>
2802 ===== h_mainhelp_cmdlineopts ======
2803 <HTML>
2804 <HEAD>
2805 <TITLE>Command Line Options</TITLE>
2806 </HEAD>
2807 <BODY>
2808 <H1>Command Line Options</H1>
2810 Alpine accepts a number of command line arguments, allowing you, for
2811 example, to start Alpine and immediately access a particular folder.
2812 Many of these arguments overlap with options in the Alpine configuration file.
2813 If there is a difference, then an option set on the command line takes
2814 precedence.
2815 Alpine expects command line arguments (other than addresses) to be
2816 preceded by a &quot;-&quot; (dash) as normally used by UNIX programs.
2817 A <a href="h_command_line_options">full list</a> of command line
2818 possibilities is available.
2820 &lt;End of help on this topic&gt;
2821 </BODY>
2822 </HTML>
2823 ===== h_mainhelp_config ======
2824 <HTML>
2825 <HEAD>
2826 <TITLE>Alpine Configuration</TITLE>
2827 </HEAD>
2828 <BODY>
2829 <H1>Alpine Configuration</H1>
2831 Unless it has been administratively disabled, the Setup command on the
2832 MAIN MENU has several subcommands that allow you to modify Alpine's behavior.
2833 The possible subcommands are for general Configuration settings,
2834 Printer settings, Changing your Password, Signature setup,
2835 AddressBook setup, Collection Lists setup, Rules (including Roles, Filters,
2836 Scores, Search, Indexcolor, and Other rules), LDAP Directory setup,
2837 and Color configuration.
2838 In particular, the &quot;Config&quot; subcommand has many features you may
2839 set or unset and many other configuration variables that may be set to change
2840 the way Alpine works.
2841 Every one of the hundreds of options available in that configuration settings
2842 screen has help text associated with it.
2843 You may read that text by moving the cursor to highlight the option and then
2844 typing the Help command.
2846 These settings are stored in your personal
2847 &quot;pinerc&quot; configuration file (or, optionally, they may be stored
2848 <A HREF="h_config_remote_config">remotely</A>),
2849 but on shared systems these settings
2850 may be over-ridden by a system-wide control file (due to local site
2851 security or support policies).  A global pine configuration file can also
2852 be used to set default values for all Alpine users on a particular system.
2853 Power users may be interested in splitting their personal configuration
2854 data into two pieces, a generic piece and
2855 <A HREF="h_config_exceptions">exceptions</A> which apply to
2856 a particular platform.
2857 They may also be interested in <A HREF="h_config_inheritance">configuration inheritance</A>.
2858 General Alpine configuration information can be found
2859 <A HREF="h_news_config">here</A>.
2861 &lt;End of help on this topic&gt;
2862 </BODY>
2863 </HTML>
2864 ===== h_mainhelp_aggops ======
2865 <HTML>
2866 <HEAD>
2867 <TITLE>Aggregate Operations</TITLE>
2868 </HEAD>
2869 <BODY>
2870 <H1>Aggregate Operations</H1>
2872 When you are in the MESSAGE INDEX, the available commands
2873 (for example, Delete, Undelete, Save, Reply, and so on)
2874 normally act on a single message.
2875 So, for example, if you press the Delete command, the currently highlighted
2876 message is marked Deleted.
2877 These commands that normally act on a single message may be applied to
2878 several messages at once instead.
2880 By default this feature is turned on, but it could be administratively turned
2881 off to reduce complexity.
2882 The feature
2883 <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>
2884 in the Setup/Config screen is used to turn it off or on.
2885 When this feature is turned on, the four commands &quot;Select&quot;,
2886 &quot;SelectCur&quot;, &quot;ZoomMode&quot;, and &quot;Apply&quot;
2887 are available.
2888 The two selection commands allow you to mark a set of
2889 messages as being &quot;selected&quot;.
2890 The &quot;ZoomMode&quot; command will toggle between
2891 displaying only the selected messages and displaying all the messages.
2892 The &quot;Apply&quot; command allows you to
2893 apply one of the regular MESSAGE INDEX commands to all of the selected
2894 messages instead of to only the highlighted message.
2896 An example aggregate operation would be to catch up when reading
2897 a news group.
2898 That is, get rid of all the messages in the news group so that you can
2899 start fresh.
2900 The easiest way to do this in Alpine is to use aggregate operations.
2901 You want to Delete all of the messages in the group.
2902 You could start at the top and type &quot;D&quot; once for every message.
2903 A much faster method is to first Select all of the messages in the group,
2904 and then Delete all of them.
2905 This would take four keystrokes:
2907 <CENTER><SAMP>; a (to select all messages)</SAMP></CENTER>
2908 <BR>
2909 <CENTER><SAMP>a d (to delete all selected messages)</SAMP></CENTER>
2911 Another use of Select is to use it for searching for a particular message
2912 or set of messages in a large folder.
2913 You may know that the message was From a certain user.
2914 You could select all messages from that user to start, and use Zoom to
2915 look at only those messages.
2916 If there were still too many messages to look at you could Narrow the
2917 set of messages further by selecting from all of those messages only
2918 the ones that were after a certain date, or contained a particular phrase
2919 in the Subject, or were too a particular address, and so on.
2920 That may be the end of what you are doing, or you may want to use Apply to
2921 Save or Forward or Print all of the selected messages.
2923 Some related help topics are
2924 <UL>
2925 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
2926 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
2927 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
2928 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
2929 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
2930 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
2931 </UL>
2933 &lt;End of help on this topic&gt;
2934 </BODY>
2935 </HTML>
2936 ===== h_mainhelp_readingnews ======
2937 <HTML>
2938 <HEAD>
2939 <TITLE>Reading News</TITLE>
2940 </HEAD>
2941 <BODY>
2942 <H1>Reading News</H1>
2944 <H2>Background</H2>
2945 Alpine can read and post to Internet (or USENET) newsgroups, using the same 
2946 commands as for mail. Similar to mailing lists but existing on a larger scale, 
2947 Usenet newsgroups allow groups of people with common interests to discuss 
2948 particular topics. You might find newsgroups related to your career, or you 
2949 might wish to check out the online discussion among the fans of your favorite 
2950 television show. 
2952 <H2>Configuring Alpine for Reading News</H2>
2953 Alpine often arrives
2954 pre-configured by your system administrator to automatically access the
2955 newsgroups offered by your organization, Internet Service Provider, or
2956 school. PC-Alpine users, and those attempting to customize Unix Alpine, will
2957 need additional details on <a href="h_configuring_news">how to
2958 configure Alpine to read news</a>.
2960 <H2>Accessing Newsgroups</H2>
2961 The first step in reading news is to access the newsgroups collections
2962 screen from Alpine. If everything is configured properly, you should be able
2963 to do this by first typing L (folder List), then selecting the folder
2964 collection listed as "News." The actual name of this collection may differ
2965 from system to system.
2967 <H2>Subscribing to Newsgroups</H2>
2969 Once you have accessed the news collection, you need to subscribe to a
2970 newsgroup that interests you. Subscribing to a newsgroup means that Alpine
2971 will keep a record of the newsgroups in which you are interested and which
2972 articles in those newsgroups have been read.
2974 <H2>Using Newsgroups</H2> 
2975 Alpine uses the similar commands to read news as to read mail. For example,
2976 the D command marks messages as Deleted (or "Dismissed," if you prefer),
2977 and the R command Replies to a news posting. Basically, Alpine allows you to
2978 read news as if it were mail, so you don't need to change the way you
2979 interact with Alpine.
2981 There is also additional Alpine help available on 
2982 <A HREF="h_reading_news">how to use Alpine to read news</A>.
2984 &lt;End of help on this topic&gt;
2985 </BODY>
2986 </HTML>
2987 ===== h_mainhelp_securing ======
2988 <HTML>
2989 <HEAD>
2990 <TITLE>Securing your Alpine Session</TITLE>
2991 </HEAD>
2992 <BODY>
2993 <H1>Securing your Alpine Session</H1>
2995 By default, Alpine will attempt to connect to an IMAP server on the normal
2996 IMAP service port (143).
2997 If the Alpine you are using has been built to
2998 support &quot;Transport Layer Security&quot; (TLS)
2999 and &quot;Secure Sockets Layer&quot; (SSL) 
3000 (check by clicking <A HREF="X-Alpine-Config:">here</A>),
3001 and the server offers the STARTTLS capability, then a secure (encrypted)
3002 session will be established.
3004 When you are connected to a remote folder the titlebar will contain a plus sign
3005 in the far right column if the connection is encrypted using TLS or SSL.
3006 Similarly, when you are being prompted for a password a plus sign will appear in the prompt
3007 if the connection is encrypted.
3009 <H2>More Information on Alpine with SSL and TLS</H2>
3010 <UL>
3011 <LI> <A HREF="h_release_tlscerts">TLS and SSL Usage Note</A> </LI>
3012 <LI> <A HREF="h_folder_server_syntax">/SSL</A> option for older servers which support port 993 SSL but not TLS </LI>
3013 <LI> <A HREF="h_config_alt_auth"><!--#echo var="FEAT_try-alternative-authentication-driver-first"--></A> feature </LI>
3014 <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>
3015 </UL>
3016 <H2>Here are some other security-related features and options</H2>
3018 <UL>
3019 <LI> <A HREF="h_config_disable_password_caching"><!--#echo var="FEAT_disable-password-caching"--></A> feature to disable password caching </LI>
3020 <LI> <A HREF="h_config_disable_password_file_saving"><!--#echo var="FEAT_disable-password-file-saving"--></A> Disable password file saving</LI>
3021 <LI> <A HREF="h_config_mailcap_params"><!--#echo var="FEAT_enable-mailcap-param-substitution"--></A> feature </LI>
3022 <LI> <A HREF="h_config_disable_auths"><!--#echo var="VAR_disable-these-authenticators"--></A> option </LI>
3023 </UL>
3025 &lt;End of help on this topic&gt;
3026 </BODY>
3027 </HTML>
3028 ===== h_mainhelp_problems ======
3029 <HTML>
3030 <HEAD>
3031 <TITLE>Reporting Problems</TITLE>
3032 </HEAD>
3033 <BODY>
3034 <H1>Reporting Problems</H1>
3036 We ask that you first read the relevant help screens and then seek
3037 assistance from your own local support staff.  Once you are sure that your
3038 difficulty is not a local configuration problem, you might look at the
3039 help section explaining where to look for
3040 <A HREF="h_finding_help">more information</A> and where to 
3041 get assistance.
3044 <ADDRESS>
3045    Eduardo Chappa &lt;chappa@gmx.com&gt;
3046 </ADDRESS>
3049 &lt;End of help on this topic&gt;
3050 </BODY>
3051 </HTML>
3052 ===== h_main_menu_commands ======
3053 <HTML>
3054 <HEAD>
3055 <TITLE>MAIN MENU COMMANDS</TITLE>
3056 </HEAD>
3057 <BODY>
3058 <H1>MAIN MENU COMMANDS</H1>
3060 <!--chtml if pinemode="function_key"-->
3061 &nbsp;Available&nbsp;Commands&nbsp;--
3062 &nbsp;Group&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;2<BR>
3063 &nbsp;------------------------------
3064 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------
3065 ----------<BR>
3066 &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>
3067 &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>
3068 &nbsp;F3&nbsp;&nbsp;Quit&nbsp;Alpine<BR>
3069 &nbsp;F4&nbsp;&nbsp;Execute&nbsp;current&nbsp;MAIN&nbsp;MENU&nbsp;command&nbsp;&nbsp;&nbsp;F4&nbsp;&nbsp;<A 
3070 HREF="h_common_compose">Compose</A>&nbsp;a&nbsp;message<BR>
3071 &nbsp;F5&nbsp;&nbsp;Select&nbsp;previous&nbsp;command&nbsp;up&nbsp;on&nbsp;menu&nbsp;&nbsp;F5&nbsp;&nbsp;<A 
3072 HREF="h_common_folders">FOLDER&nbsp;LIST</A>&nbsp;screen<BR>
3073 &nbsp;F6&nbsp;&nbsp;Select&nbsp;next&nbsp;command&nbsp;down&nbsp;on&nbsp;menu&nbsp;&nbsp;&nbsp;&nbsp;F6&nbsp;&nbsp;<A 
3074 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3075 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3076 &nbsp;F7&nbsp;&nbsp;<A 
3077 HREF="h_common_index">MESSAGE&nbsp;INDEX</A>&nbsp;screen<BR>
3078 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3079 &nbsp;F8&nbsp;&nbsp;<A 
3080 HREF="h_main_journal">Journal</A>&nbsp;of&nbsp;status&nbsp;messages<BR>
3081 &nbsp;F9&nbsp;&nbsp;Display&nbsp;<A 
3082 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 
3083 HREF="h_main_setup">SETUP</A>&nbsp;menus<BR>
3084 &nbsp;F10&nbsp;<A 
3085 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 
3086 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen<BR>
3087 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
3088 &nbsp;F11&nbsp;<A 
3089 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3090 <!--chtml else-->
3091 &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>
3092 &nbsp;---------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------------<BR>
3093 &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>
3094 &nbsp;C&nbsp;&nbsp;<A 
3095 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>
3096 &nbsp;I&nbsp;&nbsp;<A 
3097 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>
3098 &nbsp;L&nbsp;&nbsp;<A 
3099 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>
3100 &nbsp;A&nbsp;&nbsp;<A 
3101 HREF="h_main_addrbook">ADDRESS&nbsp;BOOK</A>&nbsp;screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;K&nbsp;&nbsp;<A 
3102 HREF="h_main_kblock">Lock&nbsp;Keyboard</A><BR>
3103 &nbsp;S&nbsp;&nbsp;<A 
3104 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 
3105 HREF="h_common_goto">Goto</A>&nbsp;a&nbsp;specified&nbsp;folder<BR>
3106 &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>
3107 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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 
3108 HREF="h_common_role">Compose&nbsp;message&nbsp;using&nbsp;a&nbsp;role</a><BR>
3109 <!--chtml endif-->
3112 NOTE:
3113 <OL>
3114  <LI>For help on a particular command, highlight the bold text associated
3115 with it above and hit Return.
3116  <LI> The availability of certain commands (e.g. some of the options under
3117 SETUP) is determined by Alpine configuration files and system capabilities.
3118 At some sites, certain commands may not be available due to security or
3119 support concerns.
3120 </OL>
3122 &lt;End of help on this topic&gt;
3123 </BODY>
3124 </HTML>
3126 ===== h_command_line_options ======
3127 <HTML>
3128 <HEAD>
3129 <TITLE>COMMAND LINE OPTIONS</TITLE>
3130 </HEAD>
3131 <BODY>
3132 <H1>COMMAND LINE OPTIONS</H1>
3133 Possible starting arguments for Alpine:
3135 <DL COMPACT>
3137 <DT> <EM>[addresses]</EM>
3139 <DD> Send-to:  If you give <EM>Alpine</EM> an argument or arguments which
3140 do not begin with a dash, <EM>Alpine</EM> treats them as email addresses.
3141 <EM>Alpine</EM> will startup in
3142 the composer with a message started to the addresses specified.
3143 Once the message is sent, the <EM>Alpine</EM> session closes.
3144 Standard input redirection is allowed.
3145 Separate multiple addresses with a space between them.
3146 Addresses are placed in the &quot;To&quot; field only.
3149 <DT> &lt; <EM>file</EM>
3151 <DD> <EM>Alpine</EM> will startup in the composer with <EM>file</EM> read
3152 into the body of the message.
3153 Once the message is sent, the <EM>Alpine</EM> session closes. 
3156 <DT> -attach <EM>file</EM>
3158 <DD> Go directly into composer with given file attached.
3161 <DT> -attachlist <EM>file-list</EM>
3163 <DD> Go directly into composer with given files attached.
3164 This must be the last option on the command line.
3167 <DT> -attach_and_delete <EM>file</EM>
3169 <DD> Go directly into composer with given file attached, delete when finished.
3172 <DT> -aux <EM>local_directory</EM>
3174 <DD> <EM>PC-Alpine</EM> only.
3175 This tells <EM>PC-Alpine</EM> the local directory to use for storing auxiliary
3176 files, like debug files, address books, and signature files.  The pinerc may 
3177 be local or remote.
3180 <DT> -bail
3182 <DD> If the personal configuration file doesn't already exist, exit.
3183 This might be useful if the configuration file is accessed using some
3184 remote filesystem protocol. If the remote mount is missing this will cause
3185 <EM>Alpine</EM> to quit instead of creating a new pinerc.
3188 <DT> -c <EM>n</EM>
3190 <DD> When used with the <CODE>-f</CODE> option, apply the <EM>n</EM>th context.
3191 This is used when there are multiple folder collections (contexts) and you 
3192 want to open a folder not in the primary collection.
3195 <DT> -conf
3197 <DD> Configuration: Prints a sample system configuration file to the
3198 screen or standard output. To generate an initial system configuration 
3199 file, execute
3201 <PRE><CODE>
3202                 pine -conf > <!--#echo var="PINE_CONF_PATH"-->
3203 </CODE></PRE>
3206 To generate a system configuration file using settings from an old
3207 system configuration file, execute
3209 <PRE><CODE>
3210                 pine -P old-pine.conf -conf > <!--#echo var="PINE_CONF_PATH"-->
3211 </CODE></PRE>
3213 A system configuration file is not required.
3216 <DT> -copy_abook &lt;<EM>local_abook_file</EM>&gt; &lt;<EM>remote_abook_folder</EM>&gt;
3218 <DD> Copy an address book file to a remote address book folder.
3219 If the remote folder doesn't exist, it will be created.
3220 If it exists but the first message in the folder isn't a remote address
3221 book header message, the copy will be aborted.
3222 This flag will not usually be used by a user.
3223 Instead, the user will create a remote address book from within <EM>Alpine</EM>
3224 and copy entries from the local address book by using aggregate Save in
3225 the address book screen.
3228 <DT> -copy_pinerc &lt;<EM>local_pinerc_file</EM>&gt; &lt;<EM>remote_pinerc_folder</EM>&gt;
3230 <DD> Copy a pinerc configuration file to a remote pinerc folder.
3231 If the remote folder doesn't exist, it will be created.
3232 If it exists but the first message in the folder isn't a remote pinerc
3233 header message, the copy will be aborted.
3234 This flag may be useful to users who already have a local pinerc file and
3235 would like to convert it to a remote pinerc folder and use that instead.
3236 This gives a way to bootstrap that conversion without having to manually
3237 reset all of the variables in the remote pinerc folder.
3240 <DT> -d <EM>debug-level</EM>
3242 <DD> Debug Level:  Sets the level of debugging information written by
3243 <EM>Alpine</EM>.
3244 <EM>debug-level</EM> can be set to any integer 0-9.
3245 A debug level of 0 turns off debugging for the session.
3246 (Actually there are some levels higher than 9, but you probably don't
3247 want to see them.)
3250 <DT> -d <EM>keywords</EM>
3252 <DD> You may use a more detailed version of the debugging flag to set
3253 the debug level in separate parts of <EM>Alpine</EM>.
3254 The possibilities are flush, timestamp, imap=0..4, tcp, numfiles=0..31, and
3255 verbose=0..9.
3256 <EM>Flush</EM> causes debugging information to be flushed immediately to
3257 the debug file as it is written.
3258 <EM>Verbose</EM> is the general debugging verbosity level.
3259 <EM>Timestamp</EM> causes timestamps to be added to the debug file, which
3260 is useful when you are trying to figure out what is responsible for delays.
3261 <EM>Numfiles</EM> sets the number of debug files saved.
3262 <EM>Imap</EM> sets the debug level for the debugging statements related
3263 to the conversation with the IMAP server, and more generally, for the
3264 debugging related to <EM>Alpine</EM>'s interaction with the C-Client library.
3265 <EM>Tcp</EM> turns on some TCP/IP debugging.
3268 <DT> -f <EM>folder</EM>
3270 <DD> Startup folder:  <EM>Alpine</EM> will open this folder in place
3271 of the standard INBOX.
3274 <DT> -F <EM>file</EM>
3276 <DD> Open named text file for viewing and forwarding.
3279 <DT> -h
3281 <DD> Help:  Prints the list of available command-line arguments to the
3282 screen.
3285 <DT> -i
3287 <DD> <EM>Alpine</EM> will start up in the FOLDER INDEX
3288 screen instead of the MAIN MENU.
3291 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"-->=i</EM>.
3294 <DT> -I <EM>a,b,c,...</EM>
3296 <DD> Initial Keystrokes:  <EM>Alpine</EM> will execute this comma-separated
3297 sequence of commands upon startup.
3298 This allows users to get <EM>Alpine</EM> to start in any
3299 of its menus/screens.
3300 You cannot include any input to the composer in the initial keystrokes.
3301 The key &lt;Return&gt; is represented by a ``CR'' in
3302 the keystroke list; the spacebar is designated by the letters ``SPACE''.
3303 Control keys are two character sequences beginning with ``^'', such as
3304 ``^I''.
3305 A tab character is ``TAB''.
3306 Function keys are ``F1'' - ``F12'' and the arrow keys are ``UP'',
3307 ``DOWN'', ``LEFT'', and ``RIGHT''.
3308 A restriction is that you can't mix function keys and character keys in this
3309 list even though you can, in some cases, mix them when running <EM>Alpine</EM>.
3310 A user can always use only <EM>character</EM> keys in the startup list even
3311 if he or she is using <EM>function</EM> keys normally, or vice versa.
3312 If an element in this list is a string of characters surrounded by double
3313 quotes (&quot;) then it will be expanded into the individual characters in
3314 the string, excluding the double quotes.
3317 Configuration equivalent:  <EM><!--#echo var="VAR_initial-keystroke-list"--></EM>
3320 <DT> -install
3322 <DD> For <EM>PC-Alpine</EM> only, this option prompts the user for
3323 some basic information to help with getting properly set up.
3326 <DT> -k
3328 <DD> Function-Key Mode:  When invoked in this way, <EM>Alpine</EM> expects
3329 the input of commands to be function-keys.
3330 Otherwise, commands are linked to the regular character keys.
3333 Configuration equivalent:  <EM><!--#echo var="FEAT_use-function-keys"--></EM> included in
3334 <EM>Feature-List</EM>.
3337 <DT> -n <EM>n</EM>
3339 <DD> Message-Number:  When specified, <EM>Alpine</EM> starts up in the
3340 FOLDER INDEX screen with the current message being the specified
3341 message number.
3344 <DT> -nosplash
3346 <DD> <EM>PC-Alpine</EM> only.
3347 This tells <EM>PC-Alpine</EM> not to display the splash screen upon startup.
3348 This may be helpful for certain troubleshooting or terminal server scenarios.
3351 <DT> -o <EM>folder</EM>
3353 <DD> Opens the INBOX (or a folder specified via the -f argument) ReadOnly. 
3356 <DT> -p <EM>pinerc</EM>
3358 <DD> Uses the named file as the personal configuration file instead of
3359 <EM>~/.pinerc</EM> or the default PINERC search sequence <EM>PC-Alpine</EM> uses.
3360 Alpinerc may be either a local file or a remote configuration folder.
3363 <DT> -P <EM>pinerc</EM>
3365 <DD> Uses the named file as the system wide configuration file instead of
3366 <EM><!--#echo var="PINE_CONF_PATH"--></EM> on UNIX, or nothing on <EM>PC-Alpine</EM>.
3367 Alpinerc may be either a local file or a remote configuration folder.
3370 <DT> -passfile <EM>passfile</EM>
3372 <DD> This tells <EM>Alpine</EM> what file should be used as the password file.
3373 This should be a fully-qualified filename.
3376 <DT> -pinerc <EM>file</EM>
3378 <DD> Output fresh pinerc configuration to <EM>file</EM>, preserving the
3379 settings of variables that the user has made.
3380 Use <EM>file</EM> set to ``-'' to make output go to standard out.
3383 <DT> -r
3385 <DD> Restricted Mode:  For UNIX <EM>Alpine</EM> only.
3386 <EM>Alpine</EM> in restricted mode can only send email to itself.
3387 Save and export are limited.
3390 <DT> -registry <EM>cmd</EM>
3392 <DD> For <EM>PC-Alpine</EM> only, this option affects the values of 
3393 <EM>Alpine</EM>'s registry entries.
3394 Possible values for <EM>cmd</EM> are set, clear, and dump.
3395 <EM>Set</EM> will always reset <EM>Alpine</EM>'s registry 
3396 entries according to its current settings.
3397 <EM>Clear</EM> will clear the registry values.
3398 <EM>Clearsilent</EM> will clear the registry values without any dialogs.
3399 <EM>Dump</EM> will display the values of current registry settings.
3400 Note that the dump command is currently disabled.
3401 Without the -registry option, <EM>PC-Alpine</EM> will write values into
3402 the registry only if there currently aren't any values set.
3405 <DT> -sort <EM>key</EM>
3407 <DD> Sort-Key:  Specifies the order messages will be displayed in for the
3408 FOLDER INDEX screen.
3409 <EM>Key</EM> can have the following values: 
3410 arrival, date, subject, orderedsubj, thread, from, size, score, to, cc,
3411 arrival/reverse, date/reverse, subject/reverse, orderedsubj/reverse, thread/reverse,
3412 from/reverse, size/reverse, score/reverse, to/reverse, and cc/reverse.
3413 The default value is &quot;arrival&quot;.
3414 The <EM>key</EM> value reverse is equivalent to arrival/reverse.
3417 Configuration equivalent:  <EM><!--#echo var="VAR_sort-key"--></EM>.
3420 <DT> -uninstall
3422 <DD> For <EM>PC-Alpine</EM> only, this option removes references to Alpine
3423 in Windows settings.  The registry settings are removed and
3424 the password cache is cleared.
3427 <DT> -url <EM>url</EM>
3429 <DD> Open the given URL.
3432 <DT> -v
3434 <DD> Version:  Print version information to the screen.
3437 <DT> -x <EM>exceptions_config</EM>
3439 <DD> Configuration settings in the exceptions configuration override your normal
3440 default settings.
3441 <EM>Exceptions_config</EM> may be either a local file or a remote Alpine configuration folder.
3444 <DT> -z
3446 <DD> Enable Suspend:  When run with this flag, the key sequence ctrl-z
3447 will suspend the <EM>Alpine</EM> session.
3450 Configuration equivalent:  <EM><!--#echo var="FEAT_enable-suspend"--></EM> included in
3451 <EM>Feature-List</EM>.
3454 <DT> -<EM>option</EM>=<EM>value</EM>
3456 <DD> Assign <EM>value</EM> to the config option <EM>option</EM>.
3457 For example, <EM>-signature-file=sig1</EM> or
3458 <EM>-Feature-List=signature-at-bottom</EM>.
3459 Note:  Feature-List values are
3460 additive and features may be preceded with no- to turn them off.
3461 Also, as a special case, the &quot;Feature-List=&quot; part of that may be
3462 omitted. For example, <EM>-signature-at-bottom</EM> is equivalent to
3463 <EM>-Feature-List=signature-at-bottom</EM>.
3466 </DL>
3468 &lt;End of help on this topic&gt;
3469 </BODY>
3470 </HTML>
3471 ===== h_configuring_news ======
3472 <HTML>
3473 <HEAD>
3474 <TITLE>CONFIGURING NEWS</TITLE>
3475 </HEAD>
3476 <BODY>
3477 <H1>CONFIGURING NEWS</H1>
3478 Alpine can access news folders in any one of three different ways:
3479 <DL>
3480 <DT>REMOTE NNTP</DT>
3481 <DD>Using the Network News Transport Protocol (NNTP) to
3482 access news on a remote news server.  In this case the newsrc file is
3483 stored on the machine where Alpine is running.
3486 To specify a remote news-collection accessed via NNTP use the
3487 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3488 Server: value to the NNTP server's hostname appended with the
3489 communication method &quot;/service=NNTP&quot;, and set the Path:
3490 value to the &quot;#news.&quot; namespace (without the quotes).  See
3491 the &quot;<A HREF="h_composer_cntxt_server">Server:</A>&quot; field's
3492 help text for a more complete explanation of access method, and the
3493 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3494 text for a more complete explanation of &quot;namespace&quot;.
3496 Instead of specifying a news-collection, you may simply set the
3497 <A HREF="h_config_nntp_server">NNTP Server</A>
3498 option, which will cause Alpine to create a default news-collection for you.
3499 Another NNTP option that may be of interest is
3500 <A HREF="h_config_nntprange"><!--#echo var="VAR_nntp-range"--></A>.
3502 <DT>REMOTE IMAP</DT>
3503 <DD>Using the Internet Message Access Protocol (IMAP) to
3504 access news on a remote news server.  In this case, your newsrc file is
3505 stored on the news server, in your home directory, so you must have an
3506 account on the news server, but you would be running Alpine on a different
3507 machine.  The news server must be running an IMAPd server process. 
3510 To specify a remote news-collection accessed via IMAP use the
3511 SETUP/collectionList screen's &quot;Add&quot; command.  Set the
3512 Server: value to the IMAP server's hostname, and set the Path: value
3513 to the &quot;#news.&quot; namespace (without the quotes).  See the
3514 &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot; field's help
3515 text for a more complete explanation of &quot;namespace&quot;.
3517 </DD>
3519 <DT>LOCAL</DT>
3520 <DD>Using local file access to the news database.  In this
3521 case, your newsrc file is stored on the news server, in your home
3522 directory, so you must have an account on the news server, and you would
3523 be running Alpine on the same machine.
3526 To specify a local news-collection use the SETUP/collectionList
3527 screen's &quot;Add&quot; command.  Leave the Server: value blank, and
3528 set the Path: value to the &quot;#news.&quot; namespace (without the
3529 quotes).  See the &quot;<A HREF="h_composer_cntxt_path">Path:</A>&quot;
3530 field's help text for a more complete explanation of &quot;namespace&quot;.
3532 </DD>
3533 </DL>
3537 NOTE: Should no news-collection be defined as above, Alpine will
3538 automatically create one using the Setup/Config screen's
3539 &quot;<!--#echo var="VAR_nntp-server"-->&quot; variable's value if defined.  The collection
3540 will be created as a &quot;Remote NNTP&quot; as described above.
3544 If you are a PC-Alpine user, either option 1 (NNTP) or option 2 (IMAP) is
3545 possible.  If you don't have an account on the news server, or if the news
3546 server is not running an IMAP daemon, then you must use NNTP.  (If you are not
3547 sure, ask your service provider, university, or company for help.)  In
3548 this case, your Unix .newsrc file can be transferred to your PC.  A good
3549 place to put it would be in the same directory as your PINERC file, under
3550 the name NEWSRC, but you can 
3551 <A HREF="h_config_newsrc_path">specify a different location</A>
3552 via Alpine's Setup/Config screen.
3555 Other configuration features related to news are
3556 <A HREF="h_config_8bit_nntp"><!--#echo var="FEAT_enable-8bit-nntp-posting"--></A>.
3557 <A HREF="h_config_compose_news_wo_conf"><!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></A>,
3558 <A HREF="h_config_news_uses_recent"><!--#echo var="FEAT_news-approximates-new-status"--></A>,
3559 <A HREF="h_config_news_cross_deletes"><!--#echo var="FEAT_news-deletes-across-groups"--></A>,
3560 <A HREF="h_config_news_catchup"><!--#echo var="FEAT_news-offers-catchup-on-close"--></A>,
3561 <A HREF="h_config_post_wo_validation"><!--#echo var="FEAT_news-post-without-validation"--></A>,
3562 <A HREF="h_config_read_in_newsrc_order"><!--#echo var="FEAT_news-read-in-newsrc-order"--></A>, and
3563 <A HREF="h_config_quell_post_prompt"><!--#echo var="FEAT_quell-extra-post-prompt"--></A>.
3566 &lt;End of help on this topic&gt;
3567 </BODY>
3568 </HTML>
3569 ===== h_reading_news ======
3570 <HTML>
3571 <HEAD>
3572 <TITLE>READING NEWS</TITLE>
3573 </HEAD>
3574 <BODY>
3575 <H1>READING NEWS</H1>
3577 Alpine uses almost the same commands for manipulating news folders as for
3578 mail folders.  This means, for example, that when you are done with a
3579 message, you would use &quot;D&quot; to mark it as Deleted (or Dismissed,
3580 if you prefer.)  This &quot;mail-like&quot; behavior differs from that of
3581 most newsreaders, wherein a message is implicitly dismissed after you have
3582 looked at it once. We strongly believe that Alpine should offer as much
3583 consistency as possible between mail and news, so the mail paradigm --
3584 wherein a message does not magically disappear without explicit action by
3585 the user -- is used for news as well. <P>
3587 If you answer a message in a news folder, the index view will show the
3588 &quot;A&quot; flag as usual; but the industry standard file Alpine uses to
3589 keep track of what news as been read has no way of storing this flag, so
3590 it will not be preserved across sessions.  The Deleted flag is the only
3591 one that is preserved when you leave and then return to a newsgroup.  As an
3592 additional note on replies, when you Reply to a newsgroup message and say
3593 you want to reply to all recipients, Alpine will ask if you want to post the
3594 message to all the newsgroups listed in the original message. <P>
3596 If you would like Alpine to mark more-or-less recent news messages as
3597 &quot;New&quot;, then set the
3598 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
3599 feature (which is set by default).  This will cause messages after the last one you have marked as
3600 Deleted to appear with &quot;N&quot; status in the MESSAGE INDEX.  The
3601 &quot;N&quot; status often makes it easier to distinguish later news
3602 articles from those you've previously seen, but not yet disposed of via
3603 the &quot;D&quot; key.  Note that this is an approximation, not an exact
3604 record of which messages you have not seen.
3607 A frequent operation in news-reading is &quot;catching up&quot; -- that
3608 is, getting rid of all the messages in the newsgroup so that you can
3609 &quot;start fresh.&quot;  The easiest way to do this in Alpine is via the
3610 Select command.  You would enter the following four keystrokes:
3611 <tt>;aad</tt> to select all messaged, and then apply the delete (or
3612 dismiss) command to all of them.
3615 There are also additional details on 
3616 <A HREF="h_configuring_news">configuring news</a>.
3619 &lt;End of help on this topic&gt;
3620 </BODY>
3621 </HTML>
3622 ====== h_help_index ======
3623 <HTML>
3624 <HEAD>
3625 <TITLE>Help Index</TITLE>
3626 </HEAD>
3627 <BODY>
3628 <H1>Help Index</H1>
3629 <ul>
3630 <li><a href="h_mainhelp_abooks">Address Books</a></li>
3631 <li><a href="h_abook_top">ADDRESS BOOK LIST COMMANDS</a>
3632 <li><a href="h_main_addrbook">Address Book Command</a>
3633 <li><a href="h_abook_view">Address Book View Explained</a>
3634 <li><a href="h_compose_addrcomplete">Address Completion</a>
3635 <li><a href="h_abook_select_listmode">Address Listmode Selection from Composer Explained</a>
3636 <li><a href="h_abook_select_checks">Address Selection from Composer Explained</a>
3637 <li><a href="h_composer_abook_comment">Addressbook Comment Explained</a>
3638 <li><a href="h_composer_abook_fcc">Addressbook Fcc Explained</a>
3639 <li><a href="h_composer_abook_add_folder">Addressbook Folder Name Field Explained</a>
3640 <li><a href="h_composer_abook_full">Addressbook Fullname Explained</a>
3641 <li><a href="h_composer_abook_add_nick">Addressbook NickName Field Explained</a>
3642 <li><a href="h_composer_abook_nick">Addressbook Nickname Explained</a>
3643 <li><a href="h_abook_select_addr">Addressbook Selection Explained</a>
3644 <li><a href="h_abook_select_top">Addressbook Selection Navigation Explained</a>
3645 <li><a href="h_composer_abook_add_server">Addressbook Server Name Field Explained</a>
3646 <li><a href="h_mainhelp_aggops">Aggregate Operations</a>
3647 <li><a href="h_mainhelp_config">Alpine Configuration</a>
3648 <li><a href="h_mainhelp_pinehelp">Alpine Help</a>
3649 <li><a href="h_news_legal">Alpine Legal Notices</a>
3650 <li><a href="h_compose_alted">Alt Editor Command</a>
3651 <li><a href="h_index_cmd_apply">Apply Command</a>
3652 <li><a href="h_attachment_screen">Attachment Index Screen Explained</a>
3653 <li><a href="h_mail_text_att_view">Attachment View Screen Explained</a>
3654 <li><a href="h_mainhelp_filtering">Blocking Messages</a>
3655 <li><a href="h_composer_browse">BROWSER</a>
3656 <li><a href="h_common_bounce">Bounce Command</a>
3657 <li><a href="h_compose_cancel">Cancel Command</a>
3658 <li><a href="h_config_change_your_from">Changing your From Address</a>
3659 <li><a href="h_collection_screen">COLLECTION LIST screen</a>
3660 <li><a href="h_mainhelp_color">Color</a>
3661 <li><a href="h_composer_ctrl_j">COMPOSER ATTACH</a>
3662 <li><a href="h_composer">COMPOSER COMMANDS</a>
3663 <li><a href="h_mainhelp_composing">Composing Messages</a>
3664 <li><a href="h_mainhelp_collections">Collection Lists</a>
3665 <li><a href="h_composer_cntxt_nick">Collection Nickname Explained</a>
3666 <li><a href="h_composer_cntxt_path">Collection Path: Explained</a>
3667 <li><a href="h_composer_cntxt_server">Collection Server: Explained</a>
3668 <li><a href="h_composer_cntxt_view">Collection View: Explained</a>
3669 <li><a href="h_mainhelp_cmdlineopts">Command Line Options</a>
3670 <li><a href="h_common_compose">Compose Command</a>
3671 <li><a href="h_edit_nav_cmds">Composer Editing Commands Explained</a>
3672 <li><a href="h_common_conditional_cmds">Conditional Commands</a>
3673 <li><a href="h_reply_token_conditionals">Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</a>
3674 <li><a href="h_mainhelp_config">Configuration</a>
3675 <li><a href="h_composer_custom_free">CUSTOMIZED HEADER FIELD</a>
3676 <li><a href="h_config_dflt_color">Default Color</a>
3677 <li><a href="h_common_delete">Delete and Undelete Commands</a>
3678 <li><a href="h_composer_qserv_cn">Directory Query Form Explained</a>
3679 <li><a href="h_special_list_commands">Email List Commands Explained</a>
3680 <li><a href="h_composer_search">Explanation of Composer Whereis Command </a>
3681 <li><a href="h_folder_open">Explanation of Folder Selection</a>
3682 <li><a href="h_special_xon_xoff">Explanation of Alpine's XOFF/XON Handling</a>
3683 <li><a href="h_valid_folder_names">Explanation of Valid Folder Names</a>
3684 <li><a href="h_ge_export">Export File Selection</a>
3685 <li><a href="h_ge_allparts">Export Message File Selection</a>
3686 <li><a href="h_index_cmd_expunge">Expunge/Exclude Command</a>
3687 <li><a href="h_info_on_locking">FAQs on Alpine Locking</a>
3688 <li><a href="h_config_allow_chg_from">FEATURE: <!--#echo var="FEAT_allow-changing-from"--></a>
3689 <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a>
3690 <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a>
3691 <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a>
3692 <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a>
3693 <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a>
3694 <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a>
3695 <li><a href="h_config_auto_unselect">FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></a>
3696 <li><a href="h_config_auto_unzoom">FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></a>
3697 <li><a href="h_config_auto_zoom">FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></a>
3698 <li><a href="h_config_use_boring_spinner">FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></a>
3699 <li><a href="h_config_check_mail_onquit">FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></a>
3700 <li><a href="h_config_combined_abook_display">FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></a>
3701 <li><a href="h_config_combined_folder_display">FEATURE: <!--#echo var="FEAT_combined-folder-display"--></a>
3702 <li><a href="h_config_combined_subdir_display">FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></a>
3703 <li><a href="h_config_cancel_confirm">FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></a>
3704 <li><a href="h_config_lame_list_mode">FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></a>
3705 <li><a href="h_config_compose_rejects_unqual">FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></a>
3706 <li><a href="h_config_send_filter_dflt">FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></a>
3707 <li><a href="h_config_compose_news_wo_conf">FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></a>
3708 <li><a href="h_config_del_from_dot">FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></a>
3709 <li><a href="h_config_compose_maps_del">FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></a>
3710 <li><a href="h_config_confirm_role">FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></a>
3711 <li><a href="h_config_tab_no_prompt">FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></a>
3712 <li><a href="h_config_dates_to_local">FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></a>
3713 <li><a href="h_config_copy_to_to_from">FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></a>
3714 <li><a href="h_config_del_skips_del">FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></a>
3715 <li><a href="h_config_disable_config_cmd">FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></a>
3716 <li><a href="h_config_disable_index_locale_dates">FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></a>
3717 <li><a href="h_config_disable_kb_lock">FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></a>
3718 <li><a href="h_config_blank_keymenu">FEATURE: <!--#echo var="FEAT_disable-keymenu"--></a>
3719 <li><a href="h_config_disable_password_caching">FEATURE: <!--#echo var="FEAT_disable-password-caching"--></a>
3720 <li><a href="h_config_disable_password_cmd">FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></a>
3721 <li><a href="h_config_disable_pipes_in_sigs">FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></a>
3722 <li><a href="h_config_disable_pipes_in_templates">FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></a>
3723 <li><a href="h_config_disable_regex">FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
3724 <li><a href="h_config_disable_roles_setup">FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></a>
3725 <li><a href="h_config_disable_roles_sigedit">FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></a>
3726 <li><a href="h_config_disable_roles_templateedit">FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></a>
3727 <li><a href="h_config_input_history">FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></a>
3728 <li><a href="h_config_disable_collate">FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></a>
3729 <li><a href="h_config_disable_shared">FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></a>
3730 <li><a href="h_config_disable_signature_edit">FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></a>
3731 <li><a href="h_config_take_fullname">FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></a>
3732 <li><a href="h_config_take_lastfirst">FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></a>
3733 <li><a href="h_config_disable_reset_disp">FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></a>
3734 <li><a href="h_config_disable_sender">FEATURE: <!--#echo var="FEAT_disable-sender"--></a>
3735 <li><a href="h_config_quell_dead_letter">FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></a>
3736 <li><a href="h_config_quell_flowed_text">FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></a>
3737 <li><a href="h_downgrade_multipart_to_text">FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></a>
3738 <li><a href="h_config_8bit_smtp">FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></a>
3739 <li><a href="h_config_8bit_nntp">FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></a>
3740 <li><a href="h_config_enable_agg_ops">FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></a>
3741 <li><a href="h_config_enable_alt_ed">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></a>
3742 <li><a href="h_config_alt_ed_now">FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></a>
3743 <li><a href="h_config_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></a>
3744 <li><a href="h_config_relaxed_arrow_nav">FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></a>
3745 <li><a href="h_config_compose_bg_post">FEATURE: <!--#echo var="FEAT_enable-background-sending"--></a>
3746 <li><a href="h_config_enable_bounce">FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></a>
3747 <li><a href="h_config_cruise_mode">FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></a>
3748 <li><a href="h_config_cruise_mode_delete">FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></a>
3749 <li><a href="h_config_compose_dsn">FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></a>
3750 <li><a href="h_config_enable_dot_files">FEATURE: <!--#echo var="FEAT_enable-dot-files"--></a>
3751 <li><a href="h_config_enable_lessthan_exit">FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></a>
3752 <li><a href="h_config_fast_recent">FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></a>
3753 <li><a href="h_config_enable_flag">FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></a>
3754 <li><a href="h_config_flag_screen_default">FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></a>
3755 <li><a href="h_config_flag_screen_kw_shortcut">FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></a>
3756 <li><a href="h_config_enable_full_hdr_and_text">FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></a>
3757 <li><a href="h_config_enable_full_hdr">FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></a>
3758 <li><a href="h_config_allow_goto">FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></a>
3759 <li><a href="h_config_enable_dot_folders">FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></a>
3760 <li><a href="h_config_enable_incoming">FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></a>
3761 <li><a href="h_config_enable_incoming_checking">FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></a>
3762 <li><a href="h_config_enable_jump">FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></a>
3763 <li><a href="h_config_show_delay_cue">FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></a>
3764 <li><a href="h_config_mailcap_params">FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></a>
3765 <li><a href="h_config_enable_mouse">FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></a>
3766 <li><a href="h_config_enable_view_addresses">FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></a>
3767 <li><a href="h_config_enable_view_attach">FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></a>
3768 <li><a href="h_config_enable_view_arrows">FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></a>
3769 <li><a href="h_config_enable_view_url">FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></a>
3770 <li><a href="h_config_enable_view_web_host">FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></a>
3771 <li><a href="h_config_enable_mulnewsrcs">FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></a>
3772 <li><a href="h_config_enable_xterm_newmail">FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></a>
3773 <li><a href="h_config_enable_newmail_short_text">FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>
3774 <li><a href="h_config_sub_lists">FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></a>
3775 <li><a href="h_config_enable_y_print">FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></a>
3776 <li><a href="h_config_prefix_editing">FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></a>
3777 <li><a href="h_config_enable_search_and_repl">FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></a>
3778 <li><a href="h_config_sigdashes">FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></a>
3779 <li><a href="h_config_new_thread_blank_subject">FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></a>
3780 <li><a href="h_config_can_suspend">FEATURE: <!--#echo var="FEAT_enable-suspend"--></a>
3781 <li><a href="h_config_enable_tab_complete">FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></a>
3782 <li><a href="h_config_enable_take_export">FEATURE: <!--#echo var="FEAT_enable-take-export"--></a>
3783 <li><a href="h_config_enable_role_take">FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></a>
3784 <li><a href="h_config_tray_icon">FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></a>
3785 <li><a href="h_config_enable_pipe">FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></a>
3786 <li><a href="h_config_verbose_post">FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></a>
3787 <li><a href="h_config_expanded_addrbooks">FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></a>
3788 <li><a href="h_config_expanded_distlists">FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></a>
3789 <li><a href="h_config_expanded_folders">FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></a>
3790 <li><a href="h_config_expose_hidden_config">FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></a>
3791 <li><a href="h_config_expunge_manually">FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></a>
3792 <li><a href="h_config_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></a>
3793 <li><a href="h_config_full_auto_expunge">FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></a>
3794 <li><a href="h_config_no_fcc_attach">FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></a>
3795 <li><a href="h_config_force_arrow">FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></a>
3796 <li><a href="h_config_ignore_size">FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></a>
3797 <li><a href="h_config_forward_as_attachment">FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></a>
3798 <li><a href="h_config_preserve_field">FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></a>
3799 <li><a href="h_config_quell_empty_dirs">FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></a>
3800 <li><a href="h_config_hide_nntp_path">FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></a>
3801 <li><a href="h_config_attach_in_reply">FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></a>
3802 <li><a href="h_config_fcc_on_bounce">FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></a>
3803 <li><a href="h_config_include_header">FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></a>
3804 <li><a href="h_config_auto_include_reply">FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></a>
3805 <li><a href="h_config_incoming_checking_total">FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></a>
3806 <li><a href="h_config_incoming_checking_recent">FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></a>
3807 <li><a href="h_config_add_ldap">FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></a>
3808 <li><a href="h_config_maildrops_preserve_state">FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></a>
3809 <li><a href="h_config_mark_fcc_seen">FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></a>
3810 <li><a href="h_config_mark_for_cc">FEATURE: <!--#echo var="FEAT_mark-for-cc"--></a>
3811 <li><a href="h_config_mulnews_as_typed">FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></a>
3812 <li><a href="h_config_news_uses_recent">FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></a>
3813 <li><a href="h_config_news_cross_deletes">FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></a>
3814 <li><a href="h_config_news_catchup">FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></a>
3815 <li><a href="h_config_post_wo_validation">FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></a>
3816 <li><a href="h_config_read_in_newsrc_order">FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></a>
3817 <li><a href="h_config_nntp_search_uses_overview">FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></a>
3818 <li><a href="h_config_thread_sorts_by_arrival">FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></a>
3819 <li><a href="h_config_expunge_inbox">FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></a>
3820 <li><a href="h_config_expunge_stayopens">FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></a>
3821 <li><a href="h_config_pass_c1_control">FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></a>
3822 <li><a href="h_config_pass_control">FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></a>
3823 <li><a href="h_config_predict_nntp_server">FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></a>
3824 <li><a href="h_config_prefer_plain_text">FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></a>
3825 <li><a href="h_config_preopen_stayopens">FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></a>
3826 <li><a href="h_config_preserve_start_stop">FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></a>
3827 <li><a href="h_config_quell_folder_internal_msg">FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></a>
3828 <li><a href="h_config_quell_checks_comp">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></a>
3829 <li><a href="h_config_quell_checks_comp_inbox">FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></a>
3830 <li><a href="h_config_quell_partial">FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></a>
3831 <li><a href="h_config_quell_local_lookup">FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></a>
3832 <li><a href="h_config_ff_between_msgs">FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></a>
3833 <li><a href="h_config_print_from">FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></a>
3834 <li><a href="h_config_print_index">FEATURE: <!--#echo var="FEAT_print-index-enabled"--></a>
3835 <li><a href="h_config_custom_print">FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></a>
3836 <li><a href="h_config_prune_uses_iso">FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></a>
3837 <li><a href="h_config_quell_personal_name_prompt">FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></a>
3838 <li><a href="h_config_quell_ssl_largeblocks">FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></a>
3839 <li><a href="h_config_quell_user_id_prompt">FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></a>
3840 <li><a href="h_config_quit_wo_confirm">FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></a>
3841 <li><a href="h_config_quote_replace_noflow">FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></a>
3842 <li><a href="h_config_next_thrd_wo_confirm">FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></a>
3843 <li><a href="h_config_auto_reply_to">FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></a>
3844 <li><a href="h_config_inbox_no_confirm">FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></a>
3845 <li><a href="h_config_save_aggregates">FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></a>
3846 <li><a href="h_config_save_part_wo_confirm">FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></a>
3847 <li><a href="h_config_save_advances">FEATURE: <!--#echo var="FEAT_save-will-advance"--></a>
3848 <li><a href="h_config_save_wont_delete">FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></a>
3849 <li><a href="h_config_quote_all_froms">FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></a>
3850 <li><a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a>
3851 <li><a href="h_config_select_wo_confirm">FEATURE: <!--#echo var="FEAT_select-without-confirm"--></a>
3852 <li><a href="h_config_auto_fcc_only">FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></a>
3853 <li><a href="h_config_send_wo_confirm">FEATURE: <!--#echo var="FEAT_send-without-confirm"--></a>
3854 <li><a href="h_config_separate_fold_dir_view">FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></a>
3855 <li><a href="h_config_show_cursor">FEATURE: <!--#echo var="FEAT_show-cursor"--></a>
3856 <li><a href="h_config_textplain_int">FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></a>
3857 <li><a href="h_config_select_in_bold">FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></a>
3858 <li><a href="h_config_show_sort">FEATURE: <!--#echo var="FEAT_show-sort"--></a>
3859 <li><a href="h_config_single_list">FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></a>
3860 <li><a href="h_config_sig_at_bottom">FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></a>
3861 <li><a href="h_config_slash_coll_entire">FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></a>
3862 <li><a href="h_config_sort_fcc_alpha">FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></a>
3863 <li><a href="h_config_sort_save_alpha">FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></a>
3864 <li><a href="h_config_always_spell_check">FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></a>
3865 <li><a href="h_config_winpos_in_config">FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></a>
3866 <li><a href="h_config_strip_sigdashes">FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>
3867 <li><a href="h_config_strip_ws_before_send">FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></a>
3868 <li><a href="h_config_quells_asterisks">FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></a>
3869 <li><a href="h_config_quell_attach_ext_warn">FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></a>
3870 <li><a href="h_config_quell_attach_extra_prompt">FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></a>
3871 <li><a href="h_config_no_bezerk_zone">FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></a>
3872 <li><a href="h_config_quell_charset_warning">FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></a>
3873 <li><a href="h_config_quell_content_id">FEATURE: <!--#echo var="FEAT_quell-content-id"--></a>
3874 <li><a href="h_config_quell_post_prompt">FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></a>
3875 <li><a href="h_config_quell_filtering_done_message">FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></a>
3876 <li><a href="h_config_quell_filtering_messages">FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></a>
3877 <li><a href="h_config_quell_full_hdr_reset">FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></a>
3878 <li><a href="h_config_quell_imap_env">FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></a>
3879 <li><a href="h_config_quell_lock_failure_warnings">FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></a>
3880 <li><a href="h_config_quell_domain_warn">FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></a>
3881 <li><a href="h_config_quell_news_env">FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></a>
3882 <li><a href="h_config_quell_host_after_url">FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></a>
3883 <li><a href="h_config_quell_beeps">FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></a>
3884 <li><a href="h_config_quell_tz_comment">FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></a>
3885 <li><a href="h_config_suppress_user_agent">FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></a>
3886 <li><a href="h_config_tab_checks_recent">FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></a>
3887 <li><a href="h_config_tab_uses_unseen">FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></a>
3888 <li><a href="h_config_tab_new_only">FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></a>
3889 <li><a href="h_config_termcap_wins">FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></a>
3890 <li><a href="h_config_color_thrd_import">FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></a>
3891 <li><a href="h_config_alt_auth">FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></a>
3892 <li><a href="h_config_unsel_wont_advance">FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></a>
3893 <li><a href="h_config_use_current_dir">FEATURE: <!--#echo var="FEAT_use-current-dir"--></a>
3894 <li><a href="h_config_use_fk">FEATURE: <!--#echo var="FEAT_use-function-keys"--></a>
3895 <li><a href="h_config_use_reg_start_for_stayopen">FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></a>
3896 <li><a href="h_config_use_resentto">FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></a>
3897 <li><a href="h_config_use_sender_not_x">FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></a>
3898 <li><a href="h_config_suspend_spawns">FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></a>
3899 <li><a href="h_config_use_system_translation">FEATURE: Use System Translation</a>
3900 <li><a href="h_config_vertical_list">FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></a>
3901 <li><a href="h_config_warn_if_fcc_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></a>
3902 <li><a href="h_config_warn_if_subj_blank">FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></a>
3903 <li><a href="h_config_warn_if_no_to_or_cc">FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></a>
3904 <li><a href="h_mainhelp_filtering">Filtering</a>
3905 <li><a href="h_finding_help">Finding more information and requesting help</a>
3906 <li><a href="h_common_flag">Flag Command</a>
3907 <li><a href="h_config_quell_flowed_text">Flowed Text</a>
3908 <li><a href="h_mainhelp_folders">Folders</a>
3909 <li><a href="h_what_are_collections">Folder Collections Explained</a>
3910 <li><a href="h_common_folders">Folder List Command</a>
3911 <li><a href="h_folder_fcc">Folder Select for Fcc Explained</a>
3912 <li><a href="h_folder_save">Folder Select for Save Explained</a>
3913 <li><a href="h_folder_server_syntax">Folder Server Name Syntax</a>
3914 <li><a href="h_config_change_your_from">From Address, Changing</a>
3915 <li><a href="main_menu_tx">GENERAL INFORMATION ON THE ALPINE MESSAGE SYSTEM</a>
3916 <li><a href="h_pine_for_windows">GETTING HELP IN ALPINE</a>
3917 <li><a href="h_common_goto">Goto Command</a>
3918 <li><a href="h_common_hdrmode">HdrMode Command</a>
3919 <li><a href="h_mainhelp_pinehelp">Help</a>
3920 <li><a href="h_special_help_nav">Help Text Navigation Explained</a>
3921 <li><a href="h_folder_maint">Help for Folder List</a>
3922 <li><a href="h_valid_folder_names">IMAP</a>
3923 <li><a href="h_ge_import">Import File Selection</a>
3924 <li><a href="h_mainhelp_index">Index of Messages</a>
3925 <li><a href="h_composer_ins_m">INSERT MESSAGE</a>
3926 <li><a href="h_composer_ins">INSERT TEXT FILE</a>
3927 <li><a href="h_address_format">INTERNET EMAIL ADDRESS FORMAT</a>
3928 <li><a href="h_info_on_mbox">Information on mbox driver</a>
3929 <li><a href="h_mainhelp_intro">Introduction</a>
3930 <li><a href="h_main_journal">Journal Command</a>
3931 <li><a href="h_common_jump">Jump Command</a>
3932 <li><a href="h_compose_justify">Justify Command</a>
3933 <li><a href="h_main_kblock">Keyboard Lock Command</a>
3934 <li><a href="h_mainhelp_keywords">Keywords (or Flags, or Labels)</a>
3935 <li><a href="h_mainhelp_ldap">LDAP</a>
3936 <li><a href="h_config_ldap_opts_tls">LDAP FEATURE: Attempt-TLS-On-Connection</a>
3937 <li><a href="h_config_ldap_opts_nosub">LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</a>
3938 <li><a href="h_config_ldap_opts_rhs">LDAP FEATURE: Lookup-Addrbook-Contents</a>
3939 <li><a href="h_config_ldap_opts_tlsmust">LDAP FEATURE: Require-TLS-On-Connection</a>
3940 <li><a href="h_config_ldap_opts_ldaps">LDAP FEATURE: Require-LDAPS-On-Connection</a>
3941 <li><a href="h_config_ldap_opts_ref">LDAP FEATURE: Save-Search-Criteria-Not-Result</a>
3942 <li><a href="h_config_ldap_opts_impl">LDAP FEATURE: Use-Implicitly-From-Composer</a>
3943 <li><a href="h_config_ldap_binddn">LDAP OPTION: Bind-DN</a>
3944 <li><a href="h_config_ldap_cust">LDAP OPTION: Custom-Search-Filter</a>
3945 <li><a href="h_config_ldap_email_attr">LDAP OPTION: EmailAttribute</a>
3946 <li><a href="h_config_ldap_gn_attr">LDAP OPTION: GivennameAttribute</a>
3947 <li><a href="h_config_ldap_server">LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></a>
3948 <li><a href="h_config_ldap_cn_attr">LDAP OPTION: NameAttribute</a>
3949 <li><a href="h_config_ldap_nick">LDAP OPTION: Nickname</a>
3950 <li><a href="h_config_ldap_port">LDAP OPTION: Port</a>
3951 <li><a href="h_config_ldap_base">LDAP OPTION: Search-Base</a>
3952 <li><a href="h_config_ldap_searchrules">LDAP OPTION: Search-Rule</a>
3953 <li><a href="h_config_ldap_searchtypes">LDAP OPTION: Search-Type</a>
3954 <li><a href="h_config_ldap_size">LDAP OPTION: Sizelimit</a>
3955 <li><a href="h_config_ldap_sn_attr">LDAP OPTION: SurnameAttribute</a>
3956 <li><a href="h_config_ldap_time">LDAP OPTION: Timelimit</a>
3957 <li><a href="h_ldap_view">LDAP Response View Explained</a>
3958 <li><a href="h_maildrop">Mail Drop: What is it?</a>
3959 <li><a href="h_mainhelp_mainmenu">MAIN MENU</a>
3960 <li><a href="h_mail_index">MESSAGE INDEX COMMANDS</a>
3961 <li><a href="h_mail_view">MESSAGE TEXT SCREEN</a>
3962 <li><a href="h_compose_markcutpaste">Mark, Cut and Paste Commands</a>
3963 <li><a href="h_common_index">Message Index Command</a>
3964 <li><a href="h_mainhelp_mouse">Mouse</a>
3965 <li><a href="h_mainhelp_aggops">Multiple Message Operations</a>
3966 <li><a href="new_user_greeting">NEW USER GREETING</a>
3967 <li><a href="new_version_greeting">NEW VERSION GREETING</a>
3968 <li><a href="h_mainhelp_readingnews">News Reading</a>
3969 <li><a href="h_folder_subscribe">Newsgroup Subcribe Screen explained</a>
3970 <li><a href="h_folder_postnews">Newsgroup selecting for Posting explained</a>
3971 <li><a href="h_common_nextnew">NextNew Command</a>
3972 <li><a href="h_abook_select_nick">Nickname Selection Explained</a>
3973 <li><a href="h_mainhelp_readingnews">NNTP</a>
3974 <li><a href="h_config_address_book">OPTION: <!--#echo var="VAR_address-book"--></a>
3975 <li><a href="h_config_abook_formats">OPTION: <!--#echo var="VAR_addressbook-formats"--></a>
3976 <li><a href="h_config_ab_sort_rule">OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></a>
3977 <li><a href="h_config_alt_addresses">OPTION: <!--#echo var="VAR_alt-addresses"--></a>
3978 <li><a href="h_config_active_msg_interval">OPTION: <!--#echo var="VAR_busy-cue-rate"--></a>
3979 <li><a href="h_config_color_style">OPTION: Color Style</a>
3980 <li><a href="h_config_wordseps">OPTION: <!--#echo var="VAR_composer-word-separators"--></a>
3981 <li><a href="h_config_composer_wrap_column">OPTION: <!--#echo var="VAR_composer-wrap-column"--></a>
3982 <li><a href="h_config_index_color_style">OPTION: <!--#echo var="VAR_current-indexline-style"--></a>
3983 <li><a href="h_config_cursor_style">OPTION: Cursor Style</a>
3984 <li><a href="h_config_custom_hdrs">OPTION: <!--#echo var="VAR_customized-hdrs"--></a>
3985 <li><a href="h_config_deadlets">OPTION: <!--#echo var="VAR_dead-letter-files"--></a>
3986 <li><a href="h_config_comp_hdrs">OPTION: <!--#echo var="VAR_default-composer-hdrs"--></a>
3987 <li><a href="h_config_default_fcc">OPTION: <!--#echo var="VAR_default-fcc"--></a>
3988 <li><a href="h_config_def_save_folder">OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></a>
3989 <li><a href="h_config_disable_auths">OPTION: <!--#echo var="VAR_disable-these-authenticators"--></a>
3990 <li><a href="h_config_disable_drivers">OPTION: <!--#echo var="VAR_disable-these-drivers"--></a>
3991 <li><a href="h_config_char_set">OPTION: Display Character Set</a>
3992 <li><a href="h_config_display_filters">OPTION: <!--#echo var="VAR_display-filters"--></a>
3993 <li><a href="h_config_download_cmd">OPTION: <!--#echo var="VAR_download-command"--></a>
3994 <li><a href="h_config_download_prefix">OPTION: <!--#echo var="VAR_download-command-prefix"--></a>
3995 <li><a href="h_config_editor">OPTION: <!--#echo var="VAR_editor"--></a>
3996 <li><a href="h_config_empty_hdr_msg">OPTION: <!--#echo var="VAR_empty-header-message"--></a>
3997 <li><a href="h_config_fcc_rule">OPTION: <!--#echo var="VAR_fcc-name-rule"--></a>
3998 <li><a href="h_config_file_dir">OPTION: File Directory</a>
3999 <li><a href="h_config_folder_spec">OPTION: <!--#echo var="VAR_folder-collections"--></a>
4000 <li><a href="h_config_reopen_rule">OPTION: <!--#echo var="VAR_folder-reopen-rule"--></a>
4001 <li><a href="h_config_fld_sort_rule">OPTION: <!--#echo var="VAR_folder-sort-rule"--></a>
4002 <li><a href="h_config_font_char_set">OPTION: Font Character Set</a>
4003 <li><a href="h_config_font_name">OPTION: Font Name</a>
4004 <li><a href="h_config_font_size">OPTION: Font Size</a>
4005 <li><a href="h_config_font_style">OPTION: Font Style</a>
4006 <li><a href="h_config_form_folder">OPTION: <!--#echo var="VAR_form-letter-folder"--></a>
4007 <li><a href="h_config_glob_addrbook">OPTION: <!--#echo var="VAR_global-address-book"--></a>
4008 <li><a href="h_config_goto_default">OPTION: <!--#echo var="VAR_goto-default-rule"--></a>
4009 <li><a href="h_config_header_general_color">OPTION: Header General Color</a>
4010 <li><a href="h_config_image_viewer">OPTION: <!--#echo var="VAR_image-viewer"--></a>
4011 <li><a href="h_config_inbox_path">OPTION: <!--#echo var="VAR_inbox-path"--></a>
4012 <li><a href="h_config_archived_folders">OPTION: <!--#echo var="VAR_incoming-archive-folders"--></a>
4013 <li><a href="h_config_psleep">OPTION: <!--#echo var="VAR_mailcap-check-interval"--></a>
4014 <li><a href="h_config_incoming_interv">OPTION: <!--#echo var="VAR_incoming-check-interval"--></a>
4015 <li><a href="h_config_incoming_second_interv">OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></a>
4016 <li><a href="h_config_incoming_list">OPTION: <!--#echo var="VAR_incoming-check-list"--></a>
4017 <li><a href="h_config_incoming_timeo">OPTION: <!--#echo var="VAR_incoming-check-timeout"--></a>
4018 <li><a href="h_config_incoming_folders">OPTION: <!--#echo var="VAR_incoming-folders"--></a>
4019 <li><a href="h_config_inc_startup">OPTION: <!--#echo var="VAR_incoming-startup-rule"--></a>
4020 <li><a href="h_config_incunseen_color">OPTION: Incoming Unseen Color</a>
4021 <li><a href="h_config_index_arrow_color">OPTION: Index Arrow Color</a>
4022 <li><a href="h_config_index_color">OPTION: Index Colors</a>
4023 <li><a href="h_config_index_format">OPTION: <!--#echo var="VAR_index-format"--></a>
4024 <li><a href="h_config_index_from_color">OPTION: Index From Color</a>
4025 <li><a href="h_config_index_opening_color">OPTION: Index Opening Color</a>
4026 <li><a href="h_config_index_pri_color">OPTION: Index Priority Symbol Colors</a>
4027 <li><a href="h_config_index_subject_color">OPTION: Index Subject Color</a>
4028 <li><a href="h_config_init_cmd_list">OPTION: <!--#echo var="VAR_initial-keystroke-list"--></a>
4029 <li><a href="h_config_key_char_set">OPTION: Keyboard Character Set</a>
4030 <li><a href="h_config_keylabel_color">OPTION: KeyLabel Color</a>
4031 <li><a href="h_config_keyname_color">OPTION: KeyName Color</a>
4032 <li><a href="h_config_keywords">OPTION: <!--#echo var="VAR_keywords"--></a>
4033 <li><a href="h_config_kw_color">OPTION: Keyword Colors</a>
4034 <li><a href="h_config_kw_braces">OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></a>
4035 <li><a href="h_config_prune_date">OPTION: <!--#echo var="VAR_last-time-prune-questioned"--></a>
4036 <li><a href="h_config_last_vers">OPTION: <!--#echo var="VAR_last-version-used"--></a>
4037 <li><a href="h_config_literal_sig">OPTION: <!--#echo var="VAR_literal-signature"--></a>
4038 <li><a href="h_config_mailcheck">OPTION: <!--#echo var="VAR_mail-check-interval"--></a>
4039 <li><a href="h_config_mailchecknoncurr">OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></a>
4040 <li><a href="h_config_mailcap_path">OPTION: <!--#echo var="VAR_mailcap-search-path"--></a>
4041 <li><a href="h_config_maildropcheck">OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></a>
4042 <li><a href="h_config_maxremstream">OPTION: <!--#echo var="VAR_max-remote-connections"--></a>
4043 <li><a href="h_config_metamsg_color">OPTION: Meta-Message Color</a>
4044 <li><a href="h_config_mimetype_path">OPTION: <!--#echo var="VAR_mimetype-search-path"--></a>
4045 <li><a href="h_config_new_ver_quell">OPTION: <!--#echo var="VAR_new-version-threshold"--></a>
4046 <li><a href="h_config_fifopath">OPTION: NewMail FIFO Path</a>
4047 <li><a href="h_config_newmailwidth">OPTION: <!--#echo var="VAR_newmail-window-width"--></a>
4048 <li><a href="h_config_news_active">OPTION: <!--#echo var="VAR_news-active-file-path"--></a>
4049 <li><a href="h_config_news_spec">OPTION: <!--#echo var="VAR_news-collections"--></a>
4050 <li><a href="h_config_news_spool">OPTION: <!--#echo var="VAR_news-spool-directory"--></a>
4051 <li><a href="h_config_newsrc_path">OPTION: <!--#echo var="VAR_newsrc-path"--></a>
4052 <li><a href="h_config_nntprange">OPTION: <!--#echo var="VAR_nntp-range"--></a>
4053 <li><a href="h_config_nntp_server">OPTION: <!--#echo var="VAR_nntp-server"--></HEAD></a>
4054 <li><a href="h_config_normal_color">OPTION: Normal Color</a>
4055 <li><a href="h_config_opening_sep">OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></a>
4056 <li><a href="h_config_oper_dir">OPTION: <!--#echo var="VAR_operating-dir"--></a>
4057 <li><a href="h_config_pat_old">OPTION: Patterns</a>
4058 <li><a href="h_config_pat_filts">OPTION: <!--#echo var="VAR_patterns-filters2"--></a>
4059 <li><a href="h_config_pat_other">OPTION: <!--#echo var="VAR_patterns-other"--></a>
4060 <li><a href="h_config_pat_roles">OPTION: <!--#echo var="VAR_patterns-roles"--></a>
4061 <li><a href="h_config_pat_scores">OPTION: <!--#echo var="VAR_patterns-scores2"--></a>
4062 <li><a href="h_config_pers_name">OPTION: <!--#echo var="VAR_personal-name"--></a>
4063 <li><a href="h_config_print_cat">OPTION: <!--#echo var="VAR_personal-print-category"--></a>
4064 <li><a href="h_config_print_command">OPTION: <!--#echo var="VAR_personal-print-command"--></a>
4065 <li><a href="h_config_post_char_set">OPTION: <!--#echo var="VAR_posting-character-set"--></a>
4066 <li><a href="h_config_postponed_folder">OPTION: <!--#echo var="VAR_postponed-folder"--></a>
4067 <li><a href="h_config_print_font_char_set">OPTION: Print-Font-Char-Set</a>
4068 <li><a href="h_config_print_font_name">OPTION: Print-Font-Name</a>
4069 <li><a href="h_config_print_font_size">OPTION: Print-Font-Size</a>
4070 <li><a href="h_config_print_font_style">OPTION: Print-Font-Style</a>
4071 <li><a href="h_config_printer">OPTION: Printer</a>
4072 <li><a href="h_config_prompt_color">OPTION: Prompt Color</a>
4073 <li><a href="h_config_pruned_folders">OPTION: <!--#echo var="VAR_pruned-folders"--></a>
4074 <li><a href="h_config_pruning_rule">OPTION: <!--#echo var="VAR_pruning-rule"--></a>
4075 <li><a href="h_config_quote_color">OPTION: Quote Colors</a>
4076 <li><a href="h_config_quote_replace_string">OPTION: <!--#echo var="VAR_quote-replace-string"--></a>
4077 <li><a href="h_config_quote_suppression">OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></a>
4078 <li><a href="h_config_read_message_folder">OPTION: <!--#echo var="VAR_read-message-folder"--></a>
4079 <li><a href="h_config_remote_abook_history">OPTION: <!--#echo var="VAR_remote-abook-history"--></a>
4080 <li><a href="h_config_abook_metafile">OPTION: <!--#echo var="VAR_remote-abook-metafile"--></a>
4081 <li><a href="h_config_remote_abook_validity">OPTION: <!--#echo var="VAR_remote-abook-validity"--></a>
4082 <li><a href="h_config_reply_indent_string">OPTION: <!--#echo var="VAR_reply-indent-string"--></a>
4083 <li><a href="h_config_reply_intro">OPTION: <!--#echo var="VAR_reply-leadin"--></a>
4084 <li><a href="h_config_reverse_color">OPTION: Reverse Color</a>
4085 <li><a href="h_config_rshcmd">OPTION: <!--#echo var="VAR_rsh-command"--></a>
4086 <li><a href="h_config_rsh_open_timeo">OPTION: <!--#echo var="VAR_rsh-open-timeout"--></a>
4087 <li><a href="h_config_rshpath">OPTION: <!--#echo var="VAR_rsh-path"--></a>
4088 <li><a href="h_config_saved_msg_name_rule">OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></a>
4089 <li><a href="h_config_scroll_margin">OPTION: <!--#echo var="VAR_scroll-margin"--></a>
4090 <li><a href="h_config_slctbl_color">OPTION: Selectable Item Color</a>
4091 <li><a href="h_config_sending_filter">OPTION: <!--#echo var="VAR_sending-filters"--></a>
4092 <li><a href="h_config_sendmail_path">OPTION: <!--#echo var="VAR_sendmail-path"--></a>
4093 <li><a href="h_config_signature_color">OPTION: Signature Color</a>
4094 <li><a href="h_config_signature_file">OPTION: <!--#echo var="VAR_signature-file"--></a>
4095 <li><a href="h_config_smtp_server">OPTION: <!--#echo var="VAR_smtp-server"--></a>
4096 <li><a href="h_config_sort_key">OPTION: <!--#echo var="VAR_sort-key"--></a>
4097 <li><a href="h_config_speller">OPTION: <!--#echo var="VAR_speller"--></a>
4098 <li><a href="h_config_aspell_dictionary">OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></a>
4099 <li><a href="h_config_sshcmd">OPTION: <!--#echo var="VAR_ssh-command"--></a>
4100 <li><a href="h_config_ssh_open_timeo">OPTION: <!--#echo var="VAR_ssh-open-timeout"--></a>
4101 <li><a href="h_config_sshpath">OPTION: <!--#echo var="VAR_ssh-path"--></a>
4102 <li><a href="h_config_status_color">OPTION: Status Color</a>
4103 <li><a href="h_config_status_msg_delay">OPTION: <!--#echo var="VAR_status-message-delay"--></a>
4104 <li><a href="h_config_permlocked">OPTION: <!--#echo var="VAR_stay-open-folders"--></a>
4105 <li><a href="h_config_tcp_open_timeo">OPTION: <!--#echo var="VAR_tcp-open-timeout"--></a>
4106 <li><a href="h_config_tcp_query_timeo">OPTION: <!--#echo var="VAR_tcp-query-timeout"--></a>
4107 <li><a href="h_config_tcp_readwarn_timeo">OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></a>
4108 <li><a href="h_config_tcp_writewarn_timeo">OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></a>
4109 <li><a href="h_config_thread_disp_style">OPTION: <!--#echo var="VAR_threading-display-style"--></a>
4110 <li><a href="h_config_thread_exp_char">OPTION: <!--#echo var="VAR_threading-expanded-character"--></a>
4111 <li><a href="h_config_thread_index_style">OPTION: <!--#echo var="VAR_threading-index-style"--></a>
4112 <li><a href="h_config_thread_indicator_char">OPTION: <!--#echo var="VAR_threading-indicator-character"--></a>
4113 <li><a href="h_config_thread_lastreply_char">OPTION: <!--#echo var="VAR_threading-lastreply-character"--></a>
4114 <li><a href="h_config_title_color">OPTION: Title Color</a>
4115 <li><a href="h_config_titleclosed_color">OPTION: Title Closed Color</a>
4116 <li><a href="h_config_titlebar_color_style">OPTION: <!--#echo var="VAR_titlebar-color-style"--></a>
4117 <li><a href="h_config_unk_char_set">OPTION: <!--#echo var="VAR_unknown-character-set"--></a>
4118 <li><a href="h_config_upload_cmd">OPTION: <!--#echo var="VAR_upload-command"--></a>
4119 <li><a href="h_config_upload_prefix">OPTION: <!--#echo var="VAR_upload-command-prefix"--></a>
4120 <li><a href="h_config_browser">OPTION: <!--#echo var="VAR_url-viewers"--></a>
4121 <li><a href="h_config_domain_name">OPTION: <!--#echo var="VAR_use-only-domain-name"--></a>
4122 <li><a href="h_config_user_dom">OPTION: <!--#echo var="VAR_user-domain"--></a>
4123 <li><a href="h_config_user_id">OPTION: <!--#echo var="VAR_user-id"--></a>
4124 <li><a href="h_config_user_input_timeo">OPTION: <!--#echo var="VAR_user-input-timeout"--></a>
4125 <li><a href="h_config_viewer_headers">OPTION: <!--#echo var="VAR_viewer-hdrs"--></a>
4126 <li><a href="h_config_customhdr_pattern">OPTION: Viewer Header Color Pattern</a>
4127 <li><a href="h_config_customhdr_color">OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></a>
4128 <li><a href="h_config_viewer_margin_left">OPTION: <!--#echo var="VAR_viewer-margin-left"--></a>
4129 <li><a href="h_config_viewer_margin_right">OPTION: <!--#echo var="VAR_viewer-margin-right"--></a>
4130 <li><a href="h_config_viewer_overlap">OPTION: <!--#echo var="VAR_viewer-overlap"--></a>
4131 <li><a href="h_config_window_position">OPTION: Window-Position</a>
4132 <li><a href="h_mainhelp_patterns">Patterns</a>
4133 <li><a href="h_config_role_abookfrom">PATTERNS: Address in Address Book</a>
4134 <li><a href="h_config_role_age">PATTERNS: Age Interval</a>
4135 <li><a href="h_config_role_alltextpat">PATTERNS: AllText Pattern</a>
4136 <li><a href="h_config_role_bom">PATTERNS: Beginning of Month</a>
4137 <li><a href="h_config_role_boy">PATTERNS: Beginning of Year</a>
4138 <li><a href="h_config_role_bodytextpat">PATTERNS: BodyText Pattern</a>
4139 <li><a href="h_config_role_cat_cmd">PATTERNS: Categorizer Command</a>
4140 <li><a href="h_config_role_cat_cmd_example">PATTERNS: Categorizer Command Example</a>
4141 <li><a href="h_config_role_ccpat">PATTERNS: Cc Pattern</a>
4142 <li><a href="h_config_role_cat_limit">PATTERNS: Character Limit</a>
4143 <li><a href="h_config_role_charsetpat">PATTERNS: Character Set Pattern</a>
4144 <li><a href="h_config_role_comment">PATTERNS: Comment</a>
4145 <li><a href="h_config_role_fldr_type">PATTERNS: Current Folder Type</a>
4146 <li><a href="h_config_role_cat_status">PATTERNS: Exit Status Interval</a>
4147 <li><a href="h_config_role_arbpat">PATTERNS: Extra Headers Pattern</a>
4148 <li><a href="h_config_role_frompat">PATTERNS: From Pattern</a>
4149 <li><a href="h_config_role_keywordpat">PATTERNS: Keyword Pattern</a>
4150 <li><a href="h_config_role_stat_ans">PATTERNS: Message Answered Status</a>
4151 <li><a href="h_config_role_stat_del">PATTERNS: Message Deleted Status</a>
4152 <li><a href="h_config_role_stat_imp">PATTERNS: Message Important Status</a>
4153 <li><a href="h_config_role_stat_new">PATTERNS: Message New Status</a>
4154 <li><a href="h_config_role_stat_recent">PATTERNS: Message Recent Status</a>
4155 <li><a href="h_config_role_newspat">PATTERNS: News Pattern</a>
4156 <li><a href="h_config_role_nick">PATTERNS: Nickname</a>
4157 <li><a href="h_config_role_particpat">PATTERNS: Participant Pattern</a>
4158 <li><a href="h_config_role_stat_8bitsubj">PATTERNS: Raw 8-bit in Subject</a>
4159 <li><a href="h_config_role_recippat">PATTERNS: Recipient Pattern</a>
4160 <li><a href="h_config_role_scorei">PATTERNS: Score Interval</a>
4161 <li><a href="h_config_role_senderpat">PATTERNS: Sender Pattern</a>
4162 <li><a href="h_config_role_size">PATTERNS: Size Interval</a>
4163 <li><a href="h_config_role_subjpat">PATTERNS: Subject Pattern</a>
4164 <li><a href="h_config_role_topat">PATTERNS: To Pattern</a>
4165 <li><a href="h_config_filt_opts_nonterm">PATTERNS FEATURE: Dont-Stop-Even-if-Rule-Matches</a>
4166 <li><a href="h_config_filt_opts_notdel">PATTERNS FEATURE: Move-Only-if-Not-Deleted</a>
4167 <li><a href="h_config_filt_opts_sentdate">PATTERNS FEATURE: Use-Date-Header-For-Age</a>
4168 <li><a href="h_config_filt_rule_type">PATTERNS FILTER ACTION: Filter Action</a>
4169 <li><a href="h_config_filter_kw_clr">PATTERNS FILTER ACTION: Clear These Keywords</a>
4170 <li><a href="h_config_filt_stat_ans">PATTERNS FILTER ACTION: Set Answered Status</a>
4171 <li><a href="h_config_filt_stat_del">PATTERNS FILTER ACTION: Set Deleted Status</a>
4172 <li><a href="h_config_filt_stat_imp">PATTERNS FILTER ACTION: Set Important Status</a>
4173 <li><a href="h_config_filt_stat_new">PATTERNS FILTER ACTION: Set New Status</a>
4174 <li><a href="h_config_filter_kw_set">PATTERNS FILTER ACTION: Set These Keywords</a>
4175 <li><a href="h_config_incol">PATTERNS INDEXCOLOR ACTION: Index Line Color</a>
4176 <li><a href="h_config_set_index_format">PATTERNS OTHER ACTION: Set Index Format</a>
4177 <li><a href="h_config_perfolder_sort">PATTERNS OTHER ACTION: Set Sort Order</a>
4178 <li><a href="h_config_other_startup">PATTERNS OTHER ACTION: Set Startup Rule</a>
4179 <li><a href="h_config_role_inick">PATTERNS ROLE ACTION: Initialize Values From Role</a>
4180 <li><a href="h_config_role_setfcc">PATTERNS ROLE ACTION: Set Fcc</a>
4181 <li><a href="h_config_role_setfrom">PATTERNS ROLE ACTION: Set From</a>
4182 <li><a href="h_config_role_setlitsig">PATTERNS ROLE ACTION: Set Literal Signature</a>
4183 <li><a href="h_config_role_setotherhdr">PATTERNS ROLE ACTION: Set Other Headers</a>
4184 <li><a href="h_config_role_setreplyto">PATTERNS ROLE ACTION: Set Reply-To</a>
4185 <li><a href="h_config_role_setsig">PATTERNS ROLE ACTION: Set Signature</a>
4186 <li><a href="h_config_role_settempl">PATTERNS ROLE ACTION: Set Template</a>
4187 <li><a href="h_config_role_usenntp">PATTERNS ROLE ACTION: Use NNTP Server</a>
4188 <li><a href="h_config_role_usesmtp">PATTERNS ROLE ACTION: Use SMTP Server</a>
4189 <li><a href="h_config_role_scoreval">PATTERNS SCORE ACTION: Score Value</a>
4190 <li><a href="h_config_role_scorehdrtok">PATTERNS SCORE ACTION: Score Value From Header</a>
4191 <li><a href="h_config_role_composeuse">PATTERNS USE: Compose Use</a>
4192 <li><a href="h_config_role_forwarduse">PATTERNS USE: Forward Use</a>
4193 <li><a href="h_config_role_replyuse">PATTERNS USE: Reply Use</a>
4194 <li><a href="h_pipe_command">Pipe Command SubOptions</a>
4195 <li><a href="h_common_pipe">Pipe Command</a>
4196 <li><a href="h_valid_folder_names">POP</a>
4197 <li><a href="h_common_postpone">Postpone Command</a>
4198 <li><a href="h_common_print">Print Command</a>
4199 <li><a href="h_mainhelp_readingnews">Reading News</a>
4200 <li><a href="h_news">RELEASE NOTES for Alpine</a>
4201 <li><a href="h_mainhelp_roles">Roles</a>
4202 <li><a href="h_role_select">ROLES SCREEN</a>
4203 <li><a href="h_compose_readfile">Read File Command</a>
4204 <li><a href="h_mainhelp_reading">Reading Messages</a>
4205 <li><a href="h_main_release_notes">Release Notes Command</a>
4206 <li><a href="h_common_reply">Reply and Forward Commands</a>
4207 <li><a href="h_compose_richhdr">Rich Header Command</a>
4208 <li><a href="h_common_role">Role Command</a>
4209 <li><a href="h_mainhelp_smime">S/MIME</a>
4210 <li><a href="h_index_cmd_select">Searching for Messages</a>
4211 <li><a href="h_address_display">SEARCH RESULTS INDEX</a>
4212 <li><a href="h_address_select">SEARCH RESULTS INDEX</a>
4213 <li><a href="h_simple_index">SELECT POSTPONED MESSAGE</a>
4214 <li><a href="h_abook_config">SETUP ADDRESS BOOKS SCREEN</a>
4215 <li><a href="h_collection_maint">SETUP COLLECTION LIST screen</a>
4216 <li><a href="h_color_setup">SETUP COLOR COMMANDS</a>
4217 <li><a href="h_direct_config">SETUP LDAP DIRECTORY SERVERS SCREEN</a>
4218 <li><a href="h_rules_roles">SETUP ROLES SCREEN</a>
4219 <li><a href="h_rules_incols">SETUP INDEX COLORS SCREEN</a>
4220 <li><a href="h_rules_filter">SETUP FILTERING SCREEN</a>
4221 <li><a href="h_rules_score">SETUP SCORING SCREEN</a>
4222 <li><a href="h_common_save">Save and Export Commands</a>
4223 <li><a href="h_mainhelp_securing">Securing Your Alpine Session</a>
4224 <li><a href="h_index_cmd_select">Selecting: Select and WhereIs/Select</a>
4225 <li><a href="h_compose_send">Send Command</a>
4226 <li><a href="h_folder_server_syntax">Server Name Syntax</a>
4227 <li><a href="h_main_setup">Setup Command</a>
4228 <li><a href="X-Alpine-Config:">Show Supported Options in this Alpine</a>
4229 <li><a href="h_composer_sigedit">Signature Editor Commands Explained</a>
4230 <li><a href="h_simple_text_view">Simple Text View Screen Explained</a>
4231 <li><a href="h_mainhelp_smime">S/MIME</a>
4232 <li><a href="h_config_smime_dont_do_smime">S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></a>
4233 <li><a href="h_config_smime_encrypt_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></a>
4234 <li><a href="h_config_smime_remember_passphrase">S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></a>
4235 <li><a href="h_config_smime_sign_by_default">S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></a>
4236 <li><a href="h_config_smime_use_cert_store">S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></a>
4237 <li><a href="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></a>
4238 <li><a href="h_config_smime_cacertcon">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></a>
4239 <li><a href="h_config_smime_cacertdir">S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></a>
4240 <li><a href="h_config_smime_privkeycon">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-container"--></a>
4241 <li><a href="h_config_smime_privkeydir">S/MIME OPTION: <!--#echo var="VAR_smime-private-key-directory"--></a>
4242 <li><a href="h_config_smime_pubcertcon">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-container"--></a>
4243 <li><a href="h_config_smime_pubcertdir">S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></a>
4244 <li><a href="h_config_smime_transfer_cacert_to_con">S/MIME: Transfer CA Certs to Container</a>
4245 <li><a href="h_config_smime_transfer_cacert_to_dir">S/MIME: Transfer CA Certs to Directory</a>
4246 <li><a href="h_config_smime_transfer_priv_to_con">S/MIME: Transfer Private Keys to Container</a>
4247 <li><a href="h_config_smime_transfer_priv_to_dir">S/MIME: Transfer Private Keys to Directory</a>
4248 <li><a href="h_config_smime_transfer_pub_to_con">S/MIME: Transfer Public Certs to Container</a>
4249 <li><a href="h_config_smime_transfer_pub_to_dir">S/MIME: Transfer Public Certs to Directory</a>
4250 <li><a href="h_config_smime_public_certificates">S/MIME: Manage Public Certificates</a>
4251 <li><a href="h_config_smime_private_keys">S/MIME: Manage Private Keys</a>
4252 <li><a href="h_config_smime_certificate_authorities">S/MIME: Manage Certificate Authorities</a>
4253 <li><a href="h_index_cmd_sort">Sort Command</a>
4254 <li><a href="h_compose_spell">Spell Check Command</a>
4255 <li><a href="h_common_suspend">Suspend Command</a>
4256 <li><a href="h_compose_addrcomplete">THE MESSAGE COMPOSER'S ADDRESS COMPLETION</a>
4257 <li><a href="h_composer_attachment">THE MESSAGE COMPOSER'S ATTCHMNT FIELD</a>
4258 <li><a href="h_composer_bcc">THE MESSAGE COMPOSER'S BCC FIELD</a>
4259 <li><a href="h_composer_cc">THE MESSAGE COMPOSER'S CC FIELD</a>
4260 <li><a href="h_composer_from">THE MESSAGE COMPOSER'S FROM FIELD</a>
4261 <li><a href="h_composer_lcc">THE MESSAGE COMPOSER'S LCC FIELD</a>
4262 <li><a href="h_composer_news">THE MESSAGE COMPOSER'S NEWSGRPS LINE</a>
4263 <li><a href="h_composer_reply_to">THE MESSAGE COMPOSER'S REPLY-TO FIELD</a>
4264 <li><a href="h_composer_to">THE MESSAGE COMPOSER'S TO FIELD</a>
4265 <li><a href="h_abook_opened">THE ALPINE ADDRESS BOOK</a>
4266 <li><a href="h_abook_select_nicks_take">Take Address Nickname Selection Explained</a>
4267 <li><a href="h_takeaddr_screen">Take Address Screen Explained</a>
4268 <li><a href="h_common_take">TakeAddr Command</a>
4269 <li><a href="h_mainhelp_status">Titlebar Line</a>
4270 <li><a href="h_index_tokens">Tokens for Index and Replying</a>
4271 <li><a href="h_config_usenone_color">Use None Color</a>
4272 <li><a href="h_config_usenormal_color">Use Normal Color</a>
4273 <li><a href="h_config_usetransparent_color">Use Transparent Color</a>
4274 <li><a href="h_whatis_vcard">VCARD EXPLAINED</a>
4275 <li><a href="h_view_cmd_hilite">View Hilite and Next item/Previous item</a>
4276 <li><a href="h_view_cmd_viewattch">ViewAttch Command</a>
4277 <li><a href="h_index_cmd_whereis">WhereIs Command</a>
4278 <li><a href="h_view_cmd_whereis">WhereIs Command</a>
4279 <li><a href="h_index_cmd_zoom">ZoomMode Command</a>
4280 <li><a href="h_config_browser_xterm"><!--#echo var="VAR_url-viewers"--> and X windows applications</a>
4281 </UL>
4284 &lt;End of Help Index&gt;
4285 </BODY>
4286 </HTML>
4289 ============== h_config_remote_config =============
4290 <HTML>
4291 <HEAD>
4292 <TITLE>Remote Configuration</TITLE>
4293 </HEAD>
4294 <BODY>
4295 <H1>Remote Configuration</H1>
4297 You may use the command line argument &quot;-p pinerc&quot; to tell
4298 Alpine to use a non-default configuration file.
4299 There are two types of storage for configuration information.
4300 <EM>Local</EM> configuration files are used by default.
4301 These are just regular files on the UNIX system or on the PC.
4302 The file &quot;<CODE>.pinerc</CODE>&quot; is the default for Unix Alpine and the
4303 file &quot;<CODE>PINERC</CODE>&quot; is the default for PC-Alpine.
4304 <EM>Remote</EM> configuration folders are stored on an IMAP server.
4305 The advantage of using a remote configuration is that the same information
4306 may be accessed from multiple platforms.
4307 For example, if you use one computer at work and another at home, the same
4308 configuration could be used from both places.
4309 A configuration change from one place would be seen in both places.
4310 To use a remote configuration you simply give a
4311 <A HREF="h_valid_folder_names">remote folder name</A>
4312 as the argument to the &quot;-p&quot; command line option.
4313 The command line might look something like:
4315 <CENTER><SAMP>pine -p {my.imap.server}remote_pinerc</SAMP></CENTER>
4317 If there are special characters in the command shell you use, you may need to
4318 quote the last argument (to protect the curly braces from the shell).
4319 The command might look like:
4321 <CENTER><SAMP>pine -p &quot;{my.imap.server}remote_pinerc&quot;</SAMP></CENTER>
4323 You should choose a folder name for a folder that does not yet exist.
4324 It will be created containing an empty configuration.
4325 Do not use a folder that you wish to store regular mail messages in.
4327 The Setup/RemoteConfigSetup command will help you convert from a local
4328 configuration to a remote configuration.
4329 It will create a remote configuration for you and copy your current local
4330 configuration to it.
4331 It will also help you convert local address books into remote address books
4332 and local signature files into literal signatures contained in the
4333 remote configuration file.
4335 If the Setup/RemoteConfigSetup command doesn't do what you want, you
4336 may copy a local pinerc file to a remote configuration folder by hand
4337 by using the command line option &quot;-copy_pinerc&quot;.
4339 Another command line option, which is somewhat related to remote
4340 configuration, is the option &quot;-x exceptions_config&quot;.
4341 The configuration settings in the exceptions configuration override
4342 your default settings.
4343 It may be useful to store the default configuration (the -p argument) remotely
4344 and to have the exceptions configuration stored in a local file.
4345 You might put generic configuration information in the remote configuration
4346 and platform-specific configuration on each platform in the exceptions
4347 configuration.
4348 The arguments to the &quot;-p&quot; and &quot;-x&quot; options
4349 can be either remote folders or local files.
4351 There is another command line argument that works only with PC-Alpine and
4352 which may prove useful when using a remote configuration.
4353 The option &quot;-aux local_directory&quot; allows you to tell PC-Alpine where
4354 to store your local auxiliary files.
4355 This only has an effect if your configuration file is remote.
4356 Some examples of auxiliary files are debug files, address book files, and
4357 signature files.
4359 &lt;End of help on this topic&gt;
4360 </BODY>
4361 </HTML>
4362 ============== h_config_exceptions =============
4363 <HTML>
4364 <HEAD>
4365 <TITLE>Generic and Exceptional Configuration</TITLE>
4366 </HEAD>
4367 <BODY>
4368 <H1>Generic and Exceptional Configuration</H1>
4370 If you use Alpine from more than one platform it may be convenient
4371 to split your configuration information into two pieces, a generic piece
4372 and exceptions that apply to a particular platform.
4373 For example, suppose you use Alpine from home and from work.
4374 Most of your configuration settings are probably the
4375 same in both locations, so those settings belong in the generic settings
4376 configuration.
4377 However, you may use a different SMTP server and INBOX
4378 from home than you do from work.
4380 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
4382 <A HREF="h_config_inbox_path">&quot;<!--#echo var="VAR_inbox-path"-->&quot;</A>
4383 options could be
4384 part of your exceptional configuration so that they could be different in the
4385 two places.
4387 The command line option &quot;-x exceptions_config&quot;
4388 may be used to split your configuration into generic and exceptional pieces.
4389 &quot;Exceptions_config&quot; may be either local or remote.
4390 The regular Alpine configuration file will contain the generic data, and
4391 &quot;exceptions_config&quot; will contain the exceptional data.
4393 For Unix Alpine, if you don't have a &quot;-x&quot; command line option,
4394 Alpine will look for the file &quot;<CODE>.pinercex</CODE>&quot;
4395 in the same local directory that the regular config file is located in (usually
4396 the Unix home directory).
4397 If the regular config file is remote (because the command line option
4398 &quot;-p remote_config&quot; was used) then Unix Alpine looks in the Unix home
4399 directory for &quot;<CODE>.pinercex</CODE>&quot;.
4400 If the file does not already exist then no exceptions will be used.
4401 You can force exceptions to be used by using the &quot;-x&quot; option or
4402 by creating an empty &quot;<CODE>.pinercex</CODE>&quot; file.
4404 For PC-Alpine, if you don't have a &quot;-x&quot; command line option,
4405 PC-Alpine will use the value of the
4406 environment variable <CODE>$PINERCEX</CODE>.
4407 If that is not set, PC-Alpine will look for
4408 the local file &quot;<CODE>PINERCEX</CODE>&quot;
4409 in the same local directory that the regular config file is located in.
4410 If the regular config file is remote (because the command line option
4411 &quot;-p remote_config&quot; was used) then PC-Alpine looks in the
4412 local directory specified by the &quot;-aux local_directory&quot; command
4413 line argument, or the directory <CODE>$HOME&#92;PINE</CODE>, or
4414 in the <CODE>&lt;PINE.EXE </CODE>directory<CODE>&gt;</CODE>.
4416 When you have an exception configuration there is a new command
4417 in the Alpine Setup screen, Setup/eXceptions.
4418 It toggles between exceptions and the regular configuration.
4419 This is the usual way to make changes in your exceptional configuration data.
4420 For example, you would type &quot;S&quot; for Setup, &quot;X&quot; for
4421 eXception, then follow that with one of the Setup commands, like &quot;C&quot;
4422 for Config or &quot;K&quot; for Kolor.
4424 For most people, splitting the configuration information into two pieces is
4425 going to be most useful if the generic information is accessed
4426 <A HREF="h_config_remote_config">remotely</A>).
4427 That data will be the same no matter where you access it from and if you
4428 change it that change will show up everywhere.
4429 The exceptional data will most commonly be in a local file, so that the
4430 contents may easily be different on each computing platform used.
4432 If you already have a local configuration file with settings you like
4433 you may find that the command Setup/RemoteConfigSetup is useful
4434 in helping you convert to a remote configuration.
4435 The command line flag &quot;-copy_pinerc&quot;
4436 may also be useful.
4438 &lt;End of help on this topic&gt;
4439 </BODY>
4440 </HTML>
4441 ============== h_config_inheritance =============
4442 <HTML>
4443 <HEAD>
4444 <TITLE>Configuration Inheritance</TITLE>
4445 </HEAD>
4446 <BODY>
4447 <H1>Configuration Inheritance</H1>
4449 Configuration inheritance is a power user feature.
4450 It is confusing and not completely supported by the configuration
4451 user interface.
4452 We start with an explanation of how configuration works in hopes of making
4453 it easier to describe how inheritance works.
4455 Alpine uses a hierarchy of configuration values from different locations.
4456 There are five ways in which each configuration option (configuration
4457 variable) can be set.
4458 In increasing order of precedence they are:
4460 <OL>
4461 <LI> the system-wide configuration file.
4463 <LI> the personal configuration file
4465 <LI> the personal exceptions file
4467 <LI> a command line argument
4469 <LI> the system-wide <EM>fixed</EM> configuration file (Unix Alpine only)
4470 </OL>
4472 The fixed configuration file is normally
4473 <CODE><!--#echo var="PINE_CONF_FIXED_PATH"--></CODE>.
4475 The system-wide configuration file is normally
4476 <CODE><!--#echo var="PINE_CONF_PATH"--></CODE> for Unix Alpine and is normally not
4477 set for PC-Alpine.
4478 For PC-Alpine, if the environment variable <EM>$PINECONF</EM> is set, that
4479 is used for the system-wide configuration.
4480 This location can be set or changed on the command line with the -P flag.
4481 The system-wide configuration file can be either a local file or a
4482 remote configuration folder.
4484 For Unix Alpine, the personal configuration file is normally the file
4485 <CODE>.pinerc</CODE> in the user's home directory.
4486 This can be changed with the -p command line flag.
4487 For PC-Alpine, the personal configuration file is in
4488 <CODE>$PINERC</CODE> or <CODE>&lt;AlpineRC registry value&gt;</CODE> or 
4489 <CODE>$HOME&#92;PINE&#92;PINERC</CODE> or
4490 <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;&#92;PINERC</CODE>.
4491 This can be changed with the -p command line flag.
4492 If -p is used, the configuration data may be in a local file or a remote config
4493 folder.
4495 For Unix Alpine, the personal exceptions configuration file is named
4496 <CODE>.pinercex</CODE> and is in the same directory as the personal
4497 configuration file, if that configuration file is not remote, and is in
4498 the home directory if the personal configuration file is remote.
4499 If the file exists, then exceptions are turned on.
4500 If it doesn't, then you are not using exceptions.
4501 Alternatively, you may change the location of the exceptions configuration
4502 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4503 Like the personal configuration data, exceptions_config may be
4504 either local or remote.
4506 For PC-Alpine, the personal exceptions configuration file is named
4507 <CODE>PINERCEX</CODE> and is in the same directory as the personal
4508 configuration file unless the personal configuration file is remote.
4509 In that case, it is in the local directory specfied by the
4510 &quot;-aux local_directory&quot; command line argument.
4511 (In the case that the personal configuration is remote and there is no
4512 &quot;-aux&quot; command line argument, Alpine searches for
4513 a PINERCEX file in the directory <CODE>$HOME&#92;PINE</CODE> and
4514 the directory <CODE>&lt;PINE.EXE </CODE>dir<CODE>&gt;</CODE>.)
4515 If the file exists, then exceptions are turned on.
4516 If it doesn't, then you are not using exceptions.
4517 You may change the location of the exceptions configuration
4518 by using the command line argument &quot;-x &lt;exceptions_config&gt;&quot;.
4519 or with the
4520 environment variable <CODE>$PINERCEX</CODE> (if there is no &quot;-x&quot;
4521 option).
4523 To reiterate, the value of a configuration option is taken from the
4524 last location in the list above in which it is set.
4525 Or, thinking about it slightly differently, a default value for an option
4526 is established in the system-wide configuration file (or internally by Alpine
4527 if there is no value in the system-wide file).
4528 That default remains in effect until and unless it is overridden by a value in a
4529 location further down the list, in which case a new &quot;default&quot;
4530 value is established.
4531 As we continue down the list of locations we either retain the
4532 value at each step or establish a new value.
4533 The value that is still set after going through the whole list of
4534 configuration locations is the one that is used.
4536 So, for example, if an option is set in the system-wide configuration
4537 file and in the personal configuration file, but is not set in the
4538 exceptions, on the command line, or in the fixed file; then the value
4539 from the personal configuration file is the one that is used.
4540 Or, if it is set in the system-wide config, in the personal config, not
4541 in the exceptions, but is set on the command line; then the value
4542 on the command line is used.
4544 Finally we get to inheritance.
4545 For configuration options that are lists, like &quot;<!--#echo var="VAR_smtp-server"-->&quot; or
4546 &quot;<!--#echo var="VAR_incoming-folders"-->&quot;,
4547 the inheritance mechanism makes it possible to <EM>combine</EM>
4548 the values from different locations instead of <EM>replacing</EM> the value.
4549 This is true of all configuration lists other than the &quot;Feature-List&quot;,
4550 for which you may already set whatever you want at
4551 any configuration location (by using the &quot;no-&quot; prefix if
4552 necessary).
4554 To use inheritance, set the first item in a configuration list to the
4555 token &quot;INHERIT&quot;, without the quotes.
4556 If the first item is &quot;INHERIT&quot;,
4557 then instead of replacing the default value established so far, the rest of
4558 the list is appended to the default value established so far and that is
4559 the new value.
4561 Here is an example which may make it clearer. Suppose we have:
4563 <PRE>
4564  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4565  Personal config    :   smtp-server = INHERIT, mysmtp.home
4566  Exceptions config  :   smtp-server = &lt;No Value Set&gt;
4567  Command line       :   smtp-server = &lt;No Value Set&gt;
4568  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4569 </PRE>
4572 This would result in an effective smtp-server option of
4574 <PRE>
4575  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home
4576 </PRE>
4578 The &quot;INHERIT&quot; token can be used in any of the configuration files
4579 and the effect cascades.
4580 For example, if we change the above example to:
4582 <PRE>
4583  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4584  Personal config    :   smtp-server = INHERIT, mysmtp.home
4585  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4586  Command line       :   smtp-server = &lt;No Value Set&gt;
4587  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4588 </PRE>
4591 This would result in:
4593 <PRE>
4594  smtp-server = smtp1.corp.com, smtp2.corp.com, mysmtp.home, yoursmtp.org
4595 </PRE>
4597 Unset variables are skipped over (the default value is carried forward) so
4598 that, for example:
4600 <PRE>
4601  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4602  Personal config    :   smtp-server = &lt;No Value Set&gt;
4603  Exceptions config  :   smtp-server = INHERIT, yoursmtp.org
4604  Command line       :   smtp-server = &lt;No Value Set&gt;
4605  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4606 </PRE>
4609 produces:
4611 <PRE>
4612  smtp-server = smtp1.corp.com, smtp2.corp.com, yoursmtp.org
4613 </PRE>
4616 If any later configuration location has a value set (for a particular list
4617 option) which does <EM>not</EM> begin with &quot;INHERIT&quot;,
4618 then that value replaces whatever value has been defined up to that point.
4619 In other words, that cancels out any previous inheritance.
4621 <PRE>
4622  System-wide config :   smtp-server = smtp1.corp.com, smtp2.corp.com
4623  Personal config    :   smtp-server = INHERIT, mysmtp.org
4624  Exceptions config  :   smtp-server = yoursmtp.org
4625  Command line       :   smtp-server = &lt;No Value Set&gt;
4626  Fixed config       :   smtp-server = &lt;No Value Set&gt;
4627 </PRE>
4630 results in:
4632 <PRE>
4633  smtp-server = yoursmtp.org
4634 </PRE>
4637 For some configuration options, like &quot;<!--#echo var="VAR_viewer-hdr-colors"-->&quot; or
4638 &quot;<!--#echo var="VAR_patterns-roles"-->&quot;, it is
4639 difficult to insert the value &quot;INHERIT&quot; into the list of values
4640 for the option using the normal Setup tools.
4641 In other words, the color setting screen (for example) does not
4642 provide a way to input the text &quot;INHERIT&quot; as the first
4643 item in the <!--#echo var="VAR_viewer-hdr-colors"--> option.
4644 The way to do this is to either edit the pinerc file directly and manually
4645 insert it, or turn
4646 on the <A HREF="h_config_expose_hidden_config"><!--#echo var="FEAT_expose-hidden-config"--></A>
4647 feature and insert it using the Setup/Config screen.
4649 &lt;End of help on this topic&gt;
4650 </BODY>
4651 </HTML>
4652 ============== h_special_xon_xoff =============
4653 <HTML>
4654 <HEAD>
4655 <TITLE>Explanation of Alpine's XOFF/XON Handling</TITLE>
4656 </HEAD>
4657 <BODY>
4658 <H1>XOFF/XON Handling within Alpine</H1>
4660 By default, Alpine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
4661 and XON) as normal characters, even though Alpine does not use them.
4662 However, the printer, modem, or communication software you are using may
4663 be configured for &quot;software flow control,&quot; which means that
4664 XON/XOFF must be treated as special characters by the operating system.
4665 If you see messages such as &quot;^S not defined for this screen&quot;,
4666 then your system is probably using software flow control. In this case
4667 you will need to set the
4668 <A HREF="h_config_preserve_start_stop">&quot;<!--#echo var="FEAT_preserve-start-stop-characters"-->&quot;</A>
4669 feature.
4671 If you <EM>do</EM> set this
4672 feature, be advised that if you accidentally hit a Ctrl-S, Alpine will
4673 mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
4674 and see if that puts things right.  Printing via the
4675 &quot;attached-to-ansi&quot; or 
4676 &quot;attached-to-wyse&quot;
4677 option will automatically enable software
4678 flow-control handling for the duration of the printing.
4680 &lt;End of help on this topic&gt;
4681 </BODY>
4682 </HTML>
4683 ============= h_special_help_nav =============
4684 <HTML>
4685 <HEAD>
4686 <TITLE>Help Text Navigation Explained</TITLE>
4687 </HEAD>
4688 <BODY>
4689 <H1>Help Text Navigation Explained</H1>
4691 Alpine contains extensive context-sensitive help text.   At any point, 
4692 pressing the &quot;?&quot; key will bring up a page of help text
4693 explaining the options available to you.  You can leave the help
4694 text screen and return to normal Alpine operation by pressing
4696 <!--chtml if pinemode="function_key"-->
4697 F3 function
4698 <!--chtml else-->
4699 &quot;E&quot;
4700 <!--chtml endif-->
4701 key to Exit Help at any time.
4704 Within the help screen you might find a word or phrase displayed in 
4705 inverse text and others displayed in bold typeface.  Such words and
4706 phrases are used to tell you Alpine has more information available on
4707 the topic they describe.
4708 The inverted text is the &quot;selected&quot; topic.  
4709 Use the arrow keys, Ctrl-F, and Ctrl-B to change which of the phrases
4710 displayed in bold type
4711 is &quot;selected&quot;.
4712 Hit the Return key to display the information Alpine has available on that
4713 topic.  While viewing such additional information, the 
4714 <!--chtml if pinemode="function_key"-->
4715 F3 function
4716 <!--chtml else-->
4717 &quot;P&quot;
4718 <!--chtml endif-->
4719 key will return you to the previous help screen, and the
4720 <!--chtml if pinemode="function_key"-->
4721 F2 function
4722 <!--chtml else-->
4723 &quot;E&quot;
4724 <!--chtml endif-->
4725 key will Exit the Help system altogether.
4728 The "N" command will tell you the internal name of the help text you are 
4729 reading each time, so that you can send this name in the text of a message 
4730 and create a direct link to that internal help using the x-pine-help URL 
4731 scheme. For example, the direct link to this item is 
4732 x-pine-help:h_special_help_nav. If you add this text to a message, then
4733 a person using Pine to read such message would have a direct link to this
4734 help text.
4737 When you are finished reading this help text, you can press the
4738 <!--chtml if pinemode="function_key"-->
4739 F3 function
4740 <!--chtml else-->
4741 &quot;P&quot;
4742 <!--chtml endif-->
4743 key to return to the previously displayed help text.
4746 &lt;End of help on this topic&gt;
4747 </BODY>
4748 </HTML>
4749 ============= h_special_list_commands =============
4750 <HTML>
4751 <HEAD>
4752 <TITLE>Email List Commands Explained</TITLE>
4753 </HEAD>
4754 <BODY>
4755 <H1>Email List Commands Explained</H1>
4757 Electonic mail lists provide a way for like-minded users to join in
4758 discussions on topics of interest.  The email list itself is 
4759 represented by a
4760 single address that participants send messages to when they have
4761 something of interest to share with other members of the list.  The
4762 receiving computer then, either automatically or after review by the
4763 list's owner (or moderator), sends a copy of that message to each
4764 member of the list.
4767 Usually, subscribing and unsubscribing is done by sending requests in
4768 an email message to a special address setup to handle managing list
4769 membership.  Often this is the name of the list followed by
4770 <I>-request</I>.  This address is almost <EM>never</EM> the same as
4771 the address used to send messages to the list.
4774 Unfortunately, email list participation commands are more a matter
4775 of convention than standard, and thus may vary from list to list.
4776 Increasingly, list management software is adding information to
4777 the copy of the postings as they're copied to the list members that
4778 explains how to do the various list management functions.
4781 Alpine will recognize this information and offer the management commands
4782 they represent in a simple display. One or more of the following
4783 operations will be made available:
4785 <DL>
4786 <DT>Help</DT>
4787 <DD>
4788 A method to get help on subscribing, unsubscribing, 
4789 an explanation of what the list is about, or special instructions
4790 for participation.  This may be in the form of a reply in response
4791 to an email message, or instructions on how to connect to a Web site.
4792 </DD>
4794 <DT>Unsubscribe</DT>
4795 <DD>
4796 A method to get your email addressed removed from the list of
4797 recipients of the email list.
4798 </DD>
4800 <DT>Subscribe</DT>
4801 <DD>
4802 A method to get your email address added to the list of recipients
4803 of the email list.  It may be in the form of a message sent to 
4804 a special address or you may be connected to a web site.
4805 <DD>
4806 </DD>
4808 <DT>Post</DT>
4809 <DD>
4810 A method used to post to the email list.  However, it might also 
4811 indicate that no posting is allowed directly to the list.
4812 </DD>
4814 <DT>Owner</DT>
4815 <DD>
4816 A method to contact the list owner for special questions you might
4817 have regarding the list.
4818 </DD>
4820 <DT>Archive</DT>
4821 <DD>
4822 A method to view an archive of previous messages posted to the list.
4823 This may be in the form of a mail folder on a remote computer, an
4824 IMAP mailbox or even a Web site.
4825 </DD>
4826 </DL>
4829 &lt;End of help on this topic&gt;
4830 </BODY>
4831 </HTML>
4832 ============= h_quota_command =============
4833 <HTML>
4834 <HEAD>
4835 <TITLE>Quota Screen Explained</TITLE>
4836 </HEAD>
4837 <BODY>
4838 <H1>Quota Screen Explained</H1>
4840 <P> This screen summarizes the quota report for this mailbox in the
4841 IMAP server. For each resource that you have a quota, this reports summarizes
4842 its use and limit.
4844 <P> Your IMAP server administrator may have set a quota based either on 
4845 the total size of your mailbox (STORAGE), or the number of messages in 
4846 your mailbox (MESSAGES), or some other criteria. This will be reported
4847 to you indicating the type of quota, its total use and its limit.
4849 <P> The report for STORAGE is reported in kibibytes (KiB). One kibibyte is 
4850 1024 bytes. Each of the characters that you see in this help text is one 
4851 byte, and this help text is about 1 kibibyte in size. Small messages sent 
4852 by Alpine are normally less than 4 kibibytes in size (which includes 
4853 headers and text). Other email programs may send messages with bigger 
4854 sizes when they send messages, since they send plain text and an 
4855 alternative part in HTML.
4857 <P> A convenient way to save space for the STORAGE type of quota is by 
4858 deleting attachments. This is done on each individual message by pressing 
4859 the &quot;V&quot; command while reading the message text, then moving the cursor 
4860 to the position of the attachment that is to be deleted, then pressing
4861 &quot;D&quot; to delete such attachment, going back to reading the 
4862 message with the &quot;&lt;&quot; command and pressing &quot;S&quot; to 
4863 save the message in the same folder you are reading from. The saved 
4864 message will not have the attachment that was marked deleted. Now you
4865 can delete and expunge the message with the unwanted attachment.
4868 &lt;End of help on this topic&gt;
4869 </BODY>
4870 </HTML>
4871 ============= h_mail_thread_index =============
4872 <HTML>
4873 <HEAD>
4874 <TITLE>THREAD INDEX COMMANDS</TITLE>
4875 </HEAD>
4876 <BODY>                 
4877 <H1>THREAD INDEX COMMANDS</H1>
4878 <!--chtml if pinemode="function_key"-->
4879 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>
4880 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
4881 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>
4882 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>
4883 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>
4884 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>
4885 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>
4886 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>
4887 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>
4888 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>
4889 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>
4890 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>
4891 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>
4892 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>
4893 <BR>
4894 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
4895 -----------------------------<BR>
4896 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>
4897 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>
4898 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>
4899 <BR>
4900 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
4901 -----------------------------<BR>
4902 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
4903 F6&nbsp;&nbsp;<A HREF="h_common_role">Compose&nbsp;using&nbsp;a&nbsp;role</A><BR>
4904 <BR>
4905 <!--chtml else-->
4906 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>
4907 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
4908 &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>
4909 &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>
4910 &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>
4911 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>
4912 &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>
4913 &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>
4914 &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>
4915 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>
4916 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
4917 <BR>
4918 Miscellaneous&nbsp;Operations&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;General&nbsp;Alpine&nbsp;Commands<BR>
4919 ------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------<BR>
4920 &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>
4921 &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>
4922 &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>
4923 &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>
4924 &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>
4925 &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>
4926 &nbsp;:&nbsp;&nbsp;&nbsp;Select&nbsp;Messages&nbsp;in&nbsp;Current&nbsp;Thread<BR>
4927 <!--chtml endif-->
4930 NOTE:
4931 <OL>
4932  <LI>For help on a particular command, highlight the bold text associated
4933 with it above and hit Return.
4934  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
4935 </OL>
4937 <H2>Description of the THREAD INDEX Screen</H2>
4939 The THREAD INDEX displays summary information from each
4940 thread (conversation) in the current folder.
4941 This is useful if you want to quickly
4942 scan new threads, or find a particular thread without having to go
4943 through the text of each message, or to quickly get rid of junk
4944 threads, etc.
4945 The current thread is always highlighted.
4946 Each line of the THREAD INDEX contains the following columns: <P>
4947 <DL>
4948  <DT>STATUS:</DT>
4949  <DD> The markings on the left side of the thread tell you about its
4950 status.  You may see one or more of the following codes on any given
4951 thread:
4952 <UL>
4953   <LI> &quot;D&quot; for Deleted. All of the messages in this thread are marked for deletion but not yet eXpunged from the folder.
4954   <LI> &quot;A&quot; for Answered. All of the messages in this thread are marked answered.
4955   <LI> &quot;N&quot; for New. At least one message in the thread is New (you haven't looked at it yet).
4956   <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.
4957   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
4958         message in the thread was sent to you as a cc:. This symbol will only show up if
4959         the feature
4960         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
4961   <LI> &quot;X&quot; for selected.  You have selected at least one message in the thread by using the
4962         &quot;select&quot; command.  (Some systems may optionally allow selected
4963         messages to be denoted by the index line being displayed in bold
4964         type instead.)
4965   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
4966       to mark at least one message in this thread as &quot;important&quot;.
4967 </UL></DD><P>
4969  <DT>THREAD NUMBER:</DT>
4970  <DD>Threads in a folder are numbered, from one through the number
4971 of threads in the folder, to help you know where you are in the folder.
4972 </DD><P>
4974  <DT>DATE STARTED:</DT>
4975  <DD>The date the thread was started. This is actually from the Date header
4976 of the first message in the thread. It doesn't take different time zones
4977 into account.</DD><P>
4979  <DT>WHO STARTED THE THREAD:</DT>
4980  <DD>This is usually the name of the sender of the first message in the thread, taken from
4981 the From header of the message.
4982 If there is no personal name given in that
4983 address, then the email address is used instead.
4984 If the message is from you (or from one of your
4985 <A HREF="h_config_alt_addresses">alternate addresses</A>),
4986 then the recipient's name is shown here instead, with the characters
4987 &quot;To: &quot; inserted before the name.
4988 (The idea of this is that if you started the thread you would rather see who
4989 the mail was sent to instead of that the mail was from you.)
4990 In Newsgroups, if you are
4991 the sender and there are no email recipients, the newsgroup name will be
4992 listed after the &quot;To: &quot;.
4993 </DD><P>
4995  <DT>SIZE:</DT>
4996  <DD>The number in parentheses is the number of messages in the thread.</DD><P>
4998  <DT>SUBJECT:</DT>
4999  <DD>As much of the thread's subject line as will fit on the screen.
5000 This is the subject of the first message in the thread.</DD>
5001 </DL>
5003 <P><UL>
5004 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5005 </UL>
5007 &lt;End of help on this topic&gt;
5008 </BODY>
5009 </HTML>
5010 ============= h_mail_index =============
5011 <HTML>
5012 <HEAD>
5013 <TITLE>MESSAGE INDEX COMMANDS</TITLE>
5014 </HEAD>
5015 <BODY>                 
5016 <H1>MESSAGE INDEX COMMANDS</H1>
5017 <!--chtml if pinemode="function_key"-->
5018 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>
5019 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-----------------------------<BR>
5020 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>
5021 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>
5022 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>
5023 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>
5024 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>
5025 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>
5026 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>
5027 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>
5028 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>
5029 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>
5030 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>
5031 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>
5032 <BR>
5033 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5034 -----------------------------<BR>
5035 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>
5036 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>
5037 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>
5038 <BR>
5039 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5040 -----------------------------<BR>
5041 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
5042 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>
5043 <BR>
5044 <!--chtml else-->
5045 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>
5046 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---------------------------------<BR>
5047 &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>
5048 &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>
5049 &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>
5050 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>
5051 &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>
5052 &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>
5053 &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>
5054 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>
5055 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&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>
5056 Miscellaneous&nbsp;Operations<BR>
5057 ------------------------<BR>
5058 &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>
5059 &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>
5060 &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>
5061 &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>
5062 &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>
5063 &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>
5064 &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>
5065 &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>
5066 <!--chtml endif-->
5069 NOTE:
5070 <OL>
5071  <LI>For help on a particular command, highlight the bold text associated
5072 with it above and hit Return.
5073  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5074 </OL>
5076 <H2>Description of the MESSAGE INDEX Screen</H2>
5078 The MESSAGE INDEX displays summary information from each
5079 message in the current folder.
5080 This is useful if you want to quickly
5081 scan new messages, or find a particular message without having to go
5082 through the text of each message, or to quickly get rid of junk
5083 messages, etc.
5085 The current message is always highlighted
5086 and many commands operate on the current message.
5087 For example, the Delete command will delete the current message.
5088 If the folder is sorted by either Threads or OrderedSubject, then, depending
5089 on some of your configuration settings, a single line in the index may
5090 refer to an entire thread or to a subthread.
5091 If that is the case, then the commands that normally operate on the current
5092 message will operate on the thread or subthread instead.
5093 For example, the Delete command will delete the whole collapsed thread
5094 instead of just a single message.
5096 Each line of the MESSAGE INDEX contains the following columns (by default -- 
5097 you can change this with the 
5098 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
5099 in the SETUP CONFIGURATION screen): <P>
5100 <DL>
5101  <DT>STATUS:</DT>
5102  <DD> The markings on the left side of the message tell you about its
5103 status.  You may see one or more of the following codes on any given
5104 message:
5105 <UL>
5106   <LI> &quot;D&quot; for Deleted.  You have marked this message for deletion but not
5107          yet eXpunged the folder.
5108   <LI> &quot;N&quot; for New.  You have not looked at the text of the message yet.
5109   <LI> &quot;A&quot; for Answered.  Any time you reply to a message it is considered
5110          to be answered.
5111   <LI> &quot;F&quot; for Forwarded.  Similar to Answered, this is set whenever you
5112          forward a message.
5113   <LI> &quot;+&quot; for direct-to-you.  The &quot;+&quot; indicates that a message was sent
5114         directly to your account, your copy is not part of a cc: or a
5115         mailing list.
5116   <LI> &quot;-&quot; for cc-to-you. The &quot;-&quot; indicates that a
5117         message was sent to you as a cc:. This symbol will only show up if
5118         the feature
5119         &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot; is turned on (which is the default).
5120   <LI> &quot;X&quot; for selected.  You have selected the message by using the
5121         &quot;select&quot; command.  (Some systems may optionally allow selected
5122         messages to be denoted by the index line being displayed in bold
5123         type.)
5124   <LI> &quot;*&quot; for Important.  You have previously used the &quot;Flag&quot; command
5125       to mark this message as &quot;important&quot;.
5126 </UL></DD><P>
5128  <DT>MESSAGE NUMBER:</DT>
5129  <DD>Messages in a folder are numbered, from one through the number
5130 of messages in the folder, to help you know where you are in the folder.
5131 These numbers are always in increasing order, even if you sort the folder
5132 in a different way.</DD><P>
5134  <DT>DATE SENT:</DT>
5135  <DD>The date the message was sent.  By default, messages are
5136 ordered by arrival time, not by date sent.  Most of the time, arrival time
5137 and date sent (effectively departure time) are similar.  Sometimes,
5138 however, the index will appear to be out of order because a message took a
5139 long time in delivery or because the sender is in a different time
5140 zone than you are. This date is just the date from the Date header
5141 field in the message.</DD><P>
5143  <DT>WHO SENT THE MESSAGE:</DT>
5144  <DD>This is usually the name of the sender of the message, taken from
5145 the From header of the message.
5146 If there is no personal name given in that
5147 address, then the email address is used instead.
5148 If the message is from you (or from one of your
5149 <A HREF="h_config_alt_addresses">alternate addresses</A>),
5150 then the recipient's name is shown here instead, with the characters
5151 &quot;To: &quot; inserted before the name.
5152 (The idea of this is that if you sent the mail you would rather see who
5153 the mail was sent to instead of that the mail was from you.
5154 This behavior may be changed by modifying the <!--#echo var="VAR_index-format"--> option mentioned
5155 above.
5156 In particular, use the FROM token or the FROMORTONOTNEWS token
5157 in place of the FROMORTO token.)
5158 In Newsgroups, if you are
5159 the sender and there are no email recipients, the newsgroup name will be
5160 listed after the &quot;To: &quot;. </DD><P>
5162  <DT>SIZE:</DT>
5163  <DD>The number in parentheses is the number of characters in the message.
5164 It may have a suffix of K, M, or G which means the number should be
5165 multiplied by one thousand, one million, or one billion to get the
5166 size of the message.</DD><P>
5168  <DT>SUBJECT:</DT>
5169  <DD>As much of the message's subject line as will fit on the screen.</DD>
5170 </DL>
5172 <P><UL>
5173 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5174 </UL>
5176 &lt;End of help on this topic&gt;
5177 </BODY>
5178 </HTML>
5179 ============= h_mail_view ========================
5180 <HTML>
5181 <HEAD>
5182 <TITLE>MESSAGE TEXT SCREEN</TITLE>
5183 </HEAD>
5184 <BODY>
5185 <H1>MESSAGE TEXT SCREEN</H1>
5186 <!--chtml if pinemode="function_key"-->
5187 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>
5188 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;------------------------------<BR>
5189 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>
5190 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>
5191 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>
5192 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>
5193 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>
5194 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>
5195 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>
5196 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>
5197 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>
5198 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>
5199 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>
5200 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>
5201 <BR>
5202 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;3<BR>
5203 ------------------------------<BR>
5204 F1&nbsp;&nbsp;Show&nbsp;Help&nbsp;Text<BR>
5205 F2&nbsp;&nbsp;Toggle&nbsp;to&nbsp;see&nbsp;more&nbsp;commands<BR>
5206 F3&nbsp;&nbsp;<A HREF="h_view_cmd_hilite">View&nbsp;hilited</A><BR>
5207 F4&nbsp;&nbsp;Select&nbsp;current&nbsp;message<BR>
5208 F5&nbsp;&nbsp;Previous&nbsp;selectable&nbsp;item<BR>
5209 F6&nbsp;&nbsp;Next&nbsp;selectable&nbsp;item<BR>
5210 F7&nbsp;&nbsp;<A HREF="h_common_jump">Jump</A>&nbsp;to&nbsp;message&nbsp;number<BR>
5211 F8&nbsp;&nbsp;<A HREF="h_common_nextnew">Next&nbsp;new</A>&nbsp;message<BR>
5212 F9&nbsp;&nbsp;<A HREF="h_common_hdrmode">Display&nbsp;full&nbsp;headers</A><BR>
5213 F10&nbsp;<A HREF="h_common_bounce">Bounce</A>&nbsp;message<BR>
5214 F11&nbsp;<A HREF="h_common_flag">Flag</A>&nbsp;message<BR>
5215 F12&nbsp;<A HREF="h_common_pipe">Pipe</A>&nbsp;to&nbsp;a&nbsp;Unix&nbsp;command<BR>
5216 Available&nbsp;Commands&nbsp;--&nbsp;Group&nbsp;4<BR>
5217 F5&nbsp;&nbsp;<A HREF="h_common_role">Compose using a role</A><BR>
5218 <!--chtml else-->
5219 Operations&nbsp;on&nbsp;the&nbsp;Current&nbsp;Message<BR>
5220 ---------------------------------<BR>
5221 <BR>
5222 &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>
5223 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>
5224 &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>
5225 &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>
5226 &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>
5227 &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>
5228 &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>
5229 &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>
5230 &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>
5231 <BR>
5232 Navigating&nbsp;the&nbsp;List&nbsp;of&nbsp;Messages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Other&nbsp;Commands<BR>
5233 -------------------------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;----------------------------<BR>
5234 &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>
5235 &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>
5236 &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>
5237 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>
5238 <BR>
5239 General&nbsp;Alpine&nbsp;Commands<BR>
5240 ---------------------<BR>
5241 &nbsp;O&nbsp;&nbsp;Show&nbsp;all&nbsp;other&nbsp;available&nbsp;commands<BR>
5242 &nbsp;?&nbsp;&nbsp;Show&nbsp;Help&nbsp;text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Q&nbsp;Quit&nbsp;Alpine<BR>
5243 &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>
5244 &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>
5245 &nbsp;&nbsp;&nbsp;&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>
5246 <!--chtml endif-->
5249 NOTE:
5250 <OL>
5251  <LI>For help on a particular command, highlight the bold text associated
5252 with it above and hit Return.
5253  <LI>Availability of certain commands depends on <A HREF="h_common_conditional_cmds">feature settings</A>.
5254 </OL>
5256 <H2>Description of the MESSAGE TEXT Screen</H2>
5258 The top line of the view message screen displays status
5259 information about the currently open collection and folder and about the
5260 current message.  It shows the name of the collection in angle brackets
5261 and then the name of the folder.  The line also displays the number
5262 of messages in the folder, the number of the current message and the
5263 percentage of the current message that has been displayed on the screen.
5264 If the message is marked for deletion &quot;DEL&quot; will appear in the upper
5265 right corner.
5266 If the message has been answered (but not deleted) &quot;ANS&quot; will show
5267 in the corner.
5270 NOTE: to rapidly move to the end of a message, hit the
5271 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5272 (or Ctrl-W) key followed
5273 by Ctrl-V.  Similarly,
5274 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
5275 followed by Ctrl-Y will take you to the beginning of
5276 a message.
5278 <H2>Explanation of Alternate Character Sets</H2>
5280 Alpine attempts to stay out of the way so that it won't prevent you from
5281 viewing mail in any character set.  It will simply send the message to
5282 your display device.  If the device is capable of displaying the
5283 message as it was written it will do so.  If not, the display may be
5284 partially or totally incorrect.
5285 If the message contains characters that are not representable in your 
5286 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
5287 variable in your configuration, then a warning message will be printed
5288 to your screen at the beginning of the message display.
5289 It is probably best to use UNIX Alpine in a terminal emulator
5290 capable of displaying UTF-8 characters.
5291 See <A HREF="h_config_char_set">Display Character Set</A> for a little
5292 more information about character set settings.
5294 <P><UL>
5295 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
5296 </UL>
5298 &lt;End of help on this topic&gt;
5299 </BODY>
5300 </HTML>
5301 ======= h_index_cmd_select =======
5302 <HTML>
5303 <HEAD>
5304 <TITLE>Selecting: Select and WhereIs/Select</TITLE>
5305 </HEAD>
5306 <BODY>
5307 <H1>Selecting: Select and WhereIs/Select</H1>
5309 Aggregate operations give you the ability to process a group of messages
5310 at once.  Acting on multiple messages requires two steps: (1) selecting a
5311 set of messages and then; (2) applying a command to that set. The first
5312 part is handled by the select command.  Select allows you to
5313 select messages based on their status (read, answered, etc.), contents,
5314 date, size, or keywords.
5315 You may also select based on one of your Rules or based on threads,
5316 and there are quick options to select a specific message or range of messages,
5317 to select the current message, or to select all messages.
5320 We describe the various selection criteria briefly:
5323 <DL>
5324 <DT>select All</DT>
5325 <DD> Marks all the messages in the folder as selected.
5326 </DD>
5328 <DT>select Cur</DT>
5329 <DD> Selects the currently highlighted message or currently highlighted
5330 set of messages if in a threaded view.
5331 </DD>
5333 <DT>select by Number</DT>
5334 <DD> Select by message number. This may be a comma-separated list instead or
5335 a single entry.
5336 Each element in the list may be either a single message number or a range
5337 of numbers with a dash between the lowest and highest member of the range.
5338 Some examples are 7 to select only message number 7; 2-5 to select messages
5339 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11.
5340 The word &quot;end&quot; may be used as a substitute for the highest numbered
5341 message in the folder.
5342 If in a separate thread index where the numbers refer to threads instead of
5343 to messages, then you will be selecting all of the messages in the
5344 referenced threads instead of selecting by message number.
5345 </DD>
5347 <DT>select by Date</DT>
5348 <DD> Select by either the date stored in the Date headers of each message,
5349 or by the date when the messages arrived.
5350 This does not adjust for different time zones, but just checks to see what
5351 day the message was sent on.
5352 You may type in a date. If you do, the date should be in the form
5353 <P><SAMP><CENTER>DD-Mon-YYYY</CENTER></SAMP><P>
5354 For example,
5355 <P><SAMP><CENTER>24-Nov-2004</CENTER></SAMP><P>
5357 <P><SAMP><CENTER>09-Nov-2004</CENTER></SAMP><P>
5358 If the date you want is close to the current date, it is probably
5359 easier to use the &quot;^P&nbsp;Prev Day&quot; or &quot;^N&nbsp;Next Day&quot; commands to change the default date that
5360 is displayed, instead of typing in the date yourself.
5361 Or, the &quot;^X&nbsp;Cur Msg&quot; command may be used to fill in
5362 the date of the currently highlighted message. 
5364 There are six possible settings that are selected using the
5365 &quot;^W&nbsp;Toggle When&quot; command.
5366 Three of them select messages based on the Date headers.
5367 They are &quot;SENT SINCE&quot;, &quot;SENT BEFORE&quot;,
5368 and &quot;SENT ON&quot;.
5369 SINCE is all messages with the selected date or later.
5370 BEFORE is all messages earlier than the selected date (not including the day
5371 itself).
5372 ON is all messages sent on the selected date.
5373 The other three select messages in the same way but they use the arrival
5374 times of the messages instead of the Date headers included in the messages.
5375 Those three are &quot;ARRIVED SINCE&quot;, &quot;ARRIVED BEFORE&quot;,
5376 and &quot;ARRIVED ON&quot;.
5377 When you save a message from one folder to another the arrival time is
5378 preserved.
5379 </DD>
5381 <DT>select by Text</DT>
5382 <DD> Selects messages based on the message contents.
5383 This allows you to select a set of messages based on whether or not the
5384 message headers or message body contain specified text.
5385 You may look for text in the Subject, the From header,
5386 the To header, or the Cc header.
5387 You may also choose Recipient, which searches for the text in
5388 either the To or the Cc header;
5389 or Participant, which means To or Cc or From.
5390 Besides those specific header searches, you may also search the entire
5391 header and text of the message with &quot;All Text&quot;, or just the
5392 body of the message.
5394 To search for the absence of text, first type the &quot;! Not&quot; command
5395 before typing the specific type of text search.
5396 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5397 search for all messages that do not contain a particular word in their
5398 Subjects.
5400 If you choose a Subject search, you may use the subject from the current
5401 message by typing the &quot;^X Cur Subject&quot; command.
5402 You may then edit it further if you wish.
5403 For example, you might select the subject of a reply and edit the
5404 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5405 the original message being replied to.
5406 All of the other header searches allow you to use addresses from the
5407 headers of the current message if you want to.
5408 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5409 &quot;^W Cur Cc&quot;.
5410 In each case, if there is more than one address, only the first is offered.
5411 </DD>
5413 <DT>select by Status</DT>
5414 <DD> Selects messages based on their status.
5415 You may select all New, Important, Deleted, Answered, Recent, or Unseen
5416 messages.
5417 Or, if you first type the &quot;! Not&quot; command, you get not New,
5418 or not Important, and so on.
5419 If you select Deleted messages, you will get all messages with their
5420 Deleted flag set.
5421 Likewise for Important messages, all messages that you have flagged as
5422 being Important with the
5423 <A HREF="h_common_flag">Flag</A> command.
5424 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5425 because they try to match what you see on the screen by default.
5426 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5427 and Unanswered.
5428 If you have looked at the message, or deleted it, or answered it; then it
5429 is not considered &quot;New &quot;.
5430 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5432 &quot;Answered&quot; is another one that is a little different.
5433 It means that the message has been Answered <EM>and</EM> is not deleted.
5434 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5435 the opposite of &quot;Answered&quot;!
5436 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5437 both Unanswered <EM>and</EM> not deleted.
5439 The other two types were added later because the special nature of the
5440 New flag was not what was wanted by all users.
5441 New does match what you see in the index by default, but if you use
5442 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5443 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5444 be exactly what you want.
5445 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5446 they are deleted or answered, and
5447 &quot;Recent&quot; selects all of the messages that have been added to
5448 the folder since you started this Alpine session.
5449 (That's not technically quite true. If there are multiple mail clients
5450 reading an IMAP mailbox, each message will be marked as Recent in only
5451 one of the client's sessions.)
5452 </DD>
5454 <DT>select by siZe</DT>
5455 <DD> Selects messages based on their size being smaller than or larger
5456 than the size you specify.
5457 The size is the number of bytes.
5458 You may use the suffix &quot;K&quot; or &quot;k&quot; to mean 1,000 times
5459 the number.
5460 For example, 7K is the same as 7000.
5461 The suffix &quot;M&quot; or &quot;m&quot; means 1,000,000 times the number,
5462 and the suffix &quot;G&quot; or &quot;g&quot; means 1,000,000,000 times.
5463 Use the &quot;^W&quot; command to toggle back and forth between Smaller
5464 and Larger.
5465 </DD>
5467 <DT>select by Keyword</DT>
5468 <DD> Selects messages that either have or do not have
5469 (using the &quot;!&nbsp;Not&quot; command)
5470 a particular <A HREF="h_config_keywords">Keyword</A> set.
5471 One way to select a keyword is to use the &quot;^T&nbsp;To&nbsp;List&quot;
5472 command to select one from your list of keywords.
5474 <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.
5475 </DD>
5477 <DT>select by Rule</DT>
5478 <DD> Selects messages that either match or don't match
5479 (using the &quot;!&nbsp;Not&quot; command)
5480 one of the Rules you have defined.
5481 The most likely method of filling in the Rule is to use the
5482 &quot;^T&nbsp;To&nbsp;List&quot;
5483 command to select one of your Rules.
5484 All of the Rules you have defined will be in the list, including
5485 Rules for Searching, Indexcolors, Filtering, Roles, Score setting, and Other.
5486 They may not all make sense for this purpose, but they are all there for
5487 flexibility.
5488 You might find it useful to define some rules solely for the purpose
5489 of being used by the Select command.
5490 There is a special category for such Rules. They are called Search Rules.
5492 Unfortunately, Alpine does not allow all possible Rules to be defined.
5493 For example, there is no logical OR operation.
5494 OR is accomplished in the Filter Rules or the other types of Rules by
5495 simply defining two rules, one that matches the first part of the OR
5496 and another that matches the second part.
5497 But you can't do that here, since you only have a single Rule to work with.
5498 Likewise, the order of Rules is usually important.
5499 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5500 a message, then that stops the search for a further match.
5501 This means that you may be confused if you try to use Select by Rule to
5502 check your Filter rules because the order is important when filtering but
5503 is not considered here.
5504 </DD>
5506 <DT>select by tHread</DT>
5507 <DD> Selects all of the messages in the current thread.
5508 </DD>
5509 </DL>
5511 After you have an initial selection, the next and subsequent selection
5512 commands modify the selection.
5513 The select command changes. It first gives
5514 you selection &quot;alteration&quot; options: &quot;unselect All&quot;,
5515 &quot;unselect Current&quot;,
5516 &quot;Broaden selection&quot; (implements a logical OR), and
5517 &quot;Narrow selection&quot; (implements a logical AND).
5518 After you choose either Broaden or Narrow, you then choose one of the
5519 selection criteria listed above (by Text or Number or ...).
5520 You may use select as many times as you wish to get the selected set right.
5523 The WhereIs command has a feature (Ctrl-X) to
5524 select all the messages that match the WhereIs search. WhereIs searches
5525 through just the text that appears on the MESSAGE INDEX screen.
5526 This method is often slower than using the select command itself, unless the
5527 line you are looking for is not too far away in the index.
5530 The availability of the aggregate operations commands is determined by the
5531 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
5532 Feature-List option in your Alpine
5533 configuration, which defaults to set.
5534 The features
5535 <A HREF="h_config_auto_zoom">&quot;<!--#echo var="FEAT_auto-zoom-after-select"-->&quot;</A>
5537 <A HREF="h_config_select_wo_confirm">&quot;<!--#echo var="FEAT_select-without-confirm"-->&quot;</A>
5538 affect the behavior of the Select command.
5541 &lt;End of help on this topic&gt;
5542 </BODY>
5543 </HTML>
5544 ======= h_select_rule =======
5545 <HTML>
5546 <HEAD>
5547 <TITLE>Select: Rule</TITLE>
5548 </HEAD>
5549 <BODY>
5550 <H1>Select: Rule</H1>
5552 You are selecting messages that either match or don't match
5553 one of the Rules you have defined.
5554 You may either type the nickname of the Rule at the prompt, or use the
5555 &quot;^T&nbsp;To&nbsp;List&quot;
5556 command to select one of your Rules.
5557 All of the Rules you have defined will be in the list, including
5558 Rules for Indexcolors, Filtering, Roles, Score setting, and Other.
5559 They may not all make sense for this purpose, but they are all there for
5560 flexibility.
5561 Rules may be added by using the Setup/Rules screen off of the main Alpine
5562 menu.
5564 Unfortunately, Alpine does not allow all possible Rules to be defined.
5565 For example, there is no logical OR operation.
5566 OR is accomplished in the Filter Rules or the other types of Rules by
5567 simply defining two rules, one that matches the first part of the OR
5568 and another that matches the second part.
5569 But you can't do that here, since you only have a single Rule to work with.
5570 Likewise, the order of Rules is usually important.
5571 For example, if the first Filter Rule (or Indexcolor rule or ...) matches
5572 a message, then that stops the search for a further match.
5573 This means that you may be confused if you try to use Select by Rule to
5574 check your Filter rules because the order is important when filtering but
5575 is not considered here.
5578 &lt;End of help on this topic&gt;
5579 </BODY>
5580 </HTML>
5581 ======= h_select_text =======
5582 <HTML>
5583 <HEAD>
5584 <TITLE>Select: Text</TITLE>
5585 </HEAD>
5586 <BODY>
5587 <H1>Select: Text</H1>
5589 You are selecting messages based on the contents of the message.
5590 This allows you to select a set of messages based on whether or not the
5591 message headers or message body contain specified text.
5592 You may look for text in the Subject, the From header,
5593 the To header, or the Cc header.
5594 You may also choose Recipient, which searches for the text in
5595 either the To or the Cc header;
5596 or Participant, which means either the To header, or the Cc header,
5597 or the From header.
5598 Besides those specific header searches, you may also search the entire
5599 header and text of the message with &quot;All Text&quot;, or just the
5600 body of the message with &quot;Body&quot;.
5602 To search for the absence of text, first type the &quot;!&nbsp;Not&quot; command
5603 before typing the specific type of text search.
5604 For example, you could type &quot;!&quot; followed by &quot;S&quot; to
5605 search for all messages that do not contain a particular word in their
5606 Subjects.
5608 If you choose a Subject search, you may use the subject from the current
5609 message by typing the &quot;^X Cur Subject&quot; command.
5610 You may then edit it further if you wish.
5611 For example, you might select the subject of a reply and edit the
5612 &quot;Re:&nbsp;&quot; off of the front of it in order to search for
5613 the original message being replied to.
5614 All of the other header searches allow you to use addresses from the
5615 headers of the current message if you want to.
5616 You may use the &quot;^T Cur To&quot;, &quot;^R Cur From&quot;, or
5617 &quot;^W Cur Cc&quot;.
5618 In each case, if there is more than one address, only the first is offered.
5621 &lt;End of help on this topic&gt;
5622 </BODY>
5623 </HTML>
5624 ======= h_select_status =======
5625 <HTML>
5626 <HEAD>
5627 <TITLE>Select: Status</TITLE>
5628 </HEAD>
5629 <BODY>
5630 <H1>Select: Status</H1>
5632 You are selecting messages based on the status of the message.
5633 For example, whether or not the message has been marked Deleted or Important,
5634 or whether or not it has been Answered or is New.
5635 If you first type the &quot;!&nbsp;Not&quot; command, you will get the
5636 opposite: not Deleted, not Important, and so on.
5638 If you select Deleted messages, you will get all messages with their
5639 Deleted flag set.
5640 Likewise for Important messages, all messages that you have flagged as
5641 being Important with the
5642 <A HREF="h_common_flag">Flag</A> command.
5643 The &quot;New&quot; and &quot;Answered&quot; choices are a little bit odd
5644 because they try to match what you see on the screen by default.
5645 &quot;New&quot; is a shorthand for messages that are Unseen, Undeleted,
5646 and Unanswered.
5647 If you have looked at the message, or deleted it, or answered it; then it
5648 is not considered &quot;New &quot;.
5649 &quot;!&nbsp;New&quot; is the opposite of &quot;New&quot;.
5651 &quot;Answered&quot; is another one that is a little different.
5652 It means that the message has been Answered <EM>and</EM> is not deleted.
5653 And to make it even more confusing, &quot;!&nbsp;Answered&quot; is not
5654 the opposite of &quot;Answered&quot;!
5655 Instead, &quot;!&nbsp;Answered&quot; stands for messages that are
5656 both Unanswered <EM>and</EM> not deleted.
5658 (The New and Answered options may seem counter-intuitive.
5659 The reason it is done this way is
5660 because, by default, a Deleted message will show up with the &quot;D&quot;
5661 symbol in the MAIL INDEX screen even if it is New or Answered.
5662 The Delete symbol overrides the New and Answered symbols, because you
5663 usually don't care about the message anymore once you've deleted it.
5664 Similarly, you usually only care about whether a message is Answered or
5665 not if it is not Deleted.
5666 Once it is Deleted you've put it out of your mind.)
5668 The other two options were added later because the special nature of the
5669 New flag was not what was wanted by all users.
5670 New does match what you see in the index by default, but if you use
5671 the IMAPSTATUS or SHORTIMAPSTATUS token in the
5672 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; it may not
5673 be exactly what you expect.
5674 &quot;Unseen&quot; simply selects all unseen messages, whether or not
5675 they are deleted or answered, and
5676 &quot;Recent&quot; selects all of the messages that have been added to
5677 the folder since you started this Alpine session.
5678 (That's not technically quite true. If there are multiple mail clients
5679 reading an IMAP mailbox, each message will be marked as Recent in only
5680 one of the client's sessions.
5681 That behavior can be convenienent for some purposes, like filtering, but
5682 it isn't usually what you expect when selecting.)
5685 &lt;End of help on this topic&gt;
5686 </BODY>
5687 </HTML>
5688 ======= h_index_cmd_apply =======
5689 <HTML>
5690 <HEAD>
5691 <TITLE>Apply Command</TITLE>
5692 </HEAD>
5693 <BODY>
5694 <H1>Apply Command</H1>
5696 Apply
5697 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->A<!--chtml endif-->)
5698 is the second step of most aggregate operations.  Apply
5699 becomes active any time there is a defined set of selected messages.  The
5700 following commands can be applied to a selected message set: delete,
5701 undelete, reply, forward,
5702 <!--chtml if pinemode="os_windows"-->
5703 <!--chtml else--> 
5704 pipe,
5705 <!--chtml endif-->
5706 print, take address, save, export, bounce, and flag.
5709 The behavior of some of these commands in an aggregate sense is not easy to
5710 explain.  Try them out to see what they do.
5711 The feature
5712 <A HREF="h_config_auto_unzoom">&quot;<!--#echo var="FEAT_auto-unzoom-after-apply"-->&quot;</A>
5713 affects the behavior of the Apply command, as does the feature
5714 <A HREF="h_config_auto_unselect">&quot;<!--#echo var="FEAT_auto-unselect-after-apply"-->&quot;</A>.
5717 &lt;End of help on this topic&gt;
5718 </BODY>
5719 </HTML>
5720 ======= h_index_cmd_zoom =======
5721 <HTML>
5722 <HEAD>
5723 <TITLE>ZoomMode Command</TITLE>
5724 </HEAD>
5725 <BODY>
5726 <H1>ZoomMode Command</H1>
5728 Another action you might want to take on a set of selected messages is to
5729 zoom in on them.  Like apply, zoom only becomes active when messages have
5730 been selected.
5731 ZoomMode
5732 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->Z<!--chtml endif-->)
5733 is a toggle command that allows you to
5734 zoom-in (and only see the selected messages) and zoom-out (to see all
5735 messages in the folder).  Neither apply nor zoom removes the markings that
5736 define the selected set; you need to use a select command in order
5737 to do that.
5740 &lt;End of help on this topic&gt;
5741 </BODY>
5742 </HTML>
5743 ======= h_index_collapse_expand =======
5744 <HTML>
5745 <HEAD>
5746 <TITLE>Collapse/Expand Command</TITLE>
5747 </HEAD>
5748 <BODY>
5749 <H1>Collapse/Expand Command</H1>
5751 The Collapse/Expand command is only available from the MESSAGE INDEX screen when
5752 the folder is sorted by either Threads or OrderedSubject, and the
5753 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
5754 is set to something other than &quot;none&quot;.
5755 By default, this command collapses or expands the subthread that starts at
5756 the currently highlighted message, if any.
5757 If the subthread is already collapsed, then this command expands it.
5758 If the subthread is expanded, then this command collapses it.
5759 If there are no more messages below the current message in the
5760 thread tree (that is, there are no replies to the current message) then
5761 this command does nothing.
5764 The behavior of this command is affected by the option
5765 <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>.
5766 Normally, this command Collapses or Expands the subthread that
5767 starts at the currently highlighted message.
5768 If the above option is set, then this command Collapses or Expands the
5769 entire current thread instead of just the subthread.
5770 The current thread is simply the top-level thread that contains the
5771 current message.
5774 &lt;End of help on this topic&gt;
5775 </BODY>
5776 </HTML>
5777 ======= h_index_cmd_sort =======
5778 <HTML>
5779 <HEAD>
5780 <TITLE>Sort Command</TITLE>
5781 </HEAD>
5782 <BODY>
5783 <H1>Sort Command</H1>
5785 In Alpine's generic configuration, messages are presented in the order in
5786 which they arrive.  This default can be changed in the SETUP CONFIGURATION 
5787 with the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
5788 You can also re-sort the folder on demand with the sort
5789 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
5790 command.
5791 Your sorting options are:
5793 <UL>
5794  <LI> <A HREF="h_index_sort_arrival">A</A>rrival
5795  <LI> <A HREF="h_index_sort_date">D</A>ate
5796  <LI> <A HREF="h_index_sort_subj">S</A>ubject
5797  <LI> <A HREF="h_index_sort_ordsubj">O</A>rderedSubject
5798  <LI> t<A HREF="h_index_sort_thread">H</A>read
5799  <LI> <A HREF="h_index_sort_from">F</A>rom
5800  <LI> si<A HREF="h_index_sort_size">Z</A>e
5801  <LI> scor<A HREF="h_index_sort_score">E</A>,
5802  <LI> <A HREF="h_index_sort_to">T</A>o
5803  <LI> <A HREF="h_index_sort_cc">C</A>c
5804 </UL>
5807 The Reverse option will toggle the order the index is currently
5808 sorted by, but will not change the relative sort order.
5811 Sorting a folder does not actually rearrange the way the folder is saved,
5812 it just re-arranges how the messages are presented to you.  This means
5813 that Alpine has to do the work of sorting every time you change sort order.
5814 Sometimes, especially with PC-Alpine or with large folders, this could take
5815 a while.
5818 &lt;End of help on this topic&gt;
5819 </BODY>
5820 </HTML>
5821 ======= h_index_sort_default =======
5822 <HTML>
5823 <HEAD>
5824 <TITLE>SORT OPTION: Default</TITLE>
5825 </HEAD>
5826 <BODY>
5827 <H1>SORT OPTION: Default</H1>
5829 The <EM>Default</EM> sort option just means to use the default sort order
5830 set in the
5831 <li><a href="h_config_sort_key"><!--#echo var="VAR_sort-key"--></a>
5832 option in Setup/Config.
5835 &lt;End of help on this topic&gt;
5836 </BODY>
5837 </HTML>
5838 ======= h_index_sort_arrival =======
5839 <HTML>
5840 <HEAD>
5841 <TITLE>SORT OPTION: Arrival</TITLE>
5842 </HEAD>
5843 <BODY>
5844 <H1>SORT OPTION: Arrival</H1>
5846 The <EM>Arrival</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5847 in the order that they exist in the folder.  This is usually the same as the
5848 order in which they arrived.  This option is comparable to not sorting
5849 the messages at all.
5852 &lt;End of help on this topic&gt;
5853 </BODY>
5854 </HTML>
5855 ======= h_index_sort_date =======
5856 <HTML>
5857 <HEAD>
5858 <TITLE>SORT OPTION: Date</TITLE>
5859 </HEAD>
5860 <BODY>
5861 <H1>SORT OPTION: Date</H1>
5863 The <EM>Date</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5864 according to the date and time they were
5865 sent.
5868 On a folder like INBOX, sorting by &quot;Date&quot; should be almost
5869 identical to sorting by &quot;Arrival&quot;.
5872 &lt;End of help on this topic&gt;
5873 </BODY>
5874 </HTML>
5875 ======= h_index_sort_subj =======
5876 <HTML>
5877 <HEAD>
5878 <TITLE>SORT OPTION: Subject</TITLE>
5879 </HEAD>
5880 <BODY>
5881 <H1>SORT OPTION: Subject</H1>
5883 The <EM>Subject</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5884 by subject. 
5887 Messages with the same subject are
5888 first grouped together, and then the groups of like-subject messages
5889 are arranged alphabetically.
5892 Alpine ignores leading &quot;Re:&quot; and
5893 &quot;re:&quot; and trailing &quot;(fwd)&quot; when determining the
5894 likeness and alphabetical order of subject lines.
5897 &lt;End of help on this topic&gt;
5898 </BODY>
5899 </HTML>
5900 ======= h_index_sort_ordsubj =======
5901 <HTML>
5902 <HEAD>
5903 <TITLE>SORT OPTION: OrderedSubject</TITLE>
5904 </HEAD>
5905 <BODY>
5906 <H1>SORT OPTION: OrderedSubject</H1>
5908 The <EM>OrderedSubject</EM> sort option arranges messages in the
5909 MESSAGE&nbsp;INDEX by grouping all messages with the same subject
5910 together, similar to sort by <A HREF="h_index_sort_subj">S</A>ubject.
5913 However, <EM>OrderedSubj</EM> then arranges the groups of like-subject
5914 messages by the date of the oldest message in the group.
5917 This sort method provides for pseudo threading of conversations within
5918 a folder.
5919 You may want to try sorting by Thread instead.
5922 &lt;End of help on this topic&gt;
5923 </BODY>
5924 </HTML>
5925 ======= h_index_sort_thread =======
5926 <HTML>
5927 <HEAD>
5928 <TITLE>SORT OPTION: Thread</TITLE>
5929 </HEAD>
5930 <BODY>
5931 <H1>SORT OPTION: Thread</H1>
5933 The <EM>Thread</EM> sort option arranges messages in the
5934 MESSAGE&nbsp;INDEX by grouping all messages that indicate
5935 they are part of a conversation (discussion thread) taking
5936 place within a mailbox or newsgroup.  This indication is
5937 based on information in the message's header -- specifically
5938 its <tt>References:</tt>, <tt>Message-ID:</tt>, and <tt>Subject:</tt> fields.
5941 &lt;End of help on this topic&gt;
5942 </BODY>
5943 </HTML>
5944 ======= h_index_sort_from =======
5945 <HTML>
5946 <HEAD>
5947 <TITLE>SORT OPTION: From</TITLE>
5948 </HEAD>
5949 <BODY>
5950 <H1>SORT OPTION: From</H1>
5952 The <EM>From</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5953 by the name of the author of the message.
5956 Messages with the same author are grouped together. Groups of
5957 messages are then put into alphabetical order according to message
5958 author.
5961 &lt;End of help on this topic&gt;
5962 </BODY>
5963 </HTML>
5964 ======= h_index_sort_size =======
5965 <HTML>
5966 <HEAD>
5967 <TITLE>SORT OPTION: Size</TITLE>
5968 </HEAD>
5969 <BODY>
5970 <H1>SORT OPTION: Size</H1>
5972 The <EM>Size</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5973 by their relative sizes.
5976 &lt;End of help on this topic&gt;
5977 </BODY>
5978 </HTML>
5979 ======= h_index_sort_score =======
5980 <HTML>
5981 <HEAD>
5982 <TITLE>SORT OPTION: Score</TITLE>
5983 </HEAD>
5984 <BODY>
5985 <H1>SORT OPTION: Score</H1>
5987 The <EM>Score</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX
5988 by their scores.
5991 Messages with the same score are sorted in arrival order.
5992 Scores are something you create using the
5993 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
5996 &lt;End of help on this topic&gt;
5997 </BODY>
5998 </HTML>
5999 ======= h_index_sort_to =======
6000 <HTML>
6001 <HEAD>
6002 <TITLE>SORT OPTION: To</TITLE>
6003 </HEAD>
6004 <BODY>
6005 <H1>SORT OPTION: To</H1>
6007 The <EM>To</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX 
6008 by the names of the recipients of the message.
6011 Messages with the same recipients are grouped together. Groups of
6012 messages are then put into alphabetical order according to message
6013 recipients.
6016 &lt;End of help on this topic&gt;
6017 </BODY>
6018 </HTML>
6019 ======= h_index_sort_cc =======
6020 <HTML>
6021 <HEAD>
6022 <TITLE>SORT OPTION: Cc</TITLE>
6023 </HEAD>
6024 <BODY>
6025 <H1>SORT OPTION: Cc</H1>
6027 The <EM>Cc</EM> sort option arranges messages in the MESSAGE&nbsp;INDEX by
6028 the names of the carbon copy addresses of the message.
6031 &lt;End of help on this topic&gt;
6032 </BODY>
6033 </HTML>
6034 ======= h_index_cmd_whereis =======
6035 <HTML>
6036 <HEAD>
6037 <TITLE>WhereIs Command</TITLE>
6038 </HEAD>
6039 <BODY>
6040 <H1>WhereIs Command</H1>
6042 The WhereIs
6043 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6044 command lets you search the MESSAGE INDEX for a word.
6045 It scans through whatever you see, usually the name of the author
6046 and the Subject line.
6047 WhereIs has special subcommands to let you find the beginning of the
6048 index (Ctrl-Y -- first message)
6049 or the end of the index (Ctrl-V -- last message).
6051 Note that WhereIs only searches through the visible text on the screen.
6052 For example, if only part of the Subject of a message is shown because it
6053 is long, then only the visible portion of the Subject is searched.
6054 Also note that WhereIs does not &quot;see&quot; the 
6055 &quot;X&quot; in column one of Index entries for selected messages
6056 so it can't be used to search for
6057 selected messages (use &quot;Zoom&quot; instead).
6059 If the feature
6060 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
6061 is turned on,
6062 WhereIs can also be used as a quick way to select messages that match the
6063 string being searched for.
6064 Instead of typing carriage return to search for the next match, type
6065 Ctrl-X to select all matches.
6066 Once again, this only selects matches that are (or would be if the right
6067 index line was on the screen) visible.
6068 Truncated From lines or Subjects will cause matches to be missed.
6069 Although WhereIs is sometimes convenient for quick matching, the Select
6070 command is usually more powerful and usually faster.
6073 &lt;End of help on this topic&gt;
6074 </BODY>
6075 </HTML>
6076 ======= h_view_cmd_whereis =======
6077 <HTML>
6078 <HEAD>
6079 <TITLE>WhereIs Command</TITLE>
6080 </HEAD>
6081 <BODY>
6082 <H1>WhereIs Command</H1>
6084 The WhereIs
6085 (<!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->)
6086 command does a &quot;find in current message&quot; operation.  You
6087 type in text and Alpine will try to find it in the message you are
6088 reading.  WhereIs also has subcommands to jump to the beginning (Ctrl-Y)
6089 or end (Ctrl-V) of the message.
6090 That is, to rapidly move to the end of a message, hit the 
6091 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6092 (or Ctrl-W) key followed
6093 by Ctrl-V.  Similarly,
6094 <!--chtml if pinemode="function_key"-->F8<!--chtml else-->W<!--chtml endif-->
6095 followed by Ctrl-Y will take you to the beginning of a message.
6098 &lt;End of help on this topic&gt;
6099 </BODY>
6100 </HTML>
6101 ======= h_view_cmd_hilite =======
6102 <HTML>
6103 <HEAD>
6104 <TITLE>View Hilite and Next item/Previous item</TITLE>
6105 </HEAD>
6106 <BODY>
6107 <H1>View Hilite and Next item/Previous item</H1>
6109 Sometimes messages may be in the form of formatted HTML text
6110 or they may contain URLs or Web server hostnames.
6111 When any of the features
6112 <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>,
6113 <A HREF="h_config_enable_view_web_host">&quot;<!--#echo var="FEAT_enable-msg-view-web-hostnames"-->&quot;</A>,
6114 <A HREF="h_config_enable_view_attach">&quot;<!--#echo var="FEAT_enable-msg-view-attachments"-->&quot;</A>,
6116 <A HREF="h_config_enable_view_addresses">&quot;<!--#echo var="FEAT_enable-msg-view-addresses"-->&quot;</A>
6117 are enabled, Alpine will represent such selectable items in the text
6118 in bold typeface.  One of the selectable items will be displayed in
6119 inverse video (highlighted).  This is the &quot;currently selected&quot; item.
6120 Press the Return key to view the currently selected item.
6123 The Up and Down Arrows keys can be used to change the selected item
6124 (also see the feature
6125 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
6126 If there are no selectable items in the direction of the arrow you
6127 pressed, Alpine will scroll the display in that direction until one
6128 becomes visible.  To &quot;jump&quot; forwards/backwards among selectable 
6129 items in the message text, use the Previous and Next item commands,
6130 <!--chtml if pinemode="function_key"-->F5 and F6
6131 <!--chtml else-->^B and ^F<!--chtml endif-->.
6134 &lt;End of help on this topic&gt;
6135 </BODY>
6136 </HTML>
6137 ======= h_view_cmd_viewattch =======
6138 <HTML>
6139 <HEAD>
6140 <TITLE>ViewAttch Command</TITLE>
6141 </HEAD>
6142 <BODY>
6143 <H1>ViewAttch Command</H1>
6146 The View/Save Attachment
6147 (<!--chtml if pinemode="function_key"-->F4<!--chtml else-->V<!--chtml endif-->)
6148 command allows you to handle MIME attachments to a message you have
6149 received.  Alpine shows you a list of the message attachments -- you just
6150 choose the attachment you want.  You may either view or save the
6151 selected attachment.
6154 Because many attachments require external programs for display, there
6155 is some system configuration that has to happen before you can
6156 actually display attachments.  Hopefully much of that will have been
6157 done already by your system administrator.  MIME configuration is
6158 handled with the &quot;mailcap&quot; configuration file.  (See the section 
6159 on configuration in the
6160 <A HREF="h_news">release notes</A> for more information.)
6163 &lt;End of help on this topic&gt;
6164 </BODY>
6165 </HTML>
6166 ======= h_index_cmd_expunge =======
6167 <HTML>
6168 <HEAD>
6169 <TITLE>Expunge/Exclude Command</TITLE>
6170 </HEAD>
6171 <BODY>
6172 <H1>Expunge/Exclude Command</H1>
6174 Expunge/Exclude
6175 (<!--chtml if pinemode="function_key"-->F3<!--chtml else-->X<!--chtml endif-->)
6176 is the command Alpine uses to actually remove all messages
6177 marked for deletion.  With regular email files, expunge literally deletes
6178 the text from the current folder.  With newsgroups or shared mailboxes,
6179 you don't have permission to actually remove the message, so it is an
6180 exclude -- Alpine removes the message from your view of the folder even
6181 though it is not technically gone.
6183 <P> A selective expunge command is available in IMAP folders that support 
6184 the UID EXPUNGE extension in <A 
6185 HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all 
6186 other folders (local folders in all formats, POP3 inbox, and newsgroups) 
6187 as a subcommand of the apply command. If some selected messages are marked 
6188 deleted, then the apply command will offer the eXpunge command, which when 
6189 executed will only expunge those messages that are selected and deleted.
6191 <P> 
6192 Observe that the expunge command (when not used from the apply command) 
6193 will expunge/exclude all deleted messages from the folder, and so all 
6194 messages marked deleted will be expunged, regardless of if they are 
6195 selected or not. In other words, there is no protection against 
6196 potentially expunging more messages than only those that have been 
6197 selected and deleted.
6200 The configuration features
6201 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
6203 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>
6204 affect the behavior of the Expunge command.
6207 &lt;End of help on this topic&gt;
6208 </BODY>
6209 </HTML>
6210 ======= h_common_compose =======
6211 <HTML>
6212 <HEAD>
6213 <TITLE>Compose Command</TITLE>
6214 </HEAD>
6215 <BODY>
6216 <H1>Compose Command</H1>
6218 The Compose command takes you into the Alpine message composer where you
6219 can start a new message for sending.  This is where you type in the
6220 message's text and specify its recipient list (the &quot;To:&quot;
6221 address), where copies should be directed (e.g., &quot;Fcc&quot;,
6222 &quot;Cc:&quot; or &quot;Bcc:&quot;), and which files, if any, should
6223 be attached to the message.
6226 When you type this command, Alpine will also automatically check for any
6227 interrupted (i.e., a message that was being composed when your modem
6228 or network connection was broken) or previously postponed messages and
6229 offer you a chance to continue working on those.
6232 <UL>   
6233 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6234 </UL><P>
6235 &lt;End of help on this topic&gt;
6236 </BODY>
6237 </HTML>
6238 ======= h_common_index =======
6239 <HTML>
6240 <HEAD>
6241 <TITLE>Message Index Command</TITLE>
6242 </HEAD>
6243 <BODY>
6244 <H1>Message Index Command</H1>
6246 The Index command takes you to the MESSAGE INDEX screen that displays a
6247 summary caption for each message in the currently-open folder. One
6248 message will be highlighted; this is the &quot;Current&quot; message.
6249 The message commands available from this screen (e.g. View, Reply,
6250 Forward, Delete, Print, Save, etc) apply to the current message.
6253 &lt;End of help on this topic&gt;
6254 </BODY>
6255 </HTML>
6256 ======= h_common_folders =======
6257 <HTML>
6258 <HEAD>
6259 <TITLE>Folder List Command</TITLE>
6260 </HEAD>
6261 <BODY>
6262 <H1>Folder List Command</H1>
6264 This Folder List command takes you to the FOLDER LIST screen that displays
6265 the names of all your message folders and allows you to view, rename,
6266 delete, and add folders.  You can open (view) a different folder than the
6267 one currently open by highlighting the desired one (using the arrow keys
6268 or their control-key equivalents) and pressing RETURN.
6271 If you have multiple folder collections defined (see the Help text for
6272 the FOLDER LIST screen to learn more about Collections), you may need
6273 to press Return to expand the collection and display all of the
6274 folders in it.
6277 &lt;End of help on this topic&gt;
6278 </BODY>
6279 </HTML>
6280 ======= h_main_addrbook =======
6281 <HTML>
6282 <HEAD>
6283 <TITLE>Address Book Command</TITLE>
6284 </HEAD>
6285 <BODY>
6286 <H1>Address Book Command</H1>
6288 This command, available only from the MAIN MENU, takes you
6289 to the ADDRESS BOOK management screen.  From here, your personal address
6290 book(s) may be updated.
6293 &lt;End of help on this topic&gt;
6294 </BODY>
6295 </HTML>
6296 ======= h_main_setup =======
6297 <HTML>
6298 <HEAD>
6299 <TITLE>Setup Command</TITLE>
6300 </HEAD>
6301 <BODY>
6302 <H1>Setup Command</H1>
6304 The Setup command, available only from the MAIN MENU, prompts you for
6305 one of several configuration screens, including the SETUP CONFIGURATION 
6306 screen, by which you may activate optional Alpine features.
6309 &lt;End of help on this topic&gt;
6310 </BODY>
6311 </HTML>
6312 ======= h_main_release_notes =======
6313 <HTML>
6314 <HEAD>
6315 <TITLE>Release Notes Command</TITLE>
6316 </HEAD>
6317 <BODY>
6318 <H1>Release Notes Command</H1>
6320 This command displays information about Alpine <!--#echo var="ALPINE_VERSION"-->,
6321 as well as pointers to further information such as history and legal notes.
6324 &lt;End of help on this topic&gt;
6325 </BODY>
6326 </HTML>
6327 ======= h_main_kblock =======
6328 <HTML>
6329 <HEAD>
6330 <TITLE>Keyboard Lock Command</TITLE>
6331 </HEAD>
6332 <BODY>
6333 <H1>Keyboard Lock Command</H1>
6335 This command allows your Alpine session to be protected
6336 during a temporary absence from your terminal.
6339 &lt;End of help on this topic&gt;
6340 </BODY>
6341 </HTML>
6342 ======= h_main_journal =======
6343 <HTML>
6344 <HEAD>
6345 <TITLE>Journal Command</TITLE>
6346 </HEAD>
6347 <BODY>
6348 <H1>Journal Command</H1>
6350 This command displays a list of all the status messages Alpine has
6351 displayed (on the third line from the bottom of the screen). This may
6352 be useful if a message disappeared before you had a chance to read it.
6355 &lt;End of help on this topic&gt;
6356 </BODY>
6357 </HTML>
6358 ======= h_common_role =======
6359 <HTML>
6360 <HEAD>
6361 <TITLE>Role Command</TITLE>
6362 </HEAD>
6363 <BODY>
6364 <H1>Role Command</H1>
6366 The Role command is similar to the Compose command except that it starts
6367 off by letting you select a <A HREF="h_rules_roles">role</A>
6368 to be used for the composition.
6369 You may set up alternate roles by using Setup/Rules/Roles.
6372 &lt;End of help on this topic&gt;
6373 </BODY>
6374 </HTML>
6375 ======= h_common_conditional_cmds =======
6376 <HTML>
6377 <HEAD>
6378 <TITLE>Conditional Commands</TITLE>
6379 </HEAD>
6380 <BODY>
6381 <H1>Conditional Commands</H1>
6383 The presence or absence of certain commands, particularly in the
6384 MESSAGE INDEX and MESSAGE TEXT screens, is determined by
6385 whether or not specific features are set in your Alpine configuration.  
6386 (You can access the SETUP CONFIGURATION screen, where they are found, from 
6387 Alpine's MAIN MENU.)  To see if a desired command's availability is
6388 conditioned on a feature setting, see the command's help text (highlight
6389 the phrase associated with the command and hit Return).
6392 Also note that some
6393 commands may be administratively disabled by your system manager;
6394 if they don't work, please check with your local help desk.
6397 <UL>   
6398 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6399 </UL><P>
6400 &lt;End of help on this topic&gt;
6401 </BODY>
6402 </HTML>
6403 ======= h_common_pipe =======
6404 <HTML>
6405 <HEAD>
6406 <TITLE>Pipe Command</TITLE>
6407 </HEAD>
6408 <BODY>
6409 <H1>Pipe Command</H1>
6411 Pipe
6412 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->|<!--chtml endif-->)
6413 allows you to send a message to a specified Unix command for external
6414 processing.
6415 This command's availability is controlled by the
6416 <A HREF="h_config_enable_pipe">&quot;<!--#echo var="FEAT_enable-unix-pipe-cmd"-->&quot;</A> 
6417 feature.
6418 By default, the processed text of the message is sent to the command
6419 you specify and the output is captured by Alpine and shown to you.
6420 When you run the pipe command, there are some sub-commands which may be
6421 used to alter this behavior.
6422 These sub-commands are described <A HREF="h_pipe_command">here</A>.
6425 &lt;End of help on this topic&gt;
6426 </BODY>
6427 </HTML>
6428 ======= h_common_goto =======
6429 <HTML>
6430 <HEAD>
6431 <TITLE>Goto Command</TITLE>
6432 </HEAD>
6433 <BODY>
6434 <H1>Goto Command</H1>
6436 Goto
6437 (<!--chtml if pinemode="function_key"-->F6<!--chtml else-->G<!--chtml endif-->)
6438 is the command that lets you bypass Alpine's folder selection screens
6439 and jump directly to a new folder.  You can select any folder in the
6440 world: one in your current collection, one in a different collection or
6441 one in a collection you've never even used before.
6444 Alpine will help you as much as possible to narrow in on the folder you want.
6445 However, if the folder is outside of your defined collections, you are
6446 going to have to enter the exact folder location using the correct
6447 <A HREF="h_valid_folder_names">syntax</A>
6448 for a remote folder and/or fully-qualified path name.
6451 &lt;End of help on this topic&gt;
6452 </BODY>
6453 </HTML>
6454 ======= h_common_nextnew =======
6455 <HTML>
6456 <HEAD>
6457 <TITLE>NextNew Command</TITLE>
6458 </HEAD>
6459 <BODY>
6460 <H1>NextNew Command</H1>
6462 When you press the TAB key, Alpine advances to the next
6463 &quot;interesting&quot; message.
6464 This will be the next message you have not seen before, or the next message
6465 you have flagged Important, whichever comes first.
6466 Unread messages that have been deleted are not considered interesting.
6467 (A note about reading news. Alpine expects you to &quot;Delete&quot; news
6468 articles after you have read them if you want to remove them from future
6469 consideration. See <A HREF="h_mainhelp_readingnews">Reading News</A> for
6470 more information.)
6473 The NextNew command is affected by the feature
6474 <A HREF="h_config_tab_new_only">&quot;<!--#echo var="FEAT_tab-visits-next-new-message-only"-->&quot;</A>,
6475 which causes Alpine to only consider Unread messages interesting, not messages
6476 flagged Important.
6479 This command behaves a little differently when it finds there are no more
6480 interesting messages left in the current folder.
6481 If the current folder is one of your Incoming Message Folders
6482 (<A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>)
6483 or it is a newsgroup, then Alpine will try to find the next folder or
6484 newsgroup that contains <EM>Recent</EM> messages and will ask you
6485 if you want to open that folder.
6486 This behavior may be modified by using the
6487 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
6488 feature that causes Alpine to look for Unseen messages instead of Recent
6489 messages.
6490 The NextNew command's behavior is also affected by the configuration features
6491 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A>,
6493 <A HREF="h_config_tab_no_prompt">&quot;<!--#echo var="FEAT_continue-tab-without-confirm"-->&quot;</A>.
6496 &lt;End of help on this topic&gt;
6497 </BODY>
6498 </HTML>
6499 ======= h_common_jump =======
6500 <HTML>
6501 <HEAD>
6502 <TITLE>Jump Command</TITLE>
6503 </HEAD>
6504 <BODY>
6505 <H1>Jump Command</H1>
6507 This is Alpine's way of allowing you to go straight to a specific message.
6508 Just press &quot;J&quot; and then enter the message number.  By default, Alpine is also
6509 configured such that typing in any number automatically jumps you to that
6510 message 
6511 (<A HREF="h_config_enable_jump">&quot;<!--#echo var="FEAT_enable-jump-shortcut"-->&quot;</A> 
6512 in the SETUP CONFIGURATION).
6515 &lt;End of help on this topic&gt;
6516 </BODY>
6517 </HTML>
6518 ======= h_common_flag =======
6519 <HTML>
6520 <HEAD>
6521 <TITLE>Flag Command</TITLE>
6522 </HEAD>
6523 <BODY>
6524 <H1>Flag Command</H1>
6526 Flag
6527 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6528 is the command that allows users to manipulate the status flags that
6529 appear on the left side of the MESSAGE INDEX screen.  The most common
6530 use of this is to mark a message as important. This is something of a
6531 note to yourself to get back to that message.  You may also use the
6532 flag command to set (or unset) the flags that indicate that a message
6533 is new, answered, deleted, or forwarded.<P>
6535 Provided the mail server supports it,
6536 you may also manipulate user-defined keywords
6537 for a message using the flag command.
6538 These keywords will be available if you use the Flag Details screen that you
6539 can get to after typing the
6540 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
6541 command.
6542 They will be listed after the Important, New, Answered, Deleted , and Forwarded flags,
6543 which are always present.
6544 You may add new keywords by using the Add KW command from the Flag Details screen
6545 or by defining them in the <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
6547 The availability of the flag command is determined by the
6548 <A HREF="h_config_enable_flag">&quot;<!--#echo var="FEAT_enable-flag-cmd"-->&quot;</A>
6549 feature in your Alpine configuration. Also, it is possible that Flag could be
6550 administratively disabled by your system manager; if it doesn't work,
6551 please check with your local help desk before reporting a bug.
6552 The behavior of the flag command may be modified by the
6553 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
6554 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
6557 &lt;End of help on this topic&gt;
6558 </BODY>
6559 </HTML>
6560 ======= h_common_hdrmode =======
6561 <HTML>
6562 <HEAD>
6563 <TITLE>HdrMode Command</TITLE>
6564 </HEAD>
6565 <BODY>
6566 <H1>HdrMode Command</H1>
6568 Every email message comes with some header lines that you normally
6569 don't see (and don't want to see).
6570 These include anywhere from 3-20 lines (or more) added by the
6571 Internet mail transport system to record the route your message took,
6572 for diagnostic purposes.
6573 These are normally of no import and simply
6574 add clutter, so Alpine suppresses them in the MESSAGE TEXT display.
6575 This also includes other non-standard headers the message may contain.
6576 If you want to see these headers, there is a way to reveal them.
6579 The Header Mode
6580 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6581 command is a toggle that controls Alpine's handling of these header
6582 lines.  Normally, full headers is &quot;off&quot; and you only see a
6583 few lines about who a message is to and who it is from.  When you
6584 press
6585 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->H<!--chtml endif-->)
6586 to turn full headers on, Alpine will show you
6587 the normal header lines as well as delivery headers, comment headers,
6588 MIME headers, and any other headers present.
6591 Several different Alpine commands honor the header mode -- it affects how
6592 messages are displayed, how they appear in forward and reply email, how
6593 they are printed, how they are saved, and how they are exported.
6594 <!--chtml if pinemode="os_windows"-->
6595 <!--chtml else--> 
6596 The pipe command is also affected.
6597 <!--chtml endif-->
6600 The presence or absence of the Header Mode command is determined by the
6601 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6602 Feature-List option in your Alpine configuration.
6605 If you have also turned on the
6606 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
6607 option then the HdrMode command actually rotates through three states
6608 instead of just two.
6609 The first is the normal view with long quotes suppressed.
6610 The second is the normal view but with the long quotes included.
6611 The last enables the display of all headers in the message.
6612 When using Export, Pipe, Print, Forward, or Reply the quotes are
6613 never suppressed, so the first two states are identical.
6616 The behavior of the Header Mode command may be altered slightly by
6617 turning on the
6618 <A HREF="h_config_quell_full_hdr_reset">&quot;<!--#echo var="FEAT_quell-full-header-auto-reset"-->&quot;</A>
6619 Feature-List option in your Alpine configuration.
6620 In particular, it will cause the Header Mode to be persistent when moving
6621 from message to message instead of resetting to the default for each message.
6624 <UL>   
6625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
6626 </UL><P>
6627 &lt;End of help on this topic&gt;
6628 </BODY>
6629 </HTML>
6630 ======= h_common_print =======
6631 <HTML>
6632 <HEAD>
6633 <TITLE>Print Command</TITLE>
6634 </HEAD>
6635 <BODY>
6636 <H1>Print Command</H1>
6638 The Print
6639 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->%<!--chtml endif-->)
6640 command allows you to print a copy of a message.
6641 There are many SETUP CONFIGURATION features that affect the
6642 Print command, including
6643 <A HREF="h_config_enable_y_print">&quot;<!--#echo var="FEAT_enable-print-via-y-command"-->&quot;</A>,
6644 <A HREF="h_config_print_index">&quot;<!--#echo var="FEAT_print-index-enabled"-->&quot;</A>,
6645 <A HREF="h_config_custom_print">&quot;<!--#echo var="FEAT_print-offers-custom-cmd-prompt"-->&quot;</A>,
6646 <A HREF="h_config_print_from">&quot;<!--#echo var="FEAT_print-includes-from-line"-->&quot;</A>, and
6647 <A HREF="h_config_ff_between_msgs">&quot;<!--#echo var="FEAT_print-formfeed-between-messages"-->&quot;</A>.
6648 You set up for printing by using the Printer option of the Setup command
6649 on the MAIN MENU.
6653 &lt;End of help on this topic&gt;
6654 </BODY>
6655 </HTML>
6656 ======= h_common_take =======
6657 <HTML>
6658 <HEAD>
6659 <TITLE>TakeAddr Command</TITLE>
6660 </HEAD>
6661 <BODY>
6662 <H1>TakeAddr Command</H1>
6665 With the Take Address
6666 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->T<!--chtml endif-->)
6667 command, you can extract email addresses from an
6668 incoming message and save them in an address book.  This is an easy way
6669 to add to your address book and avoid having to remember the email
6670 addresses of the people who write to you.
6673 If the message is just to you individually, then you will only need to
6674 provide a nickname.  If the message contains more than one email address,
6675 then you will see an address
6676 selection screen that lets you choose the address you want to save into
6677 your address book, or lets you choose several of them add to a
6678 personal distribution list.
6681 Once you've added an entry to your address book, you can use it from the
6682 message composer by typing the nickname of the entry into one of the
6683 header fields (for example, into the To: field), or you can use ^T from
6684 the header field to select the entry from your address book.
6687 If the configuration feature
6688 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
6689 is set, the behavior of the Take command is altered slightly.
6692 &lt;End of help on this topic&gt;
6693 </BODY>
6694 </HTML>
6695 ======= h_ge_import =======
6696 <HTML>
6697 <HEAD>
6698 <TITLE>Import File Selection</TITLE>
6699 </HEAD>
6700 <BODY>
6701 <H1>Import File Selection</H1>
6703 You are importing a file that you previously
6704 exported from Alpine.
6705 You are now being asked for the name of that file.
6706 The easiest way to select a file is probably with the &quot;^T&quot;
6707 &quot;To Files&quot; command.
6708 Alternatively, you may type in a file name.
6709 It may be an absolute pathname.
6710 Otherwise, it is a file located in your home directory
6711 or current working directory
6712 <!--chtml if pinemode="running"-->
6713 (which, at least for your current Alpine &quot;session,&quot; 
6714 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6715 <!--chtml endif-->, depending on the
6716 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6717 In any case, you finish by typing a carriage return to accept the
6718 file name that is displayed.
6719 When the feature
6720 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6721 is turned on you may use TAB to complete partially typed in names.
6723 You may cancel the import operation by typing &quot;^C&quot; after exiting
6724 this help.
6726 &lt;End of help on this topic&gt;
6727 </BODY>
6728 </HTML>
6729 ======= h_ge_allparts =======
6730 <HTML>
6731 <HEAD>
6732 <TITLE>Export Message File Selection</TITLE>
6733 </HEAD>
6734 <BODY>
6735 <H1>Export Message File Selection</H1>
6737 You are Exporting a message from an Alpine mail folder
6738 to a plain text file.
6739 You also have the option of exporting all of the attachments associated
6740 with the message.
6741 You are now being asked for the name of the file to export <EM>to</EM>.
6742 The easiest way to select a file is probably with the &quot;^T&quot;
6743 &quot;To Files&quot; subcommand.
6744 After returning from that subcommand you will still be allowed to
6745 edit the name you have selected.
6746 Alternatively, you may type in a file name.
6747 It may be an absolute pathname.
6748 Otherwise, it is a file located in your home directory
6749 or current working directory
6750 <!--chtml if pinemode="running"-->
6751 (which, at least for your current Alpine &quot;session,&quot; 
6752 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6753 <!--chtml endif-->, depending on the
6754 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6755 In any case, you finish by typing a carriage return to accept the
6756 file name that is displayed.
6757 When the feature
6758 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6759 is turned on you may use TAB to complete partially typed in names.
6761 The message you are exporting appears to have some attachments.
6762 If you wish to save <EM>all</EM> of the attachments at once,
6763 type the &quot;^P&quot; &quot;AllParts&quot; command to turn on
6764 saving of the attachments.
6765 You may turn it back off by typing &quot;^P&quot; again, which will now
6766 be labeled &quot;NoAllParts&quot; instead.
6767 If you want to save the parts the command displayed should be
6768 &quot;NoAllParts&quot;!
6769 When you choose to save attachments like this, the attachments will be saved
6770 in a newly created directory.
6771 That directory will have the same name as the file name you choose here,
6772 with the letters &quot;.d&quot; appended.
6773 If that directory already exists, then the letters &quot;.d_1&quot; will
6774 be tried, then &quot;.d_2&quot; and so on until a name that doesn't exist
6775 is found.
6776 For example, if you select the file name
6778 <CENTER><SAMP>filename</SAMP></CENTER>
6780 to export the message to, then the directory used for the attachments will be
6782 <CENTER><SAMP>filename.d</SAMP></CENTER>
6784 or perhaps
6786 <CENTER><SAMP>filename.d_&lt;n&gt;</SAMP></CENTER>
6788 The attachments will then be put into files inside that directory.
6789 The names for the attachment files will be derived from the attachments
6790 if possible.
6791 This is done in the same way as the default values are derived if you
6792 save them one at a time.
6793 (The &quot;filename&quot; parameter from the Content-Disposition header
6794 is the first choice. If that doesn't exist, the &quot;name&quot;
6795 parameter from the Content-Type header is used.)
6796 If a name for a particular attachment is not available, then the
6797 part number of the attachment is used, with the characters &quot;part_&quot;
6798 prepended.
6799 An example of that would be
6801 <CENTER><SAMP>part_2.1</SAMP></CENTER>
6803 If you want to save only some of the attachments or if you want more control
6804 over the directory and filename where an attachment is saved you may
6805 cancel out of this command and View the attachment list.
6806 From there you can save each attachment individually.
6808 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6809 this help.
6811 &lt;End of help on this topic&gt;
6812 </BODY>
6813 </HTML>
6814 ======= h_ge_export =======
6815 <HTML>
6816 <HEAD>
6817 <TITLE>Export File Selection</TITLE>
6818 </HEAD>
6819 <BODY>
6820 <H1>Export File Selection</H1>
6822 You are Exporting or Saving something from within the Alpine world
6823 (a message, an attachment, etc.)
6824 to a plain text file.
6825 You are now being asked for the name of the file to export <EM>to</EM>.
6826 The easiest way to select a file is probably with the &quot;^T&quot;
6827 &quot;To Files&quot; subcommand.
6828 After returning from that subcommand you will still be allowed to
6829 edit the name you have selected.
6830 Alternatively, you may type in a file name.
6831 It may be an absolute pathname.
6832 Otherwise, it is a file located in your home directory
6833 or current working directory
6834 <!--chtml if pinemode="running"-->
6835 (which, at least for your current Alpine &quot;session,&quot; 
6836 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6837 <!--chtml endif-->, depending on the
6838 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A> option.
6839 In any case, you finish by typing a carriage return to accept the
6840 file name that is displayed.
6841 When the feature
6842 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
6843 is turned on you may use TAB to complete partially typed in names.
6845 If the object you are exporting is a message with some attachments,
6846 you may wish to save all of the attachments by typing the &quot;^P&quot;
6847 &quot;AllParts&quot; command to turn on saving of the attachments.
6848 This subcommand will only be visible if the message actually has attachments.
6849 You may also View the attachment list and save individual attachments from
6850 there.
6852 If you are SAVING a text part (text/plain, text/html, etc.) you can use
6853 the Control-R subcommand to toggle if saving will be done in binary mode,
6854 meaning that the attachment will be decoded, but will not be transformed
6855 to UTF-8 for further processing (either in internal filters, or user
6856 supplied filters.) This is useful in case you either want to preserve
6857 the text as it was encoded originally to you, or the attachment was
6858 incorrectly attached (the attachment is not of text type) and you need
6859 the original text to process the attachment.
6861 You may cancel the Export operation by typing &quot;^C&quot; after exiting
6862 this help.
6864 &lt;End of help on this topic&gt;
6865 </BODY>
6866 </HTML>
6867 ======= h_common_save =======
6868 <HTML>
6869 <HEAD>
6870 <TITLE>Save and Export Commands</TITLE>
6871 </HEAD>
6872 <BODY>
6873 <H1>Save and Export Commands</H1>
6875 Save
6876 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->S<!--chtml endif-->)
6877 and Export
6878 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->E<!--chtml endif-->)
6879 are the two alternatives Alpine gives you to keep a copy of the message
6880 you are reading. If you want to keep the message within Alpine's email
6881 world, use &quot;Save&quot;; if you want to use the message in another
6882 program, use &quot;Export&quot;.
6885 When you Save a message, it is put into an existing folder or into a new
6886 folder in one of your existing folder collections.  The message stays in
6887 email format and can be read by Alpine again.  Alpine may use a special format
6888 for its mail folders -- never edit an Alpine folder by hand or with any
6889 program other than Alpine.  The exact behavior of the Save command can be
6890 configured with the
6891 <A HREF="h_config_quote_all_froms">&quot;<!--#echo var="FEAT_save-will-quote-leading-froms"-->&quot;</A>,
6892 <A HREF="h_config_save_wont_delete">&quot;<!--#echo var="FEAT_save-will-not-delete"-->&quot;</A>,
6893 and 
6894 <A HREF="h_config_save_advances">&quot;<!--#echo var="FEAT_save-will-advance"-->&quot;</A>
6895 feature list settings.
6896 The name of the folder offered as a default is controlled by the option
6897 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>.
6900 When you use Export, the message is placed in a plain text file in your
6901 home directory 
6902 <!--chtml if pinemode="running"-->
6903 (which, in the present configuration of your system, is
6904  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
6905 <!--chtml endif-->
6906 or current working directory
6907 <!--chtml if pinemode="running"-->
6908 (which, at least for your current Alpine &quot;session,&quot; 
6909 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
6910 <!--chtml endif-->, depending on the
6911 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
6912 configuration setting.  In the normal case, only minimal
6913 headers are exported with the message; however, if the full header mode 
6914 (whose availability may be disabled  by setting the feature 
6915 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
6916 in SETUP CONFIGURATION) is
6917 toggled on, then complete headers are exported along with the message
6918 text. (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
6919 defined, they may affect the contents of the exported file.)
6922 &lt;End of help on this topic&gt;
6923 </BODY>
6924 </HTML>
6925 ======= h_common_bounce =======
6926 <HTML>
6927 <HEAD>
6928 <TITLE>Bounce Command</TITLE>
6929 </HEAD>
6930 <BODY>
6931 <H1>Bounce Command</H1>
6933 The Bounce 
6934 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->B<!--chtml endif-->)
6935 command allows you to re-send, or &quot;remail&quot;, a
6936 message, as if you were never in the loop.  It is analogous to crossing
6937 out your address on a postal letter, writing a different address on the
6938 envelope, and putting it into the mailbox. Bounce is used primarily to
6939 redirect email that was sent to you in error.
6940 Also, some owners of email
6941 lists need the bounce command to handle list traffic.
6942 Bounce is not anonymous.
6943 A ReSent-From header is added to the message so that the recipient may
6944 tell that you Bounced it to them.
6947 The presence or absence of the Bounce command is determined by the
6948 <A HREF="h_config_enable_bounce">&quot;<!--#echo var="FEAT_enable-bounce-cmd"-->&quot;</A>
6949 feature in your Alpine configuration.
6950 The feature
6951 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A>
6952 affects the behavior of the Bounce command.
6953 Also, it is possible that Bounce could be
6954 administratively disabled by your system manager; if it doesn't work,
6955 please check with your local help desk before reporting a bug.
6958 &lt;End of help on this topic&gt;
6959 </BODY>
6960 </HTML>
6961 ======= h_common_reply =======
6962 <HTML>
6963 <HEAD>
6964 <TITLE>Reply and Forward Commands</TITLE>
6965 </HEAD>
6966 <BODY>
6968 <H1>Reply and Forward Commands</H1>
6970 Replying 
6971 (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->R<!--chtml endif-->)
6972 and Forwarding 
6973 (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->F<!--chtml endif-->)
6974 are your two alternatives for following up on the
6975 message you are reading.  You would use reply if you want to get email
6976 back to the author of the message and/or the other people who have
6977 already seen it.  You use forward if you want somebody new to see the
6978 message.
6981 In the normal case, the only thing that you must supply when forwarding a
6982 message is the name/email address of the new recipient.
6983 Alpine will include the text of the forwarded message.
6984 Alpine will also include any attachments to the message.
6985 There is space above the forwarded text for you to include additional comments.
6988 When replying, you usually have to answer some questions.
6989 If the message is to multiple people and/or specified with a Reply-To: header,
6990 then you will have to decide who should get the reply.
6991 You also need to decide whether or not to include the previous
6992 message in your reply.
6993 Some of this is configurable.
6994 Specifically, see the
6995 <A HREF="h_config_include_header">&quot;<!--#echo var="FEAT_include-header-in-reply"-->&quot;</A>,
6996 <A HREF="h_config_auto_include_reply">&quot;<!--#echo var="FEAT_include-text-in-reply"-->&quot;</A>,
6997 <A HREF="h_config_attach_in_reply">&quot;<!--#echo var="FEAT_include-attachments-in-reply"-->&quot;</A>,
6999 <A HREF="h_config_auto_reply_to">&quot;<!--#echo var="FEAT_reply-always-uses-reply-to"-->&quot;</A>
7000 configuration features.
7003 Both the Reply and Forward commands react to the full header mode toggle.
7004 If the full header mode is on, then all the header and delivery lines are
7005 included with the text of the message in your reply/forward.
7008 Other configuration features that affect the Reply command are
7009 <A HREF="h_config_sig_at_bottom">&quot;<!--#echo var="FEAT_signature-at-bottom"-->&quot;</A>,
7010 <A HREF="h_config_sigdashes">&quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot;</A>, and
7011 <A HREF="h_config_strip_sigdashes">&quot;<!--#echo var="FEAT_strip-from-sigdashes-on-reply"-->&quot;</A>.
7014 &lt;End of help on this topic&gt;
7015 </BODY>
7016 </HTML>
7017 ======= h_common_delete =======
7018 <HTML>
7019 <HEAD>
7020 <TITLE>Delete and Undelete Commands</TITLE>
7021 </HEAD>
7022 <BODY>
7023 <H1>Delete and Undelete Commands</H1>
7025 Delete 
7026 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->D<!--chtml endif-->)
7027 and Undelete 
7028 (<!--chtml if pinemode="function_key"-->F10<!--chtml else-->U<!--chtml endif-->)
7029 allow you to change the Deleted flag for the current message.
7030 Delete marks a message Deleted (turns on the Deleted flag) and Undelete
7031 removes the mark.
7032 In the MESSAGE INDEX, deleted messages have a &quot;D&quot; in the status field
7033 at the left hand edge of the index line.
7034 When viewing a deleted message, the letters &quot;DEL&quot; will be present
7035 in the upper right hand corner of the screen.
7036 Delete simply <EM>marks</EM> a message Deleted, it does not actually
7037 get rid of the message.
7038 The eXpunge command (available from the MESSAGE INDEX screen) actually
7039 removes all of the deleted messages in a folder.
7040 Once a message is eXpunged, it can't be retrieved.
7043 The Delete command is affected by the setting of the configuration feature
7044 <A HREF="h_config_del_skips_del">&quot;<!--#echo var="FEAT_delete-skips-deleted"-->&quot;</A>.
7047 &lt;End of help on this topic&gt;
7048 </BODY>
7049 </HTML>
7050 ======= h_common_postpone =======
7051 <HTML>
7052 <HEAD>
7053 <TITLE>Postpone Command</TITLE>
7054 </HEAD>
7055 <BODY>
7056 <H1>Postpone Command</H1>
7058 The postpone
7059 <!--chtml if pinemode="function_key"-->(F11)<!--chtml else-->(^O)<!--chtml endif-->
7060 command allows you to temporarily stop working on the current
7061 message so you may read
7062 other messages or compose another message.  When you want to resume a
7063 message later, start to compose and answer &quot;yes&quot; to the
7064 &quot;Continue postponed composition?&quot; question.  You may
7065 postpone as many messages as you like.
7068 Note: If a <A HREF="h_config_form_folder"><!--#echo var="VAR_form-letter-folder"--></A> is defined
7069 in the Setup/Config screen, then the Postpone command will prompt you for
7070 the folder in which to store your outgoing message.
7073 &lt;End of help on this topic&gt;
7074 </BODY>
7075 </HTML>
7076 ======= h_compose_cancel =======
7077 <HTML>
7078 <HEAD>
7079 <TITLE>Cancel Command</TITLE>
7080 </HEAD>
7081 <BODY>
7082 <H1>Cancel Command</H1>
7084 Cancel
7085 <!--chtml if pinemode="function_key"-->
7086 (F2)
7087 <!--chtml else-->
7088 (^C) 
7089 <!--chtml endif-->
7091 The Cancel command returns you to Alpine's normal mail processing and
7092 causes the message currently under composition to be thrown out.
7093 The message text <EM>will be lost</EM>.
7096 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
7097 will be preserved in the file named
7098 <!--chtml if pinemode="os_windows"-->
7099 &quot;DEADLETR&quot;.
7100 <!--chtml else-->
7101 &quot;dead.letter&quot; in your home directory.
7102 <!--chtml endif-->
7103 If you unintentionally cancel a message, look there for its text.
7106 &lt;End of help on this topic&gt;
7107 </BODY>
7108 </HTML>
7109 ======= h_compose_addrcomplete =======
7110 <HTML>
7111 <HEAD>
7112 <TITLE>Address Completion</TITLE>
7113 </HEAD>
7114 <BODY>
7115 <H1>Address Completion</H1>
7117 When entering addresses in the address fields of the composer (To, Cc, etc.)
7118 the TAB key may be used to help complete the address.
7119 Type a partial nickname and tap the TAB key to complete the typing.
7120 The unambiguous part of the name will be filled in automatically.
7121 Typing TAB twice in succession will bring up a selection list of possibilities,
7122 making it easy to find and choose the correct address.
7125 The matching algorithm is rather ad hoc.
7126 The search starts with a search of your address book.
7127 It counts as a match if the nickname, address, or fullname field of an
7128 entry begins with the text typed in so far. It is also a match if
7129 a later word in the fullname (for example, the middle name or last name)
7130 begins with the entered text.
7132 Next comes an LDAP search.
7133 The search will happen for any servers that have the
7134 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
7135 feature set. You can set or unset the feature for each server independently
7136 in the Setup/Directory screen.
7138 Finally, if you are replying to or forwarding a message, that message is
7139 searched for likely candidate addresses that match the typed-in text.
7142 &lt;End of help on this topic&gt;
7143 </BODY>
7144 </HTML>
7145 ======= h_compose_richhdr =======
7146 <HTML>
7147 <HEAD>
7148 <TITLE>Rich Header Command</TITLE>
7149 </HEAD>
7150 <BODY>
7151 <H1>Rich Header Command</H1>
7153 The Rich Header command allows you to toggle between the list of 
7154 all message headers available for editing and those that are most
7155 common.
7158 Use this toggle to expose headers that are not normally visible by
7159 default.
7160 This set usually includes the
7161 &quot;Bcc:&quot;,
7162 &quot;Fcc:&quot;,
7163 &quot;Lcc:&quot;,
7164 and &quot;Newsgroups&quot;
7165 headers.
7166 If you are posting to a newsgroup the set of defaults is a little different.
7167 Obviously, in that case, the Newsgroups header is of interest so is not
7168 hidden.
7169 For news posting the hidden set includes the
7170 &quot;To:&quot;,
7171 &quot;Cc:&quot;,
7172 &quot;Bcc:&quot;,
7173 &quot;Fcc:&quot;,
7174 and &quot;Lcc:&quot;
7175 headers.
7176 You won't normally want to edit these, which is why they are hidden,
7177 but it is sometimes useful to be able to set them manually.
7180 The default sets of headers listed above can be altered.
7181 Any header that you have added to the
7182 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
7183 option, but not to the
7184 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
7185 option will appear when you use the Rich Headers command to
7186 make the Rich Headers visible.
7187 (Headers listed in the <!--#echo var="VAR_default-composer-hdrs"--> list will be visible
7188 even without toggling the Rich Headers command.)
7191 &lt;End of help on this topic&gt;
7192 </BODY>
7193 </HTML>
7194 ======= h_compose_send =======
7195 <HTML>
7196 <HEAD>
7197 <TITLE>Send Command</TITLE>
7198 </HEAD>
7199 <BODY>
7200 <H1>Send Command</H1>
7202 The Send command
7203 <!--chtml if pinemode="function_key"-->
7204 (F3)
7205 <!--chtml else-->
7206 (^X) 
7207 <!--chtml endif-->
7208 tells Alpine you are finished composing.
7209 Before actually sending it, though, Alpine will ask you to confirm 
7210 your intention, and, at the same time, redisplayed the message text
7211 with the recipients at the top of the screen to give you the opportunity
7212 to review and verify that the message is addressed to the people
7213 you intended.
7215 If the feature
7216 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
7217 then this confirmation prompt and any options it allows are skipped.
7220 This confirmation prompt may also offer, depending
7221 on your particular Setup/Config, options allowing you to set
7222 <A HREF="h_config_compose_dsn">delivery status notifications</A>,
7223 include attachments in the &quot;Fcc&quot; (if you had previously
7224 specified that they <A HREF="h_config_no_fcc_attach">exclude attachments</A>, 
7225 observe details of the
7226 <A HREF="h_config_verbose_post">message submission process</A>,
7227 choose the filter through which the
7228 <A HREF="h_config_sending_filter">outgoing text should first pass</A>,
7229 or turn of flowed text generation.
7232 &lt;End of help on this topic&gt;
7233 </BODY>
7234 </HTML>
7235 ======= h_compose_markcutpaste =======
7236 <HTML>
7237 <HEAD>
7238 <TITLE>Mark, Cut and Paste Commands</TITLE>
7239 </HEAD>
7240 <BODY>
7241 <H1>Mark, Cut and Paste Commands</H1>
7243 You can define a &quot;block&quot; of text, which can subsequently
7244  be deleted or
7245 copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
7246 then moving the cursor to the end of the desired text block.  You can then
7247 &quot;cut&quot; the block out 
7248 <!--chtml if pinemode="function_key"-->
7249 &quot;F9&quot;,
7250 <!--chtml else-->
7251 &quot;Ctrl-K&quot;,
7252 <!--chtml endif-->
7253 move the cursor, and &quot;paste&quot; it
7254 <!--chtml if pinemode="function_key"-->
7255 &quot;F10&quot;,
7256 <!--chtml else-->
7257 &quot;Ctrl-U&quot;,
7258 <!--chtml endif-->
7259 in the new location.  Also, you can paste more than once, allowing you
7260 to use this feature to copy a block of text.<P>
7262 If you press 
7263 <!--chtml if pinemode="function_key"-->
7264 &quot;F9&quot;
7265 <!--chtml else-->
7266 &quot;^K&quot;
7267 <!--chtml endif-->
7268 without having marked anything, Alpine will delete
7269 a single line.  If you delete a group of lines together, Alpine keeps them
7270 in the same buffer, so 
7271 <!--chtml if pinemode="function_key"-->
7273 <!--chtml else-->
7275 <!--chtml endif-->
7276 will restore them as a block.  About
7277 terminology:  Mark is shown as &quot;^^&quot;.  The first &quot;^&quot; means you should
7278 hold down the &quot;Control&quot; key on your keyboard.  The second &quot;^&quot; means
7279 &quot;type the character ^&quot;.
7282 &lt;End of help on this topic&gt;
7283 </BODY>
7284 </HTML>
7285 ======= h_compose_justify =======
7286 <HTML>
7287 <HEAD>
7288 <TITLE>Justify Command</TITLE>
7289 </HEAD>
7290 <BODY>
7291 <H1>Justify Command</H1>
7293 The Justify
7294 <!--chtml if pinemode="function_key"-->
7295 (F4)
7296 <!--chtml else-->
7297 (^J) 
7298 <!--chtml endif-->
7299 command reformats the text in the paragraph the cursor is in.
7300 Paragraphs are separated by one blank line or a line beginning with a space.
7301 This is useful when you have been editing a paragraph and the lines become
7302 uneven.  The text is left aligned or justified and the right is ragged.  If
7303 the text is already justified as typed with auto-wrap, no justification will
7304 be done.
7307 If you have set a <A HREF="h_compose_markcutpaste">mark</A> to select a
7308 block of text, the Justify command is modified.
7309 Instead of automatically justifying the current paragraph you will be
7310 asked if you want to justify the paragraph, justify the selected region,
7311 or adjust the quote level of the selected region.
7312 Adjusting the quote level only works if you are using standard
7313 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes, which is the default if you haven't
7314 changed &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;.
7317 When composing a reply containing included text, the justify command
7318 will reformat text to the right of the 
7319 &quot;<A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>&quot;,
7320 adding or removing indented lines as needed.  Paragraphs are separated
7321 by a blank line, a line containing only the <!--#echo var="VAR_reply-indent-string"-->, or a
7322 line containing the indent string and one or more blank spaces.
7323 Included text that was previously indented (or &quot;quoted&quot;) is
7324 not preserved.
7327 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
7328 in 1999 and its wide-spread adoption since then, you will usually be better off if you
7329 use the standard
7330 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot; quotes.
7333 &lt;End of help on this topic&gt;
7334 </BODY>
7335 </HTML>
7336 ======= h_compose_spell =======
7337 <HTML>
7338 <HEAD>
7339 <TITLE>Spell Check Command</TITLE>
7340 </HEAD>
7341 <BODY>
7342 <H1>Spell Check Command</H1>
7344 The &quot;To Spell&quot;
7345 <!--chtml if pinemode="function_key"-->
7346 (F12)
7347 <!--chtml else-->
7348 (^T) 
7349 <!--chtml endif-->
7350 command calls an external spell checking program to look over the
7351 message you are composing.  By default, Alpine uses
7353 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
7355 if it knows where to find &quot;aspell&quot;.
7356 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
7357 then the command used is
7359 <CENTER><SAMP>ispell -l</SAMP></CENTER>
7361 Otherwise, the ancient &quot;spell&quot; command is used.
7363 For PC-Alpine, you must install the aspell library code that you
7364 may get from
7365 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
7368 &lt;End of help on this topic&gt;
7369 </BODY>
7370 </HTML>
7371 ======= h_compose_alted =======
7372 <HTML>
7373 <HEAD>
7374 <TITLE>Alt Editor Command</TITLE>
7375 </HEAD>
7376 <BODY>
7377 <H1>Alt Editor Command</H1>
7379 The &quot;Alt Editor&quot; command's availability depends on the
7380 Setup/Config variable &quot;<A HREF="h_config_editor"><!--#echo var="VAR_editor"--></A>&quot;.
7383 When the variable specifies a valid editor on your system, this
7384 command will launch it with the current text of your message
7385 already filled in.
7388 &lt;End of help on this topic&gt;
7389 </BODY>
7390 </HTML>
7391 ======= h_compose_readfile =======
7392 <HTML>
7393 <HEAD>
7394 <TITLE>Read File Command</TITLE>
7395 </HEAD>
7396 <BODY>
7397 <H1>Read File Command</H1>
7399 The &quot;Read File&quot;
7400 <!--chtml if pinemode="function_key"-->
7401 (F5)
7402 <!--chtml else-->
7403 (^R) 
7404 <!--chtml endif-->
7405 command allows you to copy in text from an existing file. You will be
7406 prompted for the name of a file to be inserted into the message.  The file
7407 name is relative to your home directory 
7408 <!--chtml if pinemode="running"-->
7409 (which, in the present configuration of your system, is
7410  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
7411 <!--chtml endif-->
7412 or current working directory
7413 <!--chtml if pinemode="running"-->
7414 (which, at least for your current Alpine &quot;session,&quot; 
7415 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
7416 <!--chtml endif-->, depending on the
7417 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
7418 configuration setting; or, the file name must be specified as a full path name 
7419 <!--chtml if pinemode="os_windows"-->
7420 -- for example: &quot;A:&#92;PAPER.TXT&quot;
7421 <!--chtml else-->
7422 -- for example: &quot;/tmp/wisdom-of-the-day&quot;
7423 <!--chtml endif-->
7424 (without the quotation marks).
7427 The file will be inserted where the cursor is located.  <B>The
7428 file to be read must be on the same system as Alpine.</B> If you use Alpine on a
7429 Unix machine but have files on a PC or Mac, the files must be transferred
7430 to the system Alpine is running on before they can be read.  Please ask your
7431 local computer support people about the correct way to transfer a file to 
7432 your Alpine system.
7435 &lt;End of help on this topic&gt;
7436 </BODY>
7437 </HTML>
7438 ======= h_config_tray_icon =======
7439 <HTML>
7440 <HEAD>
7441 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></TITLE>
7442 </HEAD>
7443 <BODY>
7444 <H1>FEATURE: <!--#echo var="FEAT_enable-tray-icon"--></H1>
7446 PC-Alpine only.
7448 This option restores a behavior of previous versions of PC-Alpine.
7449 These
7450 versions, when started, installed a PC-Alpine icon in the notification 
7451 tray of Window's Taskbar.  The primary use of this icon was to indicate
7452 new mail arrival by turning red (while the Taskbar icon remained green).
7453 Additionally, the icon now changes to yellow to signify that a mail folder
7454 has been closed unexpectedly.
7457 Rather than add another icon to the Taskbar, this version of PC-Alpine will 
7458 color its Taskbar entry's icon red (as well as the icon in the Window
7459 Title).  This feature is only provided for backwards compatibility.
7462 &lt;End of help on this topic&gt;
7463 </BODY>
7464 </HTML>
7465 ======= h_common_suspend =======
7466 <HTML>
7467 <HEAD>
7468 <TITLE>Suspend Command</TITLE>
7469 </HEAD>
7470 <BODY>
7471 <H1>Suspend Command</H1>
7473 With the <A HREF="h_config_can_suspend"><!--#echo var="FEAT_enable-suspend"--></A> feature
7474 enabled, you can, at almost any time, temporarily halt your Alpine session,
7475 <!--chtml if pinemode="os_windows"-->
7476 minimizing it into an icon.
7477 <!--chtml else-->
7478 and return to your system prompt.
7479 <!--chtml endif-->
7482 &lt;End of help on this topic&gt;
7483 </BODY>
7484 </HTML>
7485 ======= h_pipe_command =======
7486 <HTML>
7487 <HEAD>
7488 <TITLE>Pipe Command SubOptions</TITLE>
7489 </HEAD>
7490 <BODY>
7491 <H1>Pipe Command SubOptions</H1>
7493 By default, when you use the Pipe command, the processed text of the
7494 message is sent to the Unix command
7495 you specify and the output is captured by Alpine and shown to you.
7496 (This command is available in PC-Alpine, as well, but there aren't many
7497 Windows commands that work well with piping.)
7498 There are some sub-commands that may be used to alter this behavior.
7499 These are toggles that switch the behavior between two possibilities.
7500 They can be combined in any way you wish.
7502 By default, the prompt at the bottom of the screen looks like
7504 <CENTER><SAMP>Pipe message 37 to :</SAMP></CENTER>
7508 <CENTER><SAMP>Pipe messages to :</SAMP></CENTER>
7510 if you are piping more than one message.
7512 The sub-command options are:
7513 <DL>
7514    <DT>Shown Text or Raw Text</DT>
7515    <DD>This option toggles between sending the shown (processed) text
7516 of the message to the Unix command, and sending the
7517 raw (unprocessed) text of the message to the Unix command.
7518 The default is to send the shown text.
7519 The raw version of the message will contain all of the headers and any
7520 MIME encoding that the message contains.
7521 If you've selected the Raw Text then the prompt will have the additional word
7522 &quot;RAW&quot; in it, like
7524 <CENTER><SAMP>Pipe RAW messages to :</SAMP></CENTER>
7526 You can experiment with this option by piping to something simple like the
7527 Unix &quot;cat&quot; command.
7528    </DD>
7529    <DT>Captured Output or Free Output</DT>
7530    <DD>This option toggles between having Alpine capture the output of
7531 the Unix pipe command for display, and not capturing it.
7532 If the command you are piping to is a filter that will produce output
7533 you want to view, then you want to capture that output
7534 for display (the default).
7535 If the Unix command doesn't produce output or handles the display itself,
7536 then you want free output.
7537 When you've selected the Free Output option the prompt will change to
7539 <CENTER><SAMP>Pipe messages to (uncaptured) :</SAMP></CENTER>
7541    </DD>
7542    <DT>No Delimiter or With Delimiter</DT>
7543    <DD>This option controls whether or not a Unix mailbox style delimiter
7544 will come before the text of the message.
7545 This is the delimiter used in the common Unix mailbox format.
7546 It's the single line that begins with the five characters
7547 &quot;From&quot; followed by a &lt;SPACE&gt; character.
7548 You'll usually only want to include this if the Unix command requires
7549 input in the format of a traditional Unix mailbox file.
7550 When you've selected the With Delimiter option the prompt will change to
7552 <CENTER><SAMP>Pipe messages to (delimited) :</SAMP></CENTER>
7554    </DD>
7555    <DT>To Same Pipe or To Individual Pipes</DT>
7556    <DD>This option only shows up if you are running an aggregate
7557 pipe command.
7558 That is, the command was Apply Pipe, not just Pipe.
7559 You have the option of piping all of the selected messages through a
7560 single pipe to a single instance of the Unix command,
7561 or piping each individual message through a separate pipe to separate
7562 instances of the Unix command.
7563 The default is that all of the output will go through a single pipe
7564 to a single instance of the command.
7565 You can try this option with a command like &quot;less&quot;, with Free
7566 Output enabled.
7567 When you've selected the Individual Pipes option the prompt will change to
7569 <CENTER><SAMP>Pipe messages to (new pipe) :</SAMP></CENTER>
7571    </DD>
7572 </DL>
7575 As mentioned earlier, the options can be combined in any way you wish.
7576 You may leave them all off, turn them all on, or turn some of them on
7577 and some of them off.
7578 If you use the pipe command a second time in the same session the default
7579 options will be what you used the last time.
7582 &lt;End of help on this topic&gt;
7583 </BODY>
7584 </HTML>
7585 ========== h_emptydir_subfolder_name =========
7586 <HTML>
7587 <HEAD>
7588 <TITLE>ENTER SUBFOLDER NAME</TITLE>
7589 </HEAD>
7590 <BODY>
7591 <H1>Enter Subfolder Name</H1>
7593 <P> 
7594 This is the name of a new subfolder in the directory you are creating.
7595 Because empty directories are hidden and therefore not useful, you must also
7596 create a subfolder in the directory you are creating in order that the
7597 directory remains visible.
7599 Alternatively, you may turn off the configuration feature
7600 <A HREF="h_config_quell_empty_dirs"><!--#echo var="FEAT_quell-empty-directories"--></A>
7601 so that empty directories remain visible.
7602 If you do that, you will not be required to create the subfolder when you
7603 create a directory.
7606 &lt;End of help on this topic&gt;
7607 </BODY>
7608 </HTML>
7609 ========== h_incoming_add_folder_name =========
7610 <HTML>
7611 <HEAD>
7612 <TITLE>ENTER FOLDER NAME</TITLE>
7613 </HEAD>
7614 <BODY>
7615 <H1>Enter Folder Name</H1>
7617 <P> 
7618 This is the name of the folder on the previously specified server.
7619 By default the folder name is interpreted as defining a section of your personal
7620 folder area.  This area and how you specify it are defined by the
7621 server, if one is specified.
7624 To define a folder outside the default area, prefix
7625 the path with the namespace to use when interpreting the
7626 given path.  If a namespace is specified, the folder name begins with the
7627 sharp (#) character followed by the name of the namespace
7628 and then the namespace's path-element-delimiter.  Aside from the
7629 name's format, namespaces can also imply access rights, content
7630 policy, audience, location, and, occasionally, access methods.
7633 Each server exports its own set (possibly of size one) of 
7634 namespaces.
7635 For a more detailed explanation read about
7636 <A HREF="h_folder_name_namespaces">Namespaces</A>.
7639 To specify the default for INBOX on the server you can usually just enter
7640 &quot;INBOX&quot;, and the server will understand the special meaning of
7641 that word.
7644 &lt;End of help on this topic&gt;
7645 </BODY>
7646 </HTML>
7647 ========== h_incoming_add_folder_host =========
7648 <HTML>
7649 <HEAD>
7650 <TITLE>ENTER INCOMING FOLDER SERVER</TITLE>
7651 </HEAD>
7652 <BODY>
7653 <H1>Enter Incoming Folder Server</H1>
7655 You are being asked for the name of the server for use with this incoming
7656 folder.
7657 If the folder is on the machine where Alpine is running, then just enter
7658 RETURN without typing a server name.
7661 If the folder is on an IMAP server then type the server's name followed
7662 by RETURN.
7663 You may use the ^X command if the server is the same as the server that
7664 the INBOX is on.
7667 You may have to add optional extra information to the server name.
7668 For example, if the IMAP server is using a non-standard port number you
7669 would specify that by appending a colon (:) followed by the port number
7670 to the server name
7673 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7676 or you may need to specify a different protocol if the server is not an
7677 IMAP server. For example:
7680 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7683 for a POP server or
7686 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7689 for an NNTP news server.
7690 For an explanation of all of the possibilities, see
7691 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7692 for folders.
7695 There is a special command (^W) if you want to set up a folder that gets its
7696 mail from a
7697 <A HREF="h_maildrop">Mail Drop</A>.
7698 If you type that command, you will be prompted for the information for
7699 both the Mail Drop folder and the destination folder.
7702 &lt;End of help on this topic&gt;
7703 </BODY>
7704 </HTML>
7705 ========== h_incoming_add_inbox =========
7706 <HTML>
7707 <HEAD>
7708 <TITLE>ENTER INBOX SERVER</TITLE>
7709 </HEAD>
7710 <BODY>
7711 <H1>Enter INBOX Server</H1>
7713 You are being asked for the name of the server for use with
7714 the INBOX folder.
7715 Type the server's name followed by RETURN.
7718 You may have to add optional extra information to the server name.
7719 For example, if the server is using a non-standard port number you
7720 would specify that by appending a colon (:) followed by the port number
7721 to the server name
7724 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7727 or you may need to specify a different protocol if the server is not an
7728 IMAP server. For example:
7731 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7734 for a POP server.
7737 For an explanation of all of the possibilities, see
7738 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7739 for folders.
7742 If the INBOX folder is on the machine where Alpine is running, then just enter
7743 RETURN without typing a server name.
7746 There is a special command (^W) if you want to set up a folder that gets its
7747 mail from a
7748 <A HREF="h_maildrop">Mail Drop</A>.
7749 If you type that command, you will be prompted for the information for
7750 both the Mail Drop folder and the destination folder, which will be used
7751 as your INBOX folder.
7754 &lt;End of help on this topic&gt;
7755 </BODY>
7756 </HTML>
7757 ========== h_incoming_add_maildrop_destn =========
7758 <HTML>
7759 <HEAD>
7760 <TITLE>ENTER DESTINATION SERVER</TITLE>
7761 </HEAD>
7762 <BODY>
7763 <H1>Enter Destination Server</H1>
7765 You are being asked for the name of the server where the destination
7766 folder is for use with this Mail Drop incoming folder.
7767 That is, you are using a Mail Drop for this incoming folder and
7768 you've already entered
7769 the server and folder name for the Mail Drop.
7770 Now you need to enter the server for the destination folder
7771 where the mail should be copied to.
7772 Mail will come from the Mail Drop and be copied to the destination folder.
7775 Type the server's name followed by RETURN.
7776 If the folder is local to this computer, just type RETURN without entering
7777 a server name.
7780 You may have to add optional extra information to the server name.
7781 For example, if the server is using a non-standard port number you
7782 would specify that by appending a colon (:) followed by the port number
7783 to the server name
7786 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7789 For an explanation of all of the possibilities, see
7790 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7791 for folders.
7794 &lt;End of help on this topic&gt;
7795 </BODY>
7796 </HTML>
7797 ========== h_inbox_add_maildrop_destn =========
7798 <HTML>
7799 <HEAD>
7800 <TITLE>ENTER DESTINATION SERVER</TITLE>
7801 </HEAD>
7802 <BODY>
7803 <H1>Enter Destination Server</H1>
7805 You are being asked for the name of the server where the destination
7806 folder is for use with your Mail Drop INBOX.
7807 That is, you are using a Mail Drop for your INBOX and you've already entered
7808 the server and folder name for the Mail Drop.
7809 Now you need to enter the server for the destination folder
7810 where the mail should be copied to.
7811 Mail will come from the Mail Drop and be copied to the destination folder.
7814 Type the server's name followed by RETURN.
7815 If the folder is local to this computer, just type RETURN without entering
7816 a server name.
7819 You may have to add optional extra information to the server name.
7820 For example, if the server is using a non-standard port number you
7821 would specify that by appending a colon (:) followed by the port number
7822 to the server name
7825 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7828 For an explanation of all of the possibilities, see
7829 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7830 for folders.
7833 &lt;End of help on this topic&gt;
7834 </BODY>
7835 </HTML>
7836 ========== h_inbox_add_maildrop =========
7837 <HTML>
7838 <HEAD>
7839 <TITLE>ENTER MAILDROP SERVER</TITLE>
7840 </HEAD>
7841 <BODY>
7842 <H1>Enter Mail Drop Server</H1>
7844 You are being asked for the name of the Mail Drop server for use with
7845 your INBOX.
7848 Type the server's name followed by RETURN.
7851 You may have to add optional extra information to the server name.
7852 For example, if the server is using a non-standard port number you
7853 would specify that by appending a colon (:) followed by the port number
7854 to the server name
7857 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7860 or you may need to specify a different protocol if the server is not an
7861 IMAP server. For example:
7864 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7867 for a POP server or
7870 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7873 for an NNTP news server.
7874 For an explanation of all of the possibilities, see
7875 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7876 for folders.
7879 &lt;End of help on this topic&gt;
7880 </BODY>
7881 </HTML>
7882 ========== h_incoming_add_maildrop =========
7883 <HTML>
7884 <HEAD>
7885 <TITLE>ENTER MAILDROP SERVER</TITLE>
7886 </HEAD>
7887 <BODY>
7888 <H1>Enter Mail Drop Server</H1>
7890 You are being asked for the name of the Mail Drop server for use with
7891 this incoming folder.
7894 Type the server's name followed by RETURN.
7895 You may use the ^X command if the server is the same as the server that
7896 the INBOX is on.
7899 You may have to add optional extra information to the server name.
7900 For example, if the server is using a non-standard port number you
7901 would specify that by appending a colon (:) followed by the port number
7902 to the server name
7905 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
7908 or you may need to specify a different protocol if the server is not an
7909 IMAP server. For example:
7912 <CENTER><SAMP>foo.example.com/pop3</SAMP></CENTER>
7915 for a POP server or
7918 <CENTER><SAMP>foo.example.com/nntp</SAMP></CENTER>
7921 for an NNTP news server.
7922 For an explanation of all of the possibilities, see
7923 <A HREF="h_folder_server_syntax">Server Name Syntax</A>
7924 for folders.
7927 If the Mail Drop folder is on the machine where Alpine is running, then just enter
7928 RETURN without typing a server name.
7931 &lt;End of help on this topic&gt;
7932 </BODY>
7933 </HTML>
7934 ========== h_maildrop =========
7935 <HTML>
7936 <HEAD>
7937 <TITLE>WHAT IS A MAIL DROP?</TITLE>
7938 </HEAD>
7939 <BODY>
7940 <H1>What is a Mail Drop?</H1>
7942 In some situaions it may make sense to have your mail delivered to one
7943 folder (the Mail Drop) and then when you want to read mail that has been
7944 delivered to the Mail Drop folder Alpine will move it to another
7945 destination folder.
7946 Often the Mail Drop will be a remote folder and messages will be moved from
7947 there to a local destination folder.
7950 One example where this might make sense is if the Mail Drop folder is accessible
7951 only with the POP protocol.
7952 You could designate your POP inbox as the Mail Drop folder and have Alpine move
7953 mail from there to a local (on the same machine Alpine is running on)
7954 destination folder, where you'll read it.
7957 A Mail Drop may only be used as your Inbox or as an
7958 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A>.
7961 There is no attempt to synchronize the contents of the destination folder
7962 with the contents of the Mail Drop folder.
7963 All that happens is that all of the messages in the Mail Drop folder are
7964 copied to the destination folder and then they are deleted and expunged (if possible)
7965 from the Mail Drop folder.
7966 The next time a check for new mail is made, any messages in the Mail 
7967 Drop folder are once again copied to the destination folder and deleted
7968 and expunged from the Mail Drop folder.
7969 (If the Mail Drop folder is a news group, then the messages can't be
7970 expunged from the newsgroup. Instead, only Recent messages are copied from
7971 the newsgroup to the destination folder.)
7974 Configuration of a Mail Drop is a little different from configuration of
7975 a folder that does not use a Mail Drop because you have to specify two
7976 folder names instead of one.
7977 The two folders may be any types of folders that Alpine can normally use.
7978 They don't have to be a remote folder and a local folder, that is
7979 simply the most common usage.
7980 When you use a Mail Drop folder Alpine will periodically re-open the Mail
7981 Drop to check for new mail.
7982 The new-mail checks will happen at the frequency set with the
7983 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option,
7984 but with a minimum time
7985 (<A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>)
7986 between checks.
7987 Because of this minimum you may notice that new mail does not
7988 appear promptly when you expect it.
7989 The reason for this is to protect the server from over-zealous opening and
7990 closing of the Mail Drop folder.
7991 If the user initiates the check by typing ^L (Ctrl-L) or the Next command when at
7992 the end of the folder index, then the check will happen, regardless of how
7993 long it has been since the previous check.
7995 If there is new mail, that mail will be copied to the destination folder
7996 and then will be deleted from the Mail Drop.
7997 Note that using a Mail Drop with a local destination folder does not make
7998 sense if you read mail from more than one machine, because the mail is
7999 downloaded to the destination folder (which is accessible from only one
8000 machine) and deleted from the Mail Drop.
8002 The feature <A HREF="h_config_maildrops_preserve_state"><!--#echo var="FEAT_maildrops-preserve-state"--></A> modifies the operation of Mail Drops.
8005 The actual syntax used by Alpine for a folder that uses a Mail Drop is:
8008 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
8010 The brackets are not literal.
8012 <CENTER><SAMP>&lt;DELIM&gt;</SAMP></CENTER>
8014 is a single character that does not appear in the MailDropFolder name.
8015 If the name doesn't contain spaces then it can be a space character.
8016 The two folder names are full technical
8017 <A HREF="h_valid_folder_names">folder names</A>
8018 as used by Alpine.
8019 Here are a couple examples to give you an idea what is being talked about:
8022 <CENTER><SAMP>#move&nbsp;{popserver.example.com/pop3}inbox&nbsp;localfolder</SAMP></CENTER>
8024 <CENTER><SAMP>#move+{nntpserver.example.com/nntp}#news.comp.mail.pine+local&nbsp;folder</SAMP></CENTER>
8027 A #move folder may only be used as an
8028 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
8029 an Inbox.
8030 When you are in the FOLDER LIST of Incoming Message Folders (after turning
8031 on the
8032 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8033 option)
8034 the Add command has a subcommand &quot;Use Mail Drop&quot;
8035 which may be helpful for defining the folder in your Alpine configuration.
8036 The same is true when you edit the
8037 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
8038 option in Setup/Config.
8039 Each of these configuration methods will also create the DestinationFolder
8040 if it doesn't already exist.
8041 If you are having problems, make sure the DestinationFolder exists.
8044 &lt;End of help on this topic&gt;
8045 </BODY>
8046 </HTML>
8047 ========== h_save =========
8048 <HTML>
8049 <HEAD>
8050 <TITLE>CHOOSE A FOLDER TO SAVE INTO</TITLE>
8051 </HEAD>
8052 <BODY>
8053 <H1>Choose a Folder to Save Into</H1>
8055 After Exiting from this help text,
8056 type the name of the folder you want to save into and press RETURN.
8058 Press ^T to get a list of your folders to choose from.
8059 Press ^C to cancel the Save.
8061 If you have Folder Collections defined you may use
8062 Ctrl-P (Previous collection) and Ctrl-N (Next collection) to switch
8063 the collection being saved to.
8065 If Tab Completion is enabled (it is enabled by default)
8066 you may type a Tab character to have Alpine complete the folder name for you.
8068 If Partial Match Lists is enabled (it is enabled by default) you may type
8069 Ctrl-X to get a list of matches to the prefix you've typed in so far.
8071 If the Ctrl-R subcommand is present that means you can decide to Delete or
8072 not Delete the message you are saving after you save it.
8073 The label on that key gives the action to switch to.
8074 If it says Delete and you type Ctrl-R the label displayed will change to
8075 No Delete and the source message will be deleted after the save. If it
8076 says No Delete and you type Ctrl-R the label displayed will change to
8077 Delete and the message will not be deleted.
8078 You can control the default for the Delete parameter with the
8079 configuration feature <!--#echo var="FEAT_save-will-not-delete"-->.
8081 Similarly, if the Ctrl-W subcommand is present that means you can decide
8082 to Preserve the order of the messages being saved or not.
8083 If it is labeled Preserve Order and you type Ctrl-W, the resulting Saved messages
8084 will be in the same order as you see them in the source folder now.
8085 The opposite action (which is usually the default) is that you don't care
8086 about the order.
8087 The Saved messages may or may not be in the same order in the destination folder.
8088 There may be a performance penalty for choosing to save the messages in order.
8089 You can control the default for the Preserve Order parameter with the
8090 configuration feature
8091 <!--#echo var="FEAT_save-aggregates-copy-sequence"-->.
8094 If you haven't disabled the Save Input History and you've already done a
8095 Save earlier in this session then you may use the Up and Down arrows to retrieve
8096 a folder name used in a previous Save.
8099 &lt;End of help on this topic&gt;
8100 </BODY>
8101 </HTML>
8102 ============= h_simple_index ========================
8103 <HTML>
8104 <HEAD>
8105 <TITLE>SELECT POSTPONED MESSAGE</TITLE>
8106 </HEAD>
8107 <BODY>
8108 <H1>POSTPONED MESSAGE SELECTION COMMANDS</H1>
8109 <!--chtml if pinemode="function_key"-->
8110 <PRE>
8111 Navigating the List of Messages               General Alpine Commands
8112 -------------------------------               -----------------------
8113  F5   Move to previous message                 F1   Show this help text
8114  F6   Move to next message
8115  F7   Show previous screen of messages
8116  F8   Show next screen of messages
8118 Message Selection Commands
8119 --------------------------
8120  F3   Exit the Message Select menu (canceling Send command)
8121  F4   Select the currently highlighted message
8122  F9   Mark the currently highlighted message as deleted
8123  F10  Undelete (remove deletion mark from) the highlighted message
8124 </PRE>
8125 <!--chtml else-->
8126 <PRE>
8127 Navigating the List of Messages               General Alpine Commands
8128 -------------------------------               -----------------------
8129   P  Move to previous message                  ?  Show this help text
8130   N  Move to next message
8131   -  Show previous screen of messages
8132  Spc (space bar) Show next screen of messages
8134 Message Selection Commands
8135 --------------------------
8136   E  Exit the Message Select menu (canceling Send command)
8137   S  Select the currently highlighted message
8138   D  Mark the currently highlighted message as deleted
8139   U  Undelete (remove deletion mark from) the highlighted message
8140 </PRE>
8141 <!--chtml endif-->
8143 <H2>Description of the Select Postponed Message Screen</H2>
8145 This screen allows you to select one of several previously postponed
8146 messages in order to continue composition.  Your options are very limited
8147 -- the screen is not meant to let you manipulate these messages.  However,
8148 you may now delete messages from this list.  Once you choose a message,
8149 Alpine reads it in and puts you into the regular message composer.
8152 Messages do not stay in this postponed state automatically.  If you select
8153 a message and then want to postpone it again, use the normal postpone
8154 (Ctrl-O) command in the composer.
8157 If you exit this screen without selecting a message, the Compose command
8158 that got you here is canceled.  Other than messages explicitly marked
8159 &quot;Deleted&quot;, no messages will be removed.
8162 &lt;End of help on this topic&gt;
8163 </BODY>
8164 </HTML>
8165 ============= h_collection_screen ========================
8166 <HTML>
8167 <HEAD>
8168 <TITLE>COLLECTION LIST screen</TITLE>
8169 </HEAD>
8170 <BODY>
8171 <H1>COLLECTION LIST screen</H1>
8173 The COLLECTION LIST screen is used to select one of your  
8174 collection definitions to display the folders they contain.  See
8175 <A HREF="h_what_are_collections">Folder Collections Explained</A> for 
8176 detailed explanation of collections.<P>
8178 To manage your collection definitions (Add, Change, Delete, etc.), use
8179 the <A HREF="h_collection_maint">Setup/collectionList</A> command on Alpine's
8180 MAIN MENU.
8183 &lt;End of help on this topic&gt;
8184 </BODY>
8185 </HTML>
8186 ============= h_collection_maint ========================
8187 <HTML>
8188 <HEAD>
8189 <TITLE>SETUP COLLECTION LIST screen</TITLE>
8190 </HEAD>
8191 <BODY>
8192 <H1>SETUP COLLECTION LIST screen</H1>
8194 The SETUP COLLECTION LIST screen lets you manage your collection
8195 definitions.  See 
8196 <A HREF="h_what_are_collections">Folder Collections Explained</A> 
8197 for detailed explanation of collections.<P>
8199 Maintenance commands include:
8200 <DL>
8201 <DT>Change
8202 <!--chtml if pinemode="function_key"-->
8203 (F4)
8204 <!--chtml else-->
8206 <!--chtml endif-->
8207 </DT>
8209 <DD>Modify attributes of the selected collection definition.
8211 <DT>Add Cltn
8212 <!--chtml if pinemode="function_key"-->
8213 (F9)
8214 <!--chtml else-->
8216 <!--chtml endif-->
8217 </DT>
8219 <DD>Create a new collection definition.
8220 </DD>
8222 <DT>Del Cltn
8223 <!--chtml if pinemode="function_key"-->
8224 (F10)
8225 <!--chtml else-->
8227 <!--chtml endif-->
8228 </DT>
8230 <DD>Delete the selected collection definition.<BR>
8231 NOTE: The folders and directories referred to by the
8232 collection definition are <EM>NOT</EM> deleted.  Folders must
8233 be deleted, if that's what you wish to do, from the 
8234 <A HREF="h_folder_maint">FOLDER LIST screen</A>, which shows the 
8235 individual folders in a collection.
8236 </DD>
8238 <DT>Shuffle
8239 <!--chtml if pinemode="function_key"-->
8240 (F11)
8241 <!--chtml else-->
8243 <!--chtml endif-->
8244 </DT>
8246 <DD>Change the order of the displayed collections.  Alpine will offer
8247 to move the currently selected collection one position UP
8248 or DOWN.
8249 </DD>
8250 </DL>
8253 &lt;End of help on this topic&gt;
8254 </BODY>
8255 </HTML>
8256 ============ h_what_are_collections ==========
8257 <HTML>
8258 <HEAD>
8259 <TITLE>Folder Collections Explained</TITLE>
8260 </HEAD>
8261 <BODY>
8262 <H1>Folder Collections Explained</H1>
8265 Those of you with simple mail configurations will just see a list of all the
8266 folders you have when choosing FOLDER LIST from Alpine's MAIN MENU.  
8267 The special folders for INBOX, sent mail and saved messages
8268 will appear at the top of the list.  All others are in alphabetical order.
8270 If you
8271 or your system administrator have defined more than one collection or if
8272 you have a collection (for newsgroups or email folders) defined on your 
8273 system, then you will see the COLLECTION LIST screen first when choosing 
8274 FOLDER LIST from Alpine's MAIN MENU.
8276 <H2>Why have multiple folder collections?</H2>
8278 For Alpine users who only maintain email folders (and not too many) on one host, 
8279 a single folder collection is probably sufficient.<P>
8281 However, people who have more than one email account - for example, one 
8282 at their university, and one with their personal Internet Service Provider - 
8283 will have different sets of folders on different hosts, and they may want to
8284 access them all from the same installation of Alpine, rather than use different 
8285 software and/or log into other hosts to manipulate messages in different 
8286 accounts.  (If in doubt whether one of your email accounts can be accessed 
8287 with Alpine, contact the technical support people for that account.)  Even people
8288 who have only one email account on one host, but have dozens or
8289 hundreds of email folders, may want to arrange these folders together in a 
8290 meaningful way.<BR>
8291 That is where multiple collections come in.
8293 <H2>Types of Collections</H2>
8294 <DL>
8295 <DT>INCOMING FOLDERS</DT>
8296 <DD>&quot;Incoming Message Folders&quot; 
8297 is a special collection typically used to supplement your single INBOX.  
8298 All the folders here are meant to be ones that receive incoming messages, 
8299 which you intend to check more or less frequently.  
8300 You may have multiple folders like this because you or your systems 
8301 administrator have set up an external program or you may have set up
8302 Alpine to filter incoming 
8303 messages into different folders, based on certain criteria such as 
8304 sender, recipient, or subject; or because you have multiple accounts and 
8305 wish to check their INBOXes easily.  This collection is established by 
8306 setting the 
8307 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
8308 feature in the SETUP CONFIGURATION screen, which is accessed from the 
8309 MAIN MENU.
8310 </DD>
8312 <DT>NEWS</DT>
8313 <DD>You can also define a collection specifically for
8314 newsgroups.  Alpine does this for you implicitly when you 
8315 <A HREF="h_config_nntp_server">define an NNTP Server</A>
8316 in your Alpine configuration.  The news collection appears last in the 
8317 COLLECTION LIST (though you can shuffle it up in the order of presentation),
8318 and Alpine knows not to save messages there.
8319 </DD>
8321 <DT>DEFAULT COLLECTION</DT>
8322 <DD>This is the default collection for your saved and sent messages folders.
8323 </DD>
8324 </DL>
8328 <H2>Defining Collections</H2>
8330 In the absence of any folder-collection definitions, Alpine will assume a
8331 single default folder collection.
8332 <!--chtml if pinemode="os_windows"-->
8333 <!--chtml else-->
8334 If necessary, Alpine will create the directory
8335 &quot;mail&quot; in your Unix home directory 
8336 to hold your folders.
8337 <!--chtml endif-->
8339 You can use the 
8340 <A HREF="h_collection_maint">Setup/collectionList screen</A>, called up from 
8341 the MAIN MENU, to manage your collection list.  
8343 &lt;End of help on this topic&gt;
8344 </BODY>
8345 </HTML>
8346 ===== h_select_address_screen =====
8347 <HTML>
8348 <HEAD>
8349 <TITLE>SELECT AN ADDRESS SCREEN</TITLE>
8350 </HEAD>
8351 <BODY>
8352 <H1>SELECT AN ADDRESS SCREEN</H1>
8353 <H2>COMMANDS</H2>
8354 <!--chtml if pinemode="function_key"-->
8355 <PRE>
8356 Available  Commands                        
8357 -------------------------------            
8358 F1  Show Help Text
8359 F3  Exit without selecting anything
8360 F4  Select the highlighted address
8361 F5  Move highlight to previous address
8362 F6  Move highlight to next address
8363 F7  Previous page of addresses
8364 F8  Next page of addresses
8365 F11 Print
8366 F12 WhereIs
8367 </PRE>
8368 <!--chtml else-->
8369 <PRE>
8370 Navigation                     General Alpine Commands
8371 -------------------------      -----------------------
8372  P  Prev Address                ?  Display this help text
8373  N  Next Address                E  Exit without selecting anything
8374  -  Previous page               %  Print
8375 Spc (space bar) Next page
8376  W  WhereIs
8378 Select Command
8379 ------------------------------------------------
8380  S  Select the highlighted address
8381 </PRE>
8382 <!--chtml endif-->
8384 <H2>Description of the Select Address Screen</H2>
8386 This screen gives you an easy way to select an address from all of
8387 the address book entries that match the prefix typed so far.
8389 <P><UL>
8390 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8391 </UL>
8393 &lt;End of help on this topic&gt;
8394 </BODY>
8395 </HTML>
8396 ===== h_select_rule_screen =====
8397 <HTML>
8398 <HEAD>
8399 <TITLE>SELECT A RULE SCREEN</TITLE>
8400 </HEAD>
8401 <BODY>
8402 <H1>SELECT A RULE SCREEN</H1>
8403 <H2>COMMANDS</H2>
8404 <!--chtml if pinemode="function_key"-->
8405 <PRE>
8406 Available  Commands                        
8407 -------------------------------            
8408 F1  Show Help Text
8409 F3  Exit without selecting anything
8410 F4  Select the highlighted rule
8411 F5  Move highlight to previous rule
8412 F6  Move highlight to next rule
8413 F7  Previous page of rules
8414 F8  Next page of rules
8415 F11 Print
8416 F12 WhereIs
8417 </PRE>
8418 <!--chtml else-->
8419 <PRE>
8420 Navigation                     General Alpine Commands
8421 -------------------------      -----------------------
8422  P  Prev Rule                   ?  Display this help text
8423  N  Next Rule                   E  Exit without selecting anything
8424  -  Previous page               %  Print
8425 Spc (space bar) Next page
8426  W  WhereIs
8428 Select Command
8429 ------------------------------------------------
8430  S  Select the highlighted rule
8431 </PRE>
8432 <!--chtml endif-->
8434 <H2>Description of the Select Rule Screen</H2>
8436 This screen just gives you an easy way to select a rule from all of your
8437 defined rules.
8438 The list of rules presented is the list of nicknames of all of the rules
8439 defined using Setup/Rules.
8440 For selecting messages, it is likely that the Indexcolor rules and possibly
8441 the Roles rules will be most useful.
8442 The others are there also, in case you find a use for them.
8444 In order for this to be useful for selecting messages, the nicknames of
8445 the rules have to be different.
8446 Alpine actually just gets the nickname of the rule that you select and then
8447 looks up that rule using the nickname.
8448 So if there are duplicate nicknames, the first rule that has that
8449 nickname will be used.
8451 <P><UL>
8452 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8453 </UL>
8455 &lt;End of help on this topic&gt;
8456 </BODY>
8457 </HTML>
8458 ===== h_select_priority_screen =====
8459 <HTML>
8460 <HEAD>
8461 <TITLE>SELECT A PRIORITY SCREEN</TITLE>
8462 </HEAD>
8463 <BODY>
8464 <H1>SELECT A PRIORITY SCREEN</H1>
8465 <H2>COMMANDS</H2>
8466 <!--chtml if pinemode="function_key"-->
8467 <PRE>
8468 Available  Commands                        
8469 -------------------------------            
8470 F1  Show Help Text
8471 F3  Exit without selecting anything
8472 F4  Select the highlighted priority
8473 F5  Move highlight to previous priority
8474 F6  Move highlight to next priority
8475 F7  Previous page of priorities
8476 F8  Next page of priorities
8477 F11 Print
8478 F12 WhereIs
8479 </PRE>
8480 <!--chtml else-->
8481 <PRE>
8482 Navigation                     General Alpine Commands
8483 -------------------------      -----------------------
8484  P  Prev Priority               ?  Display this help text
8485  N  Next Priority               E  Exit without selecting anything
8486  -  Previous page               %  Print
8487 Spc (space bar) Next page
8488  W  WhereIs
8490 Select Command
8491 ------------------------------------------------
8492  S  Select the highlighted priority
8493 </PRE>
8494 <!--chtml endif-->
8496 <H2>Description of the Select Priority Screen</H2>
8498 This screen gives you a way to select a priority for the message you are sending.
8499 This priority will be placed in the non-standard X-Priority header of your outgoing mail.
8500 Some mail programs will display an indication of the priority level to
8501 the recipient of the message, some will ignore it.
8502 Even in cases where the mail programs of both the sender and the recipient
8503 agree on the meaning of this header, keep in mind that it is
8504 something that the sender sets so it is only an indication
8505 of the priority that the sender attaches to the mail.
8506 Alpine can be made to display an indication of this priority in incoming
8507 messages by use of one of the tokens
8508 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
8509 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
8510 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
8512 <P><UL>
8513 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8514 </UL>
8516 &lt;End of help on this topic&gt;
8517 </BODY>
8518 </HTML>
8519 ===== h_select_keyword_screen =====
8520 <HTML>
8521 <HEAD>
8522 <TITLE>SELECT A KEYWORD SCREEN</TITLE>
8523 </HEAD>
8524 <BODY>
8525 <H1>SELECT A KEYWORD SCREEN</H1>
8526 <H2>COMMANDS</H2>
8527 <!--chtml if pinemode="function_key"-->
8528 <PRE>
8529 Available  Commands                        
8530 -------------------------------            
8531 F1  Show Help Text
8532 F3  Exit without selecting anything
8533 F4  Select the highlighted keyword
8534 F5  Move highlight to previous keyword
8535 F6  Move highlight to next keyword
8536 F7  Previous page of keywords
8537 F8  Next page of keywords
8538 F11 Print
8539 F12 WhereIs
8540 </PRE>
8541 <!--chtml else-->
8542 <PRE>
8543 Navigation                     General Alpine Commands
8544 -------------------------      -----------------------
8545  P  Prev Keyword                ?  Display this help text
8546  N  Next Keyword                E  Exit without selecting anything
8547  -  Previous page               %  Print
8548 Spc (space bar) Next page
8549  W  WhereIs
8551 Select Command
8552 ------------------------------------------------
8553  S  Select the highlighted keyword
8554 </PRE>
8555 <!--chtml endif-->
8557 <H2>Description of the Select Keyword Screen</H2>
8559 This screen just gives you an easy way to select a keyword.
8560 The list of keywords presented is the list of all keywords defined in your 
8561 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8562 If you have given a keyword a nickname, that nickname is displayed
8563 instead of the actual keyword.
8565 <P><UL>
8566 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8567 </UL>
8569 &lt;End of help on this topic&gt;
8570 </BODY>
8571 </HTML>
8572 ===== h_select_charset_screen =====
8573 <HTML>
8574 <HEAD>
8575 <TITLE>SELECT A CHARACTER SET SCREEN</TITLE>
8576 </HEAD>
8577 <BODY>
8578 <H1>SELECT A CHARACTER SET SCREEN</H1>
8579 <H2>COMMANDS</H2>
8580 <!--chtml if pinemode="function_key"-->
8581 <PRE>
8582 Available  Commands                        
8583 -------------------------------            
8584 F1  Show Help Text
8585 F3  Exit without selecting anything
8586 F4  Select the highlighted character set
8587 F5  Move highlight to previous character set
8588 F6  Move highlight to next character set
8589 F7  Previous page of character sets
8590 F8  Next page of character sets
8591 F11 Print
8592 F12 WhereIs
8593 </PRE>
8594 <!--chtml else-->
8595 <PRE>
8596 Navigation                     General Alpine Commands
8597 -------------------------      -----------------------
8598  P  Prev Character Set          ?  Display this help text
8599  N  Next Character Set          E  Exit without selecting anything
8600  -  Previous page               %  Print
8601 Spc (space bar) Next page
8602  W  WhereIs
8604 Select Command
8605 ------------------------------------------------
8606  S  Select the highlighted character set
8607 </PRE>
8608 <!--chtml endif-->
8610 <H2>Description of the Select A Character Set Screen</H2>
8612 This screen just gives you an easy way to select a character set from the
8613 set of character sets Alpine knows about.
8614 The list presented will vary slightly depending on what option you are
8615 selecting the character set for.
8617 <P><UL>
8618 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8619 </UL>
8621 &lt;End of help on this topic&gt;
8622 </BODY>
8623 </HTML>
8624 ===== h_select_multcharsets_screen =====
8625 <HTML>
8626 <HEAD>
8627 <TITLE>SELECT CHARACTER SETS SCREEN</TITLE>
8628 </HEAD>
8629 <BODY>
8630 <H1>SELECT CHARACTER SETS SCREEN</H1>
8631 <H2>COMMANDS</H2>
8632 <!--chtml if pinemode="function_key"-->
8633 <PRE>
8634 Available  Commands
8635 -------------------------------            
8636 F1  Show Help Text
8637 F3  Exit without selecting anything
8638 F4  Select the highlighted charset (or chosen charsets in ListMode)
8639 F5  Move highlight to previous charset
8640 F6  Move highlight to next charset
8641 F7  Previous page of charsets
8642 F8  Next page of charsets
8643 F9  Toggle choices when using ListMode
8644 F10 Turn on/off ListMode (makes it easy to choose multiple charsets)
8645 F11 Print
8646 F12 WhereIs
8647 </PRE>
8648 <!--chtml else-->
8649 <PRE>
8650 Navigation                     General Alpine Commands
8651 -------------------------      -----------------------
8652  P  Prev Charset                ?  Display this help text
8653  N  Next Charset                E  Exit without selecting anything
8654  -  Previous page               %  Print
8655 Spc (space bar) Next page
8656  W  WhereIs
8658 Select Command
8659 ------------------------------------------------
8660  S  Select the highlighted charset (or chosen charsets in ListMode)
8661  L  Turn on ListMode (makes it easy to choose multiple charsets)
8662  1  Turn off ListMode
8663  X  Toggle choices when using ListMode
8664 </PRE>
8665 <!--chtml endif-->
8667 <H2>Description of the Select Character Set Screen</H2>
8669 This screen just gives you an easy way to select a character set or a list of
8670 character sets.
8671 The list of character sets presented is the list of all character sets known to
8672 Alpine.
8673 You may select other character sets by typing them in directly.
8675 <P><UL>
8676 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8677 </UL>
8679 &lt;End of help on this topic&gt;
8680 </BODY>
8681 </HTML>
8682 ===== h_select_multkeyword_screen =====
8683 <HTML>
8684 <HEAD>
8685 <TITLE>SELECT KEYWORDS SCREEN</TITLE>
8686 </HEAD>
8687 <BODY>
8688 <H1>SELECT KEYWORDS SCREEN</H1>
8689 <H2>COMMANDS</H2>
8690 <!--chtml if pinemode="function_key"-->
8691 <PRE>
8692 Available  Commands
8693 -------------------------------            
8694 F1  Show Help Text
8695 F3  Exit without selecting anything
8696 F4  Select the highlighted keyword (or chosen keywords in ListMode)
8697 F5  Move highlight to previous keyword
8698 F6  Move highlight to next keyword
8699 F7  Previous page of keywords
8700 F8  Next page of keywords
8701 F9  Toggle choices when using ListMode
8702 F10 Turn on/off ListMode (makes it easy to choose multiple keywords)
8703 F11 Print
8704 F12 WhereIs
8705 </PRE>
8706 <!--chtml else-->
8707 <PRE>
8708 Navigation                     General Alpine Commands
8709 -------------------------      -----------------------
8710  P  Prev Keyword                ?  Display this help text
8711  N  Next Keyword                E  Exit without selecting anything
8712  -  Previous page               %  Print
8713 Spc (space bar) Next page
8714  W  WhereIs
8716 Select Command
8717 ------------------------------------------------
8718  S  Select the highlighted keyword (or chosen keywords in ListMode)
8719  L  Turn on ListMode (makes it easy to choose multiple keywords)
8720  1  Turn off ListMode
8721  X  Toggle choices when using ListMode
8722 </PRE>
8723 <!--chtml endif-->
8725 <H2>Description of the Select Keyword Screen</H2>
8727 This screen just gives you an easy way to select a keyword or a list of
8728 keywords.
8729 The list of keywords presented is the list of all keywords defined in your 
8730 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option.
8731 If you have given a keyword a nickname, that nickname is displayed
8732 instead of the actual keyword.
8734 <P><UL>
8735 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8736 </UL>
8738 &lt;End of help on this topic&gt;
8739 </BODY>
8740 </HTML>
8741 ===== h_select_incoming_to_monitor =====
8742 <HTML>
8743 <HEAD>
8744 <TITLE>SELECT FOLDERS TO CHECK SCREEN</TITLE>
8745 </HEAD>
8746 <BODY>
8747 <H1>SELECT FOLDERS TO CHECK SCREEN</H1>
8748 <H2>COMMANDS</H2>
8749 <!--chtml if pinemode="function_key"-->
8750 <PRE>
8751 Available  Commands
8752 -------------------------------            
8753 F1  Show Help Text
8754 F3  Exit without selecting anything
8755 F4  Select the marked folders
8756 F5  Move highlight to previous folder
8757 F6  Move highlight to next folder
8758 F7  Previous page of folders
8759 F8  Next page of folders
8760 F9  Toggle choices on or off
8761 F11 Print
8762 F12 WhereIs
8763 </PRE>
8764 <!--chtml else-->
8765 <PRE>
8766 Navigation                     General Alpine Commands
8767 -------------------------      -----------------------
8768  P  Prev Folder                 ?  Display this help text
8769  N  Next Folder                ^C  exit without changing anything
8770  -  Previous page               %  Print
8771 Spc (space bar) Next page
8772  W  WhereIs
8774 Select Command
8775 ------------------------------------------------
8776  S  Select the marked folders
8777  X  Toggle choices on or off
8778 </PRE>
8779 <!--chtml endif-->
8781 <H2>Description of the Select Folders to Check Screen</H2>
8783 This screen is only useful if the feature
8784 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
8785 is set.
8786 By default, when you set that feature all of your incoming folders
8787 will be checked periodically for Unseen messages.
8788 By using this screen, you may restrict the set of monitored folders to
8789 a subset of all of the incoming folders.
8791 Mark the folders you want to monitor for Unseen messages with
8792 an &quot;X&quot;.
8793 When you've finished marking all your selections use the Select
8794 command to register your choices.
8795 To return to the default of checking all incoming folders
8796 delete all folders or unmark all folders.
8798 <P><UL>
8799 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8800 </UL>
8802 &lt;End of help on this topic&gt;
8803 </BODY>
8804 </HTML>
8805 ===== h_role_select =====
8806 <HTML>
8807 <HEAD>
8808 <TITLE>ROLES SCREEN</TITLE>
8809 </HEAD>
8810 <BODY>
8811 <H1>ROLES SCREEN</H1>
8812 <H2>ROLES COMMANDS</H2>
8813 <!--chtml if pinemode="function_key"-->
8814 <PRE>
8815 Available  Commands                        
8816 -------------------------------            
8817 F1  Show Help Text
8818 F3  Exit without a selection
8819 F4  Select a role to use in composition
8820 F5  Move to previous role
8821 F6  Move to next role
8822 F7  Previous page of roles
8823 F8  Next page of roles
8824 F11 Change Default Role
8825 F12 Whereis (search role nicknames)
8826 </PRE>
8827 <!--chtml else-->
8828 <PRE>
8829 Navigation                     General Alpine Commands
8830 -------------------------      -----------------------
8831  P  Prev Role                     ?  Display this help text
8832  N  Next Role                     E  Exit without a selection
8833  -  Previous page
8834 Spc (space bar) Next page
8835  W  WhereIs (search for word in role nicknames)
8837 Select Role Commands
8838 ------------------------------------------------
8839  [Return]  Select highlighted role
8840  D         Change Default Role
8841 </PRE>
8842 <!--chtml endif-->
8844 <H2>Description of the Roles Screen</H2>
8846 With this screen you select a role to be used in the composition of a
8847 message.
8848 Use the Previous and Next commands to highlight the role you wish to
8849 use.
8850 When you type carriage return you will be placed in the composer using the highlighted role.
8852 You don't have any non-default <A HREF="h_rules_roles">roles</A>
8853 available unless you set them up.
8854 You may do so by using the Setup/Rules command on the MAIN MENU.
8856 By using the D command, you may set a default role that will persist until
8857 you change it or until you exit Alpine.
8858 The D command toggles through three states: set the default role, unset the
8859 default role, and leave the default role as it is.
8860 <P><UL>
8861 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8862 </UL>
8864 &lt;End of help on this topic&gt;
8865 </BODY>
8866 </HTML>
8867 ===== h_role_abook_select =====
8868 <HTML>
8869 <HEAD>
8870 <TITLE>SELECT ADDRESS BOOK SCREEN</TITLE>
8871 </HEAD>
8872 <BODY>
8873 <H1>SELECT ADDRESS BOOK SCREEN</H1>
8874 <H2>COMMANDS</H2>
8875 <!--chtml if pinemode="function_key"-->
8876 <PRE>
8877 Available  Commands                        
8878 -------------------------------            
8879 F1  Show Help Text
8880 F3  Exit screen without selecting anything
8881 F4  Select highlighted address book
8882 F5  Move to previous address book
8883 F6  Move to next address book
8884 F7  Previous page of address books
8885 F8  Next page of address books
8886 F12 Whereis
8887 </PRE>
8888 <!--chtml else-->
8889 <PRE>
8890 Navigation                     General Alpine Commands
8891 -------------------------      -----------------------
8892  P  Previous addrbook          ?  Display this help text
8893  N  Next addrbook
8894  -  Previous page
8895 Spc (space bar) Next page
8896  W  WhereIs
8898 Select Role Commands
8899 ------------------------------------------------
8900  S  Select highlighted address book
8901  E  Exit screen without selecting anything
8902 </PRE>
8903 <!--chtml endif-->
8905 <H2>Description of the Select Address Book Screen</H2>
8907 This screen helps you select one of your address books.
8908 Use the Previous and Next commands to highlight the address book you wish to
8909 select.
8910 <P><UL>
8911 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
8912 </UL>
8914 &lt;End of help on this topic&gt;
8915 </BODY>
8916 </HTML>
8917 ======== h_rule_patterns =============
8918 <HTML>
8919 <HEAD>
8920 <TITLE>PATTERNS</TITLE>
8921 </HEAD>
8922 <BODY>
8923 <H1>PATTERNS</H1>
8924 Patterns are used with Roles, Filtering, Index Coloring,
8925 Scoring, Other Rules, and Search Rules.
8926 Patterns are compared with a message to see if there is a match.
8927 For Filtering, the messages being checked are all the messages in the
8928 folder, one at a time.
8929 For Index Line Coloring, each message that is visible on the screen is
8930 checked for matches with the Index Coloring Patterns.
8931 Roles are used with the Reply, Forward, and Compose commands.
8932 For Reply, the message used to compare the Pattern with is the message
8933 being replied to;
8934 for Forward, the message used to compare the Pattern with is the message
8935 being forwarded;
8936 and for Compose, there is no message, so the parts of the Pattern that depend
8937 on a message (everything other than Current Folder Type and the
8938 Beginning of Month and Year)
8939 are not used.
8940 Only the Current Folder Type matters for Compose (plus the Beginning of
8941 Month or Year, which you wouldn't usually use for a Role).
8942 For Scoring, the message being scored is compared with all of the Score
8943 Patterns, and the Score Values from the ones that match are added together to 
8944 get the message's score.
8945 For Other Rules, there is no message. Only the Current Folder Type is checked
8946 for Other Rules.
8948 Each Pattern has several possible parts, all of which are optional.
8949 In order for there to be a match, <EM>ALL</EM> of the
8950 <EM>defined</EM> parts of the Pattern must match the message.
8951 If a part is not defined it is considered a match, but note that a filtering
8952 Pattern must have at least one defined part or it will be ignored.
8953 For example, if the To pattern is not defined it will be
8954 displayed as
8956 <CENTER>To pattern = &lt;No Value Set&gt;</CENTER>
8958 That is considered a match because it is not defined.
8959 This means that the Pattern with nothing defined is a match if the
8960 Current Folder Type matches, but there is an exception that was mentioned
8961 in the previous paragraph.
8962 Because filtering is a potentially destructive action, filtering Patterns
8963 with nothing other than Current Folder Type defined are ignored.
8964 If you really want a filtering Pattern to match all messages (subject to
8965 Current Folder Type) the best way to do it is to define a Score interval
8966 that includes all possible scores.
8967 This would be the score interval <SAMP>(-INF,INF)</SAMP>.
8968 This can be used even if you haven't defined any rules to Set Scores.
8970 There are six predefined header patterns called the To, From, Sender, Cc, News,
8971 and Subject patterns.
8972 Besides those six predefined header patterns, you may add
8973 additional header patterns with header fieldnames of your choosing.
8974 You add an extra header pattern by placing the cursor on one of the
8975 patterns while in the role editor and using the &quot;eXtraHdr&quot; command.
8976 The Recip pattern is a header pattern that stands for Recipient (To OR Cc)
8977 and the Partic pattern is a header pattern that stands for
8978 Participant (From OR To OR Cc).
8979 (Defining the Recip pattern does not have the same effect as defining both
8980 the To and Cc patterns. Recip is To <EM>OR</EM> Cc, not To <EM>AND</EM> Cc.)
8981 Similar to the header patterns are the AllText pattern and the BodyText pattern.
8982 Instead of comparing this pattern's text against only the contents of
8983 a particular header field, the text for the AllText pattern is compared
8984 with text anywhere in the message's header or body, and the text for the
8985 BodyText pattern is compared with text anywhere in the message's body.
8987 Any of the header patterns, the AllText pattern, or the BodyText pattern may be negated with the
8988 &quot;!&quot; &quot;toggle NOT&quot; command.
8989 You can tell that <EM>NOT</EM> has been turned on by looking for the character
8990 &quot;!&quot; at the beginning of the pattern line.
8991 When the &quot;!&quot; is present, it reverses the meaning of the match.
8992 That is, if the pattern matches then it is considered to NOT be a match, and
8993 if it does not match it is considered to be a match.
8995 Don't make the mistake of putting the &quot;!&quot; in the data field for
8996 a pattern.
8997 For example, if you type the characters &quot;!urgent&quot; into the Subject
8998 pattern, the pattern will look like:
9000 <PRE>
9001  Subject pattern = !urgent
9002 </PRE>
9004 This means you want to match the 7 character sequence &quot;!urgent&quot;.
9005 In order to match messages that do not have &quot;urgent&quot; in
9006 their Subject field, first type the characters &quot;urgent&quot; followed
9007 by carriage return for the value of the Subject pattern, then negate it
9008 by typing the &quot;!&quot; command.
9009 It should look like
9011 <PRE>
9012  ! Subject pattern = urgent
9013 </PRE>
9015 The contents of each of these header patterns (or the AllText or BodyText patterns) may
9016 be a complete email address, part of an address, or a random set of
9017 characters to match against.
9018 It may also be a list of such patterns, which means you
9019 are looking for a match against the first pattern in the list <EM>OR</EM>
9020 the second pattern <EM>OR</EM> the third and so on.
9021 For example, a Subject pattern equal to
9023 <PRE>
9024  Subject pattern = urgent
9025                    emergency
9026                    alert
9027 </PRE>
9029 would match all messages with a subject that contained at least one
9030 of those words.
9031 It would also match subjects containing the words &quot;alerts&quot; or
9032 &quot;Urgently&quot;.
9034 The same example with &quot;NOT&quot; turned on would be
9036 <PRE>
9037  ! Subject pattern = urgent
9038                      emergency
9039                      alert
9040 </PRE>
9042 which would match all messages with a subject that did <EM>NOT</EM> contain any of
9043 those words.
9044 You can use the &quot;Add Value&quot; command to add new words to the list,
9045 or you can enter them as a comma-separated list.
9047 (It is not possible to specify two patterns that must <EM>BOTH</EM> be
9048 present for a match.
9049 It is only possible to specify that <EM>EITHER</EM> pattern1 <EM>OR</EM>
9050 pattern2 must be present,
9051 and that is exactly what using a list does.)
9053 The &quot;Current Folder Type&quot; and the &quot;Score Interval&quot; are
9054 also part of the Pattern, although the &quot;Score Interval&quot; is not used
9055 when checking for matches for Scoring.
9056 There are five similar settings that relate to the status of the message.
9057 These settings rely on the message being New or not, Deleted or not,
9058 Answered or not, Important or not, and Recent or not.
9059 There are also some other miscellaneous settings.
9060 The first is the Age of the message in days.
9061 Another is the Size of the message, in bytes.
9062 The third is a setting that detects whether or not the Subject of a
9063 message contains raw 8-bit characters (unencoded characters with the most
9064 significant bit set).
9065 There is a setting that detects whether or not this is the first time
9066 Alpine has been run this month (doesn't depend on individual messages),
9067 and another that detects whether or not this is the first time Alpine has
9068 been run this year.
9069 Other parts of the Pattern detect whether or not the From address of a
9070 message appears in your address book, whether or not certain keywords
9071 are set for a message, and whether or not certain character sets are
9072 used in a message.
9074 <H2>Parts of a Pattern</H2>
9076 <H3>Header patterns</H3>
9078 A header pattern is simply text that is searched for in the corresponding
9079 header field.
9080 For example, if a Pattern has a From header pattern with the value
9081 &quot;@company.com&quot;, then only messages that have a From header
9082 that contains the text &quot;@company.com&quot; will be possible
9083 matches.
9084 Matches don't have to be exact.
9085 For example, if the relevant field of a message contains the text
9086 &quot;mailbox@domain&quot; somewhere
9087 in it, then header patterns of &quot;box&quot;, or &quot;x@d&quot;, or
9088 &quot;mailbox@domain&quot; are all matches.
9090 All parts of the Pattern must match so, for example,
9091 if a message matches a defined
9092 From pattern, it still must be checked against the other parts of the
9093 Pattern that have been defined.
9094 The To header pattern is a slightly special case.
9095 If the message being checked has a Resent-To header
9096 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on, the addresses
9097 there are used in place of the addresses in the To header.
9098 This is only true for the To header.
9099 Resent-cc and Resent-From headers are never used unless you add them
9100 with the eXtraHdrs command.
9102 The meaning of a header pattern may be negated with the
9103 &quot;!&quot; &quot;toggle NOT&quot; command.
9104 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9105 &quot;!&quot; at the beginning of the pattern line.
9106 It would look something like
9108 <PRE>
9109  ! From pattern = susan@example.com
9110 </PRE>
9112 When the &quot;!&quot; is present, it reverses the meaning of the match.
9114 If you want to check for the presence of a header field but don't care
9115 about its value, then
9116 the empty pattern that you get by entering a pair of
9117 double quotes (&quot;&quot;) should match any message that
9118 has the corresponding header field.
9120 <H3><A NAME="pattern_alltext">AllText patterns</A></H3>
9122 AllText patterns are just like header patterns except that the text is
9123 searched for anywhere in the message's headers or body, not just in the
9124 contents of a particular header field.
9127 <H3><A NAME="pattern_bodytext">BodyText patterns</A></H3>
9129 BodyText patterns are just like header patterns except that the text is
9130 searched for anywhere in the message's body, not just in the
9131 contents of a particular header field.
9134 If there is more than one header pattern or AllText pattern or BodyText pattern
9135 for which you want to take the
9136 same action there is a shorthand notation that may be used.
9137 Any of these patterns may be a list of patterns instead of
9138 just a single pattern.
9139 If any one of the patterns in the list matches the message
9140 then it is considered a match.
9141 For example, if &quot;company1&quot; and &quot;company2&quot; both required
9142 you to use the same role when replying to messages, you might have
9143 a To pattern that looks like
9145 <PRE>
9146  To pattern = company1.com
9147               company2.com
9148 </PRE>
9150 This means that if the mail you are replying to was addressed to
9151 either &quot;anything@company1.com&quot; or &quot;anything@company2.com&quot;,
9152 then this Pattern is a match and the same actions will be taken.
9154 The meaning of an AllText or BodyText pattern may be negated with the
9155 &quot;!&quot; &quot;toggle NOT&quot; command.
9156 You can tell that <EM>NOT</EM> has been turned on by looking for the character
9157 &quot;!&quot; at the beginning of the pattern line.
9158 When the &quot;!&quot; is present, it reverses the meaning of the match.
9160 A technicality: Since comma is the character used to separate multiple values
9161 in any of the fields that may have multiple values (such as header patterns,
9162 AllText patterns, BodyText patterns, keywords, folder lists, and so on),
9163 you must escape comma with a
9164 backslash (&#92;) if you want to include a literal comma in one of those fields.
9165 In other words, if you type a backslash followed by a comma it will
9166 be interpreted as a comma by Alpine, instead of as a separator between
9167 pattern values.
9168 All other backslashes (those not followed by a comma) are literal
9169 backslashes and should not be escaped.
9170 It's unlikely you'll ever need to enter a literal comma or backslash in
9171 any of the patterns.
9173 <H3><A NAME="pattern_current_folder">Current Folder Type</A></H3>
9175 The &quot;Current Folder Type&quot; may be set to one of four different
9176 values: &quot;Any&quot;, &quot;News&quot;, &quot;Email&quot;, or
9177 &quot;Specific&quot;.
9178 If the value is set to &quot;News&quot;, then the
9179 Pattern will only match if the currently open folder is a newsgroup.
9180 The value &quot;Email&quot; only matches if the current folder is not news and
9181 the value &quot;Any&quot; causes any folder to match.
9182 If the value of &quot;Current Folder Type&quot; is set to &quot;Specific&quot;,
9183 then you must fill in a value for &quot;Folder&quot;, which is on the line
9184 below the &quot;Specific&quot; line.
9185 In this case you will only get a match if the currently open folder is
9186 the specific folder you list.
9187 You may give a list of folders instead of just a single
9188 folder name, in which case the Pattern will match if the open folder is
9189 any one of the folders in the list.
9190 The name of each folder in the list may be either &quot;INBOX&quot;,
9191 the technical specification
9192 of the folder (like what appears in your configuration file) or, if the
9193 folder is one of your incoming folders, it may be the nickname you've given
9194 the folder.
9195 Here are some samples of specific folder names:
9197 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
9199 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
9201 <CENTER><SAMP>mail/local-folder</SAMP></CENTER>
9203 The easiest way to fill in the &quot;Folder&quot; field is to use
9204 the &quot;T&quot; command that is available when the &quot;Folder&quot; line is
9205 highlighted, or to use the &quot;Take&quot; command with the configuration
9206 feature
9207 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
9208 turned on.
9210 When reading a newsgroup, there may be a performance penalty
9211 incurred when collecting the information necessary to check whether
9212 or not a Pattern matches a message.
9213 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
9214 If you have Patterns with a Current Folder Type of either
9215 &quot;Any&quot; or &quot;News&quot; and those Patterns are used for
9216 Index Line Coloring or Scoring, you may experience
9217 slower screen redrawing in the MESSAGE INDEX screen when in a newsgroup.
9219 <H3><A NAME="pattern_age_interval">Age Interval</A></H3>
9221 The &quot;Age Interval&quot; may be set to an interval of message
9222 ages that should be considered a match.
9223 Like the other parts of the Pattern, if it is unset it will be ignored.
9224 The Age Interval looks like
9226 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
9228 where &quot;min_age&quot; and &quot;max_age&quot; are integers greater
9229 than or equal to zero.
9230 The special value &quot;INF&quot; may be used for
9231 the max value. It represents infinity.
9233 Actually, this option may be defined as a list of intervals instead
9234 of just a single interval.
9235 The list is separated by commas.
9236 It can look like
9238 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
9240 When there is an Age Interval defined, it is a match if the age, in days, of
9241 the message is contained in any of the intervals.
9242 The intervals include both endpoints.
9244 Even though this option is called Age, it isn't actually
9245 the <EM>age</EM> of the message.
9246 Instead, it is how many days ago the message arrived in one of your folders.
9247 If the current time is a little past midnight, then a message that arrived
9248 just before midnight arrived yesterday, even though the message is only
9249 a few minutes old.
9250 By default, the date being used is not the date in the Date
9251 header of the message.
9252 It is the date that the message arrived in one of your folders.
9253 When you Save a message from one folder to another that arrival date
9254 is preserved.
9255 If you would like to use the date in the Date header that is possible.
9256 Turn on the option
9257 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
9258 near the bottom of the rule definition.
9259 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
9261 <H3><A NAME="pattern_size_interval">Size Interval</A></H3>
9263 The &quot;Size Interval&quot; may be set to an interval of message
9264 sizes that should be considered a match.
9265 Like the other parts of the Pattern, if it is unset it will be ignored.
9266 The Size Interval looks like
9268 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
9270 where &quot;min_size&quot; and &quot;max_size&quot; are integers greater
9271 than or equal to zero.
9272 The special value &quot;INF&quot; may be used for
9273 the max value. It represents infinity.
9275 Actually, this option may be defined as a list of intervals instead
9276 of just a single interval.
9277 The list is separated by commas.
9278 It can look like
9280 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
9282 When there is a Size Interval defined, it is a match if the size, in bytes, of
9283 the message is contained in any of the intervals.
9284 The intervals include both endpoints.
9286 <H3><A NAME="pattern_score_interval">Score Interval</A></H3>
9288 The &quot;Score Interval&quot; may be set to an interval of message
9289 scores that should be considered a match.
9290 Like the other parts of the Pattern, if it is unset it will be ignored.
9291 The Score Interval looks like
9293 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
9295 where &quot;min_score&quot; and &quot;max_score&quot; are positive or
9296 negative integers, with min_score less than or equal to max_score.
9297 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
9298 the min and max values to represent negative and positive infinity.
9300 Actually, a list of intervals may be used if you wish.
9301 A list would look like
9303 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
9305 When there is a Score Interval defined, it is a match if the score for
9306 the message is contained in any of the intervals in the list.
9307 The intervals include the endpoints.
9308 The score for a message is calculated by looking at every Score rule defined and
9309 adding up the Score Values for the ones that match the message.
9310 When deciding whether or not a Pattern matches a message for purposes of
9311 calculating the score, the Score Interval is ignored.
9313 <H3><A NAME="pattern_message_status">Message Status</A></H3>
9315 There are five separate message status settings.
9316 By default, all five are set to the value &quot;Don't care&quot;, which
9317 will match any message.
9318 The value &quot;Yes&quot; means that the particular status must be true
9319 for a match, and the value &quot;No&quot; means that the particular
9320 status must not be true for a match.
9321 For example, one of the five Message Status settings is whether a message
9322 is marked Important or not.
9323 A &quot;Yes&quot; means that the message must be Important to be
9324 considered a match and &quot;No&quot; means that the message must not be
9325 Important to be considered a match.
9326 The same is true of the other four message status settings that depend
9327 on whether or not the message is New; whether the message has 
9328 been Answered or not; whether the message has been Deleted or not, and
9329 whether the message is Recent or not. 
9331 The nomenclature for New and Recent is a bit confusing:
9333 New means that the message is Unseen.
9334 It could have been in your mailbox for a long time but if you haven't looked
9335 at it, it is still considered New.
9336 That matches the default Alpine index display that shows an N for such a
9337 message.
9339 Recent means that the message was added to this folder since the last time
9340 you opened the folder.
9341 Alpine also shows an N by default for these types of messages.
9342 If you were to run two copies of Alpine that opened a folder one right after
9343 the other, a message would only show up as Recent in (at most) the first
9344 Alpine session.
9346 <H3><A NAME="pattern_message_keywords">Message Keywords</A></H3>
9348 Keywords are similar to Message Status, but they are chosen by the user.
9349 Provided the mail server allows for it, you may add a set of possible keywords
9350 to a folder and then you may set those keywords or not for each message
9351 in the folder (see <A HREF="h_common_flag">Flag Command</A>).
9352 The syntax of this part of the Pattern is similar to the header patterns.
9353 It is a list of keywords.
9354 The Keyword part of the Pattern is a match if the message has any of
9355 the keywords in the list set.
9356 Like other parts of the Pattern, if this is unset it will be ignored.
9358 <H3><A NAME="pattern_message_charsets">Message Character Sets</A></H3>
9360 A message may use one or more character sets.
9361 This part of the Pattern matches messages that make use of one or more of
9362 the character sets specified in the pattern.
9363 It will be considered a match if a message uses any of the character
9364 sets in the list you give here.
9367 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
9368 GB2312) you may also use some shorthand names that Alpine provides.
9369 These names are more understandable shorthand names for sets of 
9370 character set names.
9371 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
9372 Selecting one of these shorthand names is equivalent to selecting all of
9373 the character sets that make up the set.
9374 You can see all of these shorthand names and the lists of character sets
9375 they stand for by typing the &quot;T&quot; command with the Character
9376 Set pattern highlighted.
9377 The syntax of this part of the Pattern is similar to the header patterns
9378 and the Message Keywords pattern.
9379 It is a list of character sets (or shorthand names).
9380 The Character Set part of the Pattern is a match if the message uses any
9381 of the character sets in the list.
9382 Like other parts of the Pattern, if this is unset it will be ignored.
9384 <H3><A NAME="pattern_8bit_subject">Raw 8-bit in Subject</A></H3>
9386 It seems that lots of unwanted email contains unencoded 8-bit characters
9387 in the Subject.
9388 Normally, characters with the 8th bit set are not allowed in the Subject
9389 header unless they are MIME-encoded.
9390 This option gives you a way to match messages that have Subjects that
9391 contain unencoded 8-bit characters.
9392 By default, the value of this option is &quot;Don't care&quot;, which
9393 will match any message.
9394 The value &quot;Yes&quot; means that there must be raw 8-bit characters in
9395 the Subject of the message in order for there to be a match,
9396 and the value &quot;No&quot; is the opposite.
9397 Setting this option will affect performance in large folders because the
9398 subject of each message in the folder has to be checked.
9400 <H3><A NAME="pattern_bom">Beginning of Month</A></H3>
9402 This option gives you a way to take some action once per month.
9403 By default, the value of this option is &quot;Don't care&quot;, which
9404 will always match.
9405 The value &quot;Yes&quot; means that this must be the first time Alpine has
9406 been run this month in order to count as a match,
9407 and the value &quot;No&quot; is the opposite.
9409 <H3><A NAME="pattern_boy">Beginning of Year</A></H3>
9411 This option gives you a way to take some action once per year.
9412 By default, the value of this option is &quot;Don't care&quot;, which
9413 will always match.
9414 The value &quot;Yes&quot; means that this must be the first time Alpine has
9415 been run this year in order to count as a match,
9416 and the value &quot;No&quot; is the opposite.
9418 <H3><A NAME="pattern_abookfrom">Address in Address Books</A></H3>
9420 This option gives you a way to match messages that have an address
9421 that is in one of your address books.
9422 Only the simple entries in your address books are searched.
9423 Address book distribution lists are ignored!
9424 By default, the value of this option is &quot;Don't care&quot;, which
9425 will match any message.
9426 The value &quot;Yes, in any address book&quot; means the address
9427 from the message must be in at least one of your
9428 address books in order to be a match.
9429 The value &quot;No, not in any address book&quot;
9430 means none of the addresses may
9431 be in any of your address books in order to be a match.
9432 The values &quot;Yes, in specific address books&quot; and
9433 &quot;No, not in any of specific address books&quot; are similar but instead
9434 of depending on all address books you are allowed to give a list of address
9435 books to look in.
9436 The addresses from the message that are checked for are determined by the
9437 setting you have for &quot;Types of addresses to check for in address book&quot;.
9438 If you set this to &quot;From&quot; the From address from the message will
9439 be looked up in the address book.
9440 If you set it to only &quot;To&quot; then the To addresses will be used.
9441 If any of the To addresses are in the address book then it is considered
9442 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
9443 You could set it to both From and To, in which case all of the From and To
9444 addresses are used.
9445 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
9446 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
9447 exists or the From address if there is no Reply-To address.
9448 Same for the Sender address.
9449 Setting this option may affect performance in large folders because the
9450 From and Reply-To of each message in the folder have to be checked.
9452 <H3><A NAME="pattern_categorizer">Categorizer Command</A></H3>
9454 This is a command that is run with its standard input set to the message
9455 being checked and its standard output discarded.
9456 The full directory path should be specified.
9457 The command will be run and then its exit status will be checked against
9458 the Exit Status Interval, which defaults to just the value zero.
9459 If the exit status of the command falls in the interval, it is considered
9460 a match, otherwise it is not a match.
9463 This option may actually be a list of commands.
9464 The first one that exists and is executable is used.
9465 That makes it possible to use the same configuration with Unix Alpine and
9466 PC-Alpine.
9469 If none of the commands in the list exists and is executable then the rule
9470 is <EM>not</EM> a match.
9471 If it is possible that the command may not exist, you should be careful
9472 to structure your rules so that nothing destructive
9473 happens when the command does not exist.
9474 For example, you might have a filter that filters away spam when there is
9475 a match but does nothing when there is not a match.
9476 That would continue to work correctly if the command didn't exist.
9477 However, if you have a filter that filters away spam when there is not
9478 a match and keeps it when there is a match, that would filter everything
9479 if the categorizer command didn't exist.
9481 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
9482 setup for the bogofilter filter.
9485 &lt;End of help on this topic&gt;
9486 </BODY>
9487 </HTML>
9488 ===== h_rules_roles =====
9489 <HTML>
9490 <HEAD>
9491 <TITLE>SETUP ROLES SCREEN</TITLE>
9492 </HEAD>
9493 <BODY>
9494 <H1>SETUP ROLES SCREEN</H1>
9495 <H2>SETUP ROLES COMMANDS</H2>
9496 <!--chtml if pinemode="function_key"-->
9497 <PRE>
9498 Available  Commands -- Group 1         Available Commands -- Group 2   
9499 -------------------------------        ------------------------------  
9500 F1  Show Help Text                      F1  Show Help Text             
9501 F2  See commands in next group          F2  See commands in next group
9502 F3  Back to MAIN Alpine menu
9503 F4  Change configuration for role
9504 F5  Move to previous role               F5  Include file in role config
9505 F6  Move to next role                   F6  Exclude file from config
9506 F7  Previous page of roles
9507 F8  Next page of roles
9508 F9  Add new role                        F9  Replicate existing role
9509 F10 Delete existing role
9510 F11 Shuffle the order of roles
9511 F12 Whereis (search role nicknames)
9512 </PRE>
9513 <!--chtml else-->
9514 <PRE>
9515 Navigation                     General Alpine Commands
9516 -------------------------      -----------------------
9517  P  Prev Role                     ?  Display this help text
9518  N  Next Role                     E  Back to MAIN Alpine menu
9519  -  Previous page
9520 Spc (space bar) Next page
9521  W  WhereIs (search for word in role nicknames)
9523 Setup Roles Commands
9524 ------------------------------------------------
9525  A  Add new role                  $  Shuffle the order of roles
9526  D  Delete existing role          C  Change configuration for highlighted role
9527  R  Replicate existing role
9528  I  Include file in role config   X  Exclude file from role config
9529 </PRE>
9530 <!--chtml endif-->
9532 <H2>Description of the Setup Roles Screen</H2>
9534 This screen lets you add, delete, modify, or change the order of the rules
9535 that determine the role you are playing when composing a message.
9537 You may play different roles depending on who you are replying to.
9538 For example, if you are replying to a message addressed to help-desk you
9539 may be acting as a Help Desk Worker.
9540 That role may require that you use a different return address and/or
9541 a different signature.
9543 Roles are optional.
9544 If you set up roles they work like this:  Each role has a set of
9545 &quot;Uses&quot;, which indicate whether or not a role is eligible to be
9546 considered for a particular use; a &quot;Pattern&quot;,
9547 which is used to decide which of the eligible roles is used; and a set
9548 of &quot;Actions&quot;, which are taken when that role is used.
9549 When you reply to a message, the message you are replying to is compared
9550 with the Patterns of the roles marked as eligible for use when replying.
9551 The comparisons start with the first eligible role and keep going until there
9552 is a match.
9553 If a match is found, the matching role's Actions are taken.
9555 It is also possible to set a default role and to change that role during
9556 your Alpine session.
9557 When you start Alpine no default role will be set.
9558 You may set or change the current default role by using the &quot;D&quot;
9559 command in the role selection screen.
9560 You'll see that screen while composing a message and being asked to select
9561 a role.
9562 An easy way to get to that screen is to use the <A HREF="h_common_role">Role Command</A> to
9563 compose a message.
9564 You may find a default role useful if you normally perform the duties of one
9565 of your roles for a while, then you switch to another role and stay in the
9566 new role for another period of time.
9567 It may be easier than using the Role Command to select the role each time you
9568 compose a message.
9570 <H2>Role Uses</H2>
9572 There are three types of use to be configured;
9573 one for Replying, one for Forwarding, and one for Composing.
9574 These indicate whether or not you want a role to be considered when you
9575 type the Reply, Forward, or Compose commands.
9576 (The Role command is an alternate form of the Compose command, and it is
9577 not affected by these settings.)
9578 Each of these Use types has three possible values.
9579 The value &quot;Never&quot;
9580 means that the role will never be considered as a candidate for use with
9581 the corresponding command.
9582 For example, if you set a role's Reply Use to Never, then when you Reply to
9583 a message, that role won't even be considered.
9584 (That isn't quite true. If the message you are replying to matches some other
9585 role that requires confirmation,
9586 then there will be a ^T command available which allows you to select a role
9587 from all of your roles, not just the reply-eligible roles.)
9590 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
9591 both mean that you do want to consider this role when using the corresponding
9592 command.
9593 For either of these settings the role's Pattern will
9594 be checked to see if it matches the message.
9595 For Reply Use, the message used to compare the Pattern with is the message
9596 being replied to.
9597 For Forward Use, the message used to compare the Pattern with is the message
9598 being forwarded.
9599 For Compose Use, there is no message, so the parts of the Pattern that depend
9600 on a message (everything other than Current Folder Type) are ignored.
9601 In all cases, the Current Folder Type is checked if defined.
9602 If there is a match then this role will either be used without confirmation
9603 or will be the default when confirmation is asked for, depending on
9604 which of the two options is selected.
9605 If confirmation is requested, you will have a chance to
9606 choose No Role instead of the offered role, or to
9607 change the role to any one of your other roles (with the ^T command).
9609 <H2>Role Patterns</H2>
9611 In order to determine whether or not a message matches a role the message is
9612 compared with the Role's Pattern.
9613 These Patterns are the same for use with Roles, Filtering, Index Coloring,
9614 Scoring, Other Rules, and Search Rules, so are described in only one place,
9615 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9617 Since header patterns, AllText patterns, and BodyText patterns that are unset are ignored,
9618 a role that has all header patterns unset, the AllText pattern unset,
9619 the BodyText pattern unset,
9620 the Score Interval unset, and the Current Folder Type set to
9621 &quot;Any&quot; may be used as a default role.
9622 It should be put last in the list of roles since the matching
9623 starts at the beginning and proceeds until one of the roles is a match.
9624 If no roles at all match, then Alpine will
9625 use its regular methods of defining the role.
9626 If you wanted to, you could define a different &quot;default&quot; role
9627 for Replying, Forwarding, and Composing by setting the
9628 &quot;Use&quot; fields appropriately.
9630 <H2>Role Actions</H2>
9632 Once a role match is found, the role's Actions are taken.
9633 For each role there are several possible actions that may be defined.
9634 They are actions to set the From address, the Reply-To address,
9635 the Fcc, the Signature, the Template file, and Other Headers.
9637 <H3>Set From</H3>
9639 The From address is the address used on the From line of the message
9640 you are sending.
9642 <H3>Set Reply-To</H3>
9644 The Reply-To address is the address used on the Reply-To line of the message
9645 you are sending.
9646 You don't need a Reply-To address unless it is different from the From address.
9648 <H3>Set Other Headers</H3>
9650 If you want to set the value of the From or Reply-To headers, use
9651 the specific fields &quot;Set From&quot; or &quot;Set Reply-To&quot;.
9652 If you want to set the values of other headers, use this field.
9653 This field is similar to the
9654 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> configuration option.
9655 Each header you specify here must include the header tag
9656 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
9657 and may optionally include a value for that header.
9658 It is different from the <!--#echo var="VAR_customized-hdrs"--> in that the value you give
9659 for a header here will replace any value that already exists.
9660 For example, if you are Replying to a message there will be at least one
9661 address in the To header (the address you are Replying to).
9662 However, if you Reply using a role that sets the To header, that role's
9663 To header value will be used instead.
9665 <H3>Set Fcc</H3>
9667 The Fcc is used as the Fcc for the message you are sending.
9669 <H3>Set Signature or Set LiteralSig</H3>
9671 The Signature is the name of a file to be used as the signature file when
9672 this role is being used.
9673 If the name of the file has a vertical bar following it (|)
9674 then it is assumed that the file is a program that should be run to
9675 produce the signature.
9676 If the LiteralSig is set, then it is used instead of the signature file.
9677 LiteralSig is just a different way to store the signature.
9678 It is stored in the pine configuration file instead of in a separate
9679 signature file.
9680 If the <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined
9681 either in the role or as the default signature in the Setup/Config screen,
9682 then the signature file is ignored.
9684 <H3>Set Template</H3>
9686 A Template is the name of a file to be included in the message when this
9687 role is being used.
9688 If the name of the file has a vertical bar following it (|)
9689 then it is assumed that the file is a program that should be run to
9690 produce the template.
9693 Both signature files and template files may be stored remotely on an IMAP
9694 server.
9695 In order to do that you just give the file a remote name.
9696 This works just like the regular
9697 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>
9698 option that is configured from the Setup/Configuration screen.
9699 A remote signature file name might look like:
9701 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
9703 Once you have named the remote signature or template file you create its
9704 contents by using the &quot;F&quot; &quot;editFile&quot; command when the
9705 cursor is on the &quot;Set Signature&quot; or &quot;Set Template&quot;
9706 line of the role editor.
9709 Both signature files and template files (or the output of signature programs
9710 and template file programs) may contain special tokens
9711 that are replaced with contents
9712 that depend on the message being replied to or forwarded.
9713 See the help for the individual fields inside the role editor for more
9714 information on tokens.
9716 <H3>Use SMTP Server</H3>
9718 If this field has a value, then it will be used as the SMTP server
9719 to send mail when this role is being used (unless the SMTP server variable
9720 is set in the system-wide fixed configuration file).
9721 It has the same semantics as the
9722 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
9723 variable in the Setup/Config screen.
9724 When you postpone the composition this SMTP server list will be saved
9725 with the postponed composition and it cannot be changed later.
9726 Because of that, you may want to make this a list of SMTP servers
9727 with the preferred server at the front of the list and alternate servers
9728 later in the list.
9731 If any of the actions are left unset, then the action depends on what
9732 is present in the &quot;Initialize settings using role&quot; field.
9733 If you've listed the nickname of another one of your roles there, then the
9734 corresponding action from that role will be used here.
9735 If that action is also blank, or if there is no nickname specified,
9736 then Alpine will do whatever it normally does to set these actions.
9737 This depends on other configuration options and features you've set.
9739 <H2>Command Descriptions</H2>
9741 <H3>Add</H3>
9743 The Add command is used to add a new role definition to your set of
9744 roles.
9745 The new role will be added after the highlighted role.
9747 <H3>Delete</H3>
9749 The Delete command deletes the currently highlighted role.
9751 <H3>Change</H3>
9753 The Change command lets you edit the nickname, Uses, Pattern,
9754 and Actions of the currently highlighted role.
9756 <H3>Shuffle</H3>
9758 The Shuffle command allows you to change the order of the roles.
9759 You may move the currently highlighted role up or down in the list.
9760 The order of the roles is important since the roles are tested for a
9761 match starting with the first role and continuing until a match is found.
9762 You should place the roles with more specific Patterns near the beginning
9763 of the list, and those with more general Patterns near the end so that
9764 the more specific matches will happen when appropriate.
9766 <H3>Replicate</H3>
9768 The Replicate command is used to copy an existing role and modify it.
9769 The new role will be added after the highlighted role.
9771 <H3>IncludeFile</H3>
9773 The IncludeFile command allows you to add a roles file to your configuration.
9774 Usually, your roles will be contained in your Alpine configuration file.
9775 If you wish, some or all of your roles may be stored in a separate file.
9776 If a roles file already exists (maybe it was made by somebody else using
9777 Alpine), you may insert it before the currently highlighted role.
9778 You may also insert an empty file or a file that does not yet exist.
9779 Once you have an empty roles file in your configuration, you may use
9780 the Shuffle command to move roles into it.
9781 In fact, that's the only way to get the initial role into the file.
9783 <H3>eXcludeFile</H3>
9785 The eXcludeFile command removes a roles file from your roles configuration.
9786 A limitation of the program is that in order to exclude a roles file
9787 that file must have at least one role
9788 in it, otherwise you won't be able to highlight a line in the file.
9789 So you may have to add a dummy role to the file in order to exclude the file.
9790 <P><UL>
9791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9792 </UL>
9794 &lt;End of help on this topic&gt;
9795 </BODY>
9796 </HTML>
9797 ===== h_rules_other =====
9798 <HTML>
9799 <HEAD>
9800 <TITLE>SETUP OTHER RULES SCREEN</TITLE>
9801 </HEAD>
9802 <BODY>
9803 <H1>SETUP OTHER RULES SCREEN</H1>
9804 <H2>SETUP OTHER RULES COMMANDS</H2>
9805 <!--chtml if pinemode="function_key"-->
9806 <PRE>
9807 Available  Commands -- Group 1         Available Commands -- Group 2   
9808 -------------------------------        ------------------------------  
9809 F1  Show Help Text                      F1  Show Help Text             
9810 F2  See commands in next group          F2  See commands in next group
9811 F3  Back to MAIN Alpine menu
9812 F4  Change configuration for rule
9813 F5  Move to previous rule               F5  Include file in rule config
9814 F6  Move to next rule                   F6  Exclude file from config
9815 F7  Previous page of rules
9816 F8  Next page of rules
9817 F9  Add new rule                        F9  Replicate existing rule
9818 F10 Delete existing rule
9819 F11 Shuffle the order of rules
9820 F12 Whereis (search rule nicknames)
9821 </PRE>
9822 <!--chtml else-->
9823 <PRE>
9824 Navigation                     General Alpine Commands
9825 -------------------------      -----------------------
9826  P  Prev rule                     ?  Display this help text
9827  N  Next rule                     E  Back to MAIN Alpine menu
9828  -  Previous page
9829 Spc (space bar) Next page
9830  W  WhereIs (search for word in rule nicknames)
9832 Setup Other Rules Commands
9833 ------------------------------------------------
9834  A  Add new rule                  $  Shuffle the order of rules
9835  D  Delete existing rule          C  Change configuration for highlighted rule
9836  R  Replicate existing rule
9837  I  Include file in rule config   X  Exclude file from rule config
9838 </PRE>
9839 <!--chtml endif-->
9841 <H2>Description of the Setup Other Rules Screen</H2>
9843 This is where you may set various actions that do not fit well into the
9844 other Rules categories.
9846 <H2>Patterns</H2>
9848 Other Rules are a little different from the rest of the Rules because
9849 they depend only on the current folder, and not on a particular message.
9850 In order to determine whether or not a rule's actions should be applied
9851 the current folder is compared with the rule's Pattern, which consists
9852 of only the Current Folder Type.
9853 Current Folder Type works the same for Other Rules as it does for Roles,
9854 Filtering, Index Coloring, and Scoring.
9855 Keep in mind that the only part of the Pattern that applies to Other
9856 Rules is the Current Folder Type when looking at the description of
9857 Patterns given
9858 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
9860 <H2>The Actions</H2>
9862 <H3>Set Sort Order</H3>
9864 When you enter a new folder, these rules will be checked to see if you
9865 have set a sort order that is different from your default sort order.
9866 The default is set in the Setup/Config screen with
9867 the &quot;<A HREF="h_config_sort_key"><!--#echo var="VAR_sort-key"--></A>&quot; option.
9868 If the Sort Order action is set, then the folder will be displayed sorted in
9869 that sort order instead of in the default order.
9871 A possible point of confusion arises when you change the configuration
9872 of the Sort Order for the currently open folder.
9873 The folder will normally be re-sorted when you go back to viewing the
9874 index.
9875 However, if you have manually sorted the folder with the
9876 Sort
9877 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
9878 command, then it will not be re-sorted until the next time it is opened.
9880 <H3>Set Index Format</H3>
9882 When you enter a new folder, these rules will be checked to see if you
9883 have set an Index Format that is different from your default Index Format,
9884 which is set with the
9885 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
9886 If so, the index will be displayed with this format instead of the default.
9888 <H3>Set Startup Rule</H3>
9890 When you enter a new folder, these rules will be checked to see if you
9891 have set a startup rule that is different from the default startup rule.
9892 The default for incoming folders is set in the Setup/Config screen with
9893 the &quot;<!--#echo var="VAR_incoming-startup-rule"-->&quot; option.
9894 The default for folders other than INBOX that are not part of your
9895 incoming collection
9896 (see <A HREF="h_config_enable_incoming"><!--#echo var="FEAT_enable-incoming-folders"--></A> feature) 
9897 is to start with the last message in the folder.
9898 If the Startup Rule is set to something other than &quot;default&quot;,
9899 then the rule will determine which message will be the current message when
9900 the folder is first opened.
9902 The various startup rule possibilities work the same here as they do in
9903 the incoming collection, so check
9904 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
9905 for more help.
9907 <H2>Command Descriptions</H2>
9909 <H3>Add</H3>
9911 The Add command is used to add a new rule definition to your set of
9912 rules.
9913 The new rule will be added after the highlighted rule.
9915 <H3>Delete</H3>
9917 The Delete command deletes the currently highlighted rule.
9919 <H3>Change</H3>
9921 The Change command lets you edit the nickname, Pattern,
9922 and Action of the currently highlighted rule.
9924 <H3>Shuffle</H3>
9926 The Shuffle command allows you to change the order of the rules.
9927 You may move the currently highlighted rule up or down in the list.
9928 The order of the rules is important since the rules are tested for a
9929 match starting with the first rule and continuing until a match is found.
9930 You should place the rules with more specific Patterns near the beginning
9931 of the list, and those with more general Patterns near the end so that
9932 the more specific matches will happen when appropriate.
9934 <H3>Replicate</H3>
9936 The Replicate command is used to copy an existing rule definition and modify it.
9937 The new rule will be added after the highlighted rule.
9939 <H3>IncludeFile</H3>
9941 The IncludeFile command allows you to add a rules file to your configuration.
9942 Usually, your rules will be contained in your Alpine configuration file.
9943 If you wish, some or all of your rules may be stored in a separate file.
9944 If a rules file already exists (maybe it was made by somebody else using
9945 Alpine), you may insert it before the currently highlighted rule.
9946 You may also insert an empty file or a file that does not yet exist.
9947 Once you have an empty rules file in your configuration, you may use
9948 the Shuffle command to move rules into it.
9949 In fact, that's the only way to get the initial rule into the file.
9951 <H3>eXcludeFile</H3>
9953 The eXcludeFile command removes a rules file from your rules configuration.
9954 A limitation of the program is that in order to exclude a rules file
9955 that file must have at least one rule
9956 in it, otherwise you won't be able to highlight a line in the file.
9957 So you may have to add a dummy rule to the file in order to exclude the file.
9958 <P><UL>
9959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
9960 </UL>
9962 &lt;End of help on this topic&gt;
9963 </BODY>
9964 </HTML>
9965 ===== h_rules_srch =====
9966 <HTML>
9967 <HEAD>
9968 <TITLE>SETUP SEARCH RULES SCREEN</TITLE>
9969 </HEAD>
9970 <BODY>
9971 <H1>SETUP SEARCH RULES SCREEN</H1>
9972 <H2>SETUP SEARCH RULES COMMANDS</H2>
9973 <!--chtml if pinemode="function_key"-->
9974 <PRE>
9975 Available  Commands -- Group 1         Available Commands -- Group 2   
9976 -------------------------------        ------------------------------  
9977 F1  Show Help Text                      F1  Show Help Text             
9978 F2  See commands in next group          F2  See commands in next group
9979 F3  Back to MAIN Alpine menu
9980 F4  Change configuration for rule
9981 F5  Move to previous rule               F5  Include file in rule config
9982 F6  Move to next rule                   F6  Exclude file from config
9983 F7  Previous page of rules
9984 F8  Next page of rules
9985 F9  Add new rule                        F9  Replicate existing rule
9986 F10 Delete existing rule
9987 F11 Shuffle the order of rules
9988 F12 Whereis (search rule nicknames)
9989 </PRE>
9990 <!--chtml else-->
9991 <PRE>
9992 Navigation                     General Alpine Commands
9993 -------------------------      -----------------------
9994  P  Prev rule                     ?  Display this help text
9995  N  Next rule                     E  Back to MAIN Alpine menu
9996  -  Previous page
9997 Spc (space bar) Next page
9998  W  WhereIs (search for word in rule nicknames)
10000 Setup Search Rules Commands
10001 ------------------------------------------------
10002  A  Add new rule                  $  Shuffle the order of rules
10003  D  Delete existing rule          C  Change configuration for highlighted rule
10004  R  Replicate existing rule
10005  I  Include file in rule config   X  Exclude file from rule config
10006 </PRE>
10007 <!--chtml endif-->
10009 <H2>Description of the Setup Search Rules Screen</H2>
10011 One of the commands that becomes available when that feature is turned on
10012 is the &quot;; Select&quot; command, which is used in the MESSAGE INDEX
10013 screen to select a set of messages.
10014 One way of selecting messages is to use a Rule.
10015 All of the messages that match (or don't match if you wish)
10016 a Rule's Pattern will be selected.
10018 Any of your Rules may be used for this purpose.
10019 You might already have Rules set up for filtering, index line color, scores, or roles;
10020 and you may use any of those Rules with the Select command.
10021 However, you might find it more convenient to set up a separate set of Rules
10022 just for this purpose without having to worry about what other effects
10023 they may cause.
10024 That is the purpose of these Select Rules.
10027 Each rule has a &quot;Pattern&quot;
10028 that is used to decide which messages are selected when you use it with
10029 the Select command.
10031 <H2>Patterns</H2>
10033 In order to determine whether or not a message should be selected
10034 the message is compared with the rule's Pattern.
10035 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10036 Scoring, Other Rules, and Search Rules, so are described in only one place,
10037 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10039 <H2>Command Descriptions</H2>
10041 <H3>Add</H3>
10043 The Add command is used to add a new rule definition to your set of
10044 rules.
10045 The new rule will be added after the highlighted rule.
10047 <H3>Delete</H3>
10049 The Delete command deletes the currently highlighted rule.
10051 <H3>Change</H3>
10053 The Change command lets you edit the nickname and Pattern
10054 of the currently highlighted rule.
10056 <H3>Shuffle</H3>
10058 The Shuffle command allows you to change the order of the rules.
10059 This affects only the order they are presented in when you use the
10060 ^T subcommand of the Select by Rule command.
10061 You may move the currently highlighted rule up or down in the list.
10063 <H3>Replicate</H3>
10065 The Replicate command is used to copy an existing rule definition and modify it.
10066 The new rule will be added after the highlighted rule.
10068 <H3>IncludeFile</H3>
10070 The IncludeFile command allows you to add a rules file to your configuration.
10071 Usually, your rules will be contained in your Alpine configuration file.
10072 If you wish, some or all of your rules may be stored in a separate file.
10073 If a rules file already exists (maybe it was made by somebody else using
10074 Alpine), you may insert it before the currently highlighted rule.
10075 You may also insert an empty file or a file that does not yet exist.
10076 Once you have an empty rules file in your configuration, you may use
10077 the Shuffle command to move rules into it.
10078 In fact, that's the only way to get the initial rule into the file.
10080 <H3>eXcludeFile</H3>
10082 The eXcludeFile command removes a rules file from your rules configuration.
10083 A limitation of the program is that in order to exclude a rules file
10084 that file must have at least one rule
10085 in it, otherwise you won't be able to highlight a line in the file.
10086 So you may have to add a dummy rule to the file in order to exclude the file.
10087 <P><UL>
10088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10089 </UL>
10091 &lt;End of help on this topic&gt;
10092 </BODY>
10093 </HTML>
10094 ===== h_rules_incols =====
10095 <HTML>
10096 <HEAD>
10097 <TITLE>SETUP INDEX LINE COLORS SCREEN</TITLE>
10098 </HEAD>
10099 <BODY>
10100 <H1>SETUP INDEX LINE COLORS SCREEN</H1>
10101 <H2>SETUP INDEX LINE COLORS COMMANDS</H2>
10102 <!--chtml if pinemode="function_key"-->
10103 <PRE>
10104 Available  Commands -- Group 1         Available Commands -- Group 2   
10105 -------------------------------        ------------------------------  
10106 F1  Show Help Text                      F1  Show Help Text             
10107 F2  See commands in next group          F2  See commands in next group
10108 F3  Back to MAIN Alpine menu
10109 F4  Change configuration for rule
10110 F5  Move to previous rule               F5  Include file in rule config
10111 F6  Move to next rule                   F6  Exclude file from config
10112 F7  Previous page of rules
10113 F8  Next page of rules
10114 F9  Add new rule                        F9  Replicate existing rule
10115 F10 Delete existing rule
10116 F11 Shuffle the order of rules
10117 F12 Whereis (search rule nicknames)
10118 </PRE>
10119 <!--chtml else-->
10120 <PRE>
10121 Navigation                     General Alpine Commands
10122 -------------------------      -----------------------
10123  P  Prev rule                     ?  Display this help text
10124  N  Next rule                     E  Back to MAIN Alpine menu
10125  -  Previous page
10126 Spc (space bar) Next page
10127  W  WhereIs (search for word in rule nicknames)
10129 Setup Index Color Commands
10130 ------------------------------------------------
10131  A  Add new rule                  $  Shuffle the order of rules
10132  D  Delete existing rule          C  Change configuration for highlighted rule
10133  R  Replicate existing rule
10134  I  Include file in rule config   X  Exclude file from rule config
10135 </PRE>
10136 <!--chtml endif-->
10138 <H2>Description of the Setup Index Line Colors Screen</H2>
10140 Index Line Color causes lines in the MESSAGE INDEX screen to be colored.
10141 This action is only available if your terminal is capable of displaying
10142 color and color display has been enabled with the
10143 <A HREF="h_config_color_style">Color Style</A> option within the
10144 Setup Color screen.
10145 (In PC-Alpine, color is always enabled so there is no option to turn on.)
10146 This screen lets you add, delete, modify, or change the order of the rules
10147 that cause the lines in the MESSAGE INDEX to be displayed in different
10148 colors.
10150 Each rule has a &quot;Pattern&quot;,
10151 which is used to decide which of the rules is used; and the color that
10152 is used if the Pattern matches a particular message.
10154 <H2>Index Color Patterns</H2>
10156 In order to determine whether or not a message matches an Index Color Rule
10157 the message is compared with the rule's Pattern.
10158 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10159 Scoring, Other Rules, and Search Rules, so are described in only one place,
10160 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10163 If none of the Index Color rules is a match for a particular index line,
10164 then the color used is set using
10165 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10167 <H2>Index Line Color</H2>
10169 This is the color that index lines are colored when there is a matching
10170 Pattern.
10171 This colors the whole index line, except possibly the status letters,
10172 which may be colored separately using
10173 the <A HREF="h_color_setup">Setup Kolor</A> screen.
10175 <H2>Command Descriptions</H2>
10177 <H3>Add</H3>
10179 The Add command is used to add a new rule definition to your set of
10180 rules.
10181 The new rule will be added after the highlighted rule.
10183 <H3>Delete</H3>
10185 The Delete command deletes the currently highlighted rule.
10187 <H3>Change</H3>
10189 The Change command lets you edit the nickname, Pattern,
10190 and Index Line Color of the currently highlighted rule.
10192 <H3>Shuffle</H3>
10194 The Shuffle command allows you to change the order of the rules.
10195 You may move the currently highlighted rule up or down in the list.
10196 The order of the rules is important since the rules are tested for a
10197 match starting with the first rule and continuing until a match is found.
10198 You should place the rules with more specific Patterns near the beginning
10199 of the list, and those with more general Patterns near the end so that
10200 the more specific matches will happen when appropriate.
10202 <H3>Replicate</H3>
10204 The Replicate command is used to copy an existing rule definition and modify it.
10205 The new rule will be added after the highlighted rule.
10207 <H3>IncludeFile</H3>
10209 The IncludeFile command allows you to add a rules file to your configuration.
10210 Usually, your rules will be contained in your Alpine configuration file.
10211 If you wish, some or all of your rules may be stored in a separate file.
10212 If a rules file already exists (maybe it was made by somebody else using
10213 Alpine), you may insert it before the currently highlighted rule.
10214 You may also insert an empty file or a file that does not yet exist.
10215 Once you have an empty rules file in your configuration, you may use
10216 the Shuffle command to move rules into it.
10217 In fact, that's the only way to get the initial rule into the file.
10219 <H3>eXcludeFile</H3>
10221 The eXcludeFile command removes a rules file from your rules configuration.
10222 A limitation of the program is that in order to exclude a rules file
10223 that file must have at least one rule
10224 in it, otherwise you won't be able to highlight a line in the file.
10225 So you may have to add a dummy rule to the file in order to exclude the file.
10226 <P><UL>
10227 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10228 </UL>
10230 &lt;End of help on this topic&gt;
10231 </BODY>
10232 </HTML>
10233 ===== h_rules_filter =====
10234 <HTML>
10235 <HEAD>
10236 <TITLE>SETUP FILTERING SCREEN</TITLE>
10237 </HEAD>
10238 <BODY>
10239 <H1>SETUP FILTERING SCREEN</H1>
10240 <H2>SETUP FILTERING COMMANDS</H2>
10241 <!--chtml if pinemode="function_key"-->
10242 <PRE>
10243 Available  Commands -- Group 1         Available Commands -- Group 2   
10244 -------------------------------        ------------------------------  
10245 F1  Show Help Text                      F1  Show Help Text             
10246 F2  See commands in next group          F2  See commands in next group
10247 F3  Back to MAIN Alpine menu
10248 F4  Change configuration for filter
10249 F5  Move to previous filter             F5  Include file in filter config
10250 F6  Move to next filter                 F6  Exclude file from config
10251 F7  Previous page of filters
10252 F8  Next page of filters
10253 F9  Add new filter                      F9  Replicate existing filter
10254 F10 Delete existing filter
10255 F11 Shuffle the order of filters
10256 F12 Whereis (search filter nicknames)
10257 </PRE>
10258 <!--chtml else-->
10259 <PRE>
10260 Navigation                     General Alpine Commands
10261 -------------------------      -----------------------
10262  P  Prev Filter                   ?  Display this help text
10263  N  Next Filter                   E  Back to MAIN Alpine menu
10264  -  Previous page
10265 Spc (space bar) Next page
10266  W  WhereIs (search for word in filter nicknames)
10268 Setup Filters Commands
10269 ------------------------------------------------
10270  A  Add new filter                $  Shuffle the order of filters
10271  D  Delete existing filter        C  Change configuration for highlighted filter
10272  R  Replicate existing filter
10273  I  Include file in filter config X  Exclude file from filter config
10274 </PRE>
10275 <!--chtml endif-->
10277 <H2>Description of the Setup Filtering Screen</H2>
10279 This screen lets you add, delete, modify, or change the order of the rules
10280 that determine the filtering Alpine does on folders you view.
10282 The software that actually delivers mail (the stuff that happens
10283 before Alpine is involved) for you is in a better position to do mail filtering
10284 than Alpine itself.
10285 If possible, you may want to look into using that sort of mail filtering to
10286 deliver mail to different folders, delete it, or forward it.
10287 However, if you'd like Alpine to help with this, Alpine's filtering is for you.
10289 Filtering is a way to automatically move certain messages from one folder
10290 to another or to delete messages.
10291 It can also be used to set message status (Important, Deleted, New,
10292 Answered) and to set <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> for messages.
10293 Alpine doesn't have the ability to forward mail to another address or
10294 to deliver vacation messages.
10296 Each filtering rule has a &quot;Pattern&quot; and a &quot;Filter Action&quot;.
10297 When a folder is opened, when new mail arrives in an open folder, or
10298 when mail is Expunged from a folder; each
10299 message is compared with the Patterns of your filtering rules.
10300 The comparisons start with the first rule and keep going until there
10301 is a match.
10302 If a match is found, the message may be deleted or moved, depending on
10303 the setting of the Filter Action.
10304 If the message is not deleted, it may have its status altered.
10307 <EM>NOTE:</EM>
10308 When setting up a Pattern used to delete messages,
10309 it is recommended that you test the Pattern first with a &quot;Move&quot;
10310 folder specified in
10311 case unintended matches occur.  Messages that are deleted will be removed 
10312 from the folder and <EM>unrecoverable</EM> from within Alpine after the
10313 next Expunge command or once the folder being filtered has been closed.
10315 <H2>Filter Patterns</H2>
10317 In order to determine whether or not a message matches a filter the message is
10318 compared with the Filter's Pattern.
10319 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10320 Scoring, Other Rules, and Search Rules, so are described in only one place,
10321 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10323 Since filtering is a potentially destructive action, if you have a filtering
10324 Pattern with nothing other than Current Folder Type set, that filtering
10325 rule is ignored.
10327 <H2>Filter Actions</H2>
10329 Once a filter match is found for a particular message, there are some actions
10330 that may be taken.
10331 First, the message may have its status changed.
10332 This is the same message status that you can manipulate manually using the
10333 <a href="h_common_flag">Flag Command</a>.
10334 There are always four elements of message status that you can control.
10335 You can set or clear the Important status, the New status, the Deleted
10336 status, and the Answered status.
10337 Of course, if the filter is going to delete the message,
10338 then there is no point in setting message status.
10339 You may also be able to set user-defined keywords for a message.
10340 Read a little about keywords in the help text for the
10341 <A HREF="h_common_flag">Flag</A> command.
10343 Second, the filter may delete or move the message.
10344 Deleting the message marks it Deleted and removes it from view.
10345 It is effectively gone forever (though it technically is still there until
10346 the next expunge command, which may happen implicitly).
10347 Moving the message moves it from the open folder into the folder
10348 listed on the &quot;Folder List&quot; line of the filter configuration.
10349 If you list more than one folder name (separated by commas) then the message
10350 will be copied to each of those folders.
10351 In any case, if &quot;Delete&quot; or &quot;Move&quot; is set then the
10352 message is removed from the current folder.
10353 If you just want to set the messages status without deleting it from
10354 the folder, then set the filter action to
10355 &quot;Just Set Message Status&quot;.
10357 (There is no way to do a Copy instead of a Move, due to the difficulties
10358 involved in keeping track of whether or not a message has
10359 already been copied.)
10361 <H2>Command Descriptions</H2>
10363 <H3>Add</H3>
10365 The Add command is used to add a new filter definition to your set of
10366 filters.
10367 The new filter will be added after the highlighted filter.
10369 <H3>Delete</H3>
10371 The Delete command deletes the currently highlighted filter.
10373 <H3>Change</H3>
10375 The Change command lets you edit the nickname, Pattern,
10376 and Folder of the currently highlighted filter.
10378 <H3>Shuffle</H3>
10380 The Shuffle command allows you to change the order of the filters.
10381 You may move the currently highlighted filter up or down in the list.
10382 The order of the filters is important since the filters are tested for a
10383 match starting with the first filter and continuing until a match is found.
10384 You should place the filters with more specific Patterns near the beginning
10385 of the list, and those with more general Patterns near the end so that
10386 the more specific matches will happen when appropriate.
10388 <H3>Replicate</H3>
10390 The Replicate command is used to copy an existing filter and modify it.
10391 The new filter will be added after the highlighted filter.
10393 <H3>IncludeFile</H3>
10395 The IncludeFile command allows you to add a filters file to your configuration.
10396 Usually, your filters will be contained in your Alpine configuration file.
10397 If you wish, some or all of your filters may be stored in a separate file.
10398 If a filters file already exists (maybe it was made by somebody else using
10399 Alpine), you may insert it before the currently highlighted filter.
10400 You may also insert an empty file or a file that does not yet exist.
10401 Once you have an empty filters file in your configuration, you may use
10402 the Shuffle command to move filters into it.
10403 In fact, that's the only way to get the initial filter into the file.
10405 <H3>eXcludeFile</H3>
10407 The eXcludeFile command removes a filters file from your filters configuration.
10408 A limitation of the program is that in order to exclude a filters file
10409 that file must have at least one filter
10410 in it, otherwise you won't be able to highlight a line in the file.
10411 So you may have to add a dummy filter to the file in order to exclude the file.
10412 <P><UL>
10413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10414 </UL>
10416 <H3>Performance Considerations</H3>
10417 The number and type of patterns being tested can 
10418 adversely effect performance.  Issues to be aware
10419 of include:
10421 <UL>
10422   <LI> The more filters you have defined the longer it will take to run down
10423 the list.  Deleting unused filters is a good idea.
10424   <LI> Filtering in newsgroups served by an NNTP server will be slow
10425 if your patterns include tests other than &quot;From:&quot;
10426 or &quot;Subject:&quot;.
10427 </UL>
10429 &lt;End of help on this topic&gt;
10430 </BODY>
10431 </HTML>
10432 ===== h_rules_score =====
10433 <HTML>
10434 <HEAD>
10435 <TITLE>SETUP SCORING SCREEN</TITLE>
10436 </HEAD>
10437 <BODY>
10438 <H1>SETUP SCORING SCREEN</H1>
10439 <H2>SETUP SCORING COMMANDS</H2>
10440 <!--chtml if pinemode="function_key"-->
10441 <PRE>
10442 Available  Commands -- Group 1         Available Commands -- Group 2   
10443 -------------------------------        ------------------------------  
10444 F1  Show Help Text                      F1  Show Help Text             
10445 F2  See commands in next group          F2  See commands in next group
10446 F3  Back to MAIN Alpine menu
10447 F4  Change configuration for rule
10448 F5  Move to previous rule               F5  Include file in rule config
10449 F6  Move to next rule                   F6  Exclude file from config
10450 F7  Previous page of rules
10451 F8  Next page of rules
10452 F9  Add new rule                        F9  Replicate existing rule
10453 F10 Delete existing rule
10454 F11 Shuffle the order of rules
10455 F12 Whereis (search rule nicknames)
10456 </PRE>
10457 <!--chtml else-->
10458 <PRE>
10459 Navigation                     General Alpine Commands
10460 -------------------------      -----------------------
10461  P  Prev rule                     ?  Display this help text
10462  N  Next rule                     E  Back to MAIN Alpine menu
10463  -  Previous page
10464 Spc (space bar) Next page
10465  W  WhereIs (search for word in rule nicknames)
10467 Setup Scoring Commands
10468 ------------------------------------------------
10469  A  Add new rule                  $  Shuffle the order of rules
10470  D  Delete existing rule          C  Change configuration for highlighted rule
10471  R  Replicate existing rule
10472  I  Include file in rule config   X  Exclude file from rule config
10473 </PRE>
10474 <!--chtml endif-->
10476 <H2>Description of the Setup Scoring Screen</H2>
10478 Most people will not use scores at all, but if you do use them, here's how
10479 they work in Alpine.
10480 Using this screen, you may define Scoring rules.
10481 The score for a message is calculated by looking at every Score rule defined
10482 and adding up the Score Values for the ones that match the message.
10483 If there are no matches for a message, it has a score of zero.
10484 Message scores may be used a couple of ways in Alpine.
10486 <H3>Sorting by Score</H3>
10488 One of the methods you may use to sort message indexes is to sort by
10489 score.
10490 The scores of all the messages in a folder will be calculated and then
10491 the index will be ordered by placing the messages in order of ascending or
10492 descending score.
10494 <H3>Scores for use in Patterns</H3>
10496 The Patterns used for Roles, Index Line Coloring, and Filtering have a
10497 category labeled &quot;Score Interval&quot;.
10498 When a message is being compared with a Pattern to check for a match, if
10499 the Score Interval is set only messages that have a score somewhere in
10500 the interval are a match.
10502 <H2>Scoring Rule Patterns</H2>
10504 In order to determine whether or not a message matches a scoring rule
10505 the message is compared with the rule's Pattern.
10506 These Patterns are the same for use with Roles, Filtering, Index Coloring,
10507 Scoring, Other Rules, and Search Rules, so are described in only one place,
10508 &quot;<A HREF="h_rule_patterns">here</A>&quot;.
10511 Actually, Scoring rule Patterns are slightly different from the other types of
10512 Patterns because Scoring rule Patterns don't contain a Score Interval.
10513 In other words, when calculating the score for a message, which is done
10514 by looking at the Scoring rule Patterns, scores aren't used.
10516 <H2>Score Value</H2>
10518 This is the value that will be added to the score for a message if the
10519 rule's Pattern is a match.
10520 Each individual Score Value is an integer between -100 and 100, and the
10521 values from matching rules are added together to get a message's score.
10522 There is also a way to extract the value from a particular header of each
10523 message. See the help text for Score Value for further information.
10525 <H2>Command Descriptions</H2>
10527 <H3>Add</H3>
10529 The Add command is used to add a new scoring rule definition.
10530 The new rule will be added after the highlighted rule.
10532 <H3>Delete</H3>
10534 The Delete command deletes the currently highlighted scoring rule.
10536 <H3>Change</H3>
10538 The Change command lets you edit the nickname, Pattern,
10539 and Score Value of the currently highlighted scoring rule.
10541 <H3>Shuffle</H3>
10543 The Shuffle command allows you to change the order of the scoring rules.
10544 You may move the currently highlighted rule up or down in the list.
10545 The order of the rules is important since the rules are tested for a
10546 match starting with the first rule and continuing until a match is found.
10547 You should place the rules with more specific Patterns near the beginning
10548 of the list, and those with more general Patterns near the end so that
10549 the more specific matches will happen when appropriate.
10551 <H3>Replicate</H3>
10553 The Replicate command is used to copy an existing rule and modify it.
10554 The new rule will be added after the highlighted rule.
10556 <H3>IncludeFile</H3>
10558 The IncludeFile command allows you to add a rules file to your configuration.
10559 Usually, your rules will be contained in your Alpine configuration file.
10560 If you wish, some or all of your rules may be stored in a separate file.
10561 If a rules file already exists (maybe it was made by somebody else using
10562 Alpine), you may insert it before the currently highlighted rule.
10563 You may also insert an empty file or a file that does not yet exist.
10564 Once you have an empty rules file in your configuration, you may use
10565 the Shuffle command to move rules into it.
10566 In fact, that's the only way to get the initial rule into the file.
10568 <H3>eXcludeFile</H3>
10570 The eXcludeFile command removes a rules file from your rules configuration.
10571 A limitation of the program is that in order to exclude a rules file
10572 that file must have at least one rule
10573 in it, otherwise you won't be able to highlight a line in the file.
10574 So you may have to add a dummy rule to the file in order to exclude the file.
10575 <P><UL>
10576 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10577 </UL>
10579 &lt;End of help on this topic&gt;
10580 </BODY>
10581 </HTML>
10582 ===== h_direct_config =====
10583 <HTML>
10584 <HEAD>
10585 <TITLE>SETUP LDAP DIRECTORY SERVERS SCREEN</TITLE>
10586 </HEAD>
10587 <BODY>
10588 <H1>SETUP LDAP DIRECTORY SERVERS SCREEN</H1>
10589 <H2>SETUP LDAP DIRECTORY SERVERS COMMANDS</H2>
10590 <!--chtml if pinemode="function_key"-->
10591 <PRE>
10592 Available  Commands                        
10593 -------------------------------            
10594 F1  Show Help Text                         
10595 F3  Back to MAIN Alpine menu                 
10596 F4  Change configuration for directory server  
10597 F5  Move to previous directory server          
10598 F6  Move to next directory server              
10599 F7  Previous page of directory servers         
10600 F8  Next page of directory servers
10601 F9  Add new directory server
10602 F10 Delete existing directory server
10603 F11 Shuffle the order of directory servers
10604 F12 Whereis (search directory server titles)   
10605 </PRE>
10606 <!--chtml else-->
10607 <PRE>
10608 Navigation                     General Alpine Commands
10609 -------------------------      -----------------------
10610  P  Prev Directory Server         ?  Display this help text
10611  N  Next Directory Server         E  Back to MAIN Alpine menu
10612  -  Previous page
10613 Spc (space bar) Next page
10614  W  WhereIs (search for word in directory server titles)
10616 Setup LDAP Directory Server Commands
10617 ------------------------------------------------
10618  A  Add new directory server      $  Shuffle the order of directory servers
10619  D  Delete existing dir server    C  Change configuration for highlighted server
10620 </PRE>
10621 <!--chtml endif-->
10623 <H2>Description of the Setup LDAP Directory Servers Screen</H2>
10625 This screen lets you add, delete, modify, or change the order of your
10626 directory servers. You may also set some optional behavior for each server.
10627 The &quot;Add Dir&quot; command brings up a blank form to 
10628 fill in. You will have to supply at least the name of the LDAP server.
10629 You will often have to supply a search base to be used with that server,
10630 as well. Once the form has been brought up on your screen, there is help
10631 available for each of the options you may set.
10633 The &quot;Del Dir&quot; command allows you to remove a directory server
10634 from your configuration.
10636 The &quot;Change&quot; command is similar to the &quot;Add Dir&quot; command.
10637 The difference is that instead of bringing up a form for a new server
10638 configuration, you are changing the configuration of an existing entry.
10639 For example, you might want to correct a typing error, change a
10640 nickname, or change one of the options set for that server.
10642 The &quot;Shuffle&quot; command is used to change the order of directory
10643 servers.
10644 <P><UL>
10645 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10646 </UL>
10648 &lt;End of help on this topic&gt;
10649 </BODY>
10650 </HTML>
10651 ============= h_address_display ========================
10652 <HTML>
10653 <HEAD>
10654 <TITLE>SEARCH RESULTS INDEX</TITLE>
10655 </HEAD>
10656 <BODY>
10657 <H1>SEARCH RESULTS INDEX</H1>
10658 This screen shows the results, if any, of your Directory Server search.  
10659 Commands (besides those for screen navigation) are:
10660 <DL>
10661 <DT>View
10662 <!--chtml if pinemode="function_key"-->
10663 (F4)
10664 <!--chtml else-->
10666 <!--chtml endif-->
10667 </DT>
10668 <DD>See the full information for the selected entry.
10670 <DT>Compose
10671 <!--chtml if pinemode="function_key"-->
10672 (F9)
10673 <!--chtml else-->
10675 <!--chtml endif--></DT>
10676 <DD>Compose a message with the selected entry as the recipient.
10678 <DT>Role
10679 <!--chtml if pinemode="function_key"-->
10680 (F2)
10681 <!--chtml else-->
10683 <!--chtml endif--></DT>
10684 <DD>Compose a message with the selected entry as the recipient. This differs
10685 from Compose in that you may select a role before beginning your composition.
10687 <DT>Forward
10688 <!--chtml if pinemode="function_key"-->
10689 (F10)
10690 <!--chtml else-->
10692 <!--chtml endif--></DT>
10693 <DD>Send the full information for the selected entry as an 
10694 email message to someone else.
10696 <DT>Save
10697 <!--chtml if pinemode="function_key"-->
10698 (F11)
10699 <!--chtml else-->
10701 <!--chtml endif-->
10702 </DT>
10703 <DD>Save to your address book:
10704 <UL>
10705 <LI>the result of the search (as just found through your query) for the 
10706 selected entry; or 
10707 <LI>the selected entry for repeated Directory Server searching when used 
10708 in the future.
10709 </UL>
10710 or<BR>
10711 Export to a file (external to Alpine):
10712 <UL>
10713 <LI>the full information for the selected entry; or
10714 <LI>the email address from the selected entry; or
10715 <LI>the selected entry in <A HREF="h_whatis_vcard">vCard</A> format.
10716 </UL>
10717 <DT>WhereIs
10718 <!--chtml if pinemode="function_key"-->
10719 (F12)
10720 <!--chtml else-->
10722 <!--chtml endif-->
10723 </DT>
10724 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10725 displayed text, not the full records for each entry.)  
10726 </DL>
10727 &lt;End of help on this topic&gt;
10728 </BODY>
10729 </HTML>
10730 ============= h_address_select ========================
10731 <HTML>
10732 <HEAD>
10733 <TITLE>SEARCH RESULTS INDEX</TITLE>
10734 </HEAD>
10735 <BODY>
10736 <H1>SEARCH RESULTS INDEX</H1>
10737 This screen shows the results, if any, of your Directory Server search.  
10738 Commands (besides those for screen navigation) are:
10739 <DL>
10740 <DT>Select
10741 </DT>
10742 <DD>Select this entry for use.
10744 <DT>ExitSelect
10745 <DD>Exit without selecting any of the entries.
10747 <DT>WhereIs
10748 </DT>
10749 <DD>Search for text in the SEARCH RESULTS INDEX screen. (Searches only the 
10750 displayed text, not the full records for each entry.)  
10751 </DL>
10752 &lt;End of help on this topic&gt;
10753 </BODY>
10754 </HTML>
10755 ===== h_folder_maint =====
10756 <HTML>
10757 <HEAD>
10758 <TITLE>Help for Folder List</TITLE>
10759 </HEAD>
10760 <BODY>
10761 <H1>FOLDER LIST COMMANDS</H1>
10762 <!--chtml if pinemode="function_key"-->
10763 <PRE>
10764 Available Commands -- Group 1        Available Commands -- Group 2
10765 -------------------------------      ------------------------------
10766 F1  Show Help Text                    F1  Show Help Text               
10767 F2  See commands in next group        F2  See commands in next group  
10768 F3  MAIN MENU Screen                  F3  Quit Alpine                    
10769 F4  Select folder and view it         F4  MAIN MENU Screen
10770 F5  Move to previous folder
10771 F6  Move to next folder               F6  Specify a folder to go to
10772 F7  Show previous screen of listing   F7  Show MESSAGE INDEX of current folder
10773 F8  Show next screen of listing       F8  Compose a message
10774 F9  Add a new folder                  F9  Print folder listing
10775 F10 Delete selected folder
10776 F11 Rename selected folder
10777 F12 Whereis (search folder names)
10779 Available Commands -- Group 3
10780 F1  Show Help Text
10781 F2  See commands in next group
10782 F5  Go to next new message
10783     (or count recent messages if <A HREF="h_config_tab_checks_recent"><!--#echo var="FEAT_tab-checks-recent"--></A> is set)
10784 F8  Compose a message using roles
10785 F9  Export folder to a file
10786 F10 Import the file back to a folder
10787 </PRE>
10788 <!--chtml else-->
10789 <PRE>
10790 Navigating the Folder Screen            Operations on the Selected Folder
10791 ----------------------------            ---------------------------------
10792  P   Move to previous folder              V  View Index of selected folder
10793  N   Move to next folder                  D  Delete
10794  -   Show previous page of listing        R  Rename
10795 Spc  (space bar) Show next page           E  Export to file
10796                                           U  Import from file to folder
10798 FOLDER LIST Screen Commands              General Alpine Command
10799 ---------------------------              -----------------------
10800  A  Add a folder                          O  Show all other available commands
10801  G  Specify a folder to go to             ?  Show Help text
10802  I  Show MESSAGE INDEX of current folder  M  MAIN MENU Screen
10803  W  Whereis (search folder names)         Q  Quit Alpine
10804  %  Print folder listing                  C  Compose a message
10805                                           #  Compose a message using roles
10806 </PRE>
10807 <!--chtml endif-->
10809 These commands are only available in the FOLDER LIST screen when the 
10810 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot; 
10811 feature</A> is set in the SETUP CONFIGURATION screen:<DL>
10812 <DT>Select:</DT>
10813 <DD>Select folders by certain criteria:<UL>
10814 <LI>All: of limited use, since there is no Apply command.
10815 <LI>by Property: <UL>
10816         <LI>folder contains messages not yet seen 
10817         <LI>folder contains new messages
10818         <LI>folder contains exactly as many, more, or fewer messages 
10819 than a given number
10820         </UL>
10821 <LI>by Text: <UL>
10822         <LI>contained in name of folder (Name Select)
10823         <LI>contained in messages in folder (Content Select)
10824         </UL>
10825 </UL></DD>
10827 <DT>Select current:</DT>
10828 <DD>Select the folder the cursor is on.  (Can be used to &quot;manually&quot; 
10829 add one or more folders to a set created with the Select command described 
10830 above.)</DD>
10831 <DT>Zoom mode:</DT>
10832 <DD>Toggles display of only selected folders or all folders on and off.</DD>
10833 </DL>
10835 If the feature
10836 <A HREF="h_config_tab_checks_recent">&quot;<!--#echo var="FEAT_tab-checks-recent"-->&quot;</A>
10837 is set then the TAB key will display the number of recent messages and
10838 the total number of messages in the highlighted folder.
10840 The &quot;Export&quot; command causes the lowest common denominator style
10841 mailbox to be written to a file.
10842 If the file already exists, you are asked if you want to delete it.
10843 If you say No, then the operation is aborted.
10844 Export might be a reasonable way to store a backup or an archival copy of
10845 a folder.
10846 The exported-to file is a local file on the system where you are running Alpine.
10847 The &quot;Import&quot; command is the opposite of the Export command.
10848 It reads a file created by Export and asks where it should save it in your
10849 folders.
10850 This could be a new folder or an existing folder.
10851 If the folder already exists, the messages from the exported file will be
10852 appended to the folder.
10854 <CENTER>Description of the FOLDER LIST Screen</CENTER>
10856 The purpose of the FOLDER LIST screen is to help you browse and manage
10857 the folders and directories (also known as &quot;hierarchy&quot;)
10858 contained within a collection.
10861 Folders and directories are arranged alphabetically across lines of
10862 the screen.  Directories, if present, are denoted by a special
10863 character at the end of the name known as the hierarchy delimiter
10864 (typically, &quot;/&quot;).  By default, folders and directories are
10865 mixed together.  The
10866 "<A HREF="h_config_fld_sort_rule"><!--#echo var="VAR_folder-sort-rule"--></A>"
10867 configuration option can be used to group directories toward the 
10868 beginning or end of the list.
10871 The Next/Prev Page commands help browse the list, the Next/Prev Fldr
10872 commands change the &quot;selected&quot; (i.e., highlighted) folder or
10873 directory, and the View Fldr/Dir commands will &quot;open&quot; the
10874 selected item.  Folder and directory management is provided via the
10875 Rename, Delete and Add commands.
10877 <P><CENTER>About Folders</CENTER>
10878 What are Folders?<P>
10880 Folders are simply files where messages are kept.  Every message has to be
10881 in a folder.  Most every Alpine user starts out with 3 folders: an INBOX, a
10882 folder for sent mail and a folder for saved messages.<P>
10884 You may create as many other folders as you wish.  They must be given
10885 names that can be filenames on the filesystem.  
10888 You can move messages from one folder to another by opening the original
10889 folder and saving messages into the other folder just as you can save
10890 message from your INBOX to any other folder.<P>
10892 Folders are typically just files in the filesystem.  However, the files
10893 that are
10894 folders have some special formatting in them (so that Alpine knows where one
10895 message ends and another begins) and should <EM>not</EM> be edited outside of
10896 Alpine.  If you want copies of your messages in text files that you can edit
10897 or otherwise manipulate, use the Export command to copy them from Alpine into
10898 your regular file area.
10901 FOR MORE INFORMATION: See the section on
10902 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
10904 <CENTER>About Directories</CENTER>
10906 A directory is simply a container used to group folders within a
10907 folder list.  You can create as many directories as you like.  And 
10908 directories can even contain directories themselves.
10911 SPECIAL NOTES: When accessing folders on an IMAP server, it is important
10912 to note that not all IMAP servers support directories.  If you find that
10913 the Add command fails to offer the &quot;Create Directory&quot; subcommand,
10914 then it's likely that directories are not supported by the server serving
10915 in that collection.
10918 Similarly, servers that do provide for directories may not do so in
10919 the same way.  On some servers, for example, each folder name you
10920 create is at the same time capable of being a directory.  When this
10921 happens, Alpine will display both the folder name and the name of the
10922 directory (with trailing hierarchy delimiter) in the folder list.
10925 Another issue with IMAP access, though with a much smaller set of servers,
10926 is that not all servers accept the request to list out the available
10927 folders and directories in the same way.  If you find yourself having
10928 trouble viewing folders on your server, you might investigate the
10929 &quot;<A HREF="h_config_lame_list_mode"><!--#echo var="FEAT_enable-lame-list-mode"--></A>&quot;
10930 feature.
10932 <UL>
10933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
10934 </UL>
10936 &lt;End of help on this topic&gt;
10937 </BODY>
10938 </HTML>
10939 ========= h_valid_folder_names ========
10940 <HTML>
10941 <HEAD>
10942 <TITLE>Explanation of Valid Folder Names</TITLE>
10943 </HEAD>
10944 <BODY>
10945 <H1>Folder Name Syntax Explained</H1>
10947 Once your folder collections are defined, you can usually refer to
10948 folders by their simple (unqualified) name, or pick from a FOLDER LIST
10949 display.  However, understanding the complete syntax for folder names,
10950 both local and remote, is handy when using the Goto command and when
10951 you are adding new folder collections via the Setups/collectionList screen.
10953 An Alpine folder name looks like
10956 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;]&lt;namespace-specific-part&gt;</SAMP></CENTER>
10959 The square brackets ([]) mean that the part is optional.
10962 If there is no remote-specification, then the folder name is interpreted
10963 locally on the computer running Alpine.
10964 Local folder names depend on the operating system used by the computer 
10965 running Alpine, as well as the configuration of that system.  For example,
10966 &quot;C:&#92;PINE&#92;FOLDERS&#92;OCT-94&quot; might exist on a PC, and
10967 &quot;~/mail/september-1994&quot; might be a reasonable folder name on a
10968 system running Unix.
10971 Alpine users have the option of using folders that are stored on some other
10972 computer.  Alpine accesses remote folders via IMAP (the Internet Message
10973 Access Protocol), or in the case of news, via NNTP (the Network News
10974 Transport Protocol).  To be able to access remote folders in Alpine, the
10975 remote host must be running the appropriate server software (imapd or
10976 nntpd) and you must correctly specify the name of the folder to Alpine,
10977 including the domain name of the remote machine. For example,
10979 <CENTER><SAMP>&#123;monet.art.example.com}INBOX</SAMP></CENTER>
10981 could be a remote folder specification, and so could
10983 <CENTER><SAMP>&#123;unixhost.art.example.com}~/mail/september-1994</SAMP></CENTER>
10986 <CENTER><SAMP>&#123;winhost.art.example.com}&#92;mymail&#92;SEP-94</SAMP></CENTER>
10988 Note that in the case of remote folders, the directory/file path in the specification is 
10989 determined by the operating system of the remote computer, <B>not</B> by
10990 the operating system of the computer on which you are running Alpine.
10992 As you can tell, the name of the computer is in &#123;} brackets
10993 followed immediately by the name of the folder.  (In each of these cases the
10994 optional namespace is missing.)  If, as in these
10995 examples, there is no remote access protocol specified, then IMAP is
10996 assumed.  Check
10997 <A HREF="h_folder_server_syntax">here</A>
10998 for a more detailed look at what options can be placed between the brackets.
10999 If there are no brackets at all, then the folder name is interpreted locally
11000 on the computer on which you are running Alpine.
11003 To the right of the brackets when a server name is present, or at the
11004 start of the foldername if no server is present, the sharp sign,
11005 &quot;#&quot;, holds special meaning.  It indicates a folder name
11006 outside the area reserved for your personal folders.  In fact, it's
11007 used to indicate both the name of the folder, and a special phrase
11008 telling Alpine how to interpret the name that follows.
11011 So, for example, Alpine can be used to access a newsgroup that might be 
11012 available on your computer using:
11014 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11016 The sharp sign indicates the folder name is outside your personal
11017 folder area.  The &quot;news.&quot; phrase after it tells Alpine to 
11018 interpret the remainder of the name as a newsgroup.
11021 Similarly, to access a newsgroup on your IMAP server, you might
11022 use something like:
11024 <CENTER><SAMP>&#123;wharhol.art.example.com}#news.comp.mail.misc</SAMP></CENTER>
11027 There are a number of such special phrases (or &quot;namespaces&quot;)
11028 available.  For a more detailed explanation read about
11029 <A HREF="h_folder_name_namespaces">Namespaces</A>.
11032 Note that &quot;INBOX&quot; has special meaning in both local and remote folder
11033 names.  The name INBOX refers to your &quot;principal incoming
11034 message folder&quot; and will be mapped to the actual file name used for your
11035 INBOX on any given host.  Therefore, a name like
11036 &quot;&#123;xxx.art.example.com}INBOX&quot; refers to whatever file is used to
11037 store incoming mail for you on that particular host.
11040 &lt;End of help on this topic&gt;
11041 </BODY>
11042 </HTML>
11043 ======= h_folder_name_namespaces =======
11044 <HTML>
11045 <HEAD>
11046 <TITLE>FOLDER NAME NAMESPACES EXPLAINED</TITLE>
11047 </HEAD>
11048 <BODY>
11049 <H1>Folder Name Namespaces Explained</H1>
11051 An Alpine folder name looks like
11054 <CENTER><SAMP>[{&lt;remote-specification&gt;}][#&lt;namespace&gt;][&lt;namespace-specific-part&gt;]</SAMP></CENTER>
11057 The local part of a folder name has an optional &quot;Namespace&quot; which
11058 tells Alpine how to interpret the rest of the name.
11060 <P> 
11061 By default the folder name is interpreted as defining a section of your personal
11062 folder area.  This area and how you specify it are defined by the
11063 server, if one is specified, or, typically, the home
11064 directory, if no server is defined.
11067 If a namespace is specified, it begins with the
11068 sharp, &quot;#&quot;, character followed by the name of the namespace
11069 and then the namespace's path-element-delimiter.  Aside from the
11070 path's format, namespaces can also imply access rights, content
11071 policy, audience, location, and, occasionally, access methods.
11074 Each server exports its own set (possibly of size one) of 
11075 namespaces.  Hence, it's likely communication with your server's
11076 administrator will be required for specific configurations.  Some of
11077 the more common namespaces, however, include:
11079 <DL>
11080 <DT>#news.</DT>
11081 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
11082 names are hierarchically defined with each level delimited by a period.
11084 <CENTER><SAMP>#news.comp.mail.pine</SAMP></CENTER>
11086 </DD>
11087 <DT>#public/</DT>
11088 <DD>This specifies a folder area that the server may export to the general
11089 public.
11090 </DD>
11091 <DT>#shared/</DT>
11092 <DD>This specifies a folder area that the server may export to groups
11093 of users.
11094 </DD>
11095 <DT>#ftp/</DT>
11096 <DD>This specifies a folder area that is the same as that it may have 
11097 exported via the &quot;File Transfer Protocol&quot;.
11098 </DD>
11099 <DT>#mh/</DT>
11100 <DD>This specifies the personal folder area associated with folders
11101 and directories that were created using the MH message handling system.
11102 </DD>
11103 <DT>#move/</DT>
11104 <DD>This namespace is interpreted locally by Alpine. It has an unusual interpretation and format.
11106 <CENTER><SAMP>#move&lt;DELIM&gt;&lt;MailDropFolder&gt;&lt;DELIM&gt;&lt;DestinationFolder&gt;</SAMP></CENTER>
11108 The #move namespace is followed by two folder names separated by a delimiter
11109 character.
11110 The delimiter character may be any character that does not appear in
11111 the MailDropFolder name.
11112 The meaning of #move is that mail will be copied from the MailDropFolder to
11113 the DestinationFolder and then deleted (if possible) from the MailDropFolder.
11114 Periodic checks at frequency
11115 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A>, but with a minimum
11116 time between checks set by
11117 <A HREF="h_config_maildropcheck"><!--#echo var="VAR_maildrop-check-minimum"--></A>,
11118 are made for new mail arriving in the MailDropFolder.
11119 An example that copies mail from a POP inbox to a local folder follows
11121 <CENTER><SAMP>#move+{popserver.example.com/pop3/ssl}inbox+local folder</SAMP></CENTER>
11123 To you it appears that mail is being delivered to the local folder when it
11124 is copied from the MailDropFolder, and you read mail from the local folder.
11126 Note that if the DestinationFolder does not exist then the messages are not
11127 copied from the MailDropFolder.
11128 A #move folder may only be used as an
11129 <A HREF="h_config_enable_incoming">&quot;Incoming folder&quot;</A> or
11130 an Inbox.
11131 When you are in the FOLDER LIST of Incoming Message Folders (after turning
11132 on the
11133 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
11134 option)
11135 the Add command has a subcommand &quot;Use Mail Drop&quot;
11136 which may be helpful for defining the folder in your Alpine configuration.
11137 The same is true when you edit the
11138 <A HREF="h_config_inbox_path"><!--#echo var="VAR_inbox-path"--></A>
11139 option in Setup/Config.
11140 Each of these configuration methods will also create the DestinationFolder
11141 if it doesn't already exist.
11142 If you are having problems, make sure the DestinationFolder exists.
11143 You may find some more useful information about Mail Drops at
11144 <A HREF="h_maildrop">What is a Mail Drop?</A>.
11145 </DD>
11146 </DL>
11149 In addition, the server may support access to other user's folders,
11150 provided you have suitable permissions.  Common methods use a prefix
11151 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
11152 indicate the root of the other user's folder area.
11155 No, nothing's simple.
11158 &lt;End of help on this topic&gt;
11159 </BODY>
11160 </HTML>
11161 ============= h_whatis_vcard ========================
11162 <HTML>
11163 <HEAD>
11164 <TITLE>VCARD EXPLAINED</TITLE>
11165 </HEAD>
11166 <BODY>
11167 <H1>What is the vCard format?</H1>
11168 A &quot;vCard&quot; is a sort of electronic business card, for exchanging 
11169 information about and among people and organizations electronically.  
11170 More information about vCard can be found (as of May 1998) on the WWW site 
11171 of the Internet Mail Consortium at the URL:
11173 <CENTER><A HREF="http://www.imc.org/pdi/">http://www.imc.org/pdi/</A></CENTER>
11175 &lt;End of help on this topic&gt;
11176 </BODY>
11177 </HTML>
11178 ===== h_folder_open =====
11179 <HTML>
11180 <HEAD>
11181 <TITLE>Explanation of Folder Selection</TITLE>
11182 </HEAD>
11183 <BODY>
11184 <BR>
11185 <BR>
11186 This screen is designed to allow you to quickly and easily survey your
11187 folders and select one to open.
11188 <!--chtml if pinemode="function_key"-->
11189 <PRE>
11190 Navigating the List of Folders             General Alpine Commands
11191 ------------------------------             -----------------------
11192  P   Move to previous folder               ?   Show this help text
11193  N   Move to next folder
11194  -   Show previous screen of folders
11195 Spc  (space bar) Show next screen
11196  W   WhereIs (search folder names)
11198 Folder Selection Commands
11199 -------------------------
11200  E   Exit the Folder Select menu (without selecting a folder)
11201  S   Select the currently highlighted folder
11202 </PRE>
11203 <!--chtml else-->
11204 <PRE>
11205 Navigating the List of Folders             General Alpine Commands
11206 ------------------------------             -----------------------
11207 F5   Move to previous folder               F1  Show this help text
11208 F6   Move to next folder
11209 F7   Show previous screen of folders
11210 F8   Show next screen of folders
11211 F12  WhereIs (search folder names)
11213 Folder Selection Commands
11214 -------------------------
11215 F3   Exit the Folder Select menu (without selecting a folder)
11216 F4   Select the currently highlighted folder
11217 </PRE>
11218 <!--chtml endif-->
11220 FOR MORE INFORMATION: See the section on
11221 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11223 &lt;End of help on this topic&gt;
11224 </BODY>
11225 </HTML>
11226 ===== h_folder_subscribe =====
11227 <HTML>
11228 <HEAD>
11229 <TITLE>Newsgroup Subcribe Screen explained</TITLE>
11230 </HEAD>
11231 <BODY>
11232 <H1>FOLDER SUBSCRIBE HELP</H1>
11234 This screen is designed to help you subscribe to newsgroups you are
11235 not currently subscribed to.  The screen display is a list of all
11236 available newsgroups (or possibly a partial list if you specified a
11237 partial name when entering the screen).  Groups you have already
11238 subscribed to have the letters &quot;SUB&quot; next to them.  You may
11239 select a single new group to subscribe to by moving the cursor to that
11240 group and pressing &quot;S&quot; or carriage return.  Alternatively,
11241 you may change into ListMode with the &quot;ListMode&quot; command.
11242 The display will change slightly so that each group has a checkbox in
11243 front of it.  Use the cursor and the Set/Unset command to place an
11244 &quot;X&quot; in front of each newsgroup you wish to subscribe to.
11247 When you are finished marking groups, the &quot;Subscribe&quot;
11248 command will subscribe you to those groups you have marked.  Note, you
11249 may not unsubscribe to groups with this command.  Instead of the
11250 &quot;A&quot; &quot;Subscribe&quot; command, use the &quot;D&quot;
11251 UnSbscrbe command.
11254 <!--chtml if pinemode="function_key"-->
11255 <PRE>
11256 Navigating the List of Newsgroups          General Alpine Commands
11257 ---------------------------------          -----------------------
11258 F5   Move to previous group                F1   Show this help text
11259 F6   Move to next group
11260 F7   Show previous screen of groups
11261 F8   Show next screen of groups
11262 F12  WhereIs (search group names)
11263 F9   Use ListMode
11265 Group Selection Commands
11266 -------------------------
11267 F3  Exit the News Subscribe menu (without selecting any groups)
11268 F4  Subscribe to the currently highlighted newsgroup
11269 </PRE>
11270 <!--chtml else-->
11271 <PRE>
11272 Navigating the List of Newsgroups          General Alpine Commands
11273 ---------------------------------          -----------------------
11274  P   Move to previous group                ?   Show this help text
11275  N   Move to next group
11276  -   Show previous screen of groups
11277 Spc  (space bar) Show next screen
11278  W   WhereIs (search group names)
11279  L   Use ListMode
11281 Group Selection Commands
11282 -------------------------
11283  E   Exit the News Subscribe menu (without selecting any groups)
11284  S   Subscribe to the currently highlighted newsgroup
11285 </PRE>
11286 <!--chtml endif-->
11288 When in ListMode, there is an additional command for marking groups to
11289 subscribe to:
11291 <!--chtml if pinemode="function_key"-->
11292 <PRE>
11293 ListMode Commands
11294 -------------------------
11295 F9  Set or unset the highlighted group
11296 </PRE>
11297 <!--chtml else-->
11298 <PRE>
11299 ListMode Commands
11300 -------------------------
11301 X   Set or unset the highlighted group
11302 </PRE>
11303 <!--chtml endif-->
11305 &lt;End of help on this topic&gt;
11306 </BODY>
11307 </HTML>
11308 ===== h_folder_postnews =====
11309 <HTML>
11310 <HEAD>
11311 <TITLE>Newsgroup selecting for Posting explained</TITLE>
11312 </HEAD>
11313 <BODY>
11314 This screen is designed to allow you to quickly and easily survey
11315 the available newsgroups and select one to post news to.
11317 <!--chtml if pinemode="function_key"-->
11318 <PRE>
11319 Navigating the List of Newsgroups          General Alpine Commands
11320 ---------------------------------          -----------------------
11321 F5   Move to previous group                F1  Show this help text
11322 F6   Move to next group
11323 F7   Show previous screen of groups
11324 F8   Show next screen of groups
11325 F12  WhereIs (search group names)
11327 Group Selection Commands
11328 -------------------------
11329 F3   Exit the Selection menu (without selecting a group)
11330 F4   Select the currently highlighted newsgroup
11331 </PRE>
11332 <!--chtml else-->
11333 <PRE>
11334 Navigating the List of Newsgroups          General Alpine Commands
11335 ---------------------------------          -----------------------
11336  P   Move to previous group                ?  Show this help text
11337  N   Move to next group
11338  -   Show previous screen of groups
11339 Spc  (space bar) Show next screen of groups
11340  W   WhereIs (search group names)
11342 Group Selection Commands
11343 -------------------------
11344  E   Exit the Selection menu (without selecting a group)
11345  S   Select the currently highlighted newsgroup
11346 </PRE>
11347 <!--chtml endif-->
11349 &lt;End of help on this topic&gt;
11350 </BODY>
11351 </HTML>
11352 ===== h_folder_save =====
11353 <HTML>
11354 <HEAD>
11355 <TITLE>Folder Select for Save Explained</TITLE>
11356 </HEAD>
11357 <BODY>
11358 This screen is designed to allow you to quickly and easily survey your
11359 folders and select one to use for saving the current message.
11362 <!--chtml if pinemode="function_key"-->
11363 <PRE>
11364 Navigating the List of Folders             General Alpine Commands
11365 ------------------------------             -----------------------
11366 F5   Move to previous folder               F1  Show this help text
11367 F6   Move to next folder
11368 F7   Show previous screen of folders
11369 F8   Show next screen of folders
11370 F12  WhereIs (search folder names)
11372 Folder Selection Commands
11373 -------------------------
11374 F3   Exit the Folder Select menu (without selecting a folder)
11375 F4   Select the currently highlighted folder
11376 F11  AddNew folder (just like Select, but you type in a new folder name)
11377 </PRE>
11378 <!--chtml else-->
11379 <PRE>
11380 Navigating the List of Folders             General Alpine Commands
11381 ------------------------------             -----------------------
11382  P   Move to previous folder               ?  Show this help text
11383  N   Move to next folder
11384  -   Show previous screen of folders
11385 Spc  (space bar) Show next screen of folders
11386  W   WhereIs (search folder names)
11388 Folder Selection Commands
11389 -------------------------
11390  E   Exit the Folder Select menu (without selecting a folder)
11391  S   Select the currently highlighted folder
11392  A   AddNew folder (just like Select, but you type in a new folder name)
11393 </PRE>
11394 <!--chtml endif-->
11396 FOR MORE INFORMATION: See the section on
11397 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11399 &lt;End of help on this topic&gt;
11400 </BODY>
11401 </HTML>
11402 ===== h_folder_fcc =====
11403 <HTML>
11404 <HEAD>
11405 <TITLE>Folder Select for Fcc Explained</TITLE>
11406 </HEAD>
11407 <BODY>
11408 This screen is designed to allow you to quickly and easily survey your
11409 folders and select one to use as the file carbon copy (fcc) for the
11410 current message.
11413 <!--chtml if pinemode="function_key"-->
11414 <PRE>
11415 Navigating the List of Folders             General Alpine Commands
11416 ------------------------------             -----------------------
11417 F5   Move to previous folder               F1  Show this help text
11418 F6   Move to next folder
11419 F7   Show previous screen of folders
11420 F8   Show next screen of folders
11421 F12  WhereIs (search folder names)
11423 Folder Selection Commands
11424 -------------------------
11425 F3   Exit the Folder Select menu (without selecting a folder)
11426 F4   Select the currently highlighted folder
11427 F11  AddNew folder (just like Select, but you type in a new folder name)
11428 </PRE>
11429 <!--chtml else-->
11430 <PRE>
11431 Navigating the List of Folders             General Alpine Commands
11432 ------------------------------             -----------------------
11433  P   Move to previous folder               ?  Show this help text
11434  N   Move to next folder
11435  -   Show previous screen of folders
11436 Spc  (space bar) Show next screen of folders
11437  W   WhereIs (search folder names)
11439 Folder Selection Commands
11440 -------------------------
11441  E   Exit the Folder Select menu (without selecting a folder)
11442  S   Select the currently highlighted folder
11443  A   AddNew folder (just like Select, but you type in a new folder name)
11444 </PRE>
11445 <!--chtml endif-->
11447 FOR MORE INFORMATION: See the section on
11448 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11450 &lt;End of help on this topic&gt;
11451 </BODY>
11452 </HTML>
11453 ===== h_folder_pattern_roles =====
11454 <HTML>
11455 <HEAD>
11456 <TITLE>Folder Select for Current Folder Explained</TITLE>
11457 </HEAD>
11458 <BODY>
11459 This screen is designed to allow you to quickly and easily survey your
11460 folders and select one to use as the specific Current Folder
11461 in a Pattern.
11464 <!--chtml if pinemode="function_key"-->
11465 <PRE>
11466 Navigating the List of Folders             General Alpine Commands
11467 ------------------------------             -----------------------
11468 F5   Move to previous folder               F1  Show this help text
11469 F6   Move to next folder
11470 F7   Show previous screen of folders
11471 F8   Show next screen of folders
11472 F12  WhereIs (search folder names)
11474 Folder Selection Commands
11475 -------------------------
11476 F3   Exit the Folder Select menu (without selecting a folder)
11477 F4   Select the currently highlighted folder
11478 F11  AddNew folder (just like Select, but you type in a new folder name)
11479 </PRE>
11480 <!--chtml else-->
11481 <PRE>
11482 Navigating the List of Folders             General Alpine Commands
11483 ------------------------------             -----------------------
11484  P   Move to previous folder               ?  Show this help text
11485  N   Move to next folder
11486  -   Show previous screen of folders
11487 Spc  (space bar) Show next screen of folders
11488  W   WhereIs (search folder names)
11490 Folder Selection Commands
11491 -------------------------
11492  E   Exit the Folder Select menu (without selecting a folder)
11493  S   Select the currently highlighted folder
11494  A   AddNew folder (just like Select, but you type in a new folder name)
11495 </PRE>
11496 <!--chtml endif-->
11498 FOR MORE INFORMATION: See the section on
11499 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11501 &lt;End of help on this topic&gt;
11502 </BODY>
11503 </HTML>
11504 ===== h_folder_stayopen_folders =====
11505 <HTML>
11506 <HEAD>
11507 <TITLE>Folder Select Explained</TITLE>
11508 </HEAD>
11509 <BODY>
11510 This screen is designed to allow you to quickly and easily survey your
11511 folders and select one to use as a Stay-Open folder.
11514 <!--chtml if pinemode="function_key"-->
11515 <PRE>
11516 Navigating the List of Folders             General Alpine Commands
11517 ------------------------------             -----------------------
11518 F5   Move to previous folder               F1  Show this help text
11519 F6   Move to next folder
11520 F7   Show previous screen of folders
11521 F8   Show next screen of folders
11522 F12  WhereIs (search folder names)
11524 Folder Selection Commands
11525 -------------------------
11526 F3   Exit the Folder Select menu (without selecting a folder)
11527 F4   Select the currently highlighted folder
11528 F11  AddNew folder (just like Select, but you type in a new folder name)
11529 </PRE>
11530 <!--chtml else-->
11531 <PRE>
11532 Navigating the List of Folders             General Alpine Commands
11533 ------------------------------             -----------------------
11534  P   Move to previous folder               ?  Show this help text
11535  N   Move to next folder
11536  -   Show previous screen of folders
11537 Spc  (space bar) Show next screen of folders
11538  W   WhereIs (search folder names)
11540 Folder Selection Commands
11541 -------------------------
11542  E   Exit the Folder Select menu (without selecting a folder)
11543  S   Select the currently highlighted folder
11544  A   AddNew folder (just like Select, but you type in a new folder name)
11545 </PRE>
11546 <!--chtml endif-->
11548 FOR MORE INFORMATION: See the section on
11549 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11551 &lt;End of help on this topic&gt;
11552 </BODY>
11553 </HTML>
11554 ===== h_folder_action_roles =====
11555 <HTML>
11556 <HEAD>
11557 <TITLE>Folder Select Explained</TITLE>
11558 </HEAD>
11559 <BODY>
11560 This screen is designed to allow you to quickly and easily survey your
11561 folders and select one to use as the folder into which messages
11562 matching this filter will be moved.
11565 <!--chtml if pinemode="function_key"-->
11566 <PRE>
11567 Navigating the List of Folders             General Alpine Commands
11568 ------------------------------             -----------------------
11569 F5   Move to previous folder               F1  Show this help text
11570 F6   Move to next folder
11571 F7   Show previous screen of folders
11572 F8   Show next screen of folders
11573 F12  WhereIs (search folder names)
11575 Folder Selection Commands
11576 -------------------------
11577 F3   Exit the Folder Select menu (without selecting a folder)
11578 F4   Select the currently highlighted folder
11579 F11  AddNew folder (just like Select, but you type in a new folder name)
11580 </PRE>
11581 <!--chtml else-->
11582 <PRE>
11583 Navigating the List of Folders             General Alpine Commands
11584 ------------------------------             -----------------------
11585  P   Move to previous folder               ?  Show this help text
11586  N   Move to next folder
11587  -   Show previous screen of folders
11588 Spc  (space bar) Show next screen of folders
11589  W   WhereIs (search folder names)
11591 Folder Selection Commands
11592 -------------------------
11593  E   Exit the Folder Select menu (without selecting a folder)
11594  S   Select the currently highlighted folder
11595  A   AddNew folder (just like Select, but you type in a new folder name)
11596 </PRE>
11597 <!--chtml endif-->
11599 FOR MORE INFORMATION: See the section on
11600 <A HREF="h_valid_folder_names">Valid Folder Names</A>.
11602 &lt;End of help on this topic&gt;
11603 </BODY>
11604 </HTML>
11605 ===== h_abook_config =====
11606 <HTML>
11607 <HEAD>
11608 <TITLE>SETUP ADDRESS BOOKS SCREEN</TITLE>
11609 </HEAD>
11610 <BODY>
11611 <H1>SETUP ADDRESS BOOKS SCREEN</H1>
11612 <H2>SETUP ADDRESS BOOKS COMMANDS</H2>
11613 <!--chtml if pinemode="function_key"-->
11614 <PRE>
11615 Available  Commands                        
11616 -------------------------------            
11617 F1  Show Help Text                         
11618 F3  Back to MAIN Alpine menu                 
11619 F4  Change configuration for address book  
11620 F5  Move to previous address book          
11621 F6  Move to next address book              
11622 F7  Previous page of address books         
11623 F8  Next page of address books             
11624 F9  Add new address book                   
11625 F10 Delete existing address book           
11626 F11 Shuffle the order of address books     
11627 F12 Whereis (search address book titles)   
11628 </PRE>
11629 <!--chtml else-->
11630 <PRE>
11631 Navigation                     General Alpine Commands
11632 -----------------------        -----------------------
11633  P  Prev Address Book           ?  Display this help text
11634  N  Next Address Book           E  Back to MAIN Alpine menu
11635  -  Previous page
11636 Spc (space bar) Next page
11637  W  WhereIs (search for word in address book titles)
11639 Setup Address Books Commands
11640 ------------------------------------------------
11641  A  Add new address book          $  Shuffle the order of address books
11642  D  Delete existing address book  C  Change configuration for address book
11643 </PRE>
11644 <!--chtml endif-->
11646 <H2>Description of the Setup Address Books Screen</H2>
11648 This screen lets you add, delete, modify, or change the order of your
11649 address books.  The &quot;Add Abook&quot; command brings up a blank form to 
11650 fill in.  If you are adding a remote address book on an IMAP server
11651 you should fill in the name of the IMAP server.  Otherwise, leave
11652 that field blank.  (Note that remote IMAP address books are an Alpine
11653 concept and are unlikely to interoperate with other mail clients.)
11654 For a remote address book, fill in the name of the remote folder
11655 in the Folder field.  This should be a folder that is used only for
11656 this one purpose, not a general purpose folder you expect to store
11657 messages in.
11658 <P>If you are adding a local address book, fill in the
11659 Folder Name field with a local file name (e.g., .addressbook).
11661 <B>Please note:</B> Remote address books stored on an IMAP server are 
11662 of an entirely different format (namely, a special-purpose 
11663 &quot;mail folder&quot;) than that of the local addressbook familiar 
11664 to Alpine users.  Therefore, 
11665 you cannot use &quot;add a remote address book&quot; to make an existing 
11666 Alpine .addressbook file you may have on a remote IMAP server accessible to 
11667 Alpine running on a different host.  
11670 The &quot;Del Abook&quot; command allows you to remove an address book
11671 from your configuration.  It will also ask you if you wish to remove
11672 the data for that address book, which would erase all traces of the
11673 address book if you answer Yes.
11676 The &quot;Change&quot; command is similar to the &quot;Add Abook&quot; command.
11677 The difference is that instead of adding a new address book to your
11678 configuration, you are changing the configuration of an existing entry.
11679 For example, you might want to correct a typing error or change a
11680 nickname.  The &quot;Change&quot; command is not a move command.  If you
11681 change the folder name or server name the data will not be moved for you.
11684 The &quot;Shuffle&quot; command is used for two purposes.  If you shuffle
11685 an address book toward another address book in the same group then
11686 the order of those two address books will be swapped.  If you shuffle
11687 the last Personal address book down towards the Global address book
11688 section, it will become a Global address book.  If you shuffle
11689 the first Global address book up it will become a Personal address
11690 book.  The main difference between Personal and Global address
11691 books is that Global address books are forced read-only.
11692 <P><UL>
11693 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11694 </UL>
11696 &lt;End of help on this topic&gt;
11697 </BODY>
11698 </HTML>
11699 ===== h_abook_top =====
11700 <HTML>
11701 <HEAD>
11702 <TITLE>ADDRESS BOOK LIST COMMANDS</TITLE>
11703 </HEAD>
11704 <BODY>
11705 <H1>ADDRESS BOOK LIST COMMANDS</H1>
11706 <!--chtml if pinemode="function_key"-->
11707 <PRE>
11708 Available  Commands -- Group 1         Available Commands -- Group 2
11709 -------------------------------        ------------------------------
11710 F1  Show Help Text                      F1  Show Help Text
11711 F2  See commands in next group          F2  See commands in next group
11712 F3  Exit to MAIN MENU                   F3  Quit Alpine
11713 F4  View/Edit selected address book
11714 F5  Move to previous address book       F5  FOLDER LIST screen
11715 F6  Move to next address book           F6  Specify a folder to go to
11716 F7  Previous page                       F7  MESSAGE INDEX screen
11717 F8  Next page                           F9  Print list of address books
11718 F12 Whereis (search for word)
11719 </PRE>
11720 <!--chtml else-->
11721 <PRE>
11722 Navigation                       General Alpine Commands
11723 -----------------------          -----------------------
11724  P  Previous Entry                ?  Display this help text
11725  N  Next Entry                    O  Show all other available commands
11726  -  Previous page                 &lt;  Back to MAIN Alpine menu
11727 Spc (space bar) Next page         Q  Quit Alpine
11728  W  WhereIs (search for word)     L  FOLDER LIST screen
11729                                   G  Specify a folder to go to
11730 Address Book Commands             I  MESSAGE INDEX screen
11731 ------------------------------------------------
11732  &gt;  View/Edit selected address book
11733               or
11734  &gt;  Search on selected directory server
11736  %  Print list of address books and directory servers
11737 </PRE>
11738 <!--chtml endif-->
11740 <H2>Description of the Address Book List Screen</H2>
11742 From this screen you may choose which address book you wish to view
11743 or edit. For more information on address books, view one of your
11744 address books (with
11745 <!--chtml if pinemode="function_key"-->
11747 <!--chtml else-->
11748 &quot;&gt;&quot;
11749 <!--chtml endif-->)
11750 and see the Help Text there.<P>
11752 You may also choose a directory server on which to search for entries.
11753 You do that by highlighting the directory server line and using
11754 <!--chtml if pinemode="function_key"-->
11756 <!--chtml else-->
11757 &quot;&gt;&quot;
11758 <!--chtml endif-->.<P>
11760 If you wish to define new address books or directory servers go to the Main
11761 menu and choose Setup. You may then either choose to setup AddressBooks or
11762 Directory (among other things). It's possible that the Directory option
11763 will not be there if the Alpine you are using does not contain LDAP directory
11764 lookup functionality.
11766 <P><UL>
11767 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
11768 </UL><P>
11769 &lt;End of help on this topic&gt;
11770 </BODY>
11771 </HTML>
11772 ===== h_abook_opened =====
11773 <HTML>
11774 <HEAD>
11775 <TITLE>THE ALPINE ADDRESS BOOK</TITLE>
11776 </HEAD>
11777 <BODY>
11778 <H1>THE ALPINE ADDRESS BOOK</H1>
11779 <H2>ADDRESS BOOK COMMANDS</H2>
11780 <PRE>
11781 <!--chtml if pinemode="function_key"-->
11782 Available  Commands -- Group 1         Available Commands -- Group 2   
11783 -------------------------------        ------------------------------  
11784 F1  Show Help Text                      F1  Show Help Text             
11785 F2  See commands in next group          F2  See commands in next group
11786 F3  Exit this screen                    F3  Quit Alpine                  
11787 F4  View/Edit selected entry            F4  Go to MAIN MENU screen     
11788 F5  Move to previous entry              F5  FOLDER LIST screen         
11789 F6  Move to next entry                  F6  Specify a folder to go to  
11790 F7  Previous page of address book       F7  MESSAGE INDEX screen        
11791 F8  Next page of address book           F8  Compose to entry using roles
11792 F9  Add new entry to address book       F9  Print address book         
11793 F10 Delete selected entry               F10 TakeAddr to another addrbook
11794 F11 Compose to selected entry           F11 Save or Export addrbook selections
11795 F12 Whereis (search address book)       F12 Forward entry by mail       
11797 Available Commands -- Group 3                                           
11798 ------------------------------                                          
11799 F3  Select                              F6  Zoom (or unZoom)            
11800 F5  Select Current                      F7  Apply Command to Selection  
11801 <!--chtml else-->
11802 Address Book Navigation        General Alpine Commands
11803 -----------------------        -----------------------
11804  P  Prev Address                  ?  Display this help text
11805  N  Next Address                  O  Show all other available commands
11806  -  Previous page of address book M  Back to MAIN MENU
11807 Spc (space bar) Next page         Q  Quit Alpine
11808  W  WhereIs (search for word      C  Compose message to selected addr
11809      or name in address book)     #  Compose to addr using roles
11810  &lt;  To List of Address Books if   L  FOLDER LIST screen
11811      more than one, else to MAIN  G  Specify a folder to go to
11812                                   I  MESSAGE INDEX screen
11814 Address Book Commands
11815 ----------------------------------------------------
11816  &gt;  View/Update selected entry    D  Delete selected entries
11817  %  Print address book            S  Save or Export address book selections
11818  F  Forward entries by mail       @  Add new entry to address book
11820  ;  Select command                Z  Toggle Zoom Mode
11821  :  Select highlighted entry      A  Apply command to selected entries
11823 <!--chtml endif-->
11824 </PRE>
11825 Note:  The presence or absence of the final four commands above is
11826 controlled by the option 
11827 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>.
11830 <H2>Description of the Address Book Screen</H2>
11832 This screen lets you edit and manage entries in your address book.  It
11833 also acts as a short-cut for composing messages to people in the address
11834 book.  When, from this screen, you press <!--chtml if pinemode="function_key"-->F11<!--chtml else-->&quot;C&quot;<!--chtml endif--> for ComposeTo, the
11835 message starts &quot;pre-addressed&quot; to whatever address book entry is
11836 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
11837 role to use in your composition.
11839 Alpine's address book helps you keep a list of addresses you send email to so
11840 you do not have to remember addresses that are often complex.  Each entry
11841 in the address book has five fields, all of them optional.  The three
11842 elements that are usually visible on the ADDRESS BOOK display, are: <DL>
11844         <P><DT>NICKNAME: <DD>A short easy-to-remember label to identify the entry.
11845         This is what you type in as you are addressing the message in the
11846         composer.  If there is a matching entry in your address book(s),
11847         Alpine will extract the corresponding FullName and Address fields to
11848         generate the actual address for your message.
11850         <P><DT>FULLNAME: <DD>A longer field where you can put the full name 
11851 of the
11852         person or organization.  Usually the full names are put in last
11853         name first so they sort nicely in alphabetical order.  Whatever
11854         you put as the name here will appear on the message when it is
11855         finally delivered.  Examples:<PRE>
11856            Garcia Marquez, Gabriel
11857            Henscheid, Eckhard
11858            Alpine-Info mailing list
11859            Library materials renewal requests
11860            Kim An-guk
11861            &quot;George III, King of Great Britain, 1738-1820&quot;
11862 </PRE>
11863 (In the second-to-last example, no comma is used in the name so that 
11864 the family name appears first in the address book and when the entry is 
11865 used in the composer.
11866 In the last example, retaining the commas is intended; 
11867 double-quotation marks surround the name to 
11868 prevent the transposition of its parts when the entry is used in 
11869 the composer.)
11871         <P><DT>ADDRESS: <DD>This is the actual email address itself.  This must be
11872         a valid Internet address that conforms to the Internet message
11873         header standard, RFC-822.  (See also <A HREF="h_address_format">Explanation of Address formats</A>.)</DL>
11875 The two fields that aren't usually visible are:<DL>
11877   <P><DT>FCC: <DD>The name of the folder you would like a copy of any outgoing
11878         message to this address to be saved in.  If this field is set, and
11879         this address is the first one in the message's To: header, then
11880         Alpine will use this folder name for the FCC in lieu of the normal
11881         FCC folder name.
11883   <P><DT>COMMENTS: <DD>This field contains arbitrary text for your convenience.
11884         </DL>
11886 Due to screen width limitations, these last two fields do not show up in
11887 the normal ADDRESS BOOK display.  You may select the 
11888 &quot;View/Update&quot; command to
11889 view or modify them.  You may use the configuration variable
11890 <A HREF="h_config_abook_formats">&quot;<!--#echo var="VAR_addressbook-formats"-->&quot;</A>
11891 to add these fields to your ADDRESS BOOK 
11892 display, or to modify the format of the display.
11894 <H2>Sorting the Address book</H2>
11896 By default, address book entries are sorted alphabetically on the full
11897 name with distribution lists sorted to the end.  Sorting can be changed by
11898 resetting the address book sort rule in the Alpine SETUP CONFIGURATION screen
11899 --assuming you have &quot;write&quot; permission for the address book file.
11901 Unlike the sorting of folders (which only changes presentation), sorting an
11902 address book actually changes the file as it is kept on the computer.  For
11903 this reason you won't be able to sort a shared or system-wide address
11904 book.
11906 <H2>Adding New Entries</H2>
11908 The easiest way to add new entries to your address book is to use the
11909 &quot;TakeAddr&quot; command when viewing a message.
11910 This command allows you to take addresses from the header and body of the
11911 message and put them into your address book, without having to type
11912 them in.
11915 To manually add a new entry from within the address book screen, use the AddNew
11916 (<!--chtml if pinemode="function_key"-->F9<!--chtml else-->&quot;@&quot;<!--chtml endif-->) command.
11917 Use this command both for adding a simple alias and for adding a
11918 distribution list.
11920 <H2>Distribution Lists</H2>
11922 Address book entries can be simple cases of aliases (a single nickname is linked
11923 to a single email address) or distribution lists (a single nickname
11924 pointing at more than one email address).  Each distribution list has a
11925 nickname, a full name and a list of addresses.  The addresses may be
11926 actual addresses or they may be other nicknames in your address book.
11927 They may even refer to other distribution lists.
11928 There's really no difference between a simple alias and a distribution list,
11929 other than the number of addresses.
11930 Therefore, you can turn a simple alias with one address into a distribution
11931 list simply by adding more addresses.
11932 To add entries to an existing list or alias
11933 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
11934 a single address from the list if the cursor is placed on the address;
11935 it will delete the entire distribution list if the cursor is on the
11936 nickname/fullname line.  View/Update may also be used to delete addresses
11937 from a list.
11939 Address field entries in distribution lists may take any one of three
11940 forms: a nickname existing in any of the defined address books, a normal
11941 address of the form &quot;jsmith@art.example.com&quot;, or a complete
11942 fullname/address combination, e.g. &quot;John Smith
11943 &lt;jsmith@art.example.com&gt;&quot;.
11945 Distribution lists in Alpine address books can only be used by the person or
11946 people who have access to that address book.  They are not usually used to
11947 implement discussion groups, but can be used to facilitate small
11948 discussion groups if all the participants have access to the same shared
11949 address book.
11951 <H2>FCC and Comments</H2>
11953 As mentioned above, each entry in the address book also has two other optional
11954 fields, Fcc and Comments.  The command to look at or change either of these
11955 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
11956 Comments field is just for your own use.  The Fcc field overrides the
11957 default Fcc if this address is the first one on the To line.  The WhereIs
11958 command may be used to search for particular strings in the address book,
11959 including fields that are not visible (like Comment and Fcc by default).
11961 <H2>Aggregate Operations</H2>
11963 If the feature
11964 <A HREF="h_config_enable_agg_ops">&quot;<!--#echo var="FEAT_enable-aggregate-command-set"-->&quot;</A>
11965 is turned on (the default), then the four commands &quot;Select&quot;,
11966 &quot;Select Current&quot;, &quot;Zoom&quot;, and &quot;Apply&quot;
11967 are available.  The two selection commands allow you to mark a set of
11968 address book entries as being selected.  If you have more than one address
11969 book, the selections may be in more than one of those address books.
11970 The &quot;Zoom&quot; command will toggle between displaying only the selected
11971 entries and all of the entries.  The &quot;Apply&quot; command allows you to
11972 apply one of the regular address book commands to all of the selected
11973 entries.  Usually the address book commands apply to only the entry
11974 highlighted by the cursor.  The &quot;Apply&quot; command works with the
11975 commands &quot;ComposeTo&quot;, &quot;Delete&quot;, &quot;Print&quot;, 
11976 &quot;Save&quot;, &quot;Forward&quot;, and &quot;Role&quot;.
11978 <H2>Exporting and Forwarding Address book entries</H2>
11980 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
11981 address book entry is placed in a plain text file in your home directory
11982 <!--chtml if pinemode="running"-->
11983 (which, in the present configuration of your system, is
11984  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
11985 <!--chtml endif-->
11986 or current working directory
11987 <!--chtml if pinemode="running"-->
11988 (which, at least for your current Alpine &quot;session,&quot; 
11989 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
11990 <!--chtml endif-->, depending on the 
11991 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
11992 configuration setting.  If you have some entries selected and use the
11993 Apply (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->&quot;A&quot;<!--chtml endif-->) Export command, all of the selected addresses will be
11994 placed in the text file.
11996 When you use the Forward (<!--chtml if pinemode="function_key"-->F12<!--chtml else-->&quot;F&quot;<!--chtml endif-->) command, the currently highlighted
11997 address book entry is placed in a special attachment and you are put into
11998 the composer.  You can fill in some comments in the body of the message,
11999 if you'd like, and send it to somebody else who uses Alpine.  The recipient
12000 may use the TakeAddr command on that message to insert the address book
12001 entry you sent in their own address book.  If you have some entries
12002 selected and use the Apply Forward command all of the selected entries
12003 will be forwarded in a single message.  You may
12004 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.
12005 The recipient must be using Alpine in order to receive this correctly.
12006 One way for the recipient to handle this might be to create an empty
12007 address book and then &quot;Take&quot; your forwarded address book entries into
12008 that empty address book.
12010 <H2>Multiple and/or Site-Wide Address books</H2>
12012 You may have more than one personal address book.  In addition, there may
12013 be one or more global address books.  This capability allows you to have
12014 multiple personal address books (some of which may be shared) and it also
12015 allows system administrators to implement site-wide address books that
12016 contain entries for users on multiple machines within the organization.
12017 <P><DL>
12018 <DT>Searching
12019   <DD> If you enter a nickname when composing a message, your
12020   personal address books will be searched through in order, and then the
12021   global address book(s) searched. If more than one address book has an entry
12022   for the nickname, Alpine uses the first one that it finds, so an entry in
12023   your personal address book would override a global address book entry. If
12024   after searching all the address books there is still no match, (Unix) Alpine
12025   then searches the local host password file on the assumption that you have
12026   entered a local user name rather than an address book nickname.
12027   You may change the search order of your address books with the <!--chtml if pinemode="function_key"-->F3<!--chtml else-->$<!--chtml endif--> Shuffle
12028   command, but global address books are always searched after personal
12029   address books.
12031   <P><DT>Tab completion
12032   <DD> If the
12033   <A HREF="h_config_enable_tab_complete"><!--#echo var="FEAT_enable-tab-completion"--></A>
12034   feature is turned on (the default) then the Tab key may be used
12035   in the composer to complete partially typed nicknames in the To
12036   or Cc lines. You type the first few letters of a nickname and then
12037   press the Tab key. It there is only one nickname that matches it will
12038   be filled in by Alpine. If there is more than one the unambiguous part
12039   of the nicknames will be filled in. For example, if your address book or
12040   books contains only the two entries &quot;barley&quot; and &quot;barbecue&quot;
12041   beginning with the letters &quot;ba&quot;, then if you type &quot;ba&quot;
12042   followed by a Tab character Alpine will fill in &quot;bar&quot; and stop.
12043   If you then type a second Tab character you will be presented with a list
12044   of matching nicknames to select from. Alternatively, you could type another
12045   &quot;b&quot; resulting in &quot;barb&quot; and then a Tab would fill
12046   in the entire &quot;barbecue&quot; entry.
12048   <P><DT>Defining
12049   <DD> You define multiple personal address books in the 
12050   <A HREF="h_abook_config">SETUP AddressBooks</A> screen, which you may reach
12051   from the MAIN MENU.  
12052   You may add as many as you like.  Global address books are usually
12053   site-wide address books defined by the System administrator, but
12054   you may define global address books of your own just like you define
12055   personal address books.
12057   <P><DT>Creating and updating
12058   <DD> Personal address books are normally created empty
12059   and populated by explicit additions from within Alpine, e.g. via the
12060   TakeAddr command.  Unlike personal address books, global address books may
12061   not be modified/updated from within Alpine; that is, they are Read-Only.
12062   Thus, global address books are created, populated and updated outside of
12063   Alpine. They might be hand-edited, generated by a program from another
12064   database, or by copying an existing address book.  They might also be
12065   some other user's personal address book, and so be modified normally by
12066   that user but accessed Read-Only by you.  See the Alpine Technical
12067   Notes document (included in the Alpine distribution) for more information on
12068   this.
12070   <P><DT>Accessing
12071   <DD>There are two different types of address books in Alpine.
12072   A local address book is stored in a regular file and the normal file
12073   access permissions apply.  A remote address book is stored on an IMAP
12074   server in a special folder that contains only messages pertaining to
12075   that address book.  The last message in the remote folder contains a
12076   copy of the address book data, and that data is copied to a local cache
12077   file in your home directory.  From there it is accessed just like a local
12078   address book.  The name of the cache file is kept track of in a special
12079   file called the
12080   <A HREF="h_config_abook_metafile"><!--#echo var="VAR_remote-abook-metafile"--></A>,
12081   the name of which is stored in
12082   your Alpine configuration file the first time you use a remote address book.
12083   Just as local Alpine address books use a format that only Alpine understands,
12084   remote Alpine address books do the same and other mail reading programs
12085   are unlikely to be able to understand them.<P>
12086   While global address books are explicitly intended to be shared, there is
12087   nothing to prevent you from sharing a personal address book with other
12088   Alpine users. This might be useful in the case of a small workgroup.
12089   However, it is recommended that updates to shared personal address books
12090   be done when other Alpine users are not accessing the address book. Alpine
12091   does not do any file-locking to manage concurrent updates to the
12092   addressbook, but it does check to see if the file has been modified before
12093   making any changes.  Consequently, inadvertent concurrent updates will
12094   only cause other Alpine users to have to restart their address book
12095   operation, which will cause Alpine to reopen the updated file.
12097   <P><DT>Converting to Remote
12098   <DD>The easiest way to convert an existing local
12099   address book into a remote address book is to create an empty new remote
12100   personal address book by typing &quot;A&quot; to execute the
12101   &quot;Add Pers Abook&quot; command in the SETUP Addressbook screen.
12102   Make sure you add a <EM>personal</EM> address book, not a <EM>global</EM>
12103   address book.
12104   After you have added the empty
12105   remote address book, go into the screen for the address book you wish
12106   to copy and &quot;Select&quot; &quot;All&quot;.
12107   This selects every entry in that
12108   address book.  Then type the command &quot;Apply Save&quot;.
12109   You will be asked for the address book to save to.  You may use ^P and ^N
12110   to get to the new empty address book, then hit RETURN and the addresses
12111   will be copied.
12112   At this point you'll probably want to unselect all the entries in the local
12113   address book before proceeding. You do that with
12114   &quot;Select&quot; &quot;unselect All&quot;.
12116 </DL>
12117 <UL>
12118 <LI><A HREF="h_address_format">Explanation of Address formats</A>
12119 </UL>
12120 <P><UL>
12121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
12122 </UL>
12124 &lt;End of help on this topic&gt;
12125 </BODY>
12126 </HTML>
12127 ===== h_abook_select_addr =====
12128 <HTML>
12129 <HEAD>
12130 <TITLE>Addressbook Selection Explained</TITLE>
12131 </HEAD>
12132 <BODY>
12133 <H1>SELECT ADDRESS</H1>
12134 <!--chtml if pinemode="function_key"-->
12135 <PRE>
12136 Navigating the List of Messages               General Alpine Commands
12137 -------------------------------               -----------------------
12138 F5   Move to previous entry                   F1  Show this help text
12139 F6   Move to next entry
12140 F7   Show previous screen of address book
12141 F8   Show next screen of address book
12142 F12  WhereIs (search through address book)
12144 Address Selection Commands
12145 --------------------------
12146 F3   Exit the Address Select screen (without selecting an address)
12147 F4   Select the currently highlighted entry
12148 </PRE>
12149 <!--chtml else-->
12150 <PRE>
12151 Navigating the List of Messages               General Alpine Commands
12152 -------------------------------               -----------------------
12153  P   Move to previous entry                    ?  Show this help text
12154  N   Move to next entry
12155  -   Show previous screen of address book
12156 Spc  (space bar) Show next screen of address book
12157  W   WhereIs (search through address book)
12159 Address Selection Commands
12160 --------------------------
12161  E   Exit the Address Select screen (without selecting an address)
12162  S   Select the currently highlighted entry
12163 </PRE>
12164 <!--chtml endif-->
12167 This screen is designed to let you easily scan your address book(s) in
12168 order to select an entry for the message you are composing.  You cannot
12169 edit your address book in any way at this time, for address book
12170 maintenance, select the address book command when not composing a message.
12173 If you are composing a message and know the nickname of the person/list you
12174 want, you can bypass this screen by simply typing in the nickname on the
12175 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12176 selecting an entry does not cancel your message.
12179 FOR MORE INFORMATION on addressing see
12180 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12181 <A HREF="h_abook_opened">Address Book Screen's</A>
12182 help text.
12184 &lt;End of help on this topic&gt;
12185 </BODY>
12186 </HTML>
12187 ===== h_abook_select_top =====
12188 <HTML>
12189 <HEAD>
12190 <TITLE>Addressbook Selection Navigation Explained</TITLE>
12191 </HEAD>
12192 <BODY>
12193 <H1>NAVIGATING WHILE SELECTING ADDRESSES</H1>
12194 <!--chtml if pinemode="function_key"-->
12195 <PRE>
12196 Navigating the List of Address Books       General Alpine Commands
12197 ------------------------------------       -----------------------
12198 F4   View the highlighted address book
12199 F5   Move to previous address book         F1  Show this help text
12200 F6   Move to next address book
12201 F7   Show previous screen of address books
12202 F8   Show next screen of address books
12203 F12  WhereIs (search through address books)
12205 Address Selection Commands
12206 --------------------------
12207 F3   Exit the Address Select screen (without selecting an address)
12208 F4   Select the currently selected entries (if using ListMode)
12209 F9   Change to ListMode
12210 </PRE>
12211 <!--chtml else-->
12212 <PRE>
12213 Navigating the List of Address Books       General Alpine Commands
12214 ------------------------------------       -----------------------
12215  &gt;   View the highlighted address book
12216  P   Move to previous address book         ?  Show this help text
12217  N   Move to next address book
12218  -   Show previous screen of address books
12219 Spc  (space bar) Show next screen of address books
12220  W   WhereIs (search through address books)
12222 Address Selection Commands
12223 --------------------------
12224  E   Exit the Address Select screen (without selecting an address)
12225  S   Select the currently selected entries (if using ListMode)
12226  L   Change to ListMode
12227 </PRE>
12228 <!--chtml endif-->
12231 This screen is designed to let you easily scan your address book(s) in
12232 order to select entries for the message you are composing.  You cannot
12233 edit your address book in any way at this time.  For address book
12234 maintenance, select the address book command when not composing a message.
12237 If you are composing a message and know the nickname of the person/list you
12238 want, you can bypass this screen by simply typing in the nickname on the
12239 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12240 selecting an entry does not cancel your message.
12243 The ListMode command will add a column at the left edge of the screen.
12244 You mark the entries that you wish to select with the &quot;X&quot; command.
12245 This allows you to choose more than one entry at a time.
12248 An alternative method of composing a message to entries in your
12249 address book(s) is to first use the &quot;Select&quot; command from
12250 the address book maintenance screen and then the &quot;Apply&quot;
12251 &quot;ComposeTo&quot; command to start the composer composing to the
12252 selected entries.
12255 FOR MORE INFORMATION on addressing see
12256 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12257 <A HREF="h_abook_opened">Address Book Screen's</A>
12258 help text.
12260 &lt;End of help on this topic&gt;
12261 </BODY>
12262 </HTML>
12263 ===== h_abook_select_listmode =====
12264 <HTML>
12265 <HEAD>
12266 <TITLE>Address Listmode Selection from Composer Explained</TITLE>
12267 </HEAD>
12268 <BODY>
12269 <H1>COMPOSER: SELECT ADDRESSES</H1>
12270 <!--chtml if pinemode="function_key"-->
12271 <PRE>
12272 Navigating the List of Messages                 General Alpine Commands
12273 -------------------------------                 -----------------------
12274 F5   Move to previous entry                     F1  Show this help text
12275 F6   Move to next entry
12276 F7   Show previous screen of address book
12277 F8   Show next screen of address book
12278 F12  WhereIs (search through address book)
12280 Address Selection Commands
12281 --------------------------
12282 F3   Exit the Address Select screen (without selecting an address)
12283 F4   Select the currently highlighted entry
12284 F9   Change to ListMode
12285 </PRE>
12286 <!--chtml else-->
12287 <PRE>
12288 Navigating the List of Messages                 General Alpine Commands
12289 -------------------------------                 -----------------------
12290  P   Move to previous entry                     ?  Show this help text
12291  N   Move to next entry
12292  -   Show previous screen of address book
12293 Spc  (space bar) Show next screen of address book
12294  W   WhereIs (search through address book)
12296 Address Selection Commands
12297 --------------------------
12298  E   Exit the Address Select screen (without selecting an address)
12299  S   Select the currently highlighted entry
12300  L   Change to ListMode
12301 </PRE>
12302 <!--chtml endif-->
12305 This screen is designed to let you easily scan your address book(s) in
12306 order to select entries for the message you are composing.  You cannot
12307 edit your address book in any way at this time, for address book
12308 maintenance, select the address book command when not composing a message.
12311 If you are composing a message and know the nickname of the person/list you
12312 want, you can bypass this screen by simply typing in the nickname on the
12313 appropriate header line (To:, Cc:, etc.)  Exiting this screen without
12314 selecting an entry does not cancel your message.
12317 The ListMode command will add a column at the left edge of the screen.
12318 You mark the entries that you wish to select with the &quot;X&quot; command.
12319 This allows you to choose more than one entry at a time.
12322 An alternative method of composing a message to entries in your
12323 address book(s) is to first use the &quot;Select&quot; command from
12324 the address book maintenance screen and then the &quot;Apply&quot;
12325 &quot;ComposeTo&quot; command to start the composer composing to the
12326 selected entries.
12329 FOR MORE INFORMATION on addressing see
12330 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12331 <A HREF="h_abook_opened">Address Book Screen's</A>
12332 help text.
12334 &lt;End of help on this topic&gt;
12335 </BODY>
12336 </HTML>
12337 ===== h_abook_select_checks =====
12338 <HTML>
12339 <HEAD>
12340 <TITLE>Address Selection from Composer Explained</TITLE>
12341 </HEAD>
12342 <BODY>
12343 <H1>COMPOSER: SELECT ADDRESSES</H1>
12344 <!--chtml if pinemode="function_key"-->
12345 <PRE>
12346 Navigating the List of Messages                 General Alpine Commands
12347 -------------------------------                 -----------------------
12348 F5   Move to previous entry                     F1  Show this help text
12349 F6   Move to next entry
12350 F7   Show previous screen of address book
12351 F8   Show next screen of address book
12352 F12  WhereIs (search through address book)
12354 Address Selection Commands
12355 --------------------------
12356 F3   Exit the Address Select screen (without selecting an address)
12357 F4   Select the currently highlighted entry
12358 F8   Either Sets or Unsets all entries in this address book
12359 F9   Set or Unset the highlighted entry
12360 </PRE>
12361 <!--chtml else-->
12362 <PRE>
12363 Navigating the List of Messages                 General Alpine Commands
12364 -------------------------------                 -----------------------
12365  P   Move to previous entry                     ?  Show this help text
12366  N   Move to next entry
12367  -   Show previous screen of address book
12368 Spc  (space bar) Show next screen of address book
12369  W   WhereIs (search through address book)
12371 Address Selection Commands
12372 --------------------------
12373  E   Exit the Address Select screen (without selecting an address)
12374  S   Select the currently highlighted entry
12375  X   Set or Unset the highlighted entry
12376  A   Either Sets or Unsets all entries in this address book
12377 </PRE>
12378 <!--chtml endif-->
12381 Mark the entries you wish to select with the &quot;X Set/Unset&quot;
12382 command.  Type &quot;S Select&quot; to select all of the entries you
12383 have marked, just as if you had typed them in by hand.
12386 An alternative method of composing a message to entries in your
12387 address book(s) is to first use the &quot;Select&quot; command from
12388 the address book maintenance screen and then the &quot;Apply&quot;
12389 &quot;ComposeTo&quot; command to start the composer composing to the
12390 selected entries.
12393 FOR MORE INFORMATION on addressing see
12394 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12395 <A HREF="h_abook_opened">Address Book Screen's</A>
12396 help text.
12398 &lt;End of help on this topic&gt;
12399 </BODY>
12400 </HTML>
12401 ===== h_abook_select_nicks_take =====
12402 <HTML>
12403 <HEAD>
12404 <TITLE>Take Address Nickname Selection Explained</TITLE>
12405 </HEAD>
12406 <BODY>
12407 <H1>TAKEADDR: SELECT NICKNAME</H1>
12408 <!--chtml if pinemode="function_key"-->
12409 <PRE>
12410 Navigating the List of Messages                 General Alpine Commands
12411 -------------------------------                 -----------------------
12412 F5   Move to previous entry                     F1  Show this help text
12413 F6   Move to next entry
12414 F7   Show previous screen of address book
12415 F8   Show next screen of address book
12416 F12  WhereIs (search through address book)
12418 Message Selection Commands
12419 --------------------------
12420 F3   Exit the Nickname Select screen (without selecting an address)
12421 F4   Select the currently highlighted entry
12422 </PRE>
12423 <!--chtml else-->
12424 <PRE>
12425 Navigating the List of Messages                 General Alpine Commands
12426 -------------------------------                 -----------------------
12427  P   Move to previous entry                     ?  Show this help text
12428  N   Move to next entry
12429  -   Show previous screen of address book
12430 Spc  (space bar) Show next screen of address book
12431  W   WhereIs (search through address book)
12433 Message Selection Commands
12434 --------------------------
12435  E   Exit the Nickname Select screen (without selecting an address)
12436  S   Select the currently highlighted entry
12437 </PRE>
12438 <!--chtml endif-->
12441 This screen is designed to let you modify or add to an existing
12442 address book entry.  You have already selected the name(s) and
12443 address(es) through &quot;Take Address&quot;.  This screen simply lets
12444 you scan your address books and select the nickname to be
12445 changed/augmented.  If you want to add a new entry, then you are in
12446 the wrong place-- Select &quot;Exit&quot; command.
12449 FOR MORE INFORMATION on addressing see
12450 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12451 <A HREF="h_abook_opened">Address Book Screen's</A>
12452 help text.
12454 &lt;End of help on this topic&gt;
12455 </BODY>
12456 </HTML>
12457 ===== h_abook_select_nick =====
12458 <HTML>
12459 <HEAD>
12460 <TITLE>Nickname Selection Explained</TITLE>
12461 </HEAD>
12462 <BODY>
12463 <H1>SELECT NICKNAME</H1>
12464 <!--chtml if pinemode="function_key"-->
12465 <PRE>
12466 Navigating the List of Messages                 General Alpine Commands
12467 -------------------------------                 -----------------------
12468 F5   Move to previous entry                     F1  Show this help text
12469 F6   Move to next entry
12470 F7   Show previous screen of address book
12471 F8   Show next screen of address book
12472 F12  WhereIs (search through address book)
12474 Message Selection Commands
12475 --------------------------
12476 F3   Exit the Nickname Select screen (without selecting an address)
12477 F4   Select the currently highlighted entry
12478 </PRE>
12479 <!--chtml else-->
12480 <PRE>
12481 Navigating the List of Messages                 General Alpine Commands
12482 -------------------------------                 -----------------------
12483  P   Move to previous entry                     ?  Show this help text
12484  N   Move to next entry
12485  -   Show previous screen of address book
12486 Spc  (space bar) Show next screen of address book
12487  W   WhereIs (search through address book)
12489 Message Selection Commands
12490 --------------------------
12491  E   Exit the Nickname Select screen (without selecting an address)
12492  S   Select the currently highlighted entry
12493 </PRE>
12494 <!--chtml endif-->
12497 This screen is designed to let you look at the nicknames in your address
12498 books before choosing a new one.
12501 FOR MORE INFORMATION on addressing see
12502 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12503 <A HREF="h_abook_opened">Address Book Screen's</A>
12504 help text.
12506 &lt;End of help on this topic&gt;
12507 </BODY>
12508 </HTML>
12509 ===== h_takeaddr_screen =====
12510 <HTML>
12511 <HEAD>
12512 <TITLE>Take Address Screen Explained</TITLE>
12513 </HEAD>
12514 <BODY>
12515 <H1>TAKE ADDRESS COMMANDS</H1>
12516 <!--chtml if pinemode="function_key"-->
12517 <PRE>
12518 Navigating the List of Addresses       Address Selection Commands        
12519 --------------------------------       --------------------------        
12520  F5  Move to previous entry            F3  Exit without taking address
12521  F6  Move to next entry                F4  Take current address(es)
12522  F7  Show previous page of address list
12523  F8  Show next page of address list
12524  F2  WhereIs (search list)
12525                                --------------
12526 Mode Toggle            F9  Set/Unset current address
12527 -----------            F10 Set all
12528  F12 Toggle between List and single mode       F11 Unset all
12529 </PRE>
12530 <!--chtml else-->
12531 <PRE>
12532 Navigating the List of Addresses       Address Selection Commands
12533 --------------------------------       --------------------------
12534  P  Move to previous entry              &lt;  Exit without taking address
12535  N  Move to next entry                  T  Take address
12536  -  Show previous page of address list
12537 Spc (space bar) Show next page of address list
12538  W  WhereIs (search list)              List Mode
12539                                        ---------
12540 Single Mode                             X  Set/Unset current address
12541 -----------                             A  Set all addresses
12542  L  Switch to list mode                 U  Unset all addresses
12543                                         S  Switch to single mode
12544 </PRE>
12545 <!--chtml endif-->
12547 <H2>Description of the Take Address Screen</H2>
12549 This screen is designed to let you select one or more address/name
12550 combinations from the current message and put them into your address book.
12551 The cursor is initially placed on the line with the message author.
12552 Other lines include the names of people and/or mailing lists who also
12553 received the message.  Other people &quot;involved&quot; in the
12554 message (e.g. the person named as Reply-To:) are also listed here.
12557 The simple case is adding a new, single entry into your address book. To
12558 do this, simply highlight the correct line and press 
12559 <!--chtml if pinemode="function_key"-->
12561 <!--chtml else-->
12562 &quot;T&quot;.
12563 <!--chtml endif-->
12564 To create a new list or add to an existing list, switch the screen display
12565 into List Mode by pressing
12566 <!--chtml if pinemode="function_key"-->
12567 F12.
12568 <!--chtml else-->
12569 &quot;L&quot;.
12570 <!--chtml endif-->
12571 In List Mode, you select the
12572 group of addresses you wish to manipulate by marking them with an
12573 &quot;X&quot;.
12574 The Set/Unset
12575 <!--chtml if pinemode="function_key"-->
12576 (F9)
12577 <!--chtml else-->
12578 (&quot;X&quot;)
12579 <!--chtml endif-->
12580 command will turn the &quot;X&quot; on for the
12581 highlighted address if it was off or turn it off if it was previously on.
12582 The SetAll command will select all of the addresses, and the UnSetAll
12583 command will turn off all the selections.  Once you've gotten the
12584 selection the way you want it, you may create a new list by pressing
12585 <!--chtml if pinemode="function_key"-->
12587 <!--chtml else-->
12588 &quot;T&quot;.
12589 <!--chtml endif-->
12592 In both the simple and list cases, after choosing to take the address,
12593 you will be asked for the nickname of the entry.  Typing in a new name
12594 creates the new entry/list.  Entering an existing nickname will replace
12595 the entry (simple case) or add to the list (list case).  Alternatively,
12596 you can press Ctrl-T at the nickname prompt and select an existing
12597 nickname from your address book.
12600 You will normally start in Single Mode, unless you used the Apply command
12601 to startup the TakeAddr screen, in which case you will start in List Mode.
12602 You may switch between the two modes at any time.  If you've already
12603 selected several addresses in List Mode, those will be remembered when you
12604 switch to Single Mode and then back to List Mode.  The set of addresses
12605 that are pre-selected when you start in List Mode are the From addresses
12606 of all of the messages you are operating on.  You may, of course, easily
12607 erase those selections with the UnSetAll command.
12610 If you have more than one writable address book, you will be prompted for
12611 the name of the address book you wish to add the new entry to before
12612 anything else. You can use ^N and ^P to choose among the defined address
12613 books, or type in the address book name.
12616 FOR MORE INFORMATION on addressing see
12617 <A HREF="h_address_format">Explanation of Address formats</A>, and the
12618 <A HREF="h_abook_opened">Address Book Screen's</A>
12619 help text.
12621 &lt;End of help on this topic&gt;
12622 </BODY>
12623 </HTML>
12624 ===== h_takeexport_screen =====
12625 <HTML>
12626 <HEAD>
12627 <TITLE>Take Export Screen Explained</TITLE>
12628 </HEAD>
12629 <BODY>
12630 <H1>TAKE EXPORT COMMANDS</H1>
12631 <!--chtml if pinemode="function_key"-->
12632 <PRE>
12633 Navigating the List of Addresses       Address Selection Commands        
12634 --------------------------------       --------------------------        
12635  F5  Move to previous entry            F3  Exit without taking address
12636  F6  Move to next entry                F4  Take current address(es)
12637  F7  Show previous page of address list
12638  F8  Show next page of address list
12639  F2  WhereIs (search list)
12640                                --------------
12641 Mode Toggle            F9  Set/Unset current address
12642 -----------            F10 Set all
12643  F12 Toggle between List and single mode       F11 Unset all
12644 </PRE>
12645 <!--chtml else-->
12646 <PRE>
12647 Navigating the List of Addresses       Address Selection Commands
12648 --------------------------------       --------------------------
12649  P  Move to previous entry              &lt;  Exit without taking address
12650  N  Move to next entry                  T  Take address
12651  -  Show previous page of address list
12652 Spc (space bar) Show next page of address list
12653  W  WhereIs (search list)              List Mode
12654                                        ---------
12655 Single Mode                             X  Set/Unset current address
12656 -----------                             A  Set all addresses
12657  L  Switch to list mode                 U  Unset all addresses
12658                                         S  Switch to single mode
12659 </PRE>
12660 <!--chtml endif-->
12662 <H2>Description of the Take Export Screen</H2>
12664 This screen is designed to let you select one or more addresses
12665 from the current message and put them into a file.
12666 Only the user@domain_name part of each address is put into the file.
12669 To put a single entry into a file simply highlight the correct line and press 
12670 <!--chtml if pinemode="function_key"-->
12672 <!--chtml else-->
12673 &quot;T&quot;.
12674 <!--chtml endif-->
12675 To put more than one entry into a file
12676 switch the screen display
12677 into List Mode by pressing
12678 <!--chtml if pinemode="function_key"-->
12679 F12.
12680 <!--chtml else-->
12681 &quot;L&quot;.
12682 <!--chtml endif-->
12683 In List Mode, you select the
12684 group of addresses you wish to manipulate by marking them with an
12685 &quot;X&quot;.
12686 The Set/Unset
12687 <!--chtml if pinemode="function_key"-->
12688 (F9)
12689 <!--chtml else-->
12690 (&quot;X&quot;)
12691 <!--chtml endif-->
12692 command will turn the &quot;X&quot; on for the
12693 highlighted address if it was off or turn it off if it was previously on.
12694 The SetAll command will select all of the addresses, and the UnSetAll
12695 command will turn off all the selections.  Once you've gotten the
12696 selection the way you want it, you may put the addresses in a file by typing
12697 <!--chtml if pinemode="function_key"-->
12699 <!--chtml else-->
12700 &quot;T&quot;.
12701 <!--chtml endif-->
12704 You will be asked for the name of a file to put the addresses in.
12705 If the file already exists, you will be asked whether you want to Overwrite
12706 (replace) the contents of the file or Append to the contents of the file.
12709 &lt;End of help on this topic&gt;
12710 </BODY>
12711 </HTML>
12712 ============= h_abook_view ========================
12713 <HTML>
12714 <HEAD>
12715 <TITLE>Address Book View Explained</TITLE>
12716 </HEAD>
12717 <BODY>
12718 This function allows you to view the contents of an address book entry. You
12719 can only view one entry at a time.
12721 <DL>
12722 <DT>Help
12723 <!--chtml if pinemode="function_key"-->
12724 (F1)
12725 <!--chtml else-->
12727 <!--chtml endif-->
12728 </DT>
12729 <DD>
12730 Display this help text.
12732 <DT>Abook
12733 <!--chtml if pinemode="function_key"-->
12734 (F3)
12735 <!--chtml else-->
12736 (&lt;)
12737 <!--chtml endif-->
12738 </DT>
12739 <DD>
12740 Go back to index of address book entries.
12742 <DT>Update
12743 <!--chtml if pinemode="function_key"-->
12744 (F4)
12745 <!--chtml else-->
12747 <!--chtml endif-->
12748 </DT>
12749 <DD>
12750 Update (modify) this entry.
12752 <DT>ComposeTo
12753 <!--chtml if pinemode="function_key"-->
12754 (F5)
12755 <!--chtml else-->
12757 <!--chtml endif-->
12758 </DT>
12759 <DD>Compose a message to the address(es) in this entry.
12761 <DT>Role
12762 <!--chtml if pinemode="function_key"-->
12763 (F6)
12764 <!--chtml else-->
12766 <!--chtml endif-->
12767 </DT>
12768 <DD>Compose a message to the address(es) in this entry using roles.
12770 <DT>Prev Page
12771 <!--chtml if pinemode="function_key"-->
12772 (F7)
12773 <!--chtml else-->
12775 <!--chtml endif-->
12776 </DT>
12777 <DD>
12778 Show the previous page of the current entry.
12780 <DT>Next Page
12781 <!--chtml if pinemode="function_key"-->
12782 (F8)
12783 <!--chtml else-->
12784 (Space)
12785 <!--chtml endif-->
12786 </DT>
12787 <DD>
12788 Show the next page of the current entry.
12790 <DT>Print
12791 <!--chtml if pinemode="function_key"-->
12792 (F9)
12793 <!--chtml else-->
12795 <!--chtml endif-->
12796 </DT>
12797 <DD>Print the current entry.  You can select the
12798 printer or the print command via the &quot;Setup&quot; command
12799 on the MAIN MENU.
12801 <DT>WhereIs
12802 <!--chtml if pinemode="function_key"-->
12803 (F10)
12804 <!--chtml else-->
12806 <!--chtml endif-->
12807 </DT>
12808 <DD>Search the entry for a string of letters.  If it is
12809 found, move to it.  The string can be one word or a phrase.
12810 If there are multiple occurrences, the cursor moves to the
12811 first occurrence beyond the current cursor position.
12813 <DT>Fwd Email
12814 <!--chtml if pinemode="function_key"-->
12815 (F11)
12816 <!--chtml else-->
12818 <!--chtml endif-->
12819 </DT>
12820 <DD>Begin composition of a new mail message with the displayed
12821 text already inserted in the message body.
12823 </DL>
12825 &lt;End of help on this topic&gt;
12826 </BODY>
12827 </HTML>
12828 ============= h_ldap_view ========================
12829 <HTML>
12830 <HEAD>
12831 <TITLE>LDAP Response View Explained</TITLE>
12832 </HEAD>
12833 <BODY>
12834 This function allows you to view the contents of a directory entry. You
12835 can only view one entry at a time.
12837 <DL>
12838 <DT>Help
12839 <!--chtml if pinemode="function_key"-->
12840 (F1)
12841 <!--chtml else-->
12843 <!--chtml endif-->
12844 </DT>
12845 <DD>
12846 Display this help text.
12848 <DT>Results Index
12849 <!--chtml if pinemode="function_key"-->
12850 (F3)
12851 <!--chtml else-->
12852 (&lt;)
12853 <!--chtml endif-->
12854 </DT>
12855 <DD>Go back to index of search results.
12857 <DT>ComposeTo
12858 <!--chtml if pinemode="function_key"-->
12859 (F5)
12860 <!--chtml else-->
12862 <!--chtml endif-->
12863 </DT>
12864 <DD>Compose a message to the address(es) in this entry.
12866 <DT>Role
12867 <!--chtml if pinemode="function_key"-->
12868 (F6)
12869 <!--chtml else-->
12871 <!--chtml endif-->
12872 </DT>
12873 <DD>Compose a message to the address(es) in this entry using roles.
12875 <DT>Prev Page
12876 <!--chtml if pinemode="function_key"-->
12877 (F7)
12878 <!--chtml else-->
12880 <!--chtml endif-->
12881 </DT>
12882 <DD>
12883 Show the previous page of the current entry.
12885 <DT>Next Page
12886 <!--chtml if pinemode="function_key"-->
12887 (F8)
12888 <!--chtml else-->
12889 (Space)
12890 <!--chtml endif-->
12891 </DT>
12892 <DD>
12893 Show the next page of the current entry.
12895 <DT>Print
12896 <!--chtml if pinemode="function_key"-->
12897 (F9)
12898 <!--chtml else-->
12900 <!--chtml endif-->
12901 </DT>
12902 <DD>Print the current entry on paper.  You can select the
12903 printer or the print command via the &quot;Setup&quot; command
12904 on the MAIN MENU.
12906 <DT>WhereIs
12907 <!--chtml if pinemode="function_key"-->
12908 (F10)
12909 <!--chtml else-->
12911 <!--chtml endif-->
12912 </DT>
12913 <DD>Search the entry for a string of letters.  If it is
12914 found, move to it.  The string can be one word or a phrase.
12915 If there are multiple occurrences, the cursor moves to the
12916 first occurrence beyond the current cursor position.
12918 <DT>Fwd Email
12919 <!--chtml if pinemode="function_key"-->
12920 (F11)
12921 <!--chtml else-->
12923 <!--chtml endif-->
12924 </DT>
12925 <DD>Begin composition of a new mail message with the displayed
12926 text already inserted in the message body.
12928 <DT>Save
12929 <!--chtml if pinemode="function_key"-->
12930 (F12)
12931 <!--chtml else-->
12933 <!--chtml endif-->
12934 </DT>
12935 <DD>Save the displayed entry to one of your address books or export
12936 it to a file.
12937 </DL>
12939 &lt;End of help on this topic&gt;
12940 </BODY>
12941 </HTML>
12942 ===== h_attachment_screen =====
12943 <HTML>
12944 <HEAD>
12945 <TITLE>Attachment Index Screen Explained</TITLE>
12946 </HEAD>
12947 <BODY>
12948 The &quot;ATTACHMENT INDEX&quot; displays a list of the current
12949 message's attachments, and allows various operations on them.  The
12950 first attachment is usually the message text, but does not include the
12951 header portion of the message.
12953 Available commands include:
12955 <DL>
12957 <DT>Help</DT>
12958 <DD>Show this help text.
12960 <DT>Msg #<I>num</I></DT>
12961 <DD>Leave this screen without displaying or saving any attachments.
12963 <DT>View</DT>
12964 <DD>View the currently selected attachment.
12966 <DT>Prev Attach</DT>
12967 <DD>Move to previous attachment.
12969 <DT>Next Attach</DT>
12970 <DD>Move to next attachment.
12972 <DT>Prev Page</DT>
12973 <DD>Previous page of the listed attachments.
12975 <DT>Next Page</DT>
12976 <DD>Next page of the listed attachments.
12978 <DT>Delete</DT>
12979 <DD>Mark the currently selected attachment for Deletion.
12980 This does not modify the current message by deleting the attachment from
12981 it, but instead the delete flag <EM>only</EM> has an effect when saving
12982 the message to a folder.
12983 Attachments marked for deletion are not copied to the destination folder
12984 along with the rest of the message when it is saved.
12985 It is ok for the destination folder to be the same as the current folder.
12986 In addition, the delete mark <EM>only</EM> applies to this Alpine session.
12988 <DT>Undelete</DT>
12989 <DD>Turn off the Delete flag for the selected attachment.
12991 <DT>Save</DT>
12992 <DD>Save the selected attachment to a file.  If the attachment is of
12993 type &quot;RFC822/Message&quot;, then the attachment will be saved to
12994 the specified mail folder.
12996 <DT>Export</DT>
12997 <DD>If the attachment is of
12998 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
12999 copy the message to a file in the same way this command works on 
13000 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13002 <DT>Pipe</DT>
13003 <DD>Pipe the attachment contents into a UNIX command (if enabled).
13004 A description of the Pipe sub-commands is  <A HREF="h_pipe_command">here</A>.
13006 <DT>WhereIs</DT>
13007 <DD>Find a matching string in the attachment list.
13009 <DT>AboutAttch</DT>
13010 <DD>Examine various aspects of the selected attachment.
13012 <DT>Print</DT>
13013 <DD>Print the selected attachment.
13015 <DT>Forward</DT>
13016 <DD>Forward the selected attachment as an attachment.
13017 </DL>
13021 All attachments can be saved or piped into a UNIX command, but some may
13022 not be readily displayed by either Alpine or an external tool.  In such
13023 cases, the reason why the message cannot be displayed is displayed on
13024 Alpine's message line.
13026 &lt;End of help on this topic&gt;
13027 </BODY>
13028 </HTML>
13029 ============= h_mail_text_att_view ========================
13030 <HTML>
13031 <HEAD>
13032 <TITLE>Attachment View Screen Explained</TITLE>
13033 </HEAD>
13034 <BODY>
13035 This function allows you to view the contents of a text attachment. You
13036 can only view one attachment at a time.
13038 Available commands include:
13040 <DL>
13042 <DT>Help</DT>
13043 <DD>Display this help text
13045 <DT>AttchIndex</DT>
13046 <DD>Leave viewer and return to the &quot;ATTACHMENT INDEX&quot; screen
13048 <DT>Prev Page</DT>
13049 <DD>Show the previous page of the current attachment.
13051 <DT>Next Page</DT>
13052 <DD>Show the next page of the current attachment by pressing the space bar.
13054 <DT>Delete</DT>
13055 <DD>Mark the viewed attachment for Deletion.  The delete
13056 flag <EM>only</EM> has affect when saving the message to a folder.
13057 Attachments marked for deletion are exluded from the messsage when
13058 it is saved.  In addition, the delete mark <EM>only</EM> applies to
13059 this Alpine session.
13061 <DT>Undelete</DT>
13062 <DD>Turn off the Delete flag for the selected attachment.
13064 <DT>Save</DT>
13065 <DD>Copy the current attachment to a file.  If you just enter
13066 a filename, the attachment will be saved with that name in
13067 your home directory 
13068 <!--chtml if pinemode="running"-->
13069 (which, in the present configuration of your system, is
13070  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13071 <!--chtml endif-->
13072 or current working directory
13073 <!--chtml if pinemode="running"-->
13074 (which, at least for your current Alpine &quot;session,&quot; 
13075 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13076 <!--chtml endif-->, depending on the
13077 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13078 configuration setting.  You may enter the full
13079 path and filename to save it in another directory instead.
13081 <DT>Export</DT>
13082 <DD>If the attachment is of
13083 type &quot;RFC822/Message&quot;, then &quot;Export&quot; is used to
13084 copy the message to a file in the same way this command works on 
13085 messages in the MESSAGE INDEX and MESSAGE TEXT screens.
13086 (If you have any <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>
13087 defined, they may affect the contents of the exported file.)
13089 <DT>Pipe</DT>
13090 <DD>Pipe the attachment contents into a UNIX command (if enabled)
13092 <DT>WhereIs</DT>
13093 <DD>Search the attachment for a string of letters.  If it is
13094 found, move to it.  The string can be one word or a phrase.
13095 If there are multiple occurrences, the cursor moves to the
13096 first occurrence beyond the current cursor position.
13098 <DT>Print</DT>
13099 <DD>Print the current attachment on paper.  You can select the
13100 printer or the print command via the &quot;Setup&quot; command
13101 on the MAIN MENU.
13103 <DT>Forward</DT>
13104 <DD>Forward the selected attachment as an attachment.
13105 </DL>
13107 &lt;End of help on this topic&gt;
13108 </BODY>
13109 </HTML>
13110 ============= h_journal ==============
13111 <HTML>
13112 <HEAD>
13113 <TITLE>Recent Message Journal Explained</TITLE>
13114 </HEAD>
13115 <BODY>
13117 The following commands are available on this screen:
13119 <DL>
13120 <DT>Help</DT>
13121 <DD>Show this help text
13123 <DT>Exit</DT>
13124 <DD>Exit Viewer, and go back to mail processing
13126 <DT>Prev Page</DT>
13127 <DD>Show the previous page text
13129 <DT>Next Page</DT>
13130 <DD>Show the next page of text by pressing the space bar
13132 <DT>Print</DT>
13133 <DD>Print the displayed text on paper.  You can select the
13134 printer or the print command via the &quot;Setup&quot; command
13135 on the MAIN MENU.
13137 <DT>Fwd Email</DT>
13138 <DD>Begin composition of a new mail message with the displayed
13139 text already inserted in the message body.
13141 <DT>Save</DT>
13142 <DD>Copy the displayed text to a file.  If you just enter
13143 a filename, the text will be saved with that name in
13144 your 
13145 home directory 
13146 <!--chtml if pinemode="running"-->
13147 (which, in the present configuration of your system, is
13148  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13149 <!--chtml endif-->
13150 or current working directory
13151 <!--chtml if pinemode="running"-->
13152 (which, at least for your current Alpine &quot;session,&quot; 
13153 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13154 <!--chtml endif-->, depending on the
13155 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13156 configuration setting.   You may enter the full
13157 path and filename to save it in another directory instead.
13159 <DT>WhereIs</DT>
13160 <DD>Search the text for a string of letters.  If it is
13161 found, move to it.  The string can be one word or a phrase.
13162 If there are multiple occurrences, the cursor moves to the
13163 first occurrence beyond the current cursor position.
13164 </DL>
13166 &lt;End of help on this topic&gt;
13167 </BODY>
13168 </HTML>
13169 ============= h_debugjournal ==============
13170 <HTML>
13171 <HEAD>
13172 <TITLE>Debug Journal Explained</TITLE>
13173 </HEAD>
13174 <BODY>
13176 The following commands are available on this screen:
13178 <DL>
13179 <DT>Help</DT>
13180 <DD>Show this help text
13182 <DT>Exit</DT>
13183 <DD>Exit Viewer, and go back to mail processing
13185 <DT>Timestamps</DT>
13186 <DD>Turn on or off timestamps.
13188 <DT>DebugView</DT>
13189 <DD>Set the level of debugging you want to see. The level may be any number
13190 in the range 0-9. Higher numbers show more debugging detail. Note that the
13191 debugging information has already been captured. This setting just causes the
13192 debugging information that you see to be filtered. If you set this to
13193 the number &quot;5&quot; then you will be shown all of the debugging information
13194 at levels 5 and below.
13195 It's actually a bit more complicated than that. A fixed amount of memory
13196 is used to store the debug information.
13197 Since the amount of memory used is limited the debugging information
13198 has to be trimmed back when it gets too large.
13200 <DT>Prev Page</DT>
13201 <DD>Show the previous page text
13203 <DT>Next Page</DT>
13204 <DD>Show the next page of text by pressing the space bar
13206 <DT>Print</DT>
13207 <DD>Print the displayed text on paper.  You can select the
13208 printer or the print command via the &quot;Setup&quot; command
13209 on the MAIN MENU.
13211 <DT>Fwd Email</DT>
13212 <DD>Begin composition of a new mail message with the displayed
13213 text already inserted in the message body.
13215 <DT>Save</DT>
13216 <DD>Copy the displayed text to a file.  If you just enter
13217 a filename, the text will be saved with that name in
13218 your 
13219 home directory 
13220 <!--chtml if pinemode="running"-->
13221 (which, in the present configuration of your system, is
13222  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13223 <!--chtml endif-->
13224 or current working directory
13225 <!--chtml if pinemode="running"-->
13226 (which, at least for your current Alpine &quot;session,&quot; 
13227 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13228 <!--chtml endif-->, depending on the
13229 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13230 configuration setting.   You may enter the full
13231 path and filename to save it in another directory instead.
13233 <DT>WhereIs</DT>
13234 <DD>Search the text for a string of letters.  If it is
13235 found, move to it.  The string can be one word or a phrase.
13236 If there are multiple occurrences, the cursor moves to the
13237 first occurrence beyond the current cursor position.
13238 </DL>
13240 &lt;End of help on this topic&gt;
13241 </BODY>
13242 </HTML>
13243 ============= h_simple_text_view ==============
13244 <HTML>
13245 <HEAD>
13246 <TITLE>Simple Text View Screen Explained</TITLE>
13247 </HEAD>
13248 <BODY>
13250 The following commands are available on this screen:
13252 <DL>
13253 <DT>Help</DT>
13254 <DD>Show this help text
13256 <DT>Exit</DT>
13257 <DD>Exit Viewer, and go back to mail processing
13259 <DT>Prev Page</DT>
13260 <DD>Show the previous page text
13262 <DT>Next Page</DT>
13263 <DD>Show the next page of text by pressing the space bar
13265 <DT>Print</DT>
13266 <DD>Print the displayed text on paper.  You can select the
13267 printer or the print command via the &quot;Setup&quot; command
13268 on the MAIN MENU.
13270 <DT>Fwd Email</DT>
13271 <DD>Begin composition of a new mail message with the displayed
13272 text already inserted in the message body.
13274 <DT>Save</DT>
13275 <DD>Copy the displayed text to a file.  If you just enter
13276 a filename, the attachment will be saved with that name in
13277 your 
13278 home directory 
13279 <!--chtml if pinemode="running"-->
13280 (which, in the present configuration of your system, is
13281  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13282 <!--chtml endif-->
13283 or current working directory
13284 <!--chtml if pinemode="running"-->
13285 (which, at least for your current Alpine &quot;session,&quot; 
13286 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13287 <!--chtml endif-->, depending on the
13288 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13289 configuration setting.   You may enter the full
13290 path and filename to save it in another directory instead.
13292 <DT>WhereIs</DT>
13293 <DD>Search the attachment for a string of letters.  If it is
13294 found, move to it.  The string can be one word or a phrase.
13295 If there are multiple occurrences, the cursor moves to the
13296 first occurrence beyond the current cursor position.
13297 </DL>
13299 &lt;End of help on this topic&gt;
13300 </BODY>
13301 </HTML>
13302 ======= h_pine_for_windows ========
13303 <HTML>
13304 <HEAD>
13305 <TITLE>GETTING HELP IN PC-ALPINE</TITLE>
13306 </HEAD>
13307 <BODY>
13308 <H1>Getting Help In PC-Alpine</H1>
13311 PC-Alpine offers general and specific help text. From the <A
13312 HREF="main_menu_tx">MAIN MENU</A>, you will find an overview in the MAIN
13313 MENU HELP and the <A HREF="h_news">Release Notes</A>.  On all screens,
13314 specific help for that screen is available from the toolbar Help menu or
13315 with the 
13316 <!--chtml if pinemode="function_key"-->
13317 &quot;F1&quot; key.
13318 <!--chtml else-->
13319 &quot;?&quot; or &quot;Ctrl-G&quot; keys. &quot;Ctrl-G&quot; is used where
13320 typing &quot;?&quot; would be mistaken as entering text.
13321 <!--chtml endif-->
13324 Although this version of Alpine is for Microsoft Windows, it is not
13325 considered a full &quot;Graphical User Interface&quot; application. 
13326 Yet, many of the controls that Windows users are accustomed to seeing, 
13327 such as scrollbars and toolbars, are available.
13330 PC-Alpine offers considerable mouse support.  You can view what is
13331 &quot;click-able&quot; by dragging your mouse over any screen; when the
13332 arrow cursor changes into a hand, you found something. Mouse-click
13333 possibilities include navigating between screens and folders and
13334 double-clicking on hyperlinks to open your Web browser.
13335 Context-sensitive pop-up menus appear with a right-click on your PC-Alpine
13336 screen.  Examples of right-click options include &quot;copy&quot; after
13337 selecting text to copy and &quot;View in New Window&quot; when you click
13338 on a particular message in the Message Index. The menu choices available
13339 to you will vary based upon what screen is open, where on the screen your
13340 cursor is located, and even what action you have already taken.
13343 &lt;End of help on this topic&gt;
13344 </BODY>
13345 </HTML>
13346 ===== h_composer =====
13347 <HTML>
13348 <HEAD>
13349 <TITLE>COMPOSER COMMANDS</TITLE>
13350 </HEAD>
13351 <BODY>
13352 <H1>COMPOSER COMMANDS</H1>
13354 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>
13355 &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>
13356 &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>
13357 &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>
13358 &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>
13359 &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>
13360 &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>
13361 &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>
13362 &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>
13363 &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>
13364 ---------------------------------------|&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>
13365 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>
13366 &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>
13367 &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>
13368 &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>
13371 NOTE:
13372 <OL>
13373  <LI>For help on a particular command, highlight the bold text associated
13374 with it above and hit Return.
13375  <LI> The availability of certain commands
13376 is determined by Alpine configuration files and system capabilities.
13377 At some sites, certain commands may not be available due to security or
13378 support concerns.
13379  <LI>Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
13380 Ctrl-&#92;, ESC.
13381  <LI>For special handling of Ctrl-S and Ctrl-Q see special comments regarding
13382 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
13383 </OL>
13386 HINT: To move rapidly to the bottom of a message you are composing,
13387 enter ^W^V.  To go to the top, ^W^Y.  These can be used in conjunction
13388 with the Mark and Cut commands to eliminate large amounts of unwanted
13389 text in a Reply.
13391 <H2>Description of Composer</H2>
13393 Alpine has a built-in editing program that allows you to compose messages
13394 without having to leave Alpine.  The editor is designed to be very simple to
13395 use so that you can get started writing email right away.
13398 Messages are usually just text, about 80 columns wide.  Using upper and
13399 lower case is encouraged.  On some systems the size limit of the message
13400 is about 100,000 characters, which is about 2,000 lines.  You can include
13401 punctuation and special characters found on most keyboards, but you can't
13402 include characters with diacritical marks and certain special symbols.
13405 Text automatically wraps as you type past the end of a line so you do not
13406 have to hit return.  Using the
13407 &quot;<A HREF="h_compose_justify">Justify</A>&quot; command,
13408 you can also reformat text explicitly, perhaps after you have
13409 deleted some text.
13412 You can include other text files with the 
13413 &quot;<A HREF="h_compose_readfile">Read File</A>&quot; command,
13414 which will prompt you for the name of the file to insert at the
13415 current cursor postion.
13418 <UL>
13419 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13420 </UL>
13422 &lt;End of help on this topic&gt;
13423 </BODY>
13424 </HTML>
13425 ====== h_composer_browse =====
13426 <HTML>
13427 <HEAD>
13428 <TITLE>BROWSER</TITLE>
13429 </HEAD>
13430 <BODY>
13431 <H1>BROWSER</H1>
13432 This screen lets you browse your files and directories.  To go to another 
13433 directory (identified by &quot;(dir)&quot;), move the cursor to it and 
13434 choose &quot;Select&quot; (the default choice on the menu); 
13435 or choose &quot;Goto&quot; and enter the name of the directory.
13436 <!--chtml if pinemode="os_windows"-->
13437 <!--chtml else--> 
13438 In Unix Alpine, you may use 
13439 &quot;~&quot; to refer to your home directory or &quot;~user&quot; to refer 
13440 to another's home directory.  
13441 <!--chtml endif--><P>
13442 To select a file, move the cursor to it and 
13443 choose &quot;Select&quot; (the default choice on the menu).  
13445 <UL>
13446 <LI>Note <B>if</B> you are currently using the BROWSER for choosing a file for 
13447 inclusion in the 
13448 message body (that is, you chose &quot;Read File&quot; with the cursor under 
13449 the 
13450 &quot;----- Message Text -----&quot; line
13451 while composing, then &quot;To Files&quot;):  Since the file 
13452 selected will become part of the message text, it must be in a format 
13453 suitable for that (Alpine does not check!), such as a plain text file.
13454 Files of other formats (for example, graphics, databases, software 
13455 programs) should be 
13456 <B>attached</B> to the message instead --
13457 by moving the cursor in the COMPOSE MESSAGE screen into the 
13458 message header area and pressing 
13459 <!--chtml if pinemode="function_key"-->
13461 <!--chtml else-->
13462 Ctrl-J.
13463 <!--chtml endif--> 
13465 <P><LI>
13466 Note <B>if</B> you are currently using the BROWSER for saving a message 
13467 attachment, or exporting a message, to a file: You can use the Add command to 
13468 provide the name for a new file to save/export to, and then select that name 
13469 to use it for the save/export operation.  Back at the prompt 
13470 &quot;EXPORT: Copy message to file in ...&quot; hit Enter, then choose 
13471 either Overwrite or Append (it doesn't make a difference, since the file is 
13472 so far empty).  Note: If you cancel the 
13473 operation at that point, the file created with the Add command will remain 
13474 0 bytes in size.
13476 </UL>
13477 <P><UL>
13478 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13479 </UL>
13481 &lt;End of help on this topic&gt;
13482 </BODY>
13483 </HTML>
13484 ====== h_composer_ins =====
13485 <HTML>
13486 <HEAD>
13487 <TITLE>INSERT TEXT FILE</TITLE>
13488 </HEAD>
13489 <BODY>
13490 <H1>INSERT TEXT FILE</H1>
13492 Use this function to insert a text file. The file name
13493 given can be an absolute file path name for your system
13494 <!--chtml if pinemode="os_windows"-->
13495 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
13496 with a relative pathname, or simply a file name without
13497 drive or directory specification.  
13498 <!--chtml else-->
13499 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
13500 a file in your home directory, or a file path relative to your 
13501 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
13502 your home directory or &quot;~user&quot; to refer to another
13503 account's home directory.
13504 <!--chtml endif-->
13506 No wild card characters may be used.  
13507 The file must reside on the system running Alpine.
13509 If the 
13510 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
13511 feature is set, names are relative to your current working directory 
13512 <!--chtml if pinemode="running"-->
13513 (which, at least for your current Alpine &quot;session,&quot; 
13514 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
13515 <!--chtml endif-->
13516 rather than your home directory
13517 <!--chtml if pinemode="running"-->
13518 (which, in the present configuration of your system, is
13519  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
13520 <!--chtml endif-->
13522 <P><UL>
13523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13524 </UL>
13526 &lt;End of help on this topic&gt;
13527 </BODY>
13528 </HTML>
13529 ====== h_composer_ins_m =====
13530 <HTML>
13531 <HEAD>
13532 <TITLE>INSERT MESSAGE</TITLE>
13533 </HEAD>
13534 <BODY>
13535 <H1>INSERT MESSAGE</H1>
13537 Type in the number of a message in the currently open folder to insert it
13538 into your message.
13539 <P><UL>
13540 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13541 </UL>
13543 &lt;End of help on this topic&gt;
13544 </BODY>
13545 </HTML>
13546 ====== h_composer_search =====
13547 <HTML>
13548 <HEAD>
13549 <TITLE>Explanation of Composer Whereis Command </TITLE>
13550 </HEAD>
13551 <BODY>
13552 <H1>Help For Whereis Command</H1>
13554 Whereis is used to search the message for a word or part of a word.
13555 When searching in the composer, only the message part of your mail is
13556 searched, and the cursor is put on the first occurrence appearing
13557 after the location of the cursor.  The search will wrap to the
13558 beginning of the message when it no longer finds matches in the
13559 remainder of the message.
13561 To search for the same string a second time, press 
13562 <!--chtml if pinemode="function_key"-->
13563 &quot;F6&quot;
13564 <!--chtml else-->
13565 &quot;^W&quot;
13566 <!--chtml endif-->
13567 to begin search and then just press RETURN to accept the previous
13568 search string shown in square brackets rather than entering a new
13569 search string.<P>
13571 The &quot;Search&quot; prompt has several sub-command available:
13573 <DL>
13574 <DT>Get Help</DT>
13575 <DD> Takes you to this help page.
13577 <DT>Cancel</DT>
13578 <DD> Cancels the prompt.  No search takes place.
13580 <DT>First Line</DT>
13581 <DD> Takes you back to the composer with the cursor on the first character
13582 of the first line of text.
13584 <DT>Last Line</DT>
13585 <DD> Takes you back to the composer with the cursor on the last character
13586 of the last line of text.
13588 <DT>Replace (Optional)</DT>
13589 <DD> This sub-command is enabled by the 
13590 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13591 feature (which is on by default); see its help screen for details on how replacing works.
13593 </DL>
13595 &lt;End of help on this topic&gt;
13596 </BODY>
13597 </HTML>
13598 ====== h_sigedit_search =====
13599 <HTML>
13600 <HEAD>
13601 <TITLE>Explanation of Whereis Command </TITLE>
13602 </HEAD>
13603 <BODY>
13604 <H1>Help For Whereis Command</H1>
13606 Whereis is used to search for a word or part of a word.
13607 When searching the cursor is put on the first occurrence appearing
13608 after the location of the cursor.  The search will wrap to the
13609 beginning of the signature when it no longer finds matches in the
13610 remainder of the signature.
13612 To search for the same string a second time, press 
13613 <!--chtml if pinemode="function_key"-->
13614 &quot;F6&quot;
13615 <!--chtml else-->
13616 &quot;^W&quot;
13617 <!--chtml endif-->
13618 to begin search and then just press RETURN to accept the previous
13619 search string shown in square brackets rather than entering a new
13620 search string.<P>
13622 The &quot;Search&quot; prompt has several sub-command available:
13624 <DL>
13625 <DT>Get Help</DT>
13626 <DD> Takes you to this help page.
13628 <DT>Cancel</DT>
13629 <DD> Cancels the prompt.  No search takes place.
13631 <DT>First Line</DT>
13632 <DD> Takes you back to the composer with the cursor on the first character
13633 of the first line of text.
13635 <DT>Last Line</DT>
13636 <DD> Takes you back to the composer with the cursor on the last character
13637 of the last line of text.
13639 <DT>Replace (Optional)</DT>
13640 <DD> This sub-command is enabled by the 
13641 <A HREF="h_config_enable_search_and_repl">&quot;<!--#echo var="FEAT_enable-search-and-replace"-->&quot;</A>
13642 feature (which is on by default); see its help screen for details on how replacing works.
13644 </DL>
13646 &lt;End of help on this topic&gt;
13647 </BODY>
13648 </HTML>
13649 ======= h_composer_to ====
13650 <HTML>
13651 <HEAD>
13652 <TITLE>THE MESSAGE COMPOSER'S TO FIELD</TITLE>
13653 </HEAD>
13654 <BODY>
13655 <H1>THE MESSAGE COMPOSER'S TO FIELD</H1>
13657 <H2>The &quot;To:&quot; field</H2>
13658 The address you enter here must be a valid email address that is reachable
13659 from your site. 
13661 <H2>Email Address Format</H2>
13662 You may enter a full name and email address, 
13663 <!--chtml if pinemode="os_windows"-->
13664 <!--chtml else-->
13665 a local (meaning, on the same 
13666 host as the one you are running Alpine on) username that Alpine will
13667 complete for you, 
13668 <!--chtml endif-->
13669 the nickname of someone in a 
13670 <A HREF="h_abook_opened">Alpine Address Book</A>, or a local
13671 mail alias defined by your system administrator.  When you move the cursor
13672 out of this field, the nicknames will be expanded to the addresses in your
13673 address book, and the local usernames will be expanded to include the 
13674 persons' actual names.  You may enter as many addresses as you wish, but they 
13675 must be separated by commas.  You can move around this and other header fields
13676 with the arrow keys and use many of the usual composer editing keys.
13678 <UL>
13679 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13680 </UL>
13683 <H2>MESSAGE HEADER COMMANDS</H2>
13684 <!--chtml if pinemode="function_key"-->
13685 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13686 ^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>
13687 ^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>
13688 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<BR>
13689 ^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>
13690 ^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>
13691 ^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>
13692 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>
13693 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>
13694 ^@&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>
13695 ----------------------------------------|<BR>
13696 MESSAGE&nbsp;COMMANDS&nbsp;&nbsp;|&nbsp;GENERAL&nbsp;COMMANDS&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;F12&nbsp;&nbsp;&nbsp;&nbsp;To&nbsp;Addressbook/Browser<BR>
13697 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>
13698 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>
13699 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>
13700 <!--chtml else-->
13701 CURSOR&nbsp;MOTION&nbsp;KEYS----------------------|EDITING&nbsp;KEYS-------------------------<BR>
13702 ^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>
13703 ^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>
13704 ^P&nbsp;(Up&nbsp;Arrow)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Previous&nbsp;line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;<BR>
13705 ^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>
13706 ^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>
13707 ^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>
13708 ^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>
13709 ^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>
13710 ^@&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>
13711 ----------------------------------------|&nbsp;^R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="h_compose_richhdr">Rich&nbsp;Headers</A><BR>
13712 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>
13713 ^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>
13714 ^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>
13715 ^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>
13716 <!--chtml endif-->
13719 NOTE:
13720 <OL>
13721  <LI>For help on a particular command, highlight the bold text associated
13722 with it above and hit Return.
13723  <LI> The availability of certain commands 
13724 is determined by Alpine configuration files and system capabilities.
13725 At some sites, certain commands may not be available due to security or
13726 support concerns.
13727 </OL>
13730 <UL>   
13731 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13732 </UL><P>
13733 &lt;End of help on this topic&gt;
13734 </BODY>
13735 </HTML>
13736 ======= h_composer_cc ====
13737 <HTML>
13738 <HEAD>
13739 <TITLE>THE MESSAGE COMPOSER'S CC FIELD</TITLE>
13740 </HEAD>
13741 <BODY>
13742 <H1>THE MESSAGE COMPOSER'S CC FIELD</H1>
13743 The Cc: field is just like the To: field, except it is used for addressees
13744 that you wish to send a &quot;carbon&quot; copy to.  That is, the message is 
13745 not directly meant directly &quot;for&quot; these recipients, but you wanted 
13746 them to see the message.  The only difference the recipients see is that their 
13747 name is in the Cc: field, rather than the To: field.
13749 For help with Cc: field editing
13750 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13752 <UL>
13753 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13754 </UL>
13756 <UL>   
13757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13758 </UL><P>
13759 &lt;End of help on this topic&gt;
13760 </BODY>
13761 </HTML>
13762 ======= h_composer_bcc ====
13763 <HTML>
13764 <HEAD>
13765 <TITLE>THE MESSAGE COMPOSER'S BCC FIELD</TITLE>
13766 </HEAD>
13767 <BODY>
13768 <H1>THE MESSAGE COMPOSER'S BCC FIELD</H1>
13769 The &quot;Bcc:&quot; (Blind carbon copy) header is used when you wish to send 
13770 a copy of the message to one or more people whose addresses you do not
13771 wish disclosed, either to reduce clutter or for confidentiality.
13773 The format of the Bcc: field is just the same as the To: and Cc: fields in
13774 the way the addresses are entered.  The recipients listed here will
13775 receive a copy of the message, but --assuming your site's mail transport
13776 software is properly configured-- their addresses will not show up in the
13777 headers of the message, as delivered to all of the recipients.  The To:
13778 and Cc:  recipients will not know a copy was sent to the Bcc: recipients.
13780 Note: if there is no To: or Cc: or Lcc: address in the message, Alpine
13781 will automatically generate and place in the To: field a pseudo-address of 
13782   &quot;undisclosed-recipients: ;&quot;
13783 or whatever string has been specified in the 
13784 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13785 variable.
13787 The reason for this is to avoid embarrassment caused by some Internet
13788 mail transfer software that interprets a &quot;missing&quot; To: header as 
13789 an error and replaces it with an Apparently-to: header that may contain
13790 the addresses you entered on the Bcc: line.  In addition, it may be
13791 less disconcerting to Bcc: recipients to see <B>something</B> in the To: field.
13793 You can manipulate what text ends up on the (originally) empty To:
13794 field.  Just remember to put a colon and semicolon at the end of the
13795 field, which is a special notation denoting that it is not a real address.
13797 For information on message header editing
13798 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13800 <UL>
13801 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13802 </UL>
13804 <UL>   
13805 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13806 </UL><P>
13807 &lt;End of help on this topic&gt;
13808 </BODY>
13809 </HTML>
13810 ======= h_composer_lcc ====
13811 <HTML>
13812 <HEAD>
13813 <TITLE>THE MESSAGE COMPOSER'S LCC FIELD</TITLE>
13814 </HEAD>
13815 <BODY>
13816 <H1>THE MESSAGE COMPOSER'S LCC FIELD</H1>
13817 The &quot;Lcc:&quot; (List carbon copy) header is intended to be used when
13818 you wish to send a message to a list of people but avoid having all
13819 of their addresses visible, in order to reduce clutter when the
13820 message is received.
13822 It is similar to the 
13823 <A HREF="h_composer_bcc">&quot;Bcc&quot; (Blind carbon copy) header</A> 
13824 in that individual
13825 addressees are hidden, but Lcc is designed to work specifically with
13826 distribution lists you have created in your 
13827 <A HREF="h_abook_opened">Alpine Address Book</A>.  Placing
13828 the nickname of the list on the Lcc line will result in the full name of
13829 your Alpine Address Book list being placed on the To: line of the message,
13830 using a special notation that distinguishes it from a real address. You
13831 must leave the To: line blank for your list name to appear there.
13833 For example, if you have this list entered in your Address Book:<PRE>
13835         largo         Key Largo List       DISTRIBUTION LIST:
13836                                            bogie@mgm.com
13837                                            lauren@mgm.com
13838                                            walter@mgm.com</PRE>
13841 and you enter &quot;largo&quot; on the Lcc: line while composing a message, 
13842 the result is:<PRE>
13844         To      : Key Largo List: ;
13845         Cc      :
13846         Bcc     :
13847         Fcc     : sent-mail
13848         Lcc     : Key Largo List &lt;bogie@mgm.com&gt;,
13849                   lauren@mgm.com,
13850                   walter@mgm.com
13851         Subject :</PRE>
13853 Each recipient listed on the Lcc: line receives a copy of the message
13854 without their address being visible (as though they were listed on the
13855 Bcc: line). The colon-semicolon notation used to put the full-name of the
13856 list on the To: line is a special address format that doesn't specify any
13857 actual addressees, but does give some information to the recipients of the
13858 message.
13860 Note: if after entering an LCC, you delete the list name that is placed
13861 on the To: line, then recipients will see <PRE>
13862        To: undisclosed-recipients: ;</PRE>
13864 (or whatever string is defined in the 
13865 <A HREF="h_config_empty_hdr_msg">&quot;<!--#echo var="VAR_empty-header-message"-->&quot;</A>
13866 variable) just as in the BCC case. 
13868 For help with Lcc: field editing
13869 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13871 <UL>
13872 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13873 </UL>
13875 <UL>   
13876 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13877 </UL><P>
13878 &lt;End of help on this topic&gt;
13879 </BODY>
13880 </HTML>
13881 ======= h_composer_from =======
13882 <HTML>
13883 <HEAD>
13884 <TITLE>THE MESSAGE COMPOSER'S FROM FIELD</TITLE>
13885 </HEAD>
13886 <BODY>
13887 <H1>THE MESSAGE COMPOSER'S FROM FIELD</H1>
13889 This header carries your return address.  It is the address toward which
13890 replies (and often, future unrelated correspondence) will be directed,
13891 unless you have <A HREF="h_config_custom_hdrs">defined an optional 
13892 &quot;Reply-To:&quot; header</A> in the SETUP CONFIGURATION screen.  Make 
13893 sure this address is correct.
13895 For help with message header editing
13896 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13898 <UL>
13899 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13900 </UL>
13902 <UL>   
13903 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13904 </UL><P>
13905 &lt;End of help on this topic&gt;
13906 </BODY>
13907 </HTML>
13908 ======= h_composer_reply_to =======
13909 <HTML>
13910 <HEAD>
13911 <TITLE>THE MESSAGE COMPOSER'S REPLY-TO FIELD</TITLE>
13912 </HEAD>
13913 <BODY>
13914 <H1>THE MESSAGE COMPOSER'S REPLY-TO FIELD</H1>
13916 Most people should not need this header. The Reply-To: header is used in
13917 cases where you would like replies to your messages to be directed to an
13918 address other than your normal &quot;From:&quot; address.  This is atypical, 
13919 but can happen when you use multiple machines and do not have the same account
13920 name on each one, or when you wish to direct certain replies to accounts
13921 or folders designated for specific classes of correspondence.
13923 For help with message header editing
13924 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13926 <UL>
13927 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13928 </UL>
13931 <UL>   
13932 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13933 </UL><P>
13934 &lt;End of help on this topic&gt;
13935 </BODY>
13936 </HTML>
13937 ======= h_composer_custom_addr ====
13938 <HTML>
13939 <HEAD>
13940 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13941 </HEAD>
13942 <BODY>
13943 <H1>CUSTOMIZED HEADER FIELD</H1>
13944 This is a customized header, i.e. not one that is part of Alpine's normal
13945 set of Compose headers.
13947 For help with message header editing
13948 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13950 <UL>
13951 <LI><A HREF="h_address_format">Explanation of Address formats</A>
13952 </UL>
13954 <UL>   
13955 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13956 </UL><P>
13957 &lt;End of help on this topic&gt;
13958 </BODY>
13959 </HTML>
13960 ======= h_composer_custom_free ====
13961 <HTML>
13962 <HEAD>
13963 <TITLE>CUSTOMIZED HEADER FIELD</TITLE>
13964 </HEAD>
13965 <BODY>
13966 <H1>CUSTOMIZED HEADER FIELD</H1>
13967 This is a customized header, i.e. not one that is part of Alpine's normal
13968 set of Compose headers.
13970 This field consists of arbitrary text.
13972 For help with message header editing
13973 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
13975 <UL>   
13976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
13977 </UL><P>
13978 &lt;End of help on this topic&gt;
13979 </BODY>
13980 </HTML>
13981 ====== h_composer_news =====
13982 <HTML>
13983 <HEAD>
13984 <TITLE>THE MESSAGE COMPOSER'S NEWSGRPS LINE</TITLE>
13985 </HEAD>
13986 <BODY>
13987 <h1>THE MESSAGE COMPOSER'S NEWSGRPS LINE</h1>
13988 Use the newsgroups line to specify any and all USENET newsgroups to which
13989 your message should be posted.  When composing a message from scratch, this
13990 line may be hidden.  If so, just press the rich headers command
13991 (<!--chtml if pinemode="function_key"-->F5<!--chtml else-->^R<!--chtml endif-->)
13992 to make it visible.
13994 <EM>Be aware</EM> that when you post to a newsgroup thousands of
13995 people will be reading your message.  Also, you or your system manager
13996 must have defined an &quot;<!--#echo var="VAR_nntp-server"-->&quot; in your Alpine configuration
13997 in order for you to be able to post.
13999 For help with message header editing
14000 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14001 <P><UL>
14002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14003 </UL>
14005 &lt;End of help on this topic&gt;
14006 </BODY>
14007 </HTML>
14008 ======= h_composer_fcc ====
14009 <HTML>
14010 <HEADER>
14011 <TITLE>THE MESSAGE COMPOSER'S FCC FIELD</TITLE>
14012 </HEADER>
14013 <BODY>
14014 <H1>THE MESSAGE COMPOSER'S FCC FIELD</H1>
14015 The FCC (File Carbon Copy) specifies the folder used to keep a copy of
14016 each outgoing message.  The default value can be configured with the
14017 &quot;<!--#echo var="VAR_default-fcc"-->&quot; and &quot;<!--#echo var="VAR_fcc-name-rule"-->&quot; options.  You can change or remove
14018 the file carbon copy on any message you send by editing the FCC header.<p>
14020 You may type ^T to get a list of all your folders and select one to use as
14021 the FCC for this message.<P>
14023 For help with message header editing
14024 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14026 <UL>   
14027 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14028 </UL><P>
14029 &lt;End of help on this topic&gt;
14030 </BODY>
14031 </HTML>
14032 ======= h_composer_subject ====
14033 <HTML>
14034 <HEADER>
14035 <TITLE>THE MESSAGE COMPOSER'S SUBJECT FIELD</TITLE>
14036 </HEADER>
14037 <BODY>
14038 <H1>THE MESSAGE COMPOSER'S SUBJECT FIELD</H1>
14040 The subject header provides a place to enter a few words that summarize
14041 the topic of the message you are sending.  You may leave this line blank,
14042 but it is considered a courtesy to use a meaningful subject.<p>
14044 For help with message header editing
14045 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14047 <UL>   
14048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14049 </UL><P>
14050 &lt;End of help on this topic&gt;
14051 </BODY>
14052 </HTML>
14053 ======= h_composer_attachment ====
14054 <HTML>
14055 <HEAD>
14056 <TITLE>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</TITLE>
14057 </HEAD>
14058 <BODY>
14059 <H1>THE MESSAGE COMPOSER'S ATTCHMNT FIELD</H1>
14061 The &quot;Attchmnt:&quot; field is where you specify what file or
14062 files you'd like attached to
14063 the message you are composing.  Those files must reside on the machine
14064 running Alpine. If your file is on a PC or Mac and you run Alpine with an
14065 account on a Unix machine, you'll have to transfer it before attaching it.
14066 Contact local computer support people for assistance with transferring.
14069 The file name
14070 given can be an absolute file path name for your system
14071 <!--chtml if pinemode="os_windows"-->
14072 (for example, &quot;H:&#92;SIGFILES&#92;FULLINFO.TXT&quot;), a file
14073 with a relative pathname, or simply a file name without
14074 drive or directory specification.  
14075 <!--chtml else-->
14076 (for example, &quot;/tmp/exported.earlier&quot; on Unix hosts), 
14077 a file in your home directory, or a file path relative to your 
14078 home directory.  In Unix Alpine, you may use &quot;~&quot; to refer to 
14079 your home directory or &quot;~user&quot; to refer to another
14080 account's home directory.
14081 <!--chtml endif--><P>
14082 No wild card characters may be used.
14083 <P>If the 
14084 <A HREF="h_config_use_current_dir">&quot;<!--#echo var="FEAT_use-current-dir"-->&quot;</A>
14085 feature is set, names are relative to your current working directory 
14086 <!--chtml if pinemode="running"-->
14087 (which, at least for your current Alpine &quot;session,&quot; 
14088 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
14089 <!--chtml endif-->
14090 rather than your home directory
14091 <!--chtml if pinemode="running"-->
14092 (which, in the present configuration of your system, is
14093  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
14094 <!--chtml endif-->
14097 Alpine uses MIME encoding for attachments, so binaries and files of any
14098 length can safely be delivered to any MIME-capable mail reading program.
14099 If you send an attachment to someone who does not have a MIME-capable mail
14100 reading program yet, then the main message text will be readable, but
14101 attachments (even attachments that are just plain text) are not.
14104 Typing the filename on the Attchmnt: line achieves the same
14105 result as using the 
14106 <!--chtml if pinemode="function_key"-->
14108 <!--chtml else-->
14109 Ctrl-J
14110 <!--chtml endif--> command.
14113 If you Forward a message with attachments, you may delete them from your
14114 Forwarded message by editing the Attchmnt header line.
14117 For help with message header editing
14118 commands, check the <A HREF="h_composer_to">Help for the To:</A> header.
14120 <UL>   
14121 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14122 </UL><P>
14123 &lt;End of help on this topic&gt;
14124 </BODY>
14125 </HTML>
14126 ======= h_composer_ctrl_j ====
14127 <HTML>
14128 <HEAD>
14129 <TITLE>COMPOSER ATTACH</TITLE>
14130 </HEAD>
14131 <BODY>
14132 After the
14133 <!--chtml if pinemode="function_key"-->
14135 <!--chtml else-->
14136 Ctrl-J
14137 <!--chtml endif--> command:
14138 At the &quot;File to attach:&quot; prompt, enter the name of the 
14139 existing file to attach to your message.  
14140 When the feature
14141 <A HREF="h_config_enable_tab_complete">&quot;<!--#echo var="FEAT_enable-tab-completion"-->&quot;</A>
14142 is set
14143 you need only enter the beginning of the filename (enough of it to uniquely 
14144 identify the file) and press TAB to complete it.
14146 Or, press ^T to use the BROWSER screen for 
14147 selecting the file.  <P>
14148 For more information on attaching files, see the help screen for the 
14149 composer's 
14150 <A HREF="h_composer_attachment">Attchmnt: field</A>, which is normally hidden,
14151 but can be revealed using the 
14152 <!--chtml if pinemode="function_key"-->
14154 <!--chtml else-->
14155 Ctrl-R
14156 <!--chtml endif--> 
14157 command with the cursor positioned above the
14158 &quot;----- Message Text -----&quot; line in the COMPOSE MESSAGE screen.
14160 &lt;End of help on this topic&gt;
14161 </BODY>
14162 </HTML>
14163 ======= h_edit_nav_cmds =========
14164 <HTML>
14165 <HEAD>
14166 <TITLE>Composer Editing Commands Explained</TITLE>
14167 </HEAD>
14168 <BODY>
14169 <H1>EDITING and NAVIGATION COMMANDS</H1>
14170 <!--chtml if pinemode="function_key"-->
14171 <PRE>
14172 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14173 ^B (Left Arrow)    Back character       | ^D       Delete current character
14174 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14175 ^P (Up Arrow)      Previous line        |
14176 ^N (Down Arrow)    Next line            | F9       Cut marked text or
14177 ^A                 Beginning of line    |            delete current line
14178 ^E                 End of line          | F10      Undelete line(s)
14179 F7                 Previous page        |
14180 F8                 Next page            |-------------------------------------
14181 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14182 ----------------------------------------|
14183 EXIT COMMANDS    |  GENERAL COMMANDS    | F12    To Addressbook
14184 F3   Cancel      |   F1    Get help     | F12    RichView (expand lists)
14185 F2  eXit/save    |   ^Z    Suspend      | ^L     Redraw Screen
14186 </PRE>
14187 <!--chtml else-->
14188 <PRE>
14189 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
14190 ^B (Left Arrow)    Back character       | ^D       Delete current character
14191 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
14192 ^P (Up Arrow)      Previous line        |
14193 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
14194 ^A                 Beginning of line    |            delete current line
14195 ^E                 End of line          | ^U       Undelete line(s)
14196 ^Y                 Previous page        |
14197 ^V                 Next page            |-------------------------------------
14198 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
14199 ----------------------------------------|
14200 EXIT COMMANDS    |  GENERAL COMMANDS    | ^T     To Addressbook
14201 ^C   Cancel      |   ^G    Get help     | ^R     RichView  (expand lists)
14202 ^X   eXit/save   |   ^Z    Suspend      | ^L     Redraw Screen
14203 </PRE>
14204 <!--chtml endif-->
14205 &lt;End of help on this topic&gt;
14206 </BODY>
14207 </HTML>
14208 ===== h_composer_sigedit =====
14209 <HTML>
14210 <HEAD>
14211 <TITLE>Signature Editor Commands Explained</TITLE>
14212 </HEAD>
14213 <BODY>
14214 <H1>SIGNATURE EDITOR COMMANDS</H1>
14215 <!--chtml if pinemode="function_key"-->
14216 <PRE>
14217 CURSOR MOTION KEYS                     |EDITING KEYS
14218   ^B (Left Arrow)   Back character     | ^D       Delete current character
14219   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14220   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14221   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14222   ^A                Beginning of line  |           delete current line
14223   ^E                End of line        | F10       Paste text, undelete lines
14224   F7                Previous page      |           cut with ^K, or unjustify
14225   F8                Next page          |-------------------------------------
14226   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14227 ---------------------------------------| F6       Whereis (search for string)
14228 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14229  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14230                  |  ^Z    Suspend      | ^L       Redraw Screen
14231  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14232 </PRE>
14233 <!--chtml else-->
14234 <PRE>
14235 CURSOR MOTION KEYS                     |EDITING KEYS
14236   ^B (Left Arrow)   Back character     | ^D       Delete current character
14237   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14238   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14239   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14240   ^A                Beginning of line  |           delete current line
14241   ^E                End of line        | ^U        Paste text, undelete lines
14242   ^Y                Previous page      |           cut with ^K, or unjustify
14243   ^V                Next page          |-------------------------------------
14244   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14245 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14246 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14247  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14248                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14249  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14250 </PRE>
14251 <!--chtml endif-->
14253 NOTE: The presence or absence of the following commands is determined
14254 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14255 some of these commands may be administratively disabled by your system
14256 manager; if they don't work, please check with your local help desk
14257 before reporting a bug.
14259 <UL>
14260  <LI>Suspend (suspends Alpine and gives a system prompt)
14261  <LI>Alternate editor (allows you to compose with your own editor)
14262 </UL>
14265 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14266 Ctrl-&#92;, ESC
14269 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14270 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14272 &lt;End of help on this topic&gt;
14273 </BODY>
14274 </HTML>
14275 ===== h_composer_commentedit =====
14276 <HTML>
14277 <HEAD>
14278 <TITLE>Comment Editor Commands Explained</TITLE>
14279 </HEAD>
14280 <BODY>
14281 <H1>COMMENT EDITOR COMMANDS</H1>
14282 <!--chtml if pinemode="function_key"-->
14283 <PRE>
14284 CURSOR MOTION KEYS                     |EDITING KEYS
14285   ^B (Left Arrow)   Back character     | ^D       Delete current character
14286   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14287   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14288   ^N (Down Arrow)   Next line          | F9       Cut marked text or
14289   ^A                Beginning of line  |           delete current line
14290   ^E                End of line        | F10       Paste text, undelete lines
14291   F7                Previous page      |           cut with ^K, or unjustify
14292   F8                Next page          |-------------------------------------
14293   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14294 ---------------------------------------| F6       Whereis (search for string)
14295 MESSAGE COMMANDS | GENERAL COMMANDS    | F12      Spell checker
14296  F3   Cancel     |  F1    Get help     | F4       Justify paragraph
14297                  |  ^Z    Suspend      | ^L       Redraw Screen
14298  F2   Send       |  F6    Alt. editor  | F5       Read in a file
14299 </PRE>
14300 <!--chtml else-->
14301 <PRE>
14302 CURSOR MOTION KEYS                     |EDITING KEYS
14303   ^B (Left Arrow)   Back character     | ^D       Delete current character
14304   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
14305   ^P (Up Arrow)     Previous line      | ^^       Set a mark
14306   ^N (Down Arrow)   Next line          | ^K       Cut marked text or
14307   ^A                Beginning of line  |           delete current line
14308   ^E                End of line        | ^U        Paste text, undelete lines
14309   ^Y                Previous page      |           cut with ^K, or unjustify
14310   ^V                Next page          |-------------------------------------
14311   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
14312 ---------------------------------------| ^W       <A HREF="h_composer_search">Whereis</A> (search text)
14313 MESSAGE COMMANDS | GENERAL COMMANDS    | ^T       Spell checker
14314  ^C   Cancel     |  ^G    Get help     | ^J       <A HREF="h_compose_justify">Justify</A> paragraph
14315                  |  ^Z    <A HREF="h_common_suspend">Suspend</A>      | ^L       Redraw Screen
14316  ^X   Send       |  ^_    Alt. editor  | ^R       Read in a file
14317 </PRE>
14318 <!--chtml endif-->
14320 NOTE: The presence or absence of the following commands is determined
14321 by &quot;Feature-List&quot; options in your Alpine configuration.  Also,
14322 some of these commands may be administratively disabled by your system
14323 manager; if they don't work, please check with your local help desk
14324 before reporting a bug.
14326 <UL>
14327  <LI>Suspend (suspends Alpine and gives a system prompt)
14328  <LI>Alternate editor (allows you to compose with your own editor)
14329 </UL>
14332 Alpine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-],
14333 Ctrl-&#92;, ESC
14336 NOTE: For special handling of Ctrl-S and Ctrl-Q see special comments regarding
14337 <A HREF="h_special_xon_xoff">&quot;XOFF/XON&quot;</A>.
14339 &lt;End of help on this topic&gt;
14340 </BODY>
14341 </HTML>
14342 ======= h_composer_abook_nick =======
14343 <HTML>
14344 <HEAD>
14345 <TITLE>Addressbook Nickname Explained</TITLE>
14346 </HEAD>
14347 <BODY>
14348 This is a short nickname for this address book entry.  If it is used in
14349 place of an address from the composer, the composer will fill in the
14350 address(es) for the entry that matches the nickname. 
14353 Look <A HREF="h_edit_nav_cmds">here</A>
14354 to see the available Editing and Navigation commands.
14356 &lt;End of help on this topic&gt;
14357 </BODY>
14358 </HTML>
14359 ======= h_composer_abook_full =======
14360 <HTML>
14361 <HEAD>
14362 <TITLE>Addressbook Fullname Explained</TITLE>
14363 </HEAD>
14364 <BODY>
14365 This is the full name field for this entry.  If this is going to be a
14366 distribution list (more than one address), it should be a descriptive
14367 phrase describing the list.  It will be included in the mail header if you
14368 put the list in the To: or CC: field, or in the To: line if you put the
14369 list in the Lcc: field.  It's OK to leave this field blank (and OK to
14370 leave any of the other fields blank, too). If this address book entry is
14371 going to be a simple entry with just one address, then this field is the
14372 person's name. When you send mail to this entry, this is the field to the
14373 left of the brackets. That is, it is the most readable part of the 
14374 address. For example, in the sample address:
14375 <PRE>
14376        John Doe &lt;jdoe@some.domain&gt;
14377 </PRE>
14378 "John Doe" is the full name field. If you are sorting your address book
14379 with one of the options that uses full names, then it might be useful to
14380 enter the full name as "Last, First", for example:
14381 <PRE>
14382        Doe, John
14383 </PRE>
14384 so that it will be sorted using Doe instead of John. This will be changed
14385 back into John Doe when you use it.
14387 Look <A HREF="h_edit_nav_cmds">here</A>
14388 to see the available Editing and Navigation commands.
14390 &lt;End of help on this topic&gt;
14391 </BODY>
14392 </HTML>
14393 ======= h_composer_abook_fcc =======
14394 <HTML>
14395 <HEAD>
14396 <TITLE>Addressbook Fcc Explained</TITLE>
14397 </HEAD>
14398 <BODY>
14399 If this entry is the first one in the To: line of an outgoing message,
14400 this field will be used for the Fcc (File Carbon Copy) instead of whatever
14401 you would normally get (which depends on which
14402 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
14403 you've chosen). 
14405 If this field consists of two double quotes (&quot;&quot;) that tells Alpine
14406 that you don't want any Fcc associated with this entry.
14408 Look <A HREF="h_edit_nav_cmds">here</A>
14409 to see the available Editing and Navigation commands.
14411 &lt;End of help on this topic&gt;
14412 </BODY>
14413 </HTML>
14414 ====== h_config_combined_abook_display =====
14415 <HTML>
14416 <HEAD>
14417 <TITLE>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></TITLE>
14418 </HEAD>
14419 <BODY>
14420 <H1>FEATURE: <!--#echo var="FEAT_combined-addrbook-display"--></H1>
14422 This feature affects the address book display screens.
14423 Normally, expanding an address book from the ADDRESS BOOK LIST screen
14424 will cause the remaining address books and directory servers to disappear
14425 from the screen, leaving only the entries of the expanded address book.
14426 If this feature is set, then the other address books will remain on the screen,
14427 so that all of the address books can be present at once.
14430 The way that commands work won't be changed.
14431 For example, the Select All command will select all of the entries in the
14432 current address book, not all of the entries in all of the address books.
14433 The WhereIs command will change a little.
14434 It will search through all of the text on the screen plus all of the entries
14435 from expanded address books.
14438 When this feature is set, the setting of the feature
14439 <A HREF="h_config_expanded_addrbooks">&quot;<!--#echo var="FEAT_expanded-view-of-addressbooks"-->&quot;</A>
14440 has an effect.
14442 &lt;End of help on this topic&gt;
14443 </BODY>
14444 </HTML>
14445 ====== h_config_titlebar_color_style =====
14446 <HTML>
14447 <HEAD>
14448 <TITLE>OPTION: <!--#echo var="VAR_titlebar-color-style"--></TITLE>
14449 </HEAD>
14450 <BODY>
14451 <H1>OPTION: <!--#echo var="VAR_titlebar-color-style"--></H1>
14453 This option affects the colors used to display the titlebar (the top
14454 line on the screen) when viewing a message.
14457 The available options include:
14460 <DL>
14461 <DT>default</DT>
14462 <DD>The color of the titlebar will be the color you set for the
14463 <A HREF="h_config_title_color">Title Color</A>.
14464 The Title Color may be set by using the
14465 <A HREF="h_color_setup">Setup Kolor</A> screen.
14466 </DD>
14468 <DT>indexline</DT>
14469 <DD>The color of the titlebar will be the same as the color of the
14470 index line corresponding to the message being viewed.
14471 The rules that determine what color the index line will be may be set
14472 up by going to the Setup/Rules/Indexcolor screen.
14473 If the index line for a message is not colored explicitly by the
14474 Indexcolor rules, then the titlebar will be colored the same as for
14475 the &quot;default&quot; option above (which is not the same color that
14476 the index line itself will have).
14477 </DD>
14479 <DT>reverse-indexline</DT>
14480 <DD>This is similar to the &quot;indexline&quot; option except the
14481 foreground and background colors from the corresponding index line will
14482 be reversed.
14483 For example, if the index line color is red letters on a white background,
14484 then the titlebar will be white letters on a red background.
14485 If the index line for a message is not colored explicitly by the
14486 Indexcolor rules, then the titlebar will be colored the same as for
14487 the &quot;default&quot; option above (which is not the same color that
14488 the index line itself will have).
14489 </DD>
14490 </DL>
14494 <UL>   
14495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14496 </UL><P>
14497 &lt;End of help on this topic&gt;
14498 </BODY>
14499 </HTML>
14500 ====== h_config_index_color_style =====
14501 <HTML>
14502 <HEAD>
14503 <TITLE>OPTION: <!--#echo var="VAR_current-indexline-style"--></TITLE>
14504 </HEAD>
14505 <BODY>
14506 <H1>OPTION: <!--#echo var="VAR_current-indexline-style"--></H1>
14508 This option affects the colors used to display the current line in the
14509 MESSAGE INDEX screen.
14510 If you do not have Index Color Rules defined, then this option will
14511 have no effect in the index.
14512 Those Rules may be defined by going to the Setup/Rules/Indexcolor screen.
14514 If the option
14515 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
14516 is turned on and the
14517 <A HREF="h_config_incunseen_color">Incoming Unseen Color</A>
14518 is set to something other than the default, then
14519 this option also affects the color used to display the current folder
14520 in the Incoming FOLDER LIST screen.
14523 The available options include:
14526 <DL>
14527 <DT>flip-colors</DT>
14528 <DD>This is the default.
14529 If an index line is colored because it matches one of your
14530 Index Color Rules, then its colors will be reversed when it is the currently
14531 highlighted line.
14532 For example, if the line is normally red text on a blue background, then
14533 when it is the current line it will be drawn as blue text on a red background.
14535 The rest of the option values all revert to this flip-colors behavior if
14536 there is no Reverse Color defined.
14537 </DD>
14539 <DT>reverse</DT>
14540 <DD>With this option the Reverse color is always used to highlight the
14541 current line.
14542 </DD>
14544 <DT>reverse-fg</DT>
14545 <DD>The foreground part of the Reverse Color is used to highlight
14546 the current line.
14547 If this would cause the text to be unreadable (because the foreground and
14548 background colors are the same) or if it would cause no change in the
14549 color of the index line, then the colors are flipped instead.
14551 Some people think this works particularly well if you use different
14552 background colors to emphasize &quot;interesting&quot; lines,
14553 but always with the same Normal foreground color,
14554 and you use a different foreground color for the Reverse Color.
14555 </DD>
14557 <DT>reverse-fg-no-ambiguity</DT>
14558 <DD>With the &quot;reverse-fg&quot; rule above, it is possible that
14559 the resulting color will be exactly the same as the regular Reverse
14560 Color.
14561 That can lead to some possible confusion because an
14562 &quot;interesting&quot;
14563 line that is the current line will be displayed exactly the same as a
14564 non-interesting line that is current.
14565 You can't tell whether the line is just a regular current line or if it is
14566 an &quot;interesting&quot; current line by looking at the color.
14567 Setting the option to this value removes that ambiguity.
14568 It is the same as the &quot;reverse-fg&quot; setting unless the resulting
14569 interesting current line would look just like a non-interesting current line.
14570 In that case, the interesting line's colors are simply flipped (like in the
14571 default behavior).
14573 As an alternative way to preserve the line's interestingness in this case,
14574 you may find that using both a different foreground and a different
14575 background color for the interesting line will help.
14576 </DD>
14578 <DT>reverse-bg</DT>
14579 <DD>The background part of the Reverse Color is used to highlight
14580 the current line.
14581 If this would cause the text to be unreadable (because the foreground and
14582 background colors are the same) or if it would cause no change in the
14583 color of the index line, then the colors are flipped instead.
14585 Some people think this works particularly well if you use different
14586 foreground colors to emphasize &quot;interesting&quot; lines,
14587 but always with the same Normal background color,
14588 and you use a different background color for the Reverse Color.
14589 </DD>
14591 <DT>reverse-bg-no-ambiguity</DT>
14592 <DD>As with the &quot;reverse-fg&quot; case, the &quot;reverse-bg&quot;
14593 rule may also result in a color that is exactly the same as the regular
14594 Reverse Color.
14595 Setting the option to this value removes that ambiguity.
14596 It is the same as the &quot;reverse-bg&quot; setting unless the resulting
14597 current line has the same color as the Reverse Color.
14598 In that case, the interesting line's colors are simply flipped (like in the
14599 default behavior).
14600 </DD>
14601 </DL>
14605 <UL>   
14606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14607 </UL><P>
14608 &lt;End of help on this topic&gt;
14609 </BODY>
14610 </HTML>
14611 ====== h_config_expanded_addrbooks =====
14612 <HTML>
14613 <HEAD>
14614 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></TITLE>
14615 </HEAD>
14616 <BODY>
14617 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-addressbooks"--></H1>
14619 If multiple address books (either personal or global) are defined, and you
14620 wish to have them all expanded implicitly upon entering the ADDRESS BOOK
14621 screen, then set this feature. This feature will have no effect unless the
14622 feature
14623 <A HREF="h_config_combined_abook_display">&quot;<!--#echo var="FEAT_combined-addrbook-display"-->&quot;</A>
14624 is also set.
14626 &lt;End of help on this topic&gt;
14627 </BODY>
14628 </HTML>
14629 ====== h_config_combined_folder_display =====
14630 <HTML>
14631 <HEAD>
14632 <TITLE>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></TITLE>
14633 </HEAD>
14634 <BODY>
14635 <H1>FEATURE: <!--#echo var="FEAT_combined-folder-display"--></H1>
14637 This feature affects the folder list display screens.
14638 Normally, each folder list is viewed within its collection only.  This
14639 command allows folder lists to be viewed within a single screen that
14640 combines the contents of all collections.
14643 The way that commands work won't be changed.
14644 For example, the Select All command will select all of the folders in the
14645 current collection, not all of the entries in all of the collections.
14646 The WhereIs command will change a little.
14647 It will search through all of the folders in the current collection as well
14648 as all the folder in any other expanded collection.
14651 When this feature is set, the setting of the feature
14652 <A HREF="h_config_expanded_folders">&quot;<!--#echo var="FEAT_expanded-view-of-folders"-->&quot;</A>
14653 has an effect.
14655 &lt;End of help on this topic&gt;
14656 </BODY>
14657 </HTML>
14658 ====== h_config_combined_subdir_display =====
14659 <HTML>
14660 <HEAD>
14661 <TITLE>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></TITLE>
14662 </HEAD>
14663 <BODY>
14664 <H1>FEATURE: <!--#echo var="FEAT_combined-subdirectory-display"--></H1>
14666 This feature affects the Folder List screen when
14668 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14669 feature is enabled.  Normally, selecting a directory from the Folder
14670 List takes you into a new screen displaying only the contents of
14671 that directory.
14674 Enabling this feature will cause the contents of the selected
14675 directory to be
14676 displayed within the boundaries of the &quot;Collection&quot; it
14677 is a part of.  All previously displayed collections will remain
14678 in the screen.
14681 The way that commands work won't be changed.
14682 For example, the Select All command will select all of the folders in the
14683 directory, as opposed to all of the entries in all of the collections.
14684 The WhereIs command will change a little.
14685 It will search through all of the folders in the current collection as well
14686 as all the folder in any other expanded collection.
14689 &lt;End of help on this topic&gt;
14690 </BODY>
14691 </HTML>
14692 ====== h_config_separate_fold_dir_view =====
14693 <HTML>
14694 <HEAD>
14695 <TITLE>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></TITLE>
14696 </HEAD>
14697 <BODY>
14698 <H1>FEATURE: <!--#echo var="FEAT_separate-folder-and-directory-entries"--></H1>
14700 This feature affects folder collections wherein a folder
14701 and directory can have the same name.  By default, Alpine displays them
14702 only once, denoting that it is both a folder and directory by appending
14703 the folder name with the hierarchy character enclosed
14704 in square brackets.
14708 Enabling this feature will cause Alpine to display such names
14709 separately marking the name representing a directory with a trailing
14710 hierarchy delimiter (typically the slash, &quot;/&quot;, character).
14713 The feature also alters the command set slightly.  By default, the
14714 right-arrow descends into the directory, while hitting the Return key will
14715 cause the folder by that name to be opened.
14718 With this feature set, the Return key will open the highlighted folder, or
14719 enter the highlighted directory.
14722 &lt;End of help on this topic&gt;
14723 </BODY>
14724 </HTML>
14725 ====== h_config_expanded_folders =====
14726 <HTML>
14727 <HEAD>
14728 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></TITLE>
14729 </HEAD>
14730 <BODY>
14731 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-folders"--></H1>
14733 If multiple folder collections are defined, and you
14734 wish to have them all expanded implicitly upon entering the FOLDER LIST
14735 screen, then set this feature. This feature will have no effect unless the
14736 feature
14737 <A HREF="h_config_combined_folder_display">&quot;<!--#echo var="FEAT_combined-folder-display"-->&quot;</A>
14738 is also set.
14740 &lt;End of help on this topic&gt;
14741 </BODY>
14742 </HTML>
14743 ======= h_config_ldap_server =======
14744 <HTML>
14745 <HEAD>
14746 <TITLE>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
14747 </HEAD>
14748 <BODY>
14749 <H1>LDAP OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
14750 This is the name of the host where an LDAP server is running.
14751 For redundancy, this may be a space-delimited set of server names, in which
14752 case the first server that answers is used.
14753 Each of the server names may be optionally followed by
14754 a colon and a port number.
14755 If this form is used then the port number configured below in the
14756 <EM>port</EM> field is not used.
14758 To find out whether your organization has its own LDAP server, 
14759 contact its computing support staff.
14760 <P><UL>
14761 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14762 </UL>
14764 &lt;End of help on this topic&gt;
14765 </BODY>
14766 </HTML>
14767 ======= h_config_ldap_base =======
14768 <HTML>
14769 <HEAD>
14770 <TITLE>LDAP OPTION: Search-Base</TITLE>
14771 </HEAD>
14772 <BODY>
14773 <H1>LDAP OPTION: Search-Base</H1>
14775 This is the search base to be used on this server.  It functions as a filter 
14776 by restricting your searches in the LDAP server database
14777 to the specified contents of the specified fields.  Without it, searches 
14778 submitted to this directory server may fail.  It might be something
14779 like:
14781 <PRE>
14782       O = &lt;Your Organization Name&gt;, C = US
14783 </PRE>
14784 or it might be blank.  
14785 (Some LDAP servers actually ignore anything specified here.)
14787 If in doubt what parameters you should specify here, 
14788 contact the maintainers of the LDAP server.
14789 <P><UL>
14790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14791 </UL>
14793 &lt;End of help on this topic&gt;
14794 </BODY>
14795 </HTML>
14796 ======= h_config_ldap_port =======
14797 <HTML>
14798 <HEAD>
14799 <TITLE>LDAP OPTION: Port</TITLE>
14800 </HEAD>
14801 <BODY>
14802 <H1>LDAP OPTION: Port</H1>
14804 This is the TCP port number to be used with this LDAP server. If you leave
14805 this blank port 389 will be used.
14807 &lt;End of help on this topic&gt;
14808 </BODY>
14809 </HTML>
14810 ======= h_config_ldap_nick =======
14811 <HTML>
14812 <HEAD>
14813 <TITLE>LDAP OPTION: Nickname</TITLE>
14814 </HEAD>
14815 <BODY>
14816 <H1>LDAP OPTION: Nickname</H1>
14818 This is a nickname to be used in displays. If you don't supply a
14819 nickname the server name
14820 (<A HREF="h_config_ldap_server">&quot;<!--#echo var="VAR_ldap-servers"-->&quot;</A>)
14821 will be used instead.  This option is strictly for your convenience.
14823 &lt;End of help on this topic&gt;
14824 </BODY>
14825 </HTML>
14826 ======= h_config_ldap_binddn =======
14827 <HTML>
14828 <HEAD>
14829 <TITLE>LDAP OPTION: Bind-DN</TITLE>
14830 </HEAD>
14831 <BODY>
14832 <H1>LDAP OPTION: Bind-DN</H1>
14834 You may need to authenticate to the LDAP server before you are able to use it.
14835 This is the Distinguished Name to bind to when authenticating to this server.
14836 Try leaving this blank until you know you need it.
14838 Alpine only knows about LDAP Simple authentication.
14839 It does not attempt LDAP SASL authentication.
14840 The DN and password will be sent in the clear unless TLS encryption is
14841 being used on this connection.
14842 Because of this, you may want to set the LDAP feature
14843 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>
14844 or the feature
14845 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14846 if you are going to be providing a password.
14847 <P><UL>
14848 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
14849 </UL>
14851 &lt;End of help on this topic&gt;
14852 </BODY>
14853 </HTML>
14854 ======= h_config_ldap_opts_impl =======
14855 <HTML>
14856 <HEAD>
14857 <TITLE>LDAP FEATURE: Use-Implicitly-From-Composer</TITLE>
14858 </HEAD>
14859 <BODY>
14860 <H1>LDAP FEATURE: Use-Implicitly-From-Composer</H1>
14862 Set this to have lookups done to this server implicitly from the composer.
14863 If an address doesn't look like a fully-qualified address, it will be looked
14864 up in your address books, and if it doesn't match a nickname there, then it
14865 will be looked up on the LDAP servers that have this feature set.
14866 The lookups will also be done when using the address completion feature
14867 (TAB command) in the composer if any of the serves have this feature set.
14868 Also see the LDAP feature
14869 <A HREF="h_config_ldap_opts_rhs">&quot;Lookup-Addrbook-Contents&quot;</A>
14870 and the Setup/Config feature
14871 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
14873 &lt;End of help on this topic&gt;
14874 </BODY>
14875 </HTML>
14876 ======= h_config_ldap_opts_tls =======
14877 <HTML>
14878 <HEAD>
14879 <TITLE>LDAP FEATURE: Attempt-TLS-On-Connection</TITLE>
14880 </HEAD>
14881 <BODY>
14882 <H1>LDAP FEATURE: Attempt-TLS-On-Connection</H1>
14884 When connecting to this server Alpine will attempt to use TLS encryption
14885 on the connection.
14886 Also see the closely related feature
14887 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14889 Note that if this option is set, then 
14890 <A HREF="h_config_ldap_opts_ldaps">
14891 &quot;Require-LDAPS-On-Connection&quot;</A>
14892 can not be enabled for this server. You must disable this feature in
14893 order to use 
14894 <A HREF="h_config_ldap_opts_ldaps">
14895 &quot;Require-LDAPS-On-Connection&quot;</A>
14897 &lt;End of help on this topic&gt;
14898 </BODY>
14899 </HTML>
14900 ======= h_config_ldap_opts_tlsmust =======
14901 <HTML>
14902 <HEAD>
14903 <TITLE>LDAP FEATURE: Require-TLS-On-Connection</TITLE>
14904 </HEAD>
14905 <BODY>
14906 <H1>LDAP FEATURE: Require-TLS-On-Connection</H1>
14908 When connecting to this server Alpine will attempt to use TLS encryption
14909 on the connection.
14910 If the StartTLS operation fails then the connection will not be used.
14912 Note that if this option is set, then 
14913 <A HREF="h_config_ldap_opts_ldaps">
14914 &quot;Require-LDAPS-On-Connection&quot;</A>
14915 can not be enabled for this server. You must disable this feature in
14916 order to use 
14917 <A HREF="h_config_ldap_opts_ldaps">
14918 &quot;Require-LDAPS-On-Connection&quot;</A>
14920 &lt;End of help on this topic&gt;
14921 </BODY>
14922 </HTML>
14923 ======= h_config_ldap_opts_ldaps =======
14924 <HTML>
14925 <HEAD>
14926 <TITLE>LDAP FEATURE: Require-LDAPS-On-Connection</TITLE>
14927 </HEAD>
14928 <BODY>
14929 <H1>LDAP FEATURE: Require-LDAPS-On-Connection</H1>
14931 When connecting to this server Alpine will use LDAPS (LDAP over SSL/TLS) 
14932 on the connection.
14934 This feature can not be used along with 
14935 <A HREF="h_config_ldap_opts_tlsmust">&quot;Require-TLS-On-Connection&quot;</A>
14936  or
14937 <A HREF="h_config_ldap_opts_tls">&quot;Attempt-TLS-On-Connection&quot;</A>.
14938 If you want to connect using StartTLS to this server, you must disable
14939 this feature first.
14941 &lt;End of help on this topic&gt;
14942 </BODY>
14943 </HTML>
14944 ====== h_config_ldap_opts_rhs =====
14945 <HTML>
14946 <HEAD>
14947 <TITLE>LDAP FEATURE: Lookup-Addrbook-Contents</TITLE>
14948 </HEAD>
14949 <BODY>
14950 <H1>LDAP FEATURE: Lookup-Addrbook-Contents</H1>
14952 Normally implicit LDAP lookups from the composer are done only for the
14953 strings you type in from the composer screen. In other words, you type in
14954 something in the To or CC field and press return, then the string is looked up.
14955 First that string is looked up in your address books. If a match is found
14956 there, then the results of that match are looked up again. If you place
14957 a string in your address book that you want to have looked up on the LDAP
14958 directory server, you need to turn on this feature. If you set this feature
14959 for a server, you almost always will also want to set the
14960 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>
14961 feature. An example might serve to best illustrate this feature.
14963 If an LDAP lookup of &quot;William Clinton&quot; normally returns an
14964 entry with an
14965 address of pres@whitehouse.gov, then you might put an entry in your address
14966 book that looks like:
14968 <CENTER><SAMP>Nickname = bill</SAMP></CENTER><BR>
14969 <CENTER><SAMP>Address = &quot;William Clinton&quot;</SAMP></CENTER>
14971 Now, when you type &quot;bill&quot; into an
14972 address field in the composer Alpine will
14973 find the &quot;bill&quot; entry in your address book.
14974 It will replace &quot;bill&quot; with
14975 &quot;William Clinton&quot;.
14976 It will then search for an entry with that nickname
14977 in your address book and not find one. If this feature
14978 is set, Alpine will then attempt to lookup
14979 &quot;William Clinton&quot; on the LDAP server and find the entry with address
14980 pres@whitehouse.gov.
14982 A better way to accomplish the same thing is probably to use the feature
14983 <A HREF="h_config_ldap_opts_ref">&quot;Save-Search-Criteria-Not-Result&quot;</A>.
14985 &lt;End of help on this topic&gt;
14986 </BODY>
14987 </HTML>
14988 ====== h_config_ldap_opts_ref =====
14989 <HTML>
14990 <HEAD>
14991 <TITLE>LDAP FEATURE: Save-Search-Criteria-Not-Result</TITLE>
14992 </HEAD>
14993 <BODY>
14994 <H1>LDAP FEATURE: Save-Search-Criteria-Not-Result</H1>
14996 Normally when you save the results of an LDAP directory lookup to your
14997 address book the results of the lookup are saved. If this feature is set
14998 and the entry being saved was found on this directory server, then the
14999 search criteria is saved instead of the results of the search. When this
15000 address book entry is used in the future, instead of copying the results
15001 from the address book the directory lookup will be done again. This could
15002 be useful if the copied result might become stale because the data on
15003 the directory server changes (for example, the entry's email address changes).
15004 You probably don't want to set this feature if the server is at all slow or
15005 unreliable.
15007 The way this actually works is that instead of saving the email address
15008 in your address book, Alpine saves enough information to look up the same
15009 directory entry again. In particular, it saves the server name and the
15010 distinguished name of the entry. It's possible that the server administrators
15011 might change the format of distinguished names on the server, or that the
15012 entry might be removed from the server. If Alpine notices this, you will be warned
15013 and a backup copy of the email address will be used. You may want to create
15014 a new entry in this case, since you will get the annoying warning every
15015 time you use the old entry. You may do that by Saving the entry to a new
15016 nickname in the same address book. You will be asked whether or not you
15017 want to use the backup email address.
15019 A related feature in the Setup/Config screen is
15020 <A HREF="h_config_add_ldap">&quot;<!--#echo var="FEAT_ldap-result-to-addrbook-add"-->&quot;</A>.
15022 &lt;End of help on this topic&gt;
15023 </BODY>
15024 </HTML>
15025 ======= h_config_ldap_opts_nosub =======
15026 <HTML>
15027 <HEAD>
15028 <TITLE>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</TITLE>
15029 </HEAD>
15030 <BODY>
15031 <H1>LDAP FEATURE: Disable-Ad-Hoc-Space-Substitution</H1>
15033 Spaces in your input are normally handled specially.
15034 Each space character is replaced
15037 <CENTER><SAMP>*&nbsp;&lt;SPACE&gt;</SAMP></CENTER>
15039 in the search query (but not by &quot;* &lt;SPACE&gt; *&quot;).
15040 The reason this is done is so the input string
15042 <CENTER><SAMP>Greg Donald</SAMP></CENTER>
15044 (which is converted to &quot;Greg* Donald&quot;) will match
15045 the names &quot;Greg Donald&quot;,
15046 &quot;Gregory Donald&quot;, &quot;Greg F. Donald&quot;, and
15047 &quot;Gregory F Donald&quot;; but it won't match &quot;Greg McDonald&quot;.
15048 If the &quot;Search-Rule&quot; you were using was &quot;begins-with&quot;,
15049 then it would also match the name &quot;Greg Donaldson&quot;.
15051 Turning on this feature will disable this substitution.
15053 &lt;End of help on this topic&gt;
15054 </BODY>
15055 </HTML>
15056 ====== h_config_ldap_searchtypes =======
15057 <HTML>
15058 <HEAD>
15059 <TITLE>LDAP OPTION: Search-Type</TITLE>
15060 </HEAD>
15061 <BODY>
15062 <H1>LDAP OPTION: Search-Type</H1>
15064 This affects the way that LDAP searches are done.
15065 In particular, this tells the server where to look for the string to be matched.
15066 If set to &quot;name&quot; then the string that is being searched for will
15067 be compared with the string in the
15068 &quot;Name&quot; field on the server
15069 (technically, it is the &quot;commonname&quot; field on the server).
15070 &quot;Surname&quot; means we're looking for a
15071 match in the &quot;Surname&quot; field on the
15072 server (actually the &quot;sn&quot; field).
15073 &quot;Givenname&quot; really is &quot;givenname&quot;
15074 and &quot;email&quot; is the electronic mail address (this is actually the field
15075 called &quot;mail&quot; or &quot;electronicmail&quot; on the server).
15076 The other three types are combinations of
15077 the types listed so far. &quot;Name-or-email&quot;
15078 means the string should appear
15079 in either the &quot;name&quot; field OR the &quot;email&quot; field.
15080 Likewise, &quot;surname-or-givenname&quot;
15081 means &quot;surname&quot; OR &quot;givenname&quot;
15082 and &quot;sur-or-given-or-name-or-email&quot; means the obvious thing.
15084 This search TYPE is combined with the
15085 search <A HREF="h_config_ldap_searchrules">RULE</A>
15086 to form the actual search query.
15088 The usual default value for this
15089 option is &quot;sur-or-given-or-name-or-email&quot;.
15090 This type of search may be slow on some servers.
15091 Try &quot;name-or-email&quot;, which is often
15092 faster, or just &quot;name&quot; if the performance seems to be a problem.
15094 Some servers have been configured with different attribute names for
15095 these four fields.
15096 In other words, instead of using the attribute name &quot;mail&quot;
15097 for the email address field, the server might be configured to use something
15098 else, for example, &quot;rfc822mail&quot; or &quot;internetemailaddress&quot;.
15099 Alpine can be configured to use these different attribute names by using
15100 the four configuration options:
15101 <P><UL>
15102 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15103 </UL>
15104 <P><UL>
15105 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15106 </UL>
15107 <P><UL>
15108 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15109 </UL>
15110 <P><UL>
15111 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15112 </UL>
15114 &lt;End of help on this topic&gt;
15115 </BODY>
15116 </HTML>
15117 ====== h_config_ldap_searchrules =======
15118 <HTML>
15119 <HEAD>
15120 <TITLE>LDAP OPTION: Search-Rule</TITLE>
15121 </HEAD>
15122 <BODY>
15123 <H1>LDAP OPTION: Search-Rule</H1>
15125 This affects the way that LDAP searches are done.
15126 If set to &quot;equals&quot; then
15127 only exact matches count.
15128 &quot;Contains&quot; means that the string you type in
15129 is a substring of what you are matching against.
15130 &quot;Begins-with&quot; and &quot;ends-with&quot;
15131 mean that the string starts or ends with the string you type in.
15133 Spaces in your input are normally handled specially, but you can turn that
15134 special handling off with the
15135 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15136 feature.
15138 The usual default value for this option is &quot;begins-with&quot;.
15140 &lt;End of help on this topic&gt;
15141 </BODY>
15142 </HTML>
15143 ======= h_config_ldap_email_attr =======
15144 <HTML>
15145 <HEAD>
15146 <TITLE>LDAP OPTION: EmailAttribute</TITLE>
15147 </HEAD>
15148 <BODY>
15149 <H1>LDAP OPTION: EmailAttribute</H1>
15151 This is the name of the attribute that is searched for when looking for
15152 an email address. The default value for this option is &quot;mail&quot; or
15153 &quot;electronicmail&quot;.
15154 If the server you are using uses a different attribute name for the email
15155 address, put that attribute name here.
15157 This will affect the search filter used if your Search-Type is one that
15158 contains a search for &quot;email&quot;.
15159 It will also cause the attribute value matching this attribute name to be used
15160 as the email address when you look up an entry from the composer.
15162 &lt;End of help on this topic&gt;
15163 </BODY>
15164 </HTML>
15165 ======= h_config_ldap_sn_attr =======
15166 <HTML>
15167 <HEAD>
15168 <TITLE>LDAP OPTION: SurnameAttribute</TITLE>
15169 </HEAD>
15170 <BODY>
15171 <H1>LDAP OPTION: SurnameAttribute</H1>
15173 This is the name of the attribute that is searched for when looking for
15174 the surname of the entry. The default value for this option is &quot;sn&quot;.
15175 If the server you are using uses a different attribute name for the surname,
15176 put that attribute name here.
15177 This will affect the search filter used if your Search-Type is one that
15178 contains a search for &quot;surname&quot;.
15180 &lt;End of help on this topic&gt;
15181 </BODY>
15182 </HTML>
15183 ======= h_config_ldap_gn_attr =======
15184 <HTML>
15185 <HEAD>
15186 <TITLE>LDAP OPTION: GivennameAttribute</TITLE>
15187 </HEAD>
15188 <BODY>
15189 <H1>LDAP OPTION: GivennameAttribute</H1>
15191 This is the name of the attribute that is searched for when looking for
15192 the given name of the entry. The default value for this option is &quot;givenname&quot;.
15193 If the server you are using uses a different attribute name for the given name,
15194 put that attribute name here.
15195 This will affect the search filter used if your Search-Type is one that
15196 contains a search for &quot;givenname&quot;.
15198 &lt;End of help on this topic&gt;
15199 </BODY>
15200 </HTML>
15201 ======= h_config_ldap_cn_attr =======
15202 <HTML>
15203 <HEAD>
15204 <TITLE>LDAP OPTION: NameAttribute</TITLE>
15205 </HEAD>
15206 <BODY>
15207 <H1>LDAP OPTION: NameAttribute</H1>
15209 This is the name of the attribute that is searched for when looking for
15210 the name of the entry. The default value for this option is &quot;cn&quot;, which
15211 stands for common name.
15212 If the server you are using uses a different attribute name for the name,
15213 put that attribute name here.
15214 This will affect the search filter used if your Search-Type is one that
15215 contains a search for &quot;name&quot;.
15217 &lt;End of help on this topic&gt;
15218 </BODY>
15219 </HTML>
15220 ======= h_config_ldap_time =======
15221 <HTML>
15222 <HEAD>
15223 <TITLE>LDAP OPTION: Timelimit</TITLE>
15224 </HEAD>
15225 <BODY>
15226 <H1>LDAP OPTION: Timelimit</H1>
15228 This places a limit on the number of seconds the LDAP search will continue.
15229 The default is 30 seconds. A value of 0 means no limit. Note that some servers
15230 may place limits of their own on searches.
15232 &lt;End of help on this topic&gt;
15233 </BODY>
15234 </HTML>
15235 ======= h_config_ldap_size =======
15236 <HTML>
15237 <HEAD>
15238 <TITLE>LDAP OPTION: Sizelimit</TITLE>
15239 </HEAD>
15240 <BODY>
15241 <H1>LDAP OPTION: Sizelimit</H1>
15243 This places a limit on the number of entries returned by the LDAP server.
15244 A value of 0 means no limit. The default is 0. Note that some servers
15245 may place limits of their own on searches.
15247 &lt;End of help on this topic&gt;
15248 </BODY>
15249 </HTML>
15250 ======= h_config_ldap_cust =======
15251 <HTML>
15252 <HEAD>
15253 <TITLE>LDAP OPTION: Custom-Search-Filter</TITLE>
15254 </HEAD>
15255 <BODY>
15256 <H1>LDAP OPTION: Custom-Search-Filter</H1>
15258 This one is for advanced users only! If you define this, then the
15259 &quot;Search-Type&quot; and &quot;Search-Rule&quot; defined are both ignored.
15260 However, the feature
15261 <A HREF="h_config_ldap_opts_nosub">&quot;Disable-Ad-Hoc-Space-Substitution&quot;</A>
15262 is still in effect.
15263 That is, the space substitution will take place even in a custom filter unless
15264 you disable it.
15266 If your LDAP service stops working and you suspect it might be because
15267 of your custom filter, just delete this filter and try using the
15268 &quot;Search-Type&quot; and &quot;Search-Rule&quot; instead.
15269 Another option that sometimes causes trouble is the
15270 <A HREF="h_config_ldap_base">&quot;Search-Base&quot;</A> option.
15272 This variable may be set to the string representation of an LDAP search
15273 filter (see RFC1960). In the places where you want the address string to be
15274 substituted in, put a '%s' in this filter string. Here are some examples:
15276 A &quot;Search-Type&quot; of &quot;name&quot; with &quot;Search-Rule&quot; of &quot;begins-with&quot;
15277 is equivalent to the &quot;Custom-Search-Filter&quot;
15278 <PRE>
15279      (cn=%s*)
15280 </PRE>
15281 When you try to match against the string &quot;string&quot; the program replaces
15282 the &quot;%s&quot; with &quot;string&quot; (without the quotes). You may have multiple &quot;%s&quot;'s and
15283 they will all be replaced with the string. There is a limit of 10 &quot;%s&quot;'s.
15285 A &quot;Search-Type&quot; of &quot;name-or-email&quot; with &quot;Search-Rule&quot;
15286 of &quot;contains&quot; is equivalent to
15287 <PRE>
15288      (|(cn=*%s*)(mail=*%s*))
15289 </PRE>
15291 If your server uses a different attribute <EM>name</EM> than
15292 Alpine uses by default,
15293 (for example, it uses &quot;rfc822mail&quot; instead of &quot;mail&quot;),
15294 then you may be able to use one or more of the four attribute configuration
15295 options instead of defining a custom filter:
15296 <P><UL>
15297 <LI><A HREF="h_config_ldap_email_attr">&quot;EmailAttribute&quot;</A>
15298 </UL>
15299 <P><UL>
15300 <LI><A HREF="h_config_ldap_cn_attr">&quot;NameAttribute&quot;</A>
15301 </UL>
15302 <P><UL>
15303 <LI><A HREF="h_config_ldap_sn_attr">&quot;SurnameAttribute&quot;</A>
15304 </UL>
15305 <P><UL>
15306 <LI><A HREF="h_config_ldap_gn_attr">&quot;GivennameAttribute&quot;</A>
15307 </UL>
15309 &lt;End of help on this topic&gt;
15310 </BODY>
15311 </HTML>
15312 ======= h_composer_abook_comment =======
15313 <HTML>
15314 <HEAD>
15315 <TITLE>Addressbook Comment Explained</TITLE>
15316 </HEAD>
15317 <BODY>
15318 This is a comment to help you remember what this entry is. The WhereIs
15319 command searches comments so that it is easier to find an entry with a comment
15320 you know about attached to it. This field is not used in the outgoing message.
15322 Look <A HREF="h_edit_nav_cmds">here</A>
15323 to see the available Editing and Navigation commands.
15325 &lt;End of help on this topic&gt;
15326 </BODY>
15327 </HTML>
15328 ======= h_composer_abook_addrs =======
15329 <HTML>
15330 <HEAD>
15331 <TITLE>Addressbook Lists</TITLE>
15332 </HEAD>
15333 <BODY>
15334 <H1>Addressbook Lists</H1>
15336 This is a list of addresses to send to when sending to this address book
15337 entry.  Each member of the list may be an address or another nickname from
15338 any of your address books.  If it is an address, it is OK to include the
15339 full name field as well as the electronic address portion of that address.
15340 For example, the following are all legitimate entries in this field:
15342 <DL><DT>&nbsp;</DT>
15343 <DD>john&nbsp;&nbsp;&nbsp;&nbsp;(a nickname in your address book)
15344 <DD>jdoe@some.domain
15345 <DD>John Doe &lt;jdoe@some.domain&gt;
15346 </DL>
15348 The addresses should be listed separated by commas, just like you would
15349 enter them from the composer.
15353 The only difference between a distribution list and a simple entry with a
15354 single address, is that a distribution list has more than one address   
15355 listed in the Addresses: field, whereas a simple personal entry has just  
15356 one address.
15360 For individual address book entries, if there is a full name in the
15361 Fullname: field (filling in the Fullname: field is not required), it is
15362 used.  If the full name is specified in the Address: field and not in the
15363 Fullname: field, then the full name from the Address: field is used.
15367 If you type the nickname of a distribution list from one of your address 
15368 books in the Lcc: field, then the full name of that list is used in the  
15369 To: field.  If you put a list in the To: or Cc: fields, that list will be
15370 expanded into all of its addresses.  If the list has a full name, then
15371 that will appear at the beginning of the addresses.
15373 <DL><DT>&nbsp;</DT>
15374 <DD>Sewing Club &lt;john@somewhere&gt;, nancy@something.else, Sal
15375 &lt;sal@here.there&gt;
15376 </DL>
15378 If the first address in the distribution list also has a full name, then
15379 the list full name and that full name are combined into something like the
15380 following:
15382 <DL><DT>&nbsp;</DT>
15383 <DD>Sewing Club -- John Smith &lt;john@somewhere&gt;
15384 </DL>
15387 If you specify a list via Lcc, the full name is used in the To: line.  If
15388 you specify a list in the To: or Cc: fields, then it uses the same method
15389 as for individual entries for filling in the full name.
15393 For help with editing and navigation commands, check the Help for the
15394 Nickname: field.
15397 &lt;End of help on this topic&gt;
15398 </BODY>
15399 </HTML>
15400 ======= h_config_role_nick =======
15401 <HTML>
15402 <HEAD>
15403 <TITLE>Nickname Explained</TITLE>
15404 </HEAD>
15405 <BODY>
15406 <H1>Nickname Explained</H1>
15408 This is a nickname to help you.
15409 You should have a different nickname for each role you define.
15410 The nickname will be used in the SETUP ROLE RULES screen to allow you to
15411 pick a role to edit.
15412 It will also be used when you send a message to let you know you are
15413 sending with a different role than you use by default, and
15414 it will be useful for choosing a role when composing with the Role command
15415 or when composing with one of the Role Uses set to With Confirmation.
15416 This field is not used in the outgoing message.
15418 Look <A HREF="h_edit_nav_cmds">here</A>
15419 to see the available Editing and Navigation commands.
15421 &lt;End of help on this topic&gt;
15422 </BODY>
15423 </HTML>
15424 ======= h_config_role_comment =======
15425 <HTML>
15426 <HEAD>
15427 <TITLE>Comment Explained</TITLE>
15428 </HEAD>
15429 <BODY>
15430 <H1>Comment Explained</H1>
15432 This is a comment to help you.
15433 This comment does not play any functional role, it is simply an optional
15434 comment to help you remember what the rule is for.
15436 Look <A HREF="h_edit_nav_cmds">here</A>
15437 to see the available Editing and Navigation commands.
15439 &lt;End of help on this topic&gt;
15440 </BODY>
15441 </HTML>
15442 ======= h_config_other_nick =======
15443 <HTML>
15444 <HEAD>
15445 <TITLE>Nickname Explained</TITLE>
15446 </HEAD>
15447 <BODY>
15448 <H1>Nickname Explained</H1>
15450 This is a nickname to help you.
15451 You should have a different nickname for each rule you define.
15452 The nickname will be used in the SETUP OTHER RULES screen to allow you to
15453 pick a rule to edit.
15455 Look <A HREF="h_edit_nav_cmds">here</A>
15456 to see the available Editing and Navigation commands.
15458 &lt;End of help on this topic&gt;
15459 </BODY>
15460 </HTML>
15461 ======= h_config_score_nick =======
15462 <HTML>
15463 <HEAD>
15464 <TITLE>Nickname Explained</TITLE>
15465 </HEAD>
15466 <BODY>
15467 <H1>Nickname Explained</H1>
15469 This is a nickname to help you.
15470 You should have a different nickname for each scoring rule you define.
15471 The nickname will be used in the SETUP SCORING RULES screen to allow you to
15472 pick a rule to edit.
15474 Look <A HREF="h_edit_nav_cmds">here</A>
15475 to see the available Editing and Navigation commands.
15477 &lt;End of help on this topic&gt;
15478 </BODY>
15479 </HTML>
15480 ======= h_config_incol_nick =======
15481 <HTML>
15482 <HEAD>
15483 <TITLE>Nickname Explained</TITLE>
15484 </HEAD>
15485 <BODY>
15486 <H1>Nickname Explained</H1>
15488 This is a nickname to help you.
15489 You should have a different nickname for each color rule you define.
15490 The nickname will be used in the SETUP INDEX COLOR RULES screen to allow you to
15491 pick a rule to edit.
15493 Look <A HREF="h_edit_nav_cmds">here</A>
15494 to see the available Editing and Navigation commands.
15496 &lt;End of help on this topic&gt;
15497 </BODY>
15498 </HTML>
15499 ======= h_config_filt_nick =======
15500 <HTML>
15501 <HEAD>
15502 <TITLE>Nickname Explained</TITLE>
15503 </HEAD>
15504 <BODY>
15505 <H1>Nickname Explained</H1>
15507 This is a nickname to help you.
15508 You should have a different nickname for each filtering rule you define.
15509 The nickname will be used in the SETUP FILTERING RULES screen to allow you to
15510 pick a rule to edit.
15512 Look <A HREF="h_edit_nav_cmds">here</A>
15513 to see the available Editing and Navigation commands.
15515 &lt;End of help on this topic&gt;
15516 </BODY>
15517 </HTML>
15518 ======= h_config_score_topat =======
15519 <HTML>
15520 <HEAD>
15521 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15522 </HEAD>
15523 <BODY>
15524 <H1>&quot;To:&quot; Pattern Explained</H1>
15526 Any text you enter as the &quot;To pattern&quot;
15527 will be compared to the recipients from the To: line of
15528 the message being scored.
15529 When the text you entered matches
15530 all or part of the To: line of a message, then the Score Value
15531 you have specified will be added to the score for the message.
15532 (Any other non-blank parts of the Pattern must match, too.)
15535 You may enter a complete email address, part of an address, or a
15536 list of addresses or partial addresses.
15537 For example:
15540 <PRE>
15541  To pattern = friend@public.com
15543  To pattern = rated.net
15545  To pattern = xxx@adults.com
15546               admin@msn.com
15547               fool@motleyfool.com
15548 </PRE>
15551 Each of those are valid To patterns.
15554 Messages match those patterns if any of the
15555 addresses in the To: line of the message contains the pattern.
15556 If the pattern is a list of patterns
15557 (like the last example above) then it is a match if any of the patterns in
15558 the list match any of the addresses in the To: line.
15559 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15560 present for a match.
15561 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15562 address2 must be present.
15563 That is exactly what using a list does.)
15566 Some messages may be &quot;bounced&quot; to you, and will
15567 have a &quot;Resent-To:&quot; header line.
15568 If the message contains a Resent-To: line
15569 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15570 Alpine will look for
15571 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15572 the original To: line.
15575 When entering a pattern, you may choose an address from your address book
15576 with the &quot;T&quot; command.
15579 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15580 &quot;!&quot; &quot;toggle NOT&quot; command.
15581 This changes the meaning of the To pattern so that it has the opposite meaning.
15582 It will be considered a match if there are no matches between the
15583 addresses in the To: line and the list of To patterns.
15585 Don't make the mistake of putting the &quot;!&quot; in the data field for
15586 the pattern.
15587 For example, if you type the characters &quot;!frizzle&quot; into the To
15588 pattern, the pattern will look like:
15590 <PRE>
15591  To pattern = !frizzle
15592 </PRE>
15594 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15595 In order to match messages that do not have &quot;frizzle&quot; in
15596 their To field, first type the characters &quot;frizzle&quot; followed
15597 by carriage return for the value of the To pattern, then negate it
15598 by typing the &quot;!&quot; command.
15599 It should end up looking like
15601 <PRE>
15602  ! To pattern = frizzle
15603 </PRE>
15605 You are not limited to using the six standard header patterns that are
15606 normally shown (To, From, Sender, Cc, News, and Subject).
15607 You may add any other header to a Pattern by
15608 using the &quot;eXtraHdr&quot; command to specify a different
15609 message header line; and then the Add or Change command to fill in
15610 a pattern for the new header line, just like you would for a standard header.
15612 A technicality: Since comma is the character used to separate multiple
15613 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15614 you want to include a literal comma in the field.
15615 In other words, if you type a backslash followed by a comma it will
15616 be interpreted as a comma by Alpine, instead of as a separator between
15617 pattern values.
15618 All other backslashes are literal backslashes and should not be escaped.
15620 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15621 for more information on Patterns.
15623 Look <A HREF="h_edit_nav_cmds">here</A>
15624 to see the available Editing and Navigation commands.
15626 &lt;End of help on this topic&gt;
15627 </BODY>
15628 </HTML>
15629 ======= h_config_incol_topat =======
15630 <HTML>
15631 <HEAD>
15632 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15633 </HEAD>
15634 <BODY>
15635 <H1>&quot;To:&quot; Pattern Explained</H1>
15637 Any text you enter as the &quot;To pattern&quot;
15638 will be compared to the recipients from the To: lines of
15639 the messages in the index.
15640 When the text you entered matches
15641 all or part of the To: line of a message, then the Index Line Color you have
15642 specified will be used for that line in the index.
15643 (Any other non-blank parts of the Pattern must match, too.)
15646 You may enter a complete email address, part of an address, or a
15647 list of addresses or partial addresses.
15648 For example:
15651 <PRE>
15652  To pattern = friend@public.com
15653  To pattern = rated.net
15654  To pattern = xxx@adults.com
15655               admin@msn.com
15656               fool@motleyfool.com
15657 </PRE>
15660 Each of those are valid To patterns.
15663 Messages match those patterns if any of the
15664 addresses in the To: line of the message contains the pattern.
15665 If the pattern is a list of patterns
15666 (like the last example above) then it is a match if any of the patterns in
15667 the list match any of the addresses in the To: line.
15668 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15669 present for a match.
15670 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15671 address2 must be present.
15672 That is exactly what using a list does.)
15675 Some messages may be &quot;bounced&quot; to you, and will
15676 have a &quot;Resent-To:&quot; header line.
15677 If the message contains a Resent-To: line
15678 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15679 Alpine will look for
15680 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15681 the original To: line.
15684 When entering a pattern, you may choose an address from your address book
15685 with the &quot;T&quot; command.
15688 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15689 &quot;!&quot; &quot;toggle NOT&quot; command.
15690 This changes the meaning of the To pattern so that it has the opposite meaning.
15691 It will be considered a match if there are no matches between the
15692 addresses in the To: line and the list of To patterns.
15694 Don't make the mistake of putting the &quot;!&quot; in the data field for
15695 the pattern.
15696 For example, if you type the characters &quot;!frizzle&quot; into the To
15697 pattern, the pattern will look like:
15699 <PRE>
15700  To pattern = !frizzle
15701 </PRE>
15703 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15704 In order to match messages that do not have &quot;frizzle&quot; in
15705 their To field, first type the characters &quot;frizzle&quot; followed
15706 by carriage return for the value of the To pattern, then negate it
15707 by typing the &quot;!&quot; command.
15708 It should end up looking like
15710 <PRE>
15711  ! To pattern = frizzle
15712 </PRE>
15715 You are not limited to using the six standard header patterns that are
15716 normally shown (To, From, Sender, Cc, News, and Subject).
15717 You may add any other header to a Pattern by
15718 using the &quot;eXtraHdr&quot; command to specify a different
15719 message header line; and then the Add or Change command to fill in
15720 a pattern for the new header line, just like you would for a standard header.
15722 A technicality: Since comma is the character used to separate multiple
15723 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15724 you want to include a literal comma in the field.
15725 In other words, if you type a backslash followed by a comma it will
15726 be interpreted as a comma by Alpine, instead of as a separator between
15727 pattern values.
15728 All other backslashes are literal backslashes and should not be escaped.
15730 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15731 for more information on Patterns.
15733 Look <A HREF="h_edit_nav_cmds">here</A>
15734 to see the available Editing and Navigation commands.
15736 &lt;End of help on this topic&gt;
15737 </BODY>
15738 </HTML>
15739 ======= h_config_other_topat =======
15740 <HTML>
15741 <HEAD>
15742 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15743 </HEAD>
15744 <BODY>
15745 <H1>&quot;To:&quot; Pattern Explained</H1>
15747 For some of the OTHER RULES actions, there is no message that is being
15748 compared against.
15749 If that is the case, then only the Current Folder Type is checked.
15750 In particular, this To pattern is ignored.
15751 Actions that fall into this category include both
15752 Sort Order and Index Format.
15754 A technicality: Since comma is the character used to separate multiple
15755 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15756 you want to include a literal comma in the field.
15757 In other words, if you type a backslash followed by a comma it will
15758 be interpreted as a comma by Alpine, instead of as a separator between
15759 pattern values.
15760 All other backslashes are literal backslashes and should not be escaped.
15762 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15763 for more information on Patterns.
15765 Look <A HREF="h_edit_nav_cmds">here</A>
15766 to see the available Editing and Navigation commands.
15768 &lt;End of help on this topic&gt;
15769 </BODY>
15770 </HTML>
15771 ======= h_config_filt_topat =======
15772 <HTML>
15773 <HEAD>
15774 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15775 </HEAD>
15776 <BODY>
15777 <H1>&quot;To:&quot; Pattern Explained</H1>
15779 Any text you enter as the &quot;To pattern&quot;
15780 will be compared to the recipients from the To: line of
15781 messages when Alpine opens folders.
15782 When the text you entered matches
15783 all or part of the To: line of a message, then the Filter Action you have
15784 specified will be carried out.
15785 (Any other non-blank parts of the Pattern must match, too.)
15788 You may enter a complete email address, part of an address, or a
15789 list of addresses or partial addresses.
15790 For example:
15793 <PRE>
15794  To pattern = friend@public.com
15795  To pattern = rated.net
15796  To pattern = xxx@adults.com
15797               admin@msn.com
15798               fool@motleyfool.com
15799 </PRE>
15802 Each of those are valid To patterns.
15805 Messages match those patterns if any of the
15806 addresses in the To: line of the message contains the pattern.
15807 If the pattern is a list of patterns
15808 (like the last example above) then it is a match if any of the patterns in
15809 the list match any of the addresses in the To: line.
15810 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15811 present for a match.
15812 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15813 address2 must be present.
15814 That is exactly what using a list does.)
15817 Some messages may be &quot;bounced&quot; to you, and will
15818 have a &quot;Resent-To:&quot; header line.
15819 If the message contains a Resent-To: line
15820 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15821 Alpine will look for
15822 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15823 the original To: line.
15826 When entering a pattern, you may choose an address from your address book
15827 with the &quot;T&quot; command.
15830 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15831 &quot;!&quot; &quot;toggle NOT&quot; command.
15832 This changes the meaning of the To pattern so that it has the opposite meaning.
15833 It will be considered a match if there are no matches between the
15834 addresses in the To: line and the list of To patterns.
15836 Don't make the mistake of putting the &quot;!&quot; in the data field for
15837 the pattern.
15838 For example, if you type the characters &quot;!frizzle&quot; into the To
15839 pattern, the pattern will look like:
15841 <PRE>
15842  To pattern = !frizzle
15843 </PRE>
15845 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15846 In order to match messages that do not have &quot;frizzle&quot; in
15847 their To field, first type the characters &quot;frizzle&quot; followed
15848 by carriage return for the value of the To pattern, then negate it
15849 by typing the &quot;!&quot; command.
15850 It should end up looking like
15852 <PRE>
15853  ! To pattern = frizzle
15854 </PRE>
15857 You are not limited to using the six standard header patterns that are
15858 normally shown (To, From, Sender, Cc, News, and Subject).
15859 You may add any other header to a Pattern by
15860 using the &quot;eXtraHdr&quot; command to specify a different
15861 message header line; and then the Add or Change command to fill in
15862 a pattern for the new header line, just like you would for a standard header.
15864 A technicality: Since comma is the character used to separate multiple
15865 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15866 you want to include a literal comma in the field.
15867 In other words, if you type a backslash followed by a comma it will
15868 be interpreted as a comma by Alpine, instead of as a separator between
15869 pattern values.
15870 All other backslashes are literal backslashes and should not be escaped.
15872 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15873 for more information on Patterns.
15875 Look <A HREF="h_edit_nav_cmds">here</A>
15876 to see the available Editing and Navigation commands.
15878 &lt;End of help on this topic&gt;
15879 </BODY>
15880 </HTML>
15881 ======= h_config_role_topat =======
15882 <HTML>
15883 <HEAD>
15884 <TITLE>&quot;To:&quot; Pattern Explained</TITLE>
15885 </HEAD>
15886 <BODY>
15887 <H1>&quot;To:&quot; Pattern Explained</H1>
15889 Any text you enter as the &quot;To pattern&quot;
15890 will be compared to the recipients from the To: line of
15891 the message being replied to or forwarded.
15892 (Any other non-blank parts of the Pattern must match, too.)
15893 In the case of the Compose command, this pattern and the other header
15894 patterns are ignored.
15897 You may enter a complete email address, part of an address, or a
15898 list of addresses or partial addresses.
15899 For example:
15902 <PRE>
15903  To pattern = friend@public.com
15904  To pattern = rated.net
15905  To pattern = xxx@adults.com
15906               admin@msn.com
15907               fool@motleyfool.com
15908 </PRE>
15911 Each of those are valid To patterns.
15914 Messages match those patterns if any of the
15915 addresses in the To: line of the message contains the pattern.
15916 If the pattern is a list of patterns
15917 (like the last example above) then it is a match if any of the patterns in
15918 the list match any of the addresses in the To: line.
15919 (It is not possible to specify two addresses that must <EM>BOTH</EM> be
15920 present for a match.
15921 It is only possible to specify that <EM>EITHER</EM> address1 <EM>OR</EM>
15922 address2 must be present.
15923 That is exactly what using a list does.)
15926 Some messages may be &quot;bounced&quot; to you, and will
15927 have a &quot;Resent-To:&quot; header line.
15928 If the message contains a Resent-To: line
15929 and the feature <A HREF="h_config_use_resentto"><!--#echo var="FEAT_use-resent-to-in-rules"--></A> is turned on,
15930 Alpine will look for
15931 matches to your &quot;To patterns&quot; there, and <EM>NOT</EM> in
15932 the original To: line.
15935 When entering a pattern, you may choose an address from your address book
15936 with the &quot;T&quot; command.
15939 It is possible to add a <EM>NOT</EM> to the To Pattern meaning with the
15940 &quot;!&quot; &quot;toggle NOT&quot; command.
15941 This changes the meaning of the To pattern so that it has the opposite meaning.
15942 It will be considered a match if there are no matches between the
15943 addresses in the To: line and the list of To patterns.
15945 Don't make the mistake of putting the &quot;!&quot; in the data field for
15946 the pattern.
15947 For example, if you type the characters &quot;!frizzle&quot; into the To
15948 pattern, the pattern will look like:
15950 <PRE>
15951  To pattern = !frizzle
15952 </PRE>
15954 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
15955 In order to match messages that do not have &quot;frizzle&quot; in
15956 their To field, first type the characters &quot;frizzle&quot; followed
15957 by carriage return for the value of the To pattern, then negate it
15958 by typing the &quot;!&quot; command.
15959 It should end up looking like
15961 <PRE>
15962  ! To pattern = frizzle
15963 </PRE>
15966 You are not limited to using the six standard header patterns that are
15967 normally shown (To, From, Sender, Cc, News, and Subject).
15968 You may add any other header to a Pattern by
15969 using the &quot;eXtraHdr&quot; command to specify a different
15970 message header line; and then the Add or Change command to fill in
15971 a pattern for the new header line, just like you would for a standard header.
15973 A technicality: Since comma is the character used to separate multiple
15974 values in a pattern field, you have to escape comma with a backslash (&#92;) if
15975 you want to include a literal comma in the field.
15976 In other words, if you type a backslash followed by a comma it will
15977 be interpreted as a comma by Alpine, instead of as a separator between
15978 pattern values.
15979 All other backslashes are literal backslashes and should not be escaped.
15981 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
15982 for more information on Patterns.
15984 Look <A HREF="h_edit_nav_cmds">here</A>
15985 to see the available Editing and Navigation commands.
15987 &lt;End of help on this topic&gt;
15988 </BODY>
15989 </HTML>
15990 ======= h_config_role_frompat =======
15991 <HTML>
15992 <HEAD>
15993 <TITLE>&quot;From:&quot; Pattern Explained</TITLE>
15994 </HEAD>
15995 <BODY>
15996 <H1>&quot;From:&quot; Pattern Explained</H1>
15998 This is just like the &quot;To pattern&quot; except that it is compared with
15999 the address in the From: line of the message
16000 instead of the addresses from the To: line.
16001 See the help for the To pattern for more information on header patterns.
16003 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16004 for more information on Patterns.
16006 Look <A HREF="h_edit_nav_cmds">here</A>
16007 to see the available Editing and Navigation commands.
16009 &lt;End of help on this topic&gt;
16010 </BODY>
16011 </HTML>
16012 ======= h_config_role_senderpat =======
16013 <HTML>
16014 <HEAD>
16015 <TITLE>&quot;Sender:&quot; Pattern Explained</TITLE>
16016 </HEAD>
16017 <BODY>
16018 <H1>&quot;Sender:&quot; Pattern Explained</H1>
16020 This is just like the &quot;To pattern&quot; except that it is compared with
16021 the address from the Sender: line of the message
16022 instead of the addresses from the To: line.
16023 See the help for the To pattern for more information on header patterns.
16025 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16026 for more information on Patterns.
16028 Look <A HREF="h_edit_nav_cmds">here</A>
16029 to see the available Editing and Navigation commands.
16031 &lt;End of help on this topic&gt;
16032 </BODY>
16033 </HTML>
16034 ======= h_config_role_ccpat =======
16035 <HTML>
16036 <HEAD>
16037 <TITLE>&quot;Cc:&quot; Pattern Explained</TITLE>
16038 </HEAD>
16039 <BODY>
16040 <H1>&quot;Cc:&quot; Pattern Explained</H1>
16042 This is just like the &quot;To pattern&quot; except that it is compared with
16043 the addresses from the Cc: line of the message
16044 instead of the addresses from the To: line.
16045 See the help for the To pattern for more information on header patterns.
16047 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16048 for more information on Patterns.
16050 Look <A HREF="h_edit_nav_cmds">here</A>
16051 to see the available Editing and Navigation commands.
16053 &lt;End of help on this topic&gt;
16054 </BODY>
16055 </HTML>
16056 ======= h_config_role_recippat =======
16057 <HTML>
16058 <HEAD>
16059 <TITLE>Recipient Pattern Explained</TITLE>
16060 </HEAD>
16061 <BODY>
16062 <H1>Recipient Pattern Explained</H1>
16064 This is just like the &quot;To pattern&quot; except that it is compared with
16065 the addresses from both the To: line and the Cc: line of the
16066 message instead of just the addresses from the To: line.
16067 In other words, it is considered a match if the pattern matches
16068 <EM>EITHER</EM> an address in the To: line <EM>OR</EM> an address
16069 in the Cc: line.
16070 (Notice that defining the Recipient pattern does not have the same
16071 effect as defining both the To and Cc patterns.
16072 Recipient is To <EM>OR</EM> Cc; not To <EM>AND</EM> Cc.
16073 It is equivalent to having two different rules;
16074 one with a To pattern and the other with the same Cc pattern.)
16076 A technicality: Since comma is the character used to separate multiple
16077 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16078 you want to include a literal comma in the field.
16079 In other words, if you type a backslash followed by a comma it will
16080 be interpreted as a comma by Alpine, instead of as a separator between
16081 pattern values.
16082 All other backslashes are literal backslashes and should not be escaped.
16084 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16085 for more information on Patterns.
16087 Look <A HREF="h_edit_nav_cmds">here</A>
16088 to see the available Editing and Navigation commands.
16090 &lt;End of help on this topic&gt;
16091 </BODY>
16092 </HTML>
16093 ======= h_config_role_particpat =======
16094 <HTML>
16095 <HEAD>
16096 <TITLE>Participant Pattern Explained</TITLE>
16097 </HEAD>
16098 <BODY>
16099 <H1>Participant Pattern Explained</H1>
16101 This is just like the &quot;To pattern&quot; except that it is compared with
16102 the addresses from the From: line, the To: line, and the Cc: line of the
16103 message instead of just the addresses from the To: line.
16104 In other words, it is considered a match if the pattern matches
16105 <EM>EITHER</EM> an address in the From: line, <EM>OR</EM> an address
16106 in the To: line, <EM>OR</EM> an address in the Cc: line.
16107 (Notice that defining the Participant pattern does not have the same
16108 effect as defining all of the From, To, and Cc patterns.
16109 Participant is From <EM>OR</EM> To <EM>OR</EM> Cc; not
16110 From <EM>AND</EM> To <EM>AND</EM> Cc.
16111 It is equivalent to having three different rules;
16112 one with a From pattern, another with the same To pattern, and a third with
16113 the same Cc pattern.)
16115 A technicality: Since comma is the character used to separate multiple
16116 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16117 you want to include a literal comma in the field.
16118 In other words, if you type a backslash followed by a comma it will
16119 be interpreted as a comma by Alpine, instead of as a separator between
16120 pattern values.
16121 All other backslashes are literal backslashes and should not be escaped.
16123 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16124 for more information on Patterns.
16126 Look <A HREF="h_edit_nav_cmds">here</A>
16127 to see the available Editing and Navigation commands.
16129 &lt;End of help on this topic&gt;
16130 </BODY>
16131 </HTML>
16132 ======= h_config_role_newspat =======
16133 <HTML>
16134 <HEAD>
16135 <TITLE>News Pattern Explained</TITLE>
16136 </HEAD>
16137 <BODY>
16138 <H1>News Pattern Explained</H1>
16140 If this pattern is non-blank, then for this rule to be considered a
16141 match, at least one of the newsgroups from
16142 the Newsgroups line of the message must match this pattern.
16143 If this pattern is a list of patterns, then at least one of the
16144 newsgroups must match at least one of the patterns.
16145 (Any other non-blank parts of the Pattern must match, too.)
16147 It is possible to add a <EM>NOT</EM> to the News Pattern meaning with the
16148 &quot;!&quot; &quot;toggle NOT&quot; command.
16149 This changes the meaning of the News pattern so that it has the opposite meaning.
16150 It will be considered a match if there are no matches between the
16151 addresses in the Newsgroups: line and the list of News patterns.
16153 Don't make the mistake of putting the &quot;!&quot; in the data field for
16154 the pattern.
16155 For example, if you type the characters &quot;!frizzle&quot; into the News
16156 pattern, the pattern will look like:
16158 <PRE>
16159  News pattern = !frizzle
16160 </PRE>
16162 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16163 In order to match messages that do not have &quot;frizzle&quot; in
16164 their Newsgroups header, first type the characters &quot;frizzle&quot; followed
16165 by carriage return for the value of the News pattern, then negate it
16166 by typing the &quot;!&quot; command.
16167 It should end up looking like
16169 <PRE>
16170  ! News pattern = frizzle
16171 </PRE>
16173 A technicality: Since comma is the character used to separate multiple
16174 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16175 you want to include a literal comma in the field.
16176 In other words, if you type a backslash followed by a comma it will
16177 be interpreted as a comma by Alpine, instead of as a separator between
16178 pattern values.
16179 All other backslashes are literal backslashes and should not be escaped.
16182 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16183 for more information on Patterns.
16185 Look <A HREF="h_edit_nav_cmds">here</A>
16186 to see the available Editing and Navigation commands.
16188 &lt;End of help on this topic&gt;
16189 </BODY>
16190 </HTML>
16191 ======= h_config_role_subjpat =======
16192 <HTML>
16193 <HEAD>
16194 <TITLE>&quot;Subject:&quot; Pattern Explained</TITLE>
16195 </HEAD>
16196 <BODY>
16197 <H1>&quot;Subject:&quot; Pattern Explained</H1>
16199 This is similar to the other parts of the Pattern.
16200 It is compared with
16201 the contents from the Subject of the message.
16203 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16204 for more information on Patterns.
16206 It is possible to add a <EM>NOT</EM> to the Subject Pattern meaning with the
16207 &quot;!&quot; &quot;toggle NOT&quot; command.
16208 This changes the meaning of the Subject pattern so that it has the opposite meaning.
16209 It will be considered a match if there are no matches between the
16210 text in the Subject: line and the list of Subject patterns.
16213 If you wish to have a header pattern that is not one of the six standard
16214 header patterns, you may add it with the &quot;eXtraHdr&quot; command.
16216 A technicality: Since comma is the character used to separate multiple
16217 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16218 you want to include a literal comma in the field.
16219 In other words, if you type a backslash followed by a comma it will
16220 be interpreted as a comma by Alpine, instead of as a separator between
16221 pattern values.
16222 All other backslashes are literal backslashes and should not be escaped.
16224 Look <A HREF="h_edit_nav_cmds">here</A>
16225 to see the available Editing and Navigation commands.
16227 &lt;End of help on this topic&gt;
16228 </BODY>
16229 </HTML>
16230 ======= h_config_role_alltextpat =======
16231 <HTML>
16232 <HEAD>
16233 <TITLE>AllText Pattern Explained</TITLE>
16234 </HEAD>
16235 <BODY>
16236 <H1>AllText Pattern Explained</H1>
16238 This is similar to the header patterns.
16239 Instead of comparing with text in a particular header field it 
16240 is compared with all of the text in the message header and body.
16242 It is possible to add a <EM>NOT</EM> to the AllText Pattern meaning with the
16243 &quot;!&quot; &quot;toggle NOT&quot; command.
16244 This changes the meaning of the AllText pattern so that it has the opposite meaning.
16245 It will be considered a match if there are no matches between the
16246 text of the message and the list of AllText patterns.
16248 Don't make the mistake of putting the &quot;!&quot; in the data field for
16249 the pattern.
16250 For example, if you type the characters &quot;!frizzle&quot; into the AllText
16251 pattern, the pattern will look like:
16253 <PRE>
16254  AllText pattern = !frizzle
16255 </PRE>
16257 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16258 In order to match messages that do not have &quot;frizzle&quot; in
16259 the text of the message, first type the characters &quot;frizzle&quot; followed
16260 by carriage return for the value of the AllText pattern, then negate it
16261 by typing the &quot;!&quot; command.
16262 It should end up looking like
16264 <PRE>
16265  ! AllText pattern = frizzle
16266 </PRE>
16268 It is possible that you may notice degraded performance when using
16269 AllText Patterns.
16271 A technicality: Since comma is the character used to separate multiple
16272 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16273 you want to include a literal comma in the field.
16274 In other words, if you type a backslash followed by a comma it will
16275 be interpreted as a comma by Alpine, instead of as a separator between
16276 pattern values.
16277 All other backslashes are literal backslashes and should not be escaped.
16279 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16280 for more information on Patterns.
16282 Look <A HREF="h_edit_nav_cmds">here</A>
16283 to see the available Editing and Navigation commands.
16285 &lt;End of help on this topic&gt;
16286 </BODY>
16287 </HTML>
16288 ======= h_config_role_bodytextpat =======
16289 <HTML>
16290 <HEAD>
16291 <TITLE>BodyText Pattern Explained</TITLE>
16292 </HEAD>
16293 <BODY>
16294 <H1>BodyText Pattern Explained</H1>
16296 This is similar to the header patterns.
16297 Instead of comparing with text in a particular header field it 
16298 is compared with all of the text in the message body.
16300 It is possible to add a <EM>NOT</EM> to the BodyText Pattern meaning with the
16301 &quot;!&quot; &quot;toggle NOT&quot; command.
16302 This changes the meaning of the BodyText pattern so that it has the opposite meaning.
16303 It will be considered a match if there are no matches between the
16304 text of the body of the message and the list of BodyText patterns.
16306 Don't make the mistake of putting the &quot;!&quot; in the data field for
16307 the pattern.
16308 For example, if you type the characters &quot;!frizzle&quot; into the BodyText
16309 pattern, the pattern will look like:
16311 <PRE>
16312  BdyText pattern = !frizzle
16313 </PRE>
16315 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16316 In order to match messages that do not have &quot;frizzle&quot; in
16317 their BodyText, first type the characters &quot;frizzle&quot; followed
16318 by carriage return for the value of the BodyText pattern, then negate it
16319 by typing the &quot;!&quot; command.
16320 It should end up looking like
16322 <PRE>
16323  ! BodyText pattern = frizzle
16324 </PRE>
16326 It is possible that you may notice degraded performance when using
16327 BodyText Patterns.
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_charsetpat =======
16347 <HTML>
16348 <HEAD>
16349 <TITLE>Character Set Pattern Explained</TITLE>
16350 </HEAD>
16351 <BODY>
16352 <H1>Character Set Pattern Explained</H1>
16354 A message may use one or more character sets.
16355 This part of the Pattern matches messages that make use of
16356 certain specified character sets.
16357 It will be considered a match if a message uses any of the character
16358 sets in the list you give here.
16361 When filling in a value for this field, you may use
16362 the &quot;T&quot; command, which presents you with a large list of
16363 possible character sets to choose from.
16364 You may also just type in the name of a character set, and it need not
16365 be one that Alpine knows about.
16368 Besides actual character set names (for example, ISO-8859-7, KOI8-R, or
16369 GB2312) you may also use some shorthand names that Alpine provides.
16370 These names are more understandable shorthand names for sets of 
16371 character set names.
16372 Two examples are &quot;Cyrillic&quot; and &quot;Greek&quot;.
16373 Selecting one of these shorthand names is equivalent to selecting all of
16374 the character sets that make up the set.
16375 You can see all of these shorthand names and the lists of character sets
16376 they stand for by typing the &quot;T&quot; command.
16379 For the purposes of this Pattern,
16380 Alpine will search through a message for all of the text parts and
16381 collect the character sets declared for each part.
16382 It will also look in the Subject line for a character set used there.
16383 Alpine does not actually look at the text of the message or the text
16384 of the Subject to determine if a declared character set is actually
16385 used, it looks only at the declarations themselves in the MIME part headers
16386 and in the Subject.
16389 It is possible to add a <EM>NOT</EM> to the Character Set Pattern meaning with the
16390 &quot;!&quot; &quot;toggle NOT&quot; command.
16391 This changes the meaning of the Character Set pattern so that
16392 it has the opposite meaning.
16393 It will be considered a match if none of the character sets in the
16394 list are used in a message.
16396 Don't make the mistake of putting the &quot;!&quot; in the data field for
16397 the pattern.
16398 For example, if you type the characters &quot;!GB2312&quot; into the
16399 Character Set pattern, the pattern will look like:
16401 <PRE>
16402  Charset pattern = !GB2312
16403 </PRE>
16405 This means you want to match the 7 character sequence &quot;!GB2312&quot;.
16406 In order to match messages that do not have the
16407 character set &quot;GB2312&quot;
16408 set, first type the characters &quot;GB2312&quot; followed
16409 by carriage return for the value of the Character Set pattern, then negate it
16410 by typing the &quot;!&quot; command.
16411 It should end up looking like
16413 <PRE>
16414  ! Charset pattern = GB2312
16415 </PRE>
16417 A technicality: Since comma is the character used to separate multiple
16418 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16419 you want to include a literal comma in the field.
16420 In other words, if you type a backslash followed by a comma it will
16421 be interpreted as a comma by Alpine, instead of as a separator between
16422 pattern values.
16423 All other backslashes are literal backslashes and should not be escaped.
16425 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16426 for more information on Patterns.
16428 Look <A HREF="h_edit_nav_cmds">here</A>
16429 to see the available Editing and Navigation commands.
16431 &lt;End of help on this topic&gt;
16432 </BODY>
16433 </HTML>
16434 ======= h_config_role_keywordpat =======
16435 <HTML>
16436 <HEAD>
16437 <TITLE>Keyword Pattern Explained</TITLE>
16438 </HEAD>
16439 <BODY>
16440 <H1>Keyword Pattern Explained</H1>
16442 A folder may have user-defined keywords.
16443 These are similar to the Important flag, which the user may set using the
16444 Flag command.
16445 The difference is that the Important flag is always present for each folder.
16446 User-defined keywords are picked by the user.
16447 You may add new keywords by defining them in the
16448 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
16449 After you have added a potential keyword with the <!--#echo var="VAR_keywords"--> option,
16450 the Flag command may be used to set or clear the keyword on individual messages.
16451 If you have given a keyword a nickname when configuring it,
16452 that nickname may be used instead of the actual keyword.
16455 When filling in a value for this field, it may be easiest to use
16456 the &quot;T&quot; command, which presents you with a list of the keywords
16457 you have defined to choose from.
16460 This part of the Pattern matches messages with certain keywords set.
16461 It will be considered a match if a message has any of the keywords in the
16462 list set.
16463 A keyword that you have not defined using the
16464 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16465 will not be a match.
16468 It is possible to add a <EM>NOT</EM> to the Keyword Pattern meaning with the
16469 &quot;!&quot; &quot;toggle NOT&quot; command.
16470 This changes the meaning of the Keyword pattern so that it has the opposite meaning.
16471 It will be considered a match if none of the keywords in the list are set
16472 for a message.
16473 A keyword that you have not defined using the
16474 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen
16475 will not be a match, so a <EM>NOT</EM> of that keyword does match.
16477 Don't make the mistake of putting the &quot;!&quot; in the data field for
16478 the pattern.
16479 For example, if you type the characters &quot;!frizzle&quot; into the Keyword
16480 pattern, the pattern will look like:
16482 <PRE>
16483  Keyword pattern = !frizzle
16484 </PRE>
16486 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16487 In order to match messages that do not have the keyword &quot;frizzle&quot;
16488 set, first type the characters &quot;frizzle&quot; followed
16489 by carriage return for the value of the Keyword pattern, then negate it
16490 by typing the &quot;!&quot; command.
16491 It should end up looking like
16493 <PRE>
16494  ! Keyword pattern = frizzle
16495 </PRE>
16497 A technicality: Since comma is the character used to separate multiple
16498 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16499 you want to include a literal comma in the field.
16500 In other words, if you type a backslash followed by a comma it will
16501 be interpreted as a comma by Alpine, instead of as a separator between
16502 pattern values.
16503 All other backslashes are literal backslashes and should not be escaped.
16505 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16506 for more information on Patterns.
16508 Look <A HREF="h_edit_nav_cmds">here</A>
16509 to see the available Editing and Navigation commands.
16511 &lt;End of help on this topic&gt;
16512 </BODY>
16513 </HTML>
16514 ======= h_config_role_arbpat =======
16515 <HTML>
16516 <HEAD>
16517 <TITLE>Extra Header Patterns Explained</TITLE>
16518 </HEAD>
16519 <BODY>
16520 <H1>Extra Header Patterns Explained</H1>
16522 The header patterns that come after the Participant pattern but before the 
16523 AllText pattern are extra header patterns that you have added to a rule's
16524 Pattern. These are just like the other header patterns except that
16525 the contents of the particular header listed on the left hand side will
16526 be used for comparisons.
16528 The &quot;eXtraHdr&quot; command may be used to add more of these
16529 header patterns to the rule you are editing.
16531 The &quot;RemoveHdr&quot; command may be used to delete the highlighted
16532 extra header pattern from the rule you are editing.
16534 It is possible to add a <EM>NOT</EM> to the Extra Header Pattern meaning with the
16535 &quot;!&quot; &quot;toggle NOT&quot; command.
16536 This changes the meaning of the pattern so that it has the opposite meaning.
16537 It will be considered a match if there are no matches between the
16538 text in the header line and the list of patterns.
16540 Don't make the mistake of putting the &quot;!&quot; in the data field for
16541 the pattern.
16542 For example, if you type the characters &quot;!frizzle&quot; into the
16543 pattern, the pattern will look like:
16545 <PRE>
16546  Xyz pattern = !frizzle
16547 </PRE>
16549 This means you want to match the 8 character sequence &quot;!frizzle&quot;.
16550 In order to match messages that do not have &quot;frizzle&quot; in
16551 their Xyz field, first type the characters &quot;frizzle&quot; followed
16552 by carriage return for the value of the pattern, then negate it
16553 by typing the &quot;!&quot; command.
16554 It should end up looking like
16556 <PRE>
16557  ! Xyz pattern = frizzle
16558 </PRE>
16561 A technicality: Since comma is the character used to separate multiple
16562 values in a pattern field, you have to escape comma with a backslash (&#92;) if
16563 you want to include a literal comma in the field.
16564 In other words, if you type a backslash followed by a comma it will
16565 be interpreted as a comma by Alpine, instead of as a separator between
16566 pattern values.
16567 All other backslashes are literal backslashes and should not be escaped.
16569 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16570 for more information on Patterns.
16572 Look <A HREF="h_edit_nav_cmds">here</A>
16573 to see the available Editing and Navigation commands.
16575 &lt;End of help on this topic&gt;
16576 </BODY>
16577 </HTML>
16578 ======= h_config_role_cat_cmd =======
16579 <HTML>
16580 <HEAD>
16581 <TITLE>Categorizer Command Explained</TITLE>
16582 </HEAD>
16583 <BODY>
16584 <H1>Categorizer Command Explained</H1>
16586 This is a command that is run with its standard input set to the message
16587 being checked and its standard output discarded.
16588 The full directory path should be specified.
16589 The command will be run and then its exit status will be checked against
16590 the Exit Status Interval, which defaults to just the value zero.
16591 If the exit status of the command falls in the interval, it is considered
16592 a match, otherwise it is not a match.
16595 This option may actually be a list of commands.
16596 The first one that exists and is executable is used.
16597 That makes it possible to use the same configuration with Unix Alpine and
16598 PC-Alpine.
16601 If none of the commands in the list exists and is executable then the rule
16602 is <EM>not</EM> a match.
16603 If it is possible that the command may not exist, you should be careful
16604 to structure your rules so that nothing destructive
16605 happens when the command does not exist.
16606 For example, you might have a filter that filters away spam when there is
16607 a match but does nothing when there is not a match.
16608 That would cause no harm if the command didn't exist.
16609 However, if you have a filter that filters away spam when there is not
16610 a match and keeps it when there is a match, that would filter everything
16611 if the categorizer command didn't exist.
16613 Here is an <A HREF="h_config_role_cat_cmd_example">example</A>
16614 setup for the bogofilter filter.
16617 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16618 for more information on Patterns.
16620 Look <A HREF="h_edit_nav_cmds">here</A>
16621 to see the available Editing and Navigation commands.
16623 &lt;End of help on this topic&gt;
16624 </BODY>
16625 </HTML>
16626 ======= h_config_role_cat_cmd_example =======
16627 <HTML>
16628 <HEAD>
16629 <TITLE>Categorizer Command Example</TITLE>
16630 </HEAD>
16631 <BODY>
16632 <H1>Categorizer Command Example</H1>
16634 Bogofilter
16635 (<A HREF="http://bogofilter.sourceforge.net/">http://bogofilter.sourceforge.net/</A>)
16636 is a mail filter that attempts to classify mail as spam or
16637 non-spam using statistical analysis of the message content.
16638 When run with no arguments and a message as standard input, it exits with
16639 exit status 0 if it thinks a message is spam and 1 if it thinks
16640 it is not spam.
16641 To use bogofilter as your Categorizer Command you would simply set Command to
16642 the pathname of the bogofilter program.
16643 For example,
16645 <CENTER><SAMP>Command = /usr/local/bin/bogofilter</SAMP></CENTER>
16647 Exit status of zero is what you are interested in, so you'd set the
16648 Exit Status Interval to
16650 <CENTER><SAMP>Exit Status Interval = (0,0)</SAMP></CENTER>
16653 In order to prevent downloading an entire huge message to check for spam, you
16654 might want to set the Character Limit to a few thousand characters (the
16655 assumption being that the spam will reveal itself in those characters)
16657 <CENTER><SAMP>Character Limit = 50000</SAMP></CENTER>
16660 You would probably use bogofilter in an Alpine Filter Rule, and have the action
16661 be to move the message to a spam folder.
16662 It would usually be wise to also check the &quot;Message is Recent&quot;
16663 part of the rule so that messages are only checked when they first arrive,
16664 and to restrict the Current Folder Type to just your INBOX.
16665 The reason for checking only Recent messages is to save the time it takes
16666 to run bogofilter on each message.
16667 As an experiment, you might start out by using this in an Indexcolor Rule
16668 instead of a Filter Rule.
16669 In that case, you probably wouldn't check the Recent checkbox.
16671 The use described above assumes that you are somehow maintaining bogofilter's
16672 database of words associated with spam and non-spam messages.
16673 One way to start your database would be to select a bunch of spam messages
16674 in Alpine (you might Save spam messages to a special folder or use Alpine's
16675 Select command to select several) and then Apply
16676 (<A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>)
16677 a pipe command to the spam messages.
16678 For example, you could have a shell script or an alias
16679 called <EM>this_is_spam</EM>, which would simply be the command
16681 <CENTER><SAMP>bogofilter -s</SAMP></CENTER>
16684 It is probably best to use the pipe command's Raw Text, With Delimiter,
16685 and Free Output options,
16686 which are at the bottom of the screen when you type the pipe command.
16687 That's because bogofilter expects the raw message as input, and uses
16688 the Delimiters to tell when a new message starts.
16689 You would not need to use a separate pipe for each message, because
16690 bogofilter can handle multiple messages at once.
16692 Similarly, you would select a group of non-spam messages
16693 and run them through a <EM>this_is_nonspam</EM> script
16694 that was something like
16696 <CENTER><SAMP>bogofilter -n</SAMP></CENTER>
16699 For the more adventurous, the next step might be to automate the upkeep of
16700 the bogofilter database.
16701 It might make more sense to have bogofilter be part of the delivery process,
16702 but it is also possible to do it entirely from within Alpine.
16703 Instead of using just plain &quot;bogofilter&quot; as the Categorizer Command,
16704 the &quot;-u&quot; argument will cause bogofilter to update the database.
16706 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16708 You'd want a couple more aliases or shell scripts called something like
16709 <EM>change_to_spam</EM>
16711 <CENTER><SAMP>bogofilter -Ns</SAMP></CENTER>
16714 <EM>change_to_nonspam</EM>
16716 <CENTER><SAMP>bogofilter -Sn</SAMP></CENTER>
16718 When you run across a message in your INBOX that should have been
16719 classified as spam you would pipe it to the change_to_spam script, and
16720 when you run across a message in your spam folder that should have been
16721 left in your INBOX you would pipe it through change_to_nonspam.
16724 There is a technical problem with this approach.
16725 Alpine may check your filters more than once.
16726 In particular, every time you start Alpine the filters will be checked for
16727 each message.
16728 Also, if you have any filters that depend on message state (New, Deleted, etc.)
16729 then Alpine will recheck for matches in messages that have changed state
16730 at the time you close the folder and before expunging.
16731 This is usually ok.
16732 However, in this case it is a problem because the command
16734 <CENTER><SAMP>Command = /usr/local/bin/bogofilter -u</SAMP></CENTER>
16736 has the side effect of updating the database.
16737 So you run the risk of updating the database multiple times for a single
16738 message instead of updating it just once per message.
16739 There are some ways to work around this problem.
16740 What you need is a way to mark the message after you have run the filter.
16741 One way to mark messages is with the use of a keyword (say &quot;Bogo&quot;).
16742 Besides having the filter move the message to a spam folder, also have it
16743 set the Bogo keyword.
16744 (Note that you will have to set up the &quot;Bogo&quot; keyword in the
16745 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in Setup/Config.)
16746 This rule can only set the Bogo keyword for the messages that it matches.
16747 You will also need to add a second rule right after this one that
16748 matches all the messages that don't have the Bogo keyword set
16749 (put the keyword in the Keyword pattern and toggle
16750 the Not with the ! command)
16751 and takes the action of setting it.
16752 Then change the &quot;bogofilter -u&quot; rule so that it won't be a match
16753 (and so it won't re-run the bogofilter command) if the keyword is already
16754 set.
16756 What you will end up with is a rule that runs &quot;bogofilter -u&quot;
16757 on all messages that don't have the Bogo keyword set.
16758 This will have the side effect of inserting that message in the bogofilter
16759 database, match or not.
16760 If this rule matches (it is spam), the Bogo keyword will be set and
16761 the message will be moved to a spam folder.
16762 If it does not match, the
16763 following rule will mark the message by turning on the keyword.
16764 This second rule should be a non-terminating
16765 (<A HREF="h_config_filt_opts_nonterm">Dont-Stop-Even-if-Rule-Matches</A>)
16766 rule so that it doesn't stop the filtering process before the rest of
16767 your rules are consulted.
16770 In summary, the first rule is something like
16771 <PRE>
16772   Nickname          = bogofilter -u rule
16773   Current Folder Type =
16774                (*) Specific
16775                    Folder = INBOX
16777   ! Keyword pattern = Bogo
16779   External Categorizer Commands =
16780        Command              = /usr/local/bin/bogofilter -u
16781        Exit Status Interval = (0,0)
16782        Character Limit      = <No Value Set: using "-1">  (optionally set this)
16784   Filter Action =
16785        (*) Move
16786            Folder = spam
16787   
16788   Set These Keywords   = Bogo
16789 </PRE>
16791 and the following rule is
16792 <PRE>
16793   Nickname          = Set Bogo Keyword
16794   Current Folder Type =
16795                (*) Specific
16796                    Folder = INBOX
16798   ! Keyword pattern = Bogo
16800   Filter Action =
16801        (*) Just Set Message Status
16803   Set These Keywords   = Bogo
16805   Features =
16806       [X]  dont-stop-even-if-rule-matches
16807 </PRE>
16809 If it is possible for you to insert bogofilter in the delivery process instead
16810 of having it called from Alpine you could prevent having to wait
16811 for the bogofilter processing while you read your mail.
16812 You would have bogofilter add a header to the message at the time of delivery
16813 that identified it as spam or nonspam.
16814 With this method, you could avoid using a Categorizer Command while running Alpine,
16815 and just match on the header instead.
16816 You might still want to use the scripts mentioned above to initialize the
16817 database or to re-classify wrongly classified messages.
16820 Finally, it isn't for the faint-hearted,
16821 but it is also possible to run bogofilter from PC-Alpine.
16822 You can install Cygwin from
16823 <A HREF="http://www.cygwin.com/">http://www.cygwin.com/</A> and
16824 then compile bogofilter in the cygwin environment, and run it from
16825 within PC-Alpine.
16826 You would end up with a Categorizer command that looked something like
16828 <CENTER><SAMP>Command = C:&#92;cygwin&#92;bin&#92;bogofilter.exe -u</SAMP></CENTER>
16830 Note that the &quot;.exe&quot; extension is explicit,
16831 and that the bogofilter.exe executable should be in the same directory
16832 as cygwin1.dll.
16835 &lt;End of help on this topic&gt;
16836 </BODY>
16837 </HTML>
16838 ======= h_config_role_cat_status =======
16839 <HTML>
16840 <HEAD>
16841 <TITLE>Exit Status Interval Explained</TITLE>
16842 </HEAD>
16843 <BODY>
16844 <H1>Exit Status Interval Explained</H1>
16846 The categorizer command is run and the result is the exit status of
16847 that command.
16848 If that exit status falls in the Exit Status Interval
16849 then it is considered a match, otherwise it is not a match.
16850 Of course for the entire rule to match, it must also be checked against
16851 the other defined parts of the Pattern.
16853 The Exit Status Interval defaults to the single value 0 (zero).
16854 If you define it, it should be set to something like:
16856 <CENTER><SAMP>(min_exit_value,max_exit_value)</SAMP></CENTER>
16858 where &quot;min_exit_value&quot; and &quot;max_exit_value&quot; are integers.
16859 The special values &quot;INF&quot; and &quot;-INF&quot; may be used for large
16860 positive and negative integers.
16862 Actually, a list of intervals may be used if you wish.
16863 A list would look like
16865 <CENTER><SAMP>(min_exit_value1,max_exit_value1),(min_exit_value2,max_exit_value2),...</SAMP></CENTER>
16867 When there is an Exit Status Interval defined, it is a match if the exit status
16868 of the categorizer command is contained in any of the intervals.
16869 The intervals include both endpoints.
16871 The default interval is
16873 <CENTER><SAMP>(0,0)</SAMP></CENTER>
16875 and it matches only if the command exits with exit status equal to zero.
16878 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16879 for more information on Patterns.
16881 Look <A HREF="h_edit_nav_cmds">here</A>
16882 to see the available Editing and Navigation commands.
16884 &lt;End of help on this topic&gt;
16885 </BODY>
16886 </HTML>
16887 ======= h_config_role_cat_limit =======
16888 <HTML>
16889 <HEAD>
16890 <TITLE>Character Limit Explained</TITLE>
16891 </HEAD>
16892 <BODY>
16893 <H1>Character Limit Explained</H1>
16895 Setting this option makes it possible to limit how much of the message
16896 is made available to the categorizer command as input.
16897 The default value (-1) means that the entire message is fed to the
16898 command.
16899 A value of 0 (zero) means that only the headers of the message are
16900 made available.
16901 A positive integer means that the headers plus that many characters from
16902 the body of the message are passed to the categorizer.
16905 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16906 for more information on Patterns.
16908 Look <A HREF="h_edit_nav_cmds">here</A>
16909 to see the available Editing and Navigation commands.
16911 &lt;End of help on this topic&gt;
16912 </BODY>
16913 </HTML>
16914 ======= h_config_role_age =======
16915 <HTML>
16916 <HEAD>
16917 <TITLE>Age Interval Explained</TITLE>
16918 </HEAD>
16919 <BODY>
16920 <H1>Age Interval Explained</H1>
16922 The Age Interval, if defined, is part of the Pattern.
16923 If you use this, it should be set to something like:
16925 <CENTER><SAMP>(min_age,max_age)</SAMP></CENTER>
16927 where &quot;min_age&quot; and &quot;max_age&quot; are non-negative integers.
16928 The special value &quot;INF&quot; may be used for the max value.
16929 It represents infinity.
16931 In rare cases it may be useful to use the more general form of the value,
16932 which is a comma-separated list of intervals.
16933 It would look something like:
16935 <CENTER><SAMP>(min_age1,max_age1),(min_age2,max_age2),...</SAMP></CENTER>
16937 When there is an Age Interval defined, it is a match if the age, in days, of
16938 the message is contained in the interval.
16939 The interval includes both endpoints.
16940 If the option is set to a list of intervals then it is a match if the
16941 age of the message is contained in any of the intervals.
16943 Even though this option is called Age, it isn't actually
16944 the <EM>age</EM> of the message.
16945 Instead, it is how many days ago the message arrived in one of your folders.
16946 If the current time is a little past midnight, then a message that arrived
16947 just before midnight arrived yesterday, even though the message is only
16948 a few minutes old.
16949 By default, the date being used is not the date in the Date
16950 header of the message.
16951 It is the date that the message arrived in one of your folders.
16952 When you Save a message from one folder to another that arrival date
16953 is preserved.
16954 If you would like to use the date in the Date header that is possible.
16955 Turn on the option
16956 <A HREF="h_config_filt_opts_sentdate">&quot;Use-Date-Header-For-Age&quot;</A>
16957 near the bottom of the rule definition.
16959 A value of 0 is today, 1 is yesterday, 2 is the day before yesterday, and so on.
16960 The age interval
16962 <CENTER><SAMP>(2,2)</SAMP></CENTER>
16964 matches all messages that arrived on the day before yesterday.
16965 The interval
16967 <CENTER><SAMP>(180,INF)</SAMP></CENTER>
16969 matches all messages that arrived at least 180 days before today.
16970 The interval
16972 <CENTER><SAMP>(0,1)</SAMP></CENTER>
16974 matches all messages that arrived today or yesterday.
16977 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
16978 for more information on Patterns.
16980 Look <A HREF="h_edit_nav_cmds">here</A>
16981 to see the available Editing and Navigation commands.
16983 &lt;End of help on this topic&gt;
16984 </BODY>
16985 </HTML>
16986 ======= h_config_role_size =======
16987 <HTML>
16988 <HEAD>
16989 <TITLE>Size Interval Explained</TITLE>
16990 </HEAD>
16991 <BODY>
16992 <H1>Size Interval Explained</H1>
16994 The Size Interval, if defined, is part of the Pattern.
16995 If you use this, it should be set to something like:
16997 <CENTER><SAMP>(min_size,max_size)</SAMP></CENTER>
16999 where &quot;min_size&quot; and &quot;max_size&quot; are non-negative integers.
17000 The special value &quot;INF&quot; may be used for the max value.
17001 It represents infinity.
17003 In rare cases it may be useful to use the more general form of the value,
17004 which is a comma-separated list of intervals.
17005 It would look something like:
17007 <CENTER><SAMP>(min_size1,max_size1),(min_size2,max_size2),...</SAMP></CENTER>
17009 When there is a Size Interval defined, it is a match if the size of
17010 the message is contained in the interval.
17011 The interval includes both endpoints.
17012 If the option is set to a list of intervals then it is a match if the
17013 size of the message is contained in any of the intervals.
17015 The size interval
17017 <CENTER><SAMP>(10000,50000)</SAMP></CENTER>
17019 matches all messages with sizes greater than or equal to 10000, and less
17020 than or equal to 50000.
17021 The interval
17023 <CENTER><SAMP>(100000,INF)</SAMP></CENTER>
17025 matches all messages with sizes greater than or equal to 100000.
17028 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17029 for more information on Patterns.
17031 Look <A HREF="h_edit_nav_cmds">here</A>
17032 to see the available Editing and Navigation commands.
17034 &lt;End of help on this topic&gt;
17035 </BODY>
17036 </HTML>
17037 ======= h_config_role_scorei =======
17038 <HTML>
17039 <HEAD>
17040 <TITLE>Score Interval Explained</TITLE>
17041 </HEAD>
17042 <BODY>
17043 <H1>Score Interval Explained</H1>
17045 The Score Interval, if defined, is part of the Pattern.
17046 If you use this, it should be set to something like:
17048 <CENTER><SAMP>(min_score,max_score)</SAMP></CENTER>
17050 where &quot;min_score&quot; and &quot;max_score&quot; are integers between
17051 -32000 and 32000.
17052 The special values &quot;-INF&quot; and &quot;INF&quot; may be used for
17053 the min and max values.
17054 These represent negative and positive infinity.
17056 Actually, the value may be a list of intervals rather than just a
17057 single interval if that is useful.
17058 The elements of the list are separated by commas like:
17060 <CENTER><SAMP>(min_score1,max_score1),(min_score2,max_score2),...</SAMP></CENTER>
17062 When there is a Score Interval defined, it is a match if the score for
17063 the message is contained in any of the intervals.
17064 The intervals include both endpoints.
17065 The score for a message is calculated by looking at every scoring rule
17066 defined and adding up the Score Values for the rules that match the message.
17067 Scoring rules are created using the
17068 <A HREF="h_rules_score">&quot;SETUP SCORING&quot;</A> screen.
17071 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17072 for more information on Patterns.
17074 Look <A HREF="h_edit_nav_cmds">here</A>
17075 to see the available Editing and Navigation commands.
17077 &lt;End of help on this topic&gt;
17078 </BODY>
17079 </HTML>
17080 ======= h_config_role_fldr_type =======
17081 <HTML>
17082 <HEAD>
17083 <TITLE>Current Folder Type Explained</TITLE>
17084 </HEAD>
17085 <BODY>
17086 <H1>Current Folder Type Explained</H1>
17088 The Current Folder Type is part of the role's Pattern.
17089 It refers to the type of the currently open folder, which is the folder
17090 you were last looking at from the MESSAGE INDEX or MESSAGE TEXT screen.
17091 In order for a role to be considered a match, the current folder must
17092 be of the type you set here.
17093 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17094 all what you might think.
17096 If the Current Folder Type for a role's Pattern is set to &quot;News&quot;, for
17097 example, then
17098 that role will only be a match if the current folder is a newsgroup and
17099 the rest of the Pattern matches.
17100 The value &quot;Specific&quot; may be used when you want to limit the match
17101 to a specific folder (not just a specific type of folder), or to a list of
17102 specific folders.
17104 In order to match a specific folder you Select the &quot;Specific&quot;
17105 button <EM>AND</EM> fill in
17106 the name (or list of names) of
17107 the folder in the &quot;Folder List&quot; field.
17108 If the current folder is any of the folders in the list, that is considered
17109 a match.
17110 The name of each folder in the list may be either &quot;INBOX&quot;,
17111 the technical specification
17112 of the folder (like what appears in your configuration file) or, if the
17113 folder is one of your incoming folders, it may be the nickname you've given
17114 the folder.
17115 Here are a couple samples of specific folder names:
17117 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17119 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17121 The easiest way to fill in the &quot;Folder List&quot; field is to use
17122 the &quot;T&quot; command that is available when the &quot;Folder List&quot; line is
17123 highlighted, or to use the &quot;Take&quot; command with the configuration
17124 feature
17125 <A HREF="h_config_enable_role_take">&quot;<!--#echo var="FEAT_enable-rules-under-take"-->&quot;</A>
17126 turned on.
17127 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17128 Current Folder Type is set to &quot;Specific&quot;, and any value that
17129 &quot;Folder List&quot; has is ignored unless the type
17130 is set to &quot;Specific&quot;.
17132 When reading a newsgroup, there may be a performance penalty
17133 incurred when collecting the information necessary to check a Pattern.
17134 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17136 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17137 for more information on Patterns.
17139 Look <A HREF="h_edit_nav_cmds">here</A>
17140 to see the available Editing and Navigation commands.
17142 &lt;End of help on this topic&gt;
17143 </BODY>
17144 </HTML>
17145 ======= h_config_filt_rule_type =======
17146 <HTML>
17147 <HEAD>
17148 <TITLE>Filter Action Explained</TITLE>
17149 </HEAD>
17150 <BODY>
17151 <H1>Filter Action Explained</H1>
17153 The Filter Action specifies the action to be taken when the Pattern is a
17154 match.
17155 It may be set to &quot;Delete&quot; &quot;Move&quot;, or
17156 &quot;Just Set Message Status&quot;.
17158 If it is set to &quot;Delete&quot;, then the message that matches the
17159 Pattern will be deleted from the open folder.
17161 If it is set to &quot;Move&quot;, then the name of the folder to which
17162 the matching message should be moved is given in the &quot;Folder List&quot; field on the
17163 next line of the screen.
17164 A list of folders separated by commas may be given, in which case the
17165 message will be copied to all of the folders in the list before it is
17166 deleted.
17168 If it is set to neither of those two values (it is set to the value
17169 labeled &quot;Just Set Message Status&quot;) then the message status
17170 setting will happen
17171 but the message will not be deleted or moved.
17173 If you are Moving a message you may also set Message Status if you wish.
17175 The easiest way to fill in the &quot;Folder List&quot; field is to use
17176 the T command that is available when the &quot;Folder List&quot; line is
17177 highlighted.
17178 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17179 Filter Action is set to &quot;Move&quot;, and any value that
17180 &quot;Folder List&quot; has is ignored unless the type
17181 is set to &quot;Move&quot;.
17183 There are a few tokens that may be used in the names in the Folder List.
17184 They are all related to the date on which the filtering is taking place.
17185 The tokens are words surrounded by underscores.
17186 For example, if you want your filter to move messages to a folder named
17187 <P><CENTER><SAMP>abc-year-mon</SAMP></CENTER><P>
17188 you could specify the folder as
17189 <P><CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER><P>
17190 which would result in a file named something like
17191 <P><CENTER><SAMP>abc-2004-oct</SAMP></CENTER><P>
17193 <P><CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER><P>
17194 which would result in a file named something like
17195 <P><CENTER><SAMP>abc-04-10</SAMP></CENTER><P>
17196 The available tokens are listed
17197 <A HREF="h_index_tokens">here</A>.
17199 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17200 for more information on Patterns.
17202 Look <A HREF="h_edit_nav_cmds">here</A>
17203 to see the available Editing and Navigation commands.
17205 &lt;End of help on this topic&gt;
17206 </BODY>
17207 </HTML>
17208 ======= h_config_score_fldr_type =======
17209 <HTML>
17210 <HEAD>
17211 <TITLE>Current Folder Type Explained</TITLE>
17212 </HEAD>
17213 <BODY>
17214 <H1>Current Folder Type Explained</H1>
17216 The Current Folder Type is part of the scoring rule's Pattern.
17217 It refers to the type of the folder that
17218 the message being scored is in.
17219 In order for a rule to be considered a match, the current folder must
17220 be of the type you set here.
17221 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17222 all what you might think.
17224 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17225 example, then
17226 that Pattern will only match if the current folder is a newsgroup and
17227 the rest of the Pattern matches.
17228 The value &quot;Specific&quot; may be used when you want to limit the match
17229 to a specific folder (not just a specific type of folder), or to a list of
17230 specific folders.
17232 In order to match a specific folder you Select the &quot;Specific&quot;
17233 button <EM>AND</EM> fill in
17234 the name (or list of names) of
17235 the folder in the &quot;Folder List&quot; field.
17236 If the current folder is any of the folders in the list, that is considered
17237 a match.
17238 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17239 of the folder (like what appears in your configuration file) or, if the
17240 folder is one of your incoming folders, it may be the nickname you've given
17241 the folder.
17242 Here are a couple samples of specific folder names:
17244 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17246 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17248 The easiest way to fill in the &quot;Folder List&quot; field is to use
17249 the T command that is available when the &quot;Folder List&quot; line is
17250 highlighted.
17251 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17252 Current Folder Type is set to &quot;Specific&quot;, and any value that
17253 &quot;Folder List&quot; has is ignored unless the type
17254 is set to &quot;Specific&quot;.
17256 When reading a newsgroup, there may be a performance penalty
17257 incurred when collecting the information necessary to check a Pattern.
17258 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17259 For example, if you have Index Line Coloring rules that have Score Intervals
17260 defined then the scores for all the visible messages will need to be calculated.
17261 If some of your Scoring rules have 
17262 a Current Folder Type of
17263 &quot;Any&quot; or &quot;News&quot; this may cause the MESSAGE INDEX
17264 screen to draw more slowly when in a newsgroup.
17266 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17267 for more information on Patterns.
17269 Look <A HREF="h_edit_nav_cmds">here</A>
17270 to see the available Editing and Navigation commands.
17272 &lt;End of help on this topic&gt;
17273 </BODY>
17274 </HTML>
17275 ======= h_config_other_fldr_type =======
17276 <HTML>
17277 <HEAD>
17278 <TITLE>Current Folder Type Explained</TITLE>
17279 </HEAD>
17280 <BODY>
17281 <H1>Current Folder Type Explained</H1>
17283 The Current Folder Type is part of the rule's Pattern.
17284 It refers to the type of the folder being viewed.
17285 In order for a rule to be considered a match, the current folder must
17286 be of the type you set here.
17287 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17288 all what you might think.
17290 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17291 example, then
17292 that Pattern will only match if the current folder is a newsgroup.
17293 The value &quot;Specific&quot; may be used when you want to limit the match
17294 to a specific folder (not just a specific type of folder), or to a list of
17295 specific folders.
17297 In order to match a specific folder you Select the &quot;Specific&quot;
17298 button <EM>AND</EM> fill in
17299 the name (or list of names) of
17300 the folder in the &quot;Folder List&quot; field.
17301 If the current folder is any of the folders in the list, that is considered
17302 a match.
17303 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17304 of the folder (like what appears in your configuration file) or, if the
17305 folder is one of your incoming folders, it may be the nickname you've given
17306 the folder.
17307 Here are a couple samples of specific folder names:
17309 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17311 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17313 The easiest way to fill in the &quot;Folder List&quot; field is to use
17314 the T command that is available when the &quot;Folder List&quot; line is
17315 highlighted.
17316 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17317 Current Folder Type is set to &quot;Specific&quot;, and any value that
17318 &quot;Folder List&quot; has is ignored unless the type
17319 is set to &quot;Specific&quot;.
17321 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17322 for more information on Patterns.
17324 Look <A HREF="h_edit_nav_cmds">here</A>
17325 to see the available Editing and Navigation commands.
17327 &lt;End of help on this topic&gt;
17328 </BODY>
17329 </HTML>
17330 ======= h_config_incol_fldr_type =======
17331 <HTML>
17332 <HEAD>
17333 <TITLE>Current Folder Type Explained</TITLE>
17334 </HEAD>
17335 <BODY>
17336 <H1>Current Folder Type Explained</H1>
17338 The Current Folder Type is part of the Line Coloring rule's Pattern.
17339 It refers to the type of the folder for which the MESSAGE INDEX is
17340 being viewed.
17341 In order for a rule to be considered a match, the current folder must
17342 be of the type you set here.
17343 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17344 all what you might think.
17346 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17347 example, then
17348 that Pattern will only match if the current folder is a newsgroup and
17349 the rest of the Pattern matches.
17350 The value &quot;Specific&quot; may be used when you want to limit the match
17351 to a specific folder (not just a specific type of folder), or to a list of
17352 specific folders.
17354 In order to match a specific folder you Select the &quot;Specific&quot;
17355 button <EM>AND</EM> fill in
17356 the name (or list of names) of
17357 the folder in the &quot;Folder List&quot; field.
17358 If the current folder is any of the folders in the list, that is considered
17359 a match.
17360 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17361 of the folder (like what appears in your configuration file) or, if the
17362 folder is one of your incoming folders, it may be the nickname you've given
17363 the folder.
17364 Here are a couple samples of specific folder names:
17366 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17368 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17370 The easiest way to fill in the &quot;Folder List&quot; field is to use
17371 the T command that is available when the &quot;Folder List&quot; line is
17372 highlighted.
17373 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17374 Current Folder Type is set to &quot;Specific&quot;, and any value that
17375 &quot;Folder List&quot; has is ignored unless the type
17376 is set to &quot;Specific&quot;.
17378 When reading a newsgroup, there may be a performance penalty
17379 incurred when collecting the information necessary to check a Pattern.
17380 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17381 For example, a rule with a non-Normal Index Line Color
17382 and a Current Folder Type of
17383 &quot;Any&quot; or &quot;News&quot; may cause the MESSAGE INDEX
17384 screen to draw more slowly when in a newsgroup.
17386 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17387 for more information on Patterns.
17389 Look <A HREF="h_edit_nav_cmds">here</A>
17390 to see the available Editing and Navigation commands.
17392 &lt;End of help on this topic&gt;
17393 </BODY>
17394 </HTML>
17395 ======= h_config_filt_fldr_type =======
17396 <HTML>
17397 <HEAD>
17398 <TITLE>Current Folder Type Explained</TITLE>
17399 </HEAD>
17400 <BODY>
17401 <H1>Current Folder Type Explained</H1>
17403 The Current Folder Type is part of the Filtering rule's Pattern.
17404 It refers to the type of the folder for which the filtering is being done.
17405 In order for a rule to be considered a match, the current folder must
17406 be of the type you set here.
17407 The three types &quot;Any&quot;, &quot;News&quot;, and &quot;Email&quot; are
17408 all what you might think.
17410 If the Current Folder Type for a Pattern is set to &quot;News&quot;, for
17411 example, then
17412 that Pattern will only match if the current folder is a newsgroup and
17413 the rest of the Pattern matches.
17414 The value &quot;Specific&quot; may be used when you want to limit the match
17415 to a specific folder (not just a specific type of folder), or to a list of
17416 specific folders.
17418 In order to match a specific folder you Select the &quot;Specific&quot;
17419 button <EM>AND</EM> fill in
17420 the name (or list of names) of
17421 the folder in the &quot;Folder List&quot; field.
17422 If the current folder is any of the folders in the list, that is considered
17423 a match.
17424 The name of each folder in the list may be either &quot;INBOX&quot;, the technical specification
17425 of the folder (like what appears in your configuration file) or, if the
17426 folder is one of your incoming folders, it may be the nickname you've given
17427 the folder.
17428 Here are a couple samples of specific folder names:
17430 <CENTER><SAMP>{monet.art.example.com}mail/art-class</SAMP></CENTER>
17432 <CENTER><SAMP>{news.example.com/nntp}#news.comp.mail.pine</SAMP></CENTER>
17434 The easiest way to fill in the &quot;Folder List&quot; field is to use
17435 the T command that is available when the &quot;Folder List&quot; line is
17436 highlighted.
17437 Note that you won't be able to edit the &quot;Folder List&quot; line unless the
17438 Current Folder Type is set to &quot;Specific&quot;, and any value that
17439 &quot;Folder List&quot; has is ignored unless the type
17440 is set to &quot;Specific&quot;.
17442 When reading a newsgroup, there may be a performance penalty
17443 incurred when collecting the information necessary to check a Pattern.
17444 For this reason, the default Current Folder Type is set to &quot;Email&quot;.
17445 For example, a rule with a Current Folder Type of either
17446 &quot;Any&quot; or &quot;News&quot; may cause the filtering to happen
17447 more slowly when opening a newsgroup.
17449 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17450 for more information on Patterns.
17452 Look <A HREF="h_edit_nav_cmds">here</A>
17453 to see the available Editing and Navigation commands.
17455 &lt;End of help on this topic&gt;
17456 </BODY>
17457 </HTML>
17458 ======= h_config_role_stat_imp =======
17459 <HTML>
17460 <HEAD>
17461 <TITLE>Message Important Status Explained</TITLE>
17462 </HEAD>
17463 <BODY>
17464 <H1>Message Important Status Explained</H1>
17466 This part of the Pattern may have one of three possible values.
17467 The default value is &quot;Don't care&quot;, which matches any message.
17468 The other two values are &quot;Yes&quot;, which means the message must be
17469 flagged &quot;Important&quot; in order to be a match; or &quot;No&quot;, which
17470 means the message must <EM>not</EM> be flagged &quot;Important&quot; in order
17471 to be a match.
17473 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17474 for more information on Patterns.
17476 Look <A HREF="h_edit_nav_cmds">here</A>
17477 to see the available Editing and Navigation commands.
17479 &lt;End of help on this topic&gt;
17480 </BODY>
17481 </HTML>
17482 ======= h_config_role_stat_new =======
17483 <HTML>
17484 <HEAD>
17485 <TITLE>Message New Status Explained</TITLE>
17486 </HEAD>
17487 <BODY>
17488 <H1>Message New Status Explained</H1>
17490 This part of the Pattern may have one of three possible values.
17491 The default value is &quot;Don't care&quot;, which matches any message.
17492 The other two values are &quot;Yes&quot;, which means the message must be
17493 &quot;New&quot; in order to be a match; or &quot;No&quot;, which
17494 means the message must <EM>not</EM> be &quot;New&quot; in order
17495 to be a match.
17496 &quot;New&quot; is the same as <EM>Unseen</EM> and not &quot;New&quot; is the
17497 same as <EM>Seen</EM>.
17499 The nomenclature for New and Recent is a bit confusing:
17501 New means that the message is Unseen.
17502 It could have been in your mailbox for a long time but if you haven't looked
17503 at it, it is still considered New.
17504 That matches the default Alpine index display that shows an N for such a
17505 message.
17507 Recent means that the message was added to this folder since the last time
17508 you opened the folder.
17509 Alpine also shows an N by default for these types of messages.
17510 If you were to run two copies of Alpine that opened a folder one right after
17511 the other, a message would only show up as Recent in (at most) the first
17512 Alpine session.
17514 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17515 for more information on Patterns.
17517 Look <A HREF="h_edit_nav_cmds">here</A>
17518 to see the available Editing and Navigation commands.
17520 &lt;End of help on this topic&gt;
17521 </BODY>
17522 </HTML>
17523 ======= h_config_role_stat_recent =======
17524 <HTML>
17525 <HEAD>
17526 <TITLE>Message Recent Status Explained</TITLE>
17527 </HEAD>
17528 <BODY>
17529 <H1>Message Recent Status Explained</H1>
17531 This part of the Pattern may have one of three possible values.
17532 The default value is &quot;Don't care&quot;, which matches any message.
17533 The other two values are &quot;Yes&quot;, which means the message must be
17534 &quot;Recent&quot; in order to be a match; or &quot;No&quot;, which
17535 means the message must <EM>not</EM> be &quot;Recent&quot; in order
17536 to be a match.
17537 &quot;Recent&quot; means that the message was added to the folder since
17538 the last time the folder was opened.
17539 If more than one mail client has the folder opened, the message will
17540 appear to be &quot;Recent&quot; to only one of the clients.
17542 The nomenclature for New and Recent is a bit confusing:
17544 New means that the message is Unseen.
17545 It could have been in your mailbox for a long time but if you haven't looked
17546 at it, it is still considered New.
17547 That matches the default Alpine index display that shows an N for such a
17548 message.
17550 Recent means that the message was added to this folder since the last time
17551 you opened the folder.
17552 Alpine also shows an N by default for these types of messages.
17553 If you were to run two copies of Alpine that opened a folder one right after
17554 the other, a message would only show up as Recent in (at most) the first
17555 Alpine session.
17557 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17558 for more information on Patterns.
17560 Look <A HREF="h_edit_nav_cmds">here</A>
17561 to see the available Editing and Navigation commands.
17563 &lt;End of help on this topic&gt;
17564 </BODY>
17565 </HTML>
17566 ======= h_config_role_stat_del =======
17567 <HTML>
17568 <HEAD>
17569 <TITLE>Message Deleted Status Explained</TITLE>
17570 </HEAD>
17571 <BODY>
17572 <H1>Message Deleted Status Explained</H1>
17574 This part of the Pattern may have one of three possible values.
17575 The default value is &quot;Don't care&quot;, which matches any message.
17576 The other two values are &quot;Yes&quot;, which means the message must be
17577 marked &quot;Deleted&quot; in order to be a match; or &quot;No&quot;, which
17578 means the message must <EM>not</EM> be marked &quot;Deleted&quot; in order
17579 to be a match.
17581 If you are thinking of using this part of the Pattern as a way to prevent
17582 messages from being filtered more than once in a Filter Pattern,
17583 take a look at the Filter Option
17584 <A HREF="h_config_filt_opts_notdel">&quot;Move-Only-if-Not-Deleted&quot;</A>
17585 instead.
17586 It should work better than using this field since it will hide the filtered
17587 messages even if they are already Deleted.
17588 That option is at the bottom of the Filter configuration screen.
17590 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17591 for more information on Patterns.
17593 Look <A HREF="h_edit_nav_cmds">here</A>
17594 to see the available Editing and Navigation commands.
17596 &lt;End of help on this topic&gt;
17597 </BODY>
17598 </HTML>
17599 ======= h_config_role_stat_ans =======
17600 <HTML>
17601 <HEAD>
17602 <TITLE>Message Answered Status Explained</TITLE>
17603 </HEAD>
17604 <BODY>
17605 <H1>Message Answered Status Explained</H1>
17607 This part of the Pattern may have one of three possible values.
17608 The default value is &quot;Don't care&quot;, which matches any message.
17609 The other two values are &quot;Yes&quot;, which means the message must be
17610 marked &quot;Answered&quot; in order to be a match; or &quot;No&quot;, which
17611 means the message must <EM>not</EM> be marked &quot;Answered&quot; in order
17612 to be a match.
17614 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17615 for more information on Patterns.
17617 Look <A HREF="h_edit_nav_cmds">here</A>
17618 to see the available Editing and Navigation commands.
17620 &lt;End of help on this topic&gt;
17621 </BODY>
17622 </HTML>
17623 ======= h_config_role_abookfrom =======
17624 <HTML>
17625 <HEAD>
17626 <TITLE>Address in Address Book Explained</TITLE>
17627 </HEAD>
17628 <BODY>
17629 <H1>Address in Address Book Explained</H1>
17631 This option gives you a way to match messages that contain an address
17632 that is in one of your address books.
17633 Only the simple entries in your address books are searched.
17634 Address book distribution lists are ignored!
17636 This part of the Pattern may have one of five possible values.
17637 The default value is &quot;Don't care&quot;, which matches any message.
17638 The value &quot;Yes, in any address book&quot; means at least one of the addresses
17639 from the message must be in at least one of your
17640 address books in order to be a match.
17641 The value &quot;No, not in any address book&quot;
17642 means none of the addresses may
17643 be in any of your address books in order to be a match.
17645 The values &quot;Yes, in specific address books&quot; and
17646 &quot;No, not in any of specific address books&quot; are similar but instead
17647 of depending on all address books you are allowed to give a list of address
17648 books to look in.
17649 Usually this would be a single address book but it may be a
17650 list of address books as well.
17651 For each of these &quot;specific&quot; address book options you Select which
17652 of the Specific options you want (Yes or No) <EM>AND</EM> fill in the
17653 name (or list of names) of the address book in the
17654 &quot;Abook List&quot; field.
17655 The names to be used are those that appear in the ADDRESS BOOK LIST screen.
17656 The easiest way to fill in the Abook List field it to use
17657 the &quot;T&quot; command that is available when the &quot;Abook List&quot;
17658 line is highlighted.
17659 Note that you won't be able to edit the &quot;Abook List&quot; line unless the
17660 option is set to one of the two &quot;Specific&quot;, values.
17662 The addresses from the message that are checked for are determined by the
17663 setting you have for &quot;Types of addresses to check for in address book&quot;.
17664 If you set this to &quot;From&quot; the From address from the message will
17665 be looked up in the address book.
17666 If you set it to &quot;To&quot; instead then the To addresses will be used.
17667 If any of the To addresses are in the address book then it is considered
17668 a match for &quot;Yes&quot; or not a match for &quot;No&quot;.
17669 You could set it to both From and To, in which case all of the From and To
17670 addresses are used.
17671 The &quot;Reply-To&quot; and &quot;Sender&quot; cases are a little unusual.
17672 Due to deficiencies in our tools, Reply-To uses the Reply-To address if it
17673 exists or the From address if there is no Reply-To address.
17674 Same for the Sender address.
17676 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17677 for more information on Patterns.
17679 Look <A HREF="h_edit_nav_cmds">here</A>
17680 to see the available Editing and Navigation commands.
17682 &lt;End of help on this topic&gt;
17683 </BODY>
17684 </HTML>
17685 ======= h_config_inabook_from =======
17686 <HTML>
17687 <HEAD>
17688 <TITLE>From</TITLE>
17689 </HEAD>
17690 <BODY>
17691 <H1>From</H1>
17693 Setting the From line will cause the address from the From header line
17694 of the message to be checked for in the address book.
17696 &lt;End of help on this topic&gt;
17697 </BODY>
17698 </HTML>
17699 ======= h_config_inabook_replyto =======
17700 <HTML>
17701 <HEAD>
17702 <TITLE>Reply-To</TITLE>
17703 </HEAD>
17704 <BODY>
17705 <H1>Reply-To</H1>
17707 Setting the Reply-To line will cause the address from the Reply-To header line
17708 of the message to be checked for in the address book.
17709 However, if there is no Reply-To header line in the message the From header
17710 line will be used instead.
17711 We understand this is dumb but we don't have an easy way around it.
17713 &lt;End of help on this topic&gt;
17714 </BODY>
17715 </HTML>
17716 ======= h_config_inabook_sender =======
17717 <HTML>
17718 <HEAD>
17719 <TITLE>Sender</TITLE>
17720 </HEAD>
17721 <BODY>
17722 <H1>Sender</H1>
17724 Setting the Sender line will cause the address from the Sender header line
17725 of the message to be checked for in the address book.
17726 However, if there is no Sender header line in the message the From header
17727 line will be used instead.
17728 We understand this is dumb but we don't have an easy way around it.
17730 &lt;End of help on this topic&gt;
17731 </BODY>
17732 </HTML>
17733 ======= h_config_inabook_to =======
17734 <HTML>
17735 <HEAD>
17736 <TITLE>To</TITLE>
17737 </HEAD>
17738 <BODY>
17739 <H1>To</H1>
17741 Setting the To line will cause the address from the To header line
17742 of the message to be checked for in the address book.
17744 &lt;End of help on this topic&gt;
17745 </BODY>
17746 </HTML>
17747 ======= h_config_inabook_cc =======
17748 <HTML>
17749 <HEAD>
17750 <TITLE>CC</TITLE>
17751 </HEAD>
17752 <BODY>
17753 <H1>CC</H1>
17755 Setting the CC line will cause the address from the CC header line
17756 of the message to be checked for in the address book.
17758 &lt;End of help on this topic&gt;
17759 </BODY>
17760 </HTML>
17761 ======= h_config_role_stat_8bitsubj =======
17762 <HTML>
17763 <HEAD>
17764 <TITLE>Raw 8-bit in Subject Explained</TITLE>
17765 </HEAD>
17766 <BODY>
17767 <H1>Raw 8-bit in Subject Explained</H1>
17769 It seems that lots of unwanted email contains unencoded 8-bit characters
17770 in the Subject.
17771 Normally, characters with the 8th bit set are not allowed in the Subject
17772 header unless they are MIME-encoded.
17773 This option gives you a way to match messages that have Subjects that
17774 contain unencoded 8-bit characters.
17776 This part of the Pattern may have one of three possible values.
17777 The default value is &quot;Don't care&quot;, which matches any message.
17778 The other two values are &quot;Yes&quot;, which means the Subject of
17779 the message must contain unencoded 8-bit characters (characters with the
17780 most significant bit set)
17781 in order to be a match; or &quot;No&quot;, which
17782 means the Subject must <EM>not</EM>
17783 contain unencoded 8-bit characters in order to be a match.
17785 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17786 for more information on Patterns.
17788 Look <A HREF="h_edit_nav_cmds">here</A>
17789 to see the available Editing and Navigation commands.
17791 &lt;End of help on this topic&gt;
17792 </BODY>
17793 </HTML>
17794 ======= h_config_role_bom =======
17795 <HTML>
17796 <HEAD>
17797 <TITLE>Beginning of Month</TITLE>
17798 </HEAD>
17799 <BODY>
17800 <H1>Beginning of Month</H1>
17802 This option gives you a limited ability to take different actions depending on whether
17803 this is the first time Alpine has been run this month or not.
17804 Though it would be nice to have such an option available, this is not the
17805 same as whether or not this is the first time a paricular folder has been
17806 opened this month.
17807 If you want some action (probably Filtering) to take place in a folder each
17808 month, then you will need to be sure that the folder is opened during the
17809 first Alpine session of the month in order for this option to be helpful.
17811 This part of the Pattern may have one of three possible values.
17812 The default value is &quot;Don't care&quot;, which matches any message.
17813 The other two values are &quot;Yes&quot;, which means this is the first
17814 time Alpine has been run this month;
17815 or &quot;No&quot;, which
17816 means this is not the first time Alpine has been run this month.
17818 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17819 for more information on Patterns.
17821 Here are some technical details.
17822 The way that Alpine decides if it is the beginning of the month or not is
17823 to compare today's date with the date stored in the
17824 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17825 variable in the config file.
17826 If the month of today's date is later than the month stored in the variable,
17827 then this is considered to be the first time you have run Alpine this month, and
17828 that turns the Beginning of the Month option on.
17830 Look <A HREF="h_edit_nav_cmds">here</A>
17831 to see the available Editing and Navigation commands.
17833 &lt;End of help on this topic&gt;
17834 </BODY>
17835 </HTML>
17836 ======= h_config_role_boy =======
17837 <HTML>
17838 <HEAD>
17839 <TITLE>Beginning of Year</TITLE>
17840 </HEAD>
17841 <BODY>
17842 <H1>Beginning of Year</H1>
17844 This option gives you a limited ability to take different actions depending on whether
17845 this is the first time Alpine has been run this year or not.
17846 Though it would be nice to have such an option available, this is not the
17847 same as whether or not this is the first time a paricular folder has been
17848 opened this year.
17849 If you want some action (probably Filtering) to take place in a folder each
17850 year, then you will need to be sure that the folder is opened during the
17851 first Alpine session of the year in order for this option to be helpful.
17853 This part of the Pattern may have one of three possible values.
17854 The default value is &quot;Don't care&quot;, which matches any message.
17855 The other two values are &quot;Yes&quot;, which means this is the first
17856 time Alpine has been run this year;
17857 or &quot;No&quot;, which
17858 means this is not the first time Alpine has been run this year.
17860 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
17861 for more information on Patterns.
17863 Here are some technical details.
17864 The way that Alpine decides if it is the beginning of the year or not is
17865 to compare today's date with the date stored in the
17866 <A HREF="h_config_prune_date"><!--#echo var="VAR_last-time-prune-questioned"--></A>
17867 variable in the config file.
17868 If the year of today's date is later than the year stored in the variable,
17869 then this is considered to be the first time you have run Alpine this year, and
17870 that turns the Beginning of the Year option on.
17872 Look <A HREF="h_edit_nav_cmds">here</A>
17873 to see the available Editing and Navigation commands.
17875 &lt;End of help on this topic&gt;
17876 </BODY>
17877 </HTML>
17878 ======= h_config_role_inick =======
17879 <HTML>
17880 <HEAD>
17881 <TITLE>Initialize Values From Role Explained</TITLE>
17882 </HEAD>
17883 <BODY>
17884 <H1>Initialize Values From Role Explained</H1>
17886 This is a power user feature.
17887 You will usually want to leave this field empty.
17888 The value of this field is the nickname of another one of your roles.
17889 The Action values from that other role
17890 are used as the initial values of the Action items for this role.
17891 If you put something in any of the action fields for this role, that will
17892 override whatever was in the corresponding field of the initializer role.
17894 You might use this field if the &quot;Action&quot; part of one of your roles
17895 is something you want to use in more than one role.
17896 Instead of filling in those action values again for each role, you
17897 may give the nickname of the role where the values are filled in.
17898 It's just a shortcut way to define Role Actions.
17900 Here's an example to help explain how this works.
17901 Suppose you have a role with nickname &quot;role1&quot; and role1 has
17902 (among other things)
17904 <CENTER><SAMP>Set Reply-To = The Pres &lt;president@example.com&gt;</SAMP></CENTER>
17906 set.
17907 If in &quot;role2&quot; you set &quot;Initialize settings using role&quot; to
17908 &quot;role1&quot;, then role2 will inherit the Set Reply-To value
17909 from role1 by default (and any of the other inheritable action values
17910 that are set).
17911 So if role2 had
17913 <CENTER><SAMP>Set Reply-To = &lt;No Value Set&gt;</SAMP></CENTER>
17915 defined, the Reply-To used with role2 would be &quot;The Pres &lt;president@example.com&gt;&quot;
17916 However, if role2 had
17918 <CENTER><SAMP>Set Reply-To = VP &lt;vicepresident@example.com&gt;</SAMP></CENTER>
17920 defined, then the Reply-To used with role2 would be &quot;VP &lt;vicepresident@example.com&gt;&quot; instead.
17922 If you wish,
17923 you may choose a nickname from your list of roles by using the
17924 &quot;T&quot; command.
17925 If the role you are using to initialize also has a role it initializes from,
17926 then that initialization happens first.
17927 That is, inheritance works as expected with the grandparent and
17928 great-grandparent (and so on) roles having the expected effect.
17930 Look <A HREF="h_edit_nav_cmds">here</A>
17931 to see the available Editing and Navigation commands.
17933 &lt;End of help on this topic&gt;
17934 </BODY>
17935 </HTML>
17936 ======= h_config_role_setfrom =======
17937 <HTML>
17938 <HEAD>
17939 <TITLE>Set From Explained</TITLE>
17940 </HEAD>
17941 <BODY>
17942 <H1>Set From Explained</H1>
17944 This describes part of the action to be taken if the Pattern for this
17945 role is a match.
17946 This field consists of a single address that will be used as the From
17947 address on the message you are sending.
17948 This should be a fully-qualified address like
17950 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17952 or just
17954 <CENTER><SAMP>user@domain</SAMP></CENTER>
17956 If you wish,
17957 you may choose an address from your address book with the
17958 &quot;T&quot; command.
17960 If this is left blank, then your normal From address will be used.
17962 You may also find it useful to add the changed From address to the
17963 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
17964 configuration option.
17966 Look <A HREF="h_edit_nav_cmds">here</A>
17967 to see the available Editing and Navigation commands.
17969 &lt;End of help on this topic&gt;
17970 </BODY>
17971 </HTML>
17972 ======= h_config_role_setreplyto =======
17973 <HTML>
17974 <HEAD>
17975 <TITLE>Set Reply-To Explained</TITLE>
17976 </HEAD>
17977 <BODY>
17978 <H1>Set Reply-To Explained</H1>
17980 This describes part of the action to be taken if the Pattern for this
17981 role is a match.
17982 This field consists of a single address that will be used as the Reply-To
17983 address on the message you are sending.
17984 This may be a fully-qualified address like
17986 <CENTER><SAMP>Full Name &lt;user@domain&gt;</SAMP></CENTER>
17988 or just
17990 <CENTER><SAMP>user@domain</SAMP></CENTER>
17992 If you wish,
17993 you may choose an address from your address book with the
17994 &quot;T&quot; command.
17996 If this is left blank, then there won't be a Reply-To address unless
17997 you have configured one specially with the
17998 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>"
17999 configuration option.
18001 Look <A HREF="h_edit_nav_cmds">here</A>
18002 to see the available Editing and Navigation commands.
18004 &lt;End of help on this topic&gt;
18005 </BODY>
18006 </HTML>
18007 ======= h_config_role_setfcc =======
18008 <HTML>
18009 <HEAD>
18010 <TITLE>Set Fcc Explained</TITLE>
18011 </HEAD>
18012 <BODY>
18013 <H1>Set Fcc Explained</H1>
18015 This describes part of the action to be taken if the Pattern for this
18016 role is a match.
18017 This field consists of a single folder name that will be used in
18018 the Fcc field of the message you are sending.
18019 You may put anything here that you would normally type into the Fcc
18020 field from the composer.
18022 In addition, an fcc of &quot;&quot; (two double quotation marks) means
18023 no Fcc.
18025 A blank field here means that Alpine will use its normal rules for deciding
18026 the default value of the Fcc field.
18027 For many roles, perhaps most, it may make more sense for you to use the
18028 other Alpine facilities for setting the Fcc.
18029 In particular, if you want the Fcc to depend on who you are sending the
18030 message to then the <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A>
18031 is probably more useful.
18032 In that case, you would want to leave the Fcc field here blank.
18033 However, if you have a role that depends on who the message you are replying
18034 to was From, or what address that message was sent to;
18035 then it might make sense to set the Fcc for that role here.
18037 If you wish,
18038 you may choose a folder from your folder collections by using the
18039 &quot;T&quot; command.
18041 Look <A HREF="h_edit_nav_cmds">here</A>
18042 to see the available Editing and Navigation commands.
18044 &lt;End of help on this topic&gt;
18045 </BODY>
18046 </HTML>
18047 ======= h_config_role_usesmtp =======
18048 <HTML>
18049 <HEAD>
18050 <TITLE>Use SMTP Server Explained</TITLE>
18051 </HEAD>
18052 <BODY>
18053 <H1>Use SMTP Server Explained</H1>
18055 This describes part of the action to be taken if the Pattern for this
18056 role is a match.
18057 If this field has a value, then it will be used as the SMTP server
18058 to send mail when this role is being used (unless the SMTP server variable
18059 is set in the system-wide fixed configuration file).
18060 It has the same semantics as the
18061 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18062 variable in the Setup/Config screen.
18064 If you are using this to post from home when you are at home and from
18065 work when you are at work you need to be careful about postponing messages.
18066 When you postpone a composition that was using a role with this variable
18067 set, the SMTP server list will be saved
18068 with the postponed composition.
18069 It cannot be changed later.
18070 Because of this, you may want to make this a list of SMTP servers
18071 with the preferred server at the front of the list and alternate servers
18072 later in the list.
18073 In your &quot;Home&quot; role you would put the home SMTP server first and
18074 the work SMTP server last.
18075 In your &quot;Work&quot; role you would put the work SMTP server first and
18076 the home SMTP server last.
18077 Then if you start a composition as &quot;Work&quot;, postpone
18078 it, and then later resume it from home the work SMTP server will fail but
18079 the home SMTP server later in the list will succeed.
18081 You may be able to simplify things by making the regular
18082 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
18083 variable in the Setup/Config screen a list instead of using roles
18084 to set the SMTP server.
18087 Look <A HREF="h_edit_nav_cmds">here</A>
18088 to see the available Editing and Navigation commands.
18090 &lt;End of help on this topic&gt;
18091 </BODY>
18092 </HTML>
18093 ======= h_config_role_usenntp =======
18094 <HTML>
18095 <HEAD>
18096 <TITLE>Use NNTP Server Explained</TITLE>
18097 </HEAD>
18098 <BODY>
18099 <H1>Use NNTP Server Explained</H1>
18101 This describes part of the action to be taken if the Pattern for this
18102 role is a match.
18103 If this field has a value, then it will be used as the NNTP server
18104 to post to newsgroups when this role is being used (unless the NNTP server
18105 variable
18106 is set in the system-wide fixed configuration file).
18107 It has the same semantics as the
18108 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18109 variable in the Setup/Config screen.
18111 This role setting can facilitate posting to the right nntp server for someone
18112 who reads news from various news sources.  The feature
18113 <A HREF="h_config_predict_nntp_server">&quot;<!--#echo var="FEAT_predict-nntp-server"-->&quot;</A>
18114 allows for setting the correct <!--#echo var="VAR_nntp-server"--> without having to individually
18115 set a role for that <!--#echo var="VAR_nntp-server"-->, but for greater flexibility, setting
18116 nntp servers for roles may be more desirable for some people.
18118 If you are using this to post from home when you are at home and from
18119 work when you are at work you need to be careful about postponing messages.
18120 When you postpone a composition that was using a role with this variable
18121 set, the NNTP server list will be saved
18122 with the postponed composition.
18123 It cannot be changed later.
18124 Because of this, you may want to make this a list of NNTP servers
18125 with the preferred server at the front of the list and alternate servers
18126 later in the list.
18127 In your &quot;Home&quot; role you would put the home NNTP server first and
18128 the work NNTP server last.
18129 In your &quot;Work&quot; role you would put the work NNTP server first and
18130 the home NNTP server last.
18131 Then if you start a composition as &quot;Work&quot;, postpone
18132 it, and then later resume it from home the work NNTP server will fail but
18133 the home NNTP server later in the list will succeed.
18135 You may be able to simplify things by making the regular
18136 <A HREF="h_config_nntp_server">&quot;<!--#echo var="VAR_nntp-server"-->&quot;</A>
18137 variable in the Setup/Config screen a list instead of using roles
18138 to set the NNTP server.
18141 Look <A HREF="h_edit_nav_cmds">here</A>
18142 to see the available Editing and Navigation commands.
18144 &lt;End of help on this topic&gt;
18145 </BODY>
18146 </HTML>
18147 ======= h_config_role_setotherhdr =======
18148 <HTML>
18149 <HEAD>
18150 <TITLE>Set Other Headers Explained</TITLE>
18151 </HEAD>
18152 <BODY>
18153 <H1>Set Other Headers Explained</H1>
18155 This describes part of the action to be taken if the Pattern for this
18156 role is a match.
18157 This field gives you a way to set values for headers besides
18158 &quot;From&quot; and &quot;Reply-To&quot;.
18159 If you want to set either of those, use the specific
18160 &quot;Set From&quot; and &quot;Set Reply-To&quot; settings above.
18162 This field is similar to the
18163 "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" option.
18164 Each header you specify here must include the header tag 
18165 (&quot;To:&quot;, &quot;Approved:&quot;, etc.)
18166 and may optionally include a value for that header.
18167 In order to see these headers when you compose using this role you 
18168 must use the rich header
18169 <!--chtml if pinemode="function_key"-->(F5)
18170 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
18171 Here's an example that shows how you might set the To address.
18173 <CENTER><SAMP>Set Other Hdrs = To: Full Name &lt;user@domain&gt;</SAMP></CENTER>
18175 Headers set in this way are different from headers set with the
18176 <!--#echo var="VAR_customized-hdrs"--> option in that the value you give for a header here
18177 will replace any value that already exists.
18178 For example, if you are Replying to a message there will already be at
18179 least one address in the To header (the address you are Replying to).
18180 However, if you Reply using a role that sets the To header, that role's
18181 To header value will be used instead.
18183 Limitation: Because commas are used to separate the list of
18184 Other Headers, it is not possible to have the value of a
18185 header contain a comma;
18186 nor is there currently an &quot;escape&quot; mechanism provided
18187 to make this work.
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_setlitsig =======
18196 <HTML>
18197 <HEAD>
18198 <TITLE>Set Literal Signature Explained</TITLE>
18199 </HEAD>
18200 <BODY>
18201 <H1>Set Literal Signature Explained</H1>
18203 This describes part of the action to be taken if the Pattern for this
18204 role is a match.
18205 This field contains the actual text for your signature, as opposed to
18206 the name of a file containing your signature.
18207 If this is defined it takes precedence over any value set in the
18208 &quot;Set Signature&quot; field.
18210 This is simply a different way to store the signature.
18211 The signature is stored inside your Alpine configuration file instead of in
18212 a separate file.
18213 Tokens work the same way they do with
18214 <A HREF="h_config_role_setsig">Set Signature</A>, so refer to the
18215 help text there for more information.
18218 The two character sequence &#92;n (backslash followed by
18219 the character n) will be used to signify a line-break in your signature.
18220 You don't have to enter the &#92;n, but it will be visible in the
18221 CHANGE THIS ROLE RULE window after you are done editing the signature.
18223 Look <A HREF="h_edit_nav_cmds">here</A>
18224 to see the available Editing and Navigation commands.
18226 &lt;End of help on this topic&gt;
18227 </BODY>
18228 </HTML>
18229 ======= h_config_role_setsig =======
18230 <HTML>
18231 <HEAD>
18232 <TITLE>Set Signature Explained</TITLE>
18233 </HEAD>
18234 <BODY>
18235 <H1>Set Signature Explained</H1>
18237 This describes part of the action to be taken if the Pattern for this
18238 role is a match.
18240 If either the default <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A>
18241 option from Setup/Config
18242 or the &quot;Set LiteralSig&quot; option for this role are defined,
18243 then this option will be ignored.
18244 You can tell that that is the case because the value of this
18245 option will show up as
18247 <CENTER><SAMP>&lt;Ignored: using LiteralSig instead&gt;</SAMP></CENTER>
18249 You may either use all Literal Signatures (signatures stored in your
18250 configuration file) throughout Alpine, or all signature files.
18251 You can't mix the two.
18253 This field consists of a filename that will be used as the signature
18254 file when using this role.
18256 If the filename is followed by a vertical bar (|) then instead
18257 of reading the contents of the file the file is assumed to be a
18258 program that will produce the text to be used on its standard output.
18259 The program can't have any arguments and doesn't receive any input from Alpine,
18260 but the rest of the processing works as if the contents came from a file.
18262 Instead of storing the data in a local file, the
18263 signature data may be stored remotely in an IMAP folder.
18264 In order to do this, 
18265 you must use a remote name for the signature.
18266 A remote signature name might look like:
18268 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/sig3</SAMP></CENTER>
18271 The syntax used here is the same as the syntax used for a remote
18272 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18273 Note that you may not access an existing signature file remotely,
18274 you have to create a new <EM>folder</EM> that contains the signature data.
18275 If the name you use here for the signature data is a remote name, then when
18276 you edit the file using the &quot;F&quot; command the data will
18277 be saved remotely in the folder.
18278 You aren't required to do anything special to create the folder, it
18279 gets created if you use a remote name.
18282 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18283 the name of the file) you have specified.
18284 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18286 Besides containing regular text, a signature file may also
18287 contain (or a signature program may produce) tokens that are replaced with text
18288 that depends on the message you are replying to or forwarding.
18289 The tokens all look like _word_ (a word surrounded by underscores).
18290 For example, if the token
18292 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18294 is included in the text of the signature file, then when you reply to
18295 or forward a message, the token will be replaced with the actual date
18296 the message you are replying to or forwarding was sent.
18298 If you use a role that has a signature file for a plain composition
18299 (that is, not a reply or forward) then there is no original message, so
18300 any tokens that depend on the message will be replaced with nothing.
18301 So if you want a signature file to be useful for new compositions it
18302 shouldn't include any of the tokens that depend on the message being
18303 replied to or forwarded.
18305 The list of available tokens is
18306 <A HREF="h_index_tokens">here</A>.
18308 Actually, for the adventurous, there is a way to conditionally include text based
18309 on whether or not a token would result in specific replacement text.
18310 For example, you could include some text based on whether or not
18311 the _NEWS_ token would result in any newsgroups if it was used.
18312 It's explained in detail
18313 <A HREF="h_reply_token_conditionals">here</A>.
18315 In the very unlikely event that you want to include a literal token in
18316 a signature file, you must precede it with a backslash character.
18317 For example, to include the literal text _DATE_ you must actually use
18318 &#92;_DATE_.
18319 It is not possible to have a literal backslash followed by an expanded token.
18321 A blank field here means that Alpine will use its normal rules for deciding
18322 which file (if any) to use for the signature file.
18324 An alternate method for storing the signature is available in
18325 <A HREF="h_config_role_setlitsig">Set Literal Signature</A>.
18327 Look <A HREF="h_edit_nav_cmds">here</A>
18328 to see the available Editing and Navigation commands.
18330 &lt;End of help on this topic&gt;
18331 </BODY>
18332 </HTML>
18333 ======= h_config_role_settempl =======
18334 <HTML>
18335 <HEAD>
18336 <TITLE>Set Template Explained</TITLE>
18337 </HEAD>
18338 <BODY>
18339 <H1>Set Template Explained</H1>
18341 This describes part of the action to be taken if the Pattern for this
18342 role is a match.
18343 This field consists of a filename that will be used as the template
18344 file when using this role.
18345 The template file is a file that is included at the top of the message you
18346 are composing.
18348 If the filename is followed by a vertical bar (|) then instead
18349 of reading the contents of the file the file is assumed to be a
18350 program that will produce the text to be used on its standard output.
18351 The program can't have any arguments and doesn't receive any input from Alpine,
18352 but the rest of the processing works as if the contents came from a file.
18354 Instead of storing the data in a local file, the
18355 template may be stored remotely in an IMAP folder.
18356 In order to do this, 
18357 you must use a remote name for the template.
18358 A remote template name might look like:
18360 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/templ3</SAMP></CENTER>
18363 The syntax used here is the same as the syntax used for a remote
18364 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>.
18365 Note that you may not access an existing template file remotely,
18366 you have to create a new <EM>folder</EM> that contains the template data.
18367 If the name you use here for the template is a remote name, then when
18368 you edit the file using the &quot;F&quot; command the data will
18369 be saved remotely in the folder.
18370 You aren't required to do anything special to create the folder, it
18371 gets created if you use a remote name.
18373 If you type &quot;F&quot; you may edit the contents of the file (as opposed to
18374 the name of the file) you have specified.
18375 If you type &quot;T&quot; you may use a browser to choose an existing filename.
18377 Besides containing regular text, the template file may also
18378 contain (or a template file program may produce) tokens that are replaced with text
18379 that depends on the message you are replying to or forwarding.
18380 The tokens all look like _word_ (a word surrounded by underscores).
18381 For example, if the token
18383 <CENTER><SAMP>_DATE_</SAMP></CENTER>
18385 is included in the text of the template file, then when you reply to
18386 or forward a message, the token will be replaced with the actual date
18387 the message you are replying to or forwarding was sent.
18389 If you use a role that has a template file for a plain composition
18390 (that is, not a reply or forward) then there is no original message, so
18391 any tokens that depend on the message will be replaced with nothing.
18392 So if you want a template file to be useful for new compositions it
18393 shouldn't include any of the tokens that depend on the message being
18394 replied to or forwarded.
18396 The list of available tokens is
18397 <A HREF="h_index_tokens">here</A>.
18399 Actually, for the adventurous, there is a way to conditionally include text based
18400 on whether or not a token would result in specific replacement text.
18401 For example, you could include some text based on whether or not
18402 the _NEWS_ token would result in any newsgroups if it was used.
18403 It's explained in detail
18404 <A HREF="h_reply_token_conditionals">here</A>.
18406 In the very unlikely event that you want to include a literal token in
18407 a template file, you must precede it with a backslash character.
18408 For example, to include the literal text _DATE_ you must actually use
18409 &#92;_DATE_.
18410 It is not possible to have a literal backslash followed by an expanded token.
18412 A blank template field means that Alpine will not use a template file when
18413 this role is being used.
18415 Look <A HREF="h_edit_nav_cmds">here</A>
18416 to see the available Editing and Navigation commands.
18418 &lt;End of help on this topic&gt;
18419 </BODY>
18420 </HTML>
18421 ======= h_config_filt_stat_imp =======
18422 <HTML>
18423 <HEAD>
18424 <TITLE>Set Important Status Explained</TITLE>
18425 </HEAD>
18426 <BODY>
18427 <H1>Set Important Status Explained</H1>
18429 This describes part of the action to be taken if the Pattern for this
18430 filter is a match.
18431 If set to &quot;Don't change it&quot; then this does nothing.
18432 If set to &quot;Set this state&quot; then the Important flag is set
18433 for the matching message.
18434 If set to &quot;Clear this state&quot; then the Important flag is cleared
18435 for the matching message.
18436 The important flag usually causes an asterisk to show up in the MESSAGE
18437 INDEX.
18438 It may also be useful when selecting a set of messages
18439 with the Select command.
18441 Look <A HREF="h_edit_nav_cmds">here</A>
18442 to see the available Editing and Navigation commands.
18444 &lt;End of help on this topic&gt;
18445 </BODY>
18446 </HTML>
18447 ======= h_config_filt_stat_new =======
18448 <HTML>
18449 <HEAD>
18450 <TITLE>Set New Status Explained</TITLE>
18451 </HEAD>
18452 <BODY>
18453 <H1>Set New Status Explained</H1>
18455 This describes part of the action to be taken if the Pattern for this
18456 filter is a match.
18457 If set to &quot;Don't change it&quot; then this does nothing.
18458 If set to &quot;Set this state&quot; then the
18459 matching message is marked New.
18460 If set to &quot;Clear this state&quot; then the
18461 matching message is marked Seen.
18463 Look <A HREF="h_edit_nav_cmds">here</A>
18464 to see the available Editing and Navigation commands.
18466 &lt;End of help on this topic&gt;
18467 </BODY>
18468 </HTML>
18469 ======= h_config_filt_stat_ans =======
18470 <HTML>
18471 <HEAD>
18472 <TITLE>Set Answered Status Explained</TITLE>
18473 </HEAD>
18474 <BODY>
18475 <H1>Set Answered Status Explained</H1>
18477 This describes part of the action to be taken if the Pattern for this
18478 filter is a match.
18479 If set to &quot;Don't change it&quot; then this does nothing.
18480 If set to &quot;Set this state&quot; then the Answered flag is set
18481 for the matching message.
18482 If set to &quot;Clear this state&quot; then the Answered flag is cleared
18483 for the matching message.
18485 Look <A HREF="h_edit_nav_cmds">here</A>
18486 to see the available Editing and Navigation commands.
18488 &lt;End of help on this topic&gt;
18489 </BODY>
18490 </HTML>
18491 ======= h_config_filt_stat_del =======
18492 <HTML>
18493 <HEAD>
18494 <TITLE>Set Deleted Status Explained</TITLE>
18495 </HEAD>
18496 <BODY>
18497 <H1>Set Deleted Status Explained</H1>
18499 This describes part of the action to be taken if the Pattern for this
18500 filter is a match.
18501 If set to &quot;Don't change it&quot; then this does nothing.
18502 If set to &quot;Set this state&quot; then the
18503 matching message is marked Deleted.
18504 If set to &quot;Clear this state&quot; then the
18505 matching message is marked UnDeleted.
18507 You should not use this option unless you are prepared to have matching
18508 messages expunged from the folder permanently.
18509 For example, if you type the Expunge command, this filter is applied
18510 before the expunge, so matching messages will be marked Deleted and then
18511 will be permanently expunged from the folder.
18512 However, since the index isn't redrawn in between the time that the message
18513 is marked Deleted and the time that you are asked to expunge, the only
18514 indication that you are expunging the message comes in the number of messages
18515 being expunged.
18516 The same thing may happen when you close a folder.
18517 It is also possible that an expunge not initiated by you will
18518 delete matching messages.
18520 Look <A HREF="h_edit_nav_cmds">here</A>
18521 to see the available Editing and Navigation commands.
18523 &lt;End of help on this topic&gt;
18524 </BODY>
18525 </HTML>
18526 ======= h_config_role_scoreval =======
18527 <HTML>
18528 <HEAD>
18529 <TITLE>Score Value Explained</TITLE>
18530 </HEAD>
18531 <BODY>
18532 <H1>Score Value Explained</H1>
18534 A message's score is the sum of the Score Values from all of the Scoring rules
18535 with Patterns that match the message.
18536 The value you give here is the Score Value associated with this rule.
18537 A Score Value is an integer between -100 and 100, with the default
18538 value of zero.
18540 Alternatively, if the
18541 <A HREF="h_config_role_scorehdrtok">&quot;Score From Header&quot;</A>
18542 field is defined
18543 (on the line right below the &quot;Score Value&quot; field)
18544 then the &quot;Score Value&quot; is ignored and
18545 the &quot;Score From Header&quot; field is used instead.
18547 Look <A HREF="h_edit_nav_cmds">here</A>
18548 to see the available Editing and Navigation commands.
18550 &lt;End of help on this topic&gt;
18551 </BODY>
18552 </HTML>
18553 ======= h_config_role_scorehdrtok =======
18554 <HTML>
18555 <HEAD>
18556 <TITLE>Score Value From Header Explained</TITLE>
18557 </HEAD>
18558 <BODY>
18559 <H1>Score Value From Header Explained</H1>
18561 This option provides a way to use a number that appears in the headers of your
18562 messages as the message's score, or as a component of that score.
18563 If this field is defined then it is used instead of the &quot;Score Value&quot;.
18564 The idea behind this option is that there may be a score embedded in the
18565 headers of messages that has already been calculated outside of Alpine.
18566 For example, messages delivered to you may contain an &quot;X-Spam&quot; header and
18567 somewhere in that header there is a score.
18569 The value for this option is the name of the header followed by parentheses
18570 with two arguments inside:
18572 <CENTER><SAMP>HeaderName(field_number,field_separators)</SAMP></CENTER>
18574 No space is allowed between the comma and the start of the field_separators.
18575 It would be interpreted as the first separator if it was there.
18576 Field 0 is the whole line, Field 1 is the data up to the first separator, Field 2
18577 starts after that and goes to the second separator, and so on.
18578 It's easier to explain with examples.
18580 <CENTER><SAMP>X-Spam(2,&quot;&nbsp;&quot;)</SAMP></CENTER>
18582 In the above example the header that is used is the &quot;X-Spam&quot; header.
18583 The value of that header (the part after the colon and the space) is split
18584 into fields separated by spaces.
18586 <CENTER><SAMP>Field1 &lt;space&gt; Field2 &lt;space&gt; Field3 ...</SAMP></CENTER>
18588 The second field is selected and converted to an integer. It only makes sense
18589 if Field2 really is an integer.
18591 Here's an example of a SpamAssassin header.
18592 The exact look of the header will vary, but if your incoming mail
18593 contains headers that look like the following
18595 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
18597 you might want to use the hits value as a score.
18598 Since the score is an integer value you can't make use of the decimal part of
18599 the number, but
18600 you might split off the hits=10 part as a score by using the characters &quot;=&quot;
18601 and &quot;.&quot; as your separators.
18603 <CENTER><SAMP>X-Spam-Status(2,&quot;=.&quot;)</SAMP></CENTER>
18605 The first field starts with the Y in Yes and goes until the &quot;=&quot; after
18606 hits.
18607 The second field is &quot;10&quot; so the score value would be 10.
18609 Another example we've seen has headers that look like
18611 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
18613 Because there are two equals before the 7% the value
18615 <CENTER><SAMP>X-Spam(3,&quot;=%&quot;)</SAMP></CENTER>
18617 should capture the probability as the score.
18619 The Score From Header scoring value actually works just like the
18620 regular Score Value in that the rest of the pattern has to match before
18621 it is used and the scores from all the different scoring rules that
18622 match for a particular message are added together.
18623 When using the Score From Header method it may (or may not) make sense to
18624 use only a single scoring rule with a pattern that matches every message.
18626 Look <A HREF="h_edit_nav_cmds">here</A>
18627 to see the available Editing and Navigation commands.
18629 &lt;End of help on this topic&gt;
18630 </BODY>
18631 </HTML>
18632 ======= h_config_role_replyuse =======
18633 <HTML>
18634 <HEAD>
18635 <TITLE>Reply Use Explained</TITLE>
18636 </HEAD>
18637 <BODY>
18638 <H1>Reply Use Explained</H1>
18640 This option determines how this particular role will be used when Replying
18641 to a message.
18642 There are three possible values for this option.
18643 The value &quot;Never&quot;
18644 means that this role will not be a candidate for use when Replying.
18645 The role's Pattern will not be checked for a match, however the role will
18646 be available to be manually switched to if there is a confirmation prompt.
18649 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18650 mean that you do want to consider this role when Replying.
18651 For either of these settings, the role's Pattern will be compared with
18652 the message being replied to.
18653 If there is a match then this role will either be used without confirmation
18654 or will be the default when confirmation is asked for, depending on
18655 which of the two options is selected.
18656 If confirmation is requested, you will also have a chance to
18657 manually change the role to any one of your other roles.
18660 You won't be prompted for confirmation if none of your role Patterns
18661 match the message being replied to.
18662 This is independent of the value of the current option.
18663 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18664 feature may be used to change this behavior.
18666 &lt;End of help on this topic&gt;
18667 </BODY>
18668 </HTML>
18669 ======= h_config_role_forwarduse =======
18670 <HTML>
18671 <HEAD>
18672 <TITLE>Forward Use Explained</TITLE>
18673 </HEAD>
18674 <BODY>
18675 <H1>Forward Use Explained</H1>
18677 This option determines how this particular role will be used when Forwarding
18678 a message.
18679 There are three possible values for this option.
18680 The value &quot;Never&quot;
18681 means that this role will not be a candidate for use when Forwarding.
18682 The role's Pattern will not be checked for a match, however the role will
18683 be available to be manually switched to if there is a confirmation prompt.
18686 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18687 mean that you do want to consider this role when Forwarding.
18688 For either of these settings, the role's Pattern will be compared with
18689 the message being forwarded.
18690 If there is a match then this role will either be used without confirmation
18691 or will be the default when confirmation is asked for, depending on
18692 which of the two options is selected.
18693 If confirmation is requested, you will also have a chance to
18694 manually change the role to any one of your other roles.
18697 You won't be prompted for confirmation if none of your role Patterns
18698 match the message being forwarded.
18699 This is independent of the value of the current option.
18700 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18701 feature may be used to change this behavior.
18703 &lt;End of help on this topic&gt;
18704 </BODY>
18705 </HTML>
18706 ======= h_config_role_composeuse =======
18707 <HTML>
18708 <HEAD>
18709 <TITLE>Compose Use Explained</TITLE>
18710 </HEAD>
18711 <BODY>
18712 <H1>Compose Use Explained</H1>
18714 This option determines how this particular role will be used when Composing
18715 a new message using the &quot;Compose&quot; command.
18716 This does not affect what happens when using the &quot;Role&quot; command
18717 to compose a new message.
18718 The &quot;Role&quot; command allows you to select a role from all of the
18719 roles you have defined, regardless of what Uses you've assigned to those
18720 roles.
18723 There are three possible values for this option.
18724 The value &quot;Never&quot;
18725 means that this role will not be a candidate for use when Composing.
18726 The role's Current Folder Type will not be checked for a match, however the role
18727 will be available to be manually switched to if there is a confirmation prompt.
18730 The options &quot;With confirmation&quot; and &quot;Without confirmation&quot;
18731 mean that you do want to consider this role when Composing.
18732 For either of these settings,
18733 the role's Current Folder Type will be checked (since there is no message
18734 to compare with, the rest of the Pattern is considered a match).
18735 If there is a match then this role will either be used without confirmation
18736 or will be the default when confirmation is asked for, depending on
18737 which of the two options is selected.
18738 If confirmation is requested, you will also have a chance to
18739 manually change the role to any one of your other roles.
18742 When using the Compose command the role checking is a little different
18743 because there is no message being replied to or forwarded.
18744 Because of this the Current Folder Type is checked but the header pattern
18745 fields, the AllText pattern, the BodyText pattern, and the Score Interval are all ignored.
18746 A role is considered to be a match if it is a candidate for Compose Use and
18747 its Current Folder Type matches the currently open folder.
18748 This could be useful if you want to set a role based on the folder you
18749 are reading, or the type of folder you are reading.
18752 You won't be prompted for confirmation if none of your role Patterns
18753 are a match.
18754 This is independent of the value of the current option.
18755 The <A HREF="h_config_confirm_role"><!--#echo var="FEAT_confirm-role-even-for-default"--></A>
18756 feature may be used to change this behavior.
18758 &lt;End of help on this topic&gt;
18759 </BODY>
18760 </HTML>
18761 ======= h_config_filter_folder =======
18762 <HTML>
18763 <HEAD>
18764 <TITLE>Filter Folder Explained</TITLE>
18765 </HEAD>
18766 <BODY>
18767 <H1>Filter Folder Explained</H1>
18769 When the Filter Action is set to &quot;Move&quot;,
18770 the folder or folders specified here will be used to store messages matching
18771 the provided pattern.
18774 If you set the Filter Action to &quot;Move&quot; you must give a folder name
18775 here.
18778 If you wish,
18779 you may choose a folder from your folder collections by using the
18780 &quot;T&quot; command.
18782 Besides regular text, the folder name may also contain
18783 tokens that are replaced with text representing the current date
18784 when you run Alpine.
18785 For example, if the folder name you use is
18787 <CENTER><SAMP>abc-_CURYEAR_-_CURMONTHABBREV_</SAMP></CENTER>
18789 that is replaced with something like
18791 <CENTER><SAMP>abc-2004-oct</SAMP></CENTER>
18795 <CENTER><SAMP>abc-_CURYEAR2DIGIT_-_CURMONTH2DIGIT_</SAMP></CENTER>
18797 becomes
18799 <CENTER><SAMP>abc-04-10</SAMP></CENTER>
18801 The token names must be surrounded by underscores in order to be recognized
18802 as tokens.
18803 The tokens that may be used are those that are derived from the current date.
18804 They're listed near the bottom of the list of tokens give
18805 <A HREF="h_index_tokens">here</A>.
18807 Look &quot;<A HREF="h_rule_patterns">here</A>&quot;
18808 for more information on Patterns.
18810 Look <A HREF="h_edit_nav_cmds">here</A>
18811 to see the available Editing and Navigation commands.
18813 &lt;End of help on this topic&gt;
18814 </BODY>
18815 </HTML>
18816 ======= h_config_filter_kw_set =======
18817 <HTML>
18818 <HEAD>
18819 <TITLE>Set These Keywords Explained</TITLE>
18820 </HEAD>
18821 <BODY>
18822 <H1>Set These Keywords Explained</H1>
18824 This describes part of the action to be taken if the Pattern for this
18825 filter is a match.
18826 Read a little about keywords in the help text for the
18827 <A HREF="h_common_flag">Flag</A> command.
18828 This option is a list of keywords that will be Set when there is a match.
18829 If you wish, you may choose keywords from the list of keywords you have
18830 defined with the &quot;T&quot; command.
18831 You may add new keywords by defining them in the
18832 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18833 If you have given a keyword a nickname when configuring it,
18834 that nickname may be used instead of the actual keyword.
18837 Look <A HREF="h_edit_nav_cmds">here</A>
18838 to see the available Editing and Navigation commands.
18840 &lt;End of help on this topic&gt;
18841 </BODY>
18842 </HTML>
18843 ======= h_config_filter_kw_clr =======
18844 <HTML>
18845 <HEAD>
18846 <TITLE>Clear These Keywords Explained</TITLE>
18847 </HEAD>
18848 <BODY>
18849 <H1>Clear These Keywords Explained</H1>
18851 This describes part of the action to be taken if the Pattern for this
18852 filter is a match.
18853 Read a little about keywords in the help text for the
18854 <A HREF="h_common_flag">Flag</A> command.
18855 This option is a list of keywords that will be Cleared when there is a match.
18856 If you wish, you may choose keywords from the list of keywords you have
18857 defined with the &quot;T&quot; command.
18858 You may add new keywords by defining them in the
18859 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
18860 If you have given a keyword a nickname when configuring it,
18861 that nickname may be used instead of the actual keyword.
18864 Look <A HREF="h_edit_nav_cmds">here</A>
18865 to see the available Editing and Navigation commands.
18867 &lt;End of help on this topic&gt;
18868 </BODY>
18869 </HTML>
18870 ======= h_index_tokens =======
18871 <HTML>
18872 <HEAD>
18873 <TITLE>Tokens for Index and Replying</TITLE>
18874 </HEAD>
18875 <BODY>
18877 This set of special tokens may be used in the
18878 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option,
18879 in the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
18880 in signature files,
18881 in template files used in
18882 <A HREF="h_rules_roles">&quot;roles&quot;</A>, and in the folder name
18883 that is the target of a Filter Rule.
18884 Some of them aren't available in all situations.
18886 The tokens are used as they appear below for the &quot;<!--#echo var="VAR_index-format"-->&quot;
18887 option, but they must be surrounded by underscores for the
18888 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option, in signature and template files,
18889 and in the target of Filter Rules.
18893 <H1><EM>Tokens Available for all Cases (except Filter Rules)</EM></H1>
18895 <DL>
18896 <DT>SUBJECT</DT>
18897 <DD>
18898 This token represents the Subject the sender gave the message.
18899 Alternatives for use in the index screen are
18900 SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT.
18901 You may color the subject text in the MESSAGE INDEX screen differently by using the
18902 <A HREF="h_config_index_subject_color">Index Subject Color</A> and the
18903 <A HREF="h_config_index_opening_color">Index Opening Color</A>
18904 options available from
18905 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18906 </DD>
18908 <DT>FROM</DT>
18909 <DD>
18910 This token represents the personal name (or email address if the name
18911 is unavailable) of the person specified in the message's &quot;From:&quot;
18912 header field.
18913 You may color the from text in the MESSAGE INDEX screen differently by using the
18914 <A HREF="h_config_index_from_color">Index From Color</A>
18915 option available from
18916 the <A HREF="h_color_setup">Setup Kolor</A> screen.
18917 </DD>
18919 <DT>ADDRESS</DT>
18920 <DD>
18921 This is similar to the &quot;FROM&quot; token, only it is always the
18922 email address, never the personal name.
18923 For example, &quot;mailbox@domain&quot;.
18924 </DD>
18926 <DT>MAILBOX</DT>
18927 <DD>
18928 This is the same as the &quot;ADDRESS&quot; except that the 
18929 domain part of the address is left off.
18930 For example, &quot;mailbox&quot;.
18931 </DD>
18933 <DT>SENDER</DT>
18934 <DD>
18935 This token represents the personal name (or email address) of the person
18936 listed in the message's &quot;Sender:&quot; header field.
18937 </DD>
18939 <DT>TO</DT>
18940 <DD>
18941 This token represents the personal names (or email addresses if the names
18942 are unavailable) of the persons specified in the
18943 message's &quot;To:&quot; header field.
18944 </DD>
18946 <DT>NEWSANDTO</DT>
18947 <DD>
18948 This token represents the newsgroups from the
18949 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18950 the personal names (or email addresses if the names
18951 are unavailable) of the persons specified in the
18952 message's &quot;To:&quot; header field.
18953 </DD>
18955 <DT>TOANDNEWS</DT>
18956 <DD>
18957 Same as &quot;NEWSANDTO&quot; except in the opposite order.
18958 </DD>
18960 <DT>NEWS</DT>
18961 <DD>
18962 This token represents the newsgroups from the
18963 message's &quot;Newsgroups:&quot; header field.
18964 </DD>
18966 <DT>CC</DT>
18967 <DD>
18968 This token represents the personal names (or email addresses if the names
18969 are unavailable) of the persons specified in the
18970 message's &quot;Cc:&quot; header field.
18971 </DD>
18973 <DT>RECIPS</DT>
18974 <DD>
18975 This token represents the personal names (or email addresses if the names
18976 are unavailable) of the persons specified in both the
18977 message's &quot;To:&quot; header field and
18978 the message's &quot;Cc:&quot; header field.
18979 </DD>
18981 <DT>NEWSANDRECIPS</DT>
18982 <DD>
18983 This token represents the newsgroups from the
18984 message's &quot;Newsgroups:&quot; header field <EM>and</EM>
18985 the personal names (or email addresses if the names
18986 are unavailable) of the persons specified in the
18987 message's &quot;To:&quot; and &quot;Cc:&quot; header fields.
18988 </DD>
18990 <DT>RECIPSANDNEWS</DT>
18991 <DD>
18992 Same as &quot;NEWSANDRECIPS&quot; except in the opposite order.
18993 </DD>
18995 <DT>INIT</DT>
18996 <DD>
18997 This token represents the initials from the personal name
18998 of the person specified in the message's &quot;From:&quot;
18999 header field.
19000 If there is no personal name, it is blank.
19001 </DD>
19003 <DT>DATE</DT>
19004 <DD>
19005 This token represents the date on which the message was sent, according
19006 to the &quot;Date&quot; header field.
19007 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19008 The feature
19009 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>,
19010 which adjusts for the timezone the message was sent from,
19011 may have an effect on the value of this token as well as the values of
19012 all of the other DATE or TIME tokens.
19013 Some of the DATE and TIME tokens are displayed in a locale-specific
19014 way unless the option
19015 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is set.
19016 </DD>
19018 <DT>SMARTDATE</DT>
19019 <DD>
19020 This token represents the date on which the message was sent, according
19021 to the &quot;Date&quot; header field.
19022 It is &quot;Today&quot; if the message was sent today,
19023 &quot;Yesterday&quot; for yesterday,
19024 &quot;Wednesday&quot; if it was last Wednesday, and so on. If the
19025 message is from last year and is more than six months old it includes the year, as well.
19026 See the SMARTDATE alternatives below, as well.
19027 </DD>
19029 <DT>SMARTTIME</DT>
19030 <DD>
19031 This token represents the most relevant elements of the date on which
19032 the message was sent (according to the &quot;Date&quot; header field),
19033 in a compact form. If the message was sent today, only the time is used
19034 (e.g. &quot;9:22am&quot;, &quot;10:07pm&quot;); if it was sent during
19035 the past week, the day of the week and the hour are used
19036 (e.g. &quot;Wed09am&quot;, &quot;Thu10pm&quot;); other dates are
19037 given as date, month, and year (e.g. &quot;23Aug00&quot;,
19038 &quot;9Apr98&quot;).
19039 </DD>
19041 <DT>SMARTDATETIME</DT>
19042 <DD>
19043 This is a combination of SMARTDATE and SMARTTIME.
19044 It is SMARTDATE unless the SMARTDATE value is &quot;Today&quot;, in which
19045 case it is SMARTTIME.
19046 See the SMARTDATETIME alternatives below, as well.
19047 </DD>
19049 <DT>DATEISO</DT>
19050 <DD>
19051 This token represents the date on which the message was sent, according
19052 to the &quot;Date&quot; header field.
19053 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19054 </DD>
19056 <DT>SHORTDATEISO</DT>
19057 <DD>
19058 This token represents the date on which the message was sent, according
19059 to the &quot;Date&quot; header field.
19060 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19061 </DD>
19063 <DT>SHORTDATE1</DT>
19064 <DD>
19065 This token represents the date on which the message was sent, according
19066 to the &quot;Date&quot; header field.
19067 It has the format MM/DD/YY. For example, &quot;10/23/98&quot;.
19068 </DD>
19070 <DT>SHORTDATE2</DT>
19071 <DD>
19072 This token represents the date on which the message was sent, according
19073 to the &quot;Date&quot; header field.
19074 It has the format DD/MM/YY. For example, &quot;23/10/98&quot;.
19075 </DD>
19077 <DT>SHORTDATE3</DT>
19078 <DD>
19079 This token represents the date on which the message was sent, according
19080 to the &quot;Date&quot; header field.
19081 It has the format DD.MM.YY. For example, &quot;23.10.98&quot;.
19082 </DD>
19084 <DT>SHORTDATE4</DT>
19085 <DD>
19086 This token represents the date on which the message was sent, according
19087 to the &quot;Date&quot; header field.
19088 It has the format YY.MM.DD. For example, &quot;98.10.23&quot;.
19089 </DD>
19091 <DT>LONGDATE</DT>
19092 <DD>
19093 This token represents the date on which the message was sent, according
19094 to the &quot;Date&quot; header field.
19095 It has the format MMM DD, YYYY. For example, &quot;Oct 23, 1998&quot;.
19096 </DD>
19098 <DT>SMARTDATE alternatives</DT>
19099 <DD>
19100 There are several versions of SMARTDATE that are all the same except
19101 for the way they format dates far in the past.
19102 SMARTDATE formats the date using the information from your locale settings
19103 to format the date string. It may end up formatting dates so that they look
19104 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19105 The feature
19106 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19107 may have an affect on the values of these tokens.
19108 If you want more control you may use one of the following.
19109   <DL>
19110   <DT>SMARTDATE</DT> <DD>If the option
19111 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19112 then this will be locale specific. Control this with the
19113 LC_TIME locale setting on a UNIX system. On Windows
19114 the Regional Options control panel may be used to set the Short date
19115 format. At the programming level, the strftime routine is what Alpine
19116 uses to print the date.
19117 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19118 to SMARTDATES1.</DD>
19119   <DT>SMARTDATEISO</DT> <DD>DATEISO format. See text above.</DD>
19120   <DT>SMARTDATESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19121   <DT>SMARTDATES1</DT> <DD>SHORTDATE1 format.</DD>
19122   <DT>SMARTDATES2</DT> <DD>SHORTDATE2 format.</DD>
19123   <DT>SMARTDATES3</DT> <DD>SHORTDATE3 format.</DD>
19124   <DT>SMARTDATES4</DT> <DD>SHORTDATE4 format.</DD>
19125   </DL>
19126 </DD>
19128 <DT>SMARTDATETIME alternatives</DT>
19129 <DD>
19130 There are several versions of SMARTDATETIME that are all very similar.
19131 The ones that end in 24 use a 24-hour clock for Today's messages instead
19132 of a 12-hour clock.
19133 The other variation is
19134 for the way they format dates far in the past.
19135 SMARTDATETIME and SMARTDATETIME24 format the date using the information from your locale settings
19136 to format the date string. It may end up formatting dates so that they look
19137 like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely.
19138 The feature
19139 <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A>
19140 may have an affect on the values of these tokens.
19141 The possible choices are:
19142   <DL>
19143   <DT>SMARTDATETIME</DT> <DD>If the option
19144 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A> is not set
19145 then this will be locale specific. Control this with the
19146 LC_TIME locale setting on a UNIX system. On Windows
19147 the Regional Options control panel may be used to set the Short date
19148 format. At the programming level, the strftime routine is what Alpine
19149 uses to print the date.
19150 If the <!--#echo var="FEAT_disable-index-locale-dates"--> option is set then this is equivalent
19151 to SMARTDATETIMES1.</DD>
19152   <DT>SMARTDATETIME24</DT> <DD>Use TIME24 for Today</DD>
19153   <DT>SMARTDATETIMEISO</DT> <DD>DATEISO format. See text above.</DD>
19154   <DT>SMARTDATETIMEISO24</DT> <DD>Use TIME24 for Today</DD>
19155   <DT>SMARTDATETIMESHORTISO</DT> <DD>SHORTDATEISO format.</DD>
19156   <DT>SMARTDATETIMESHORTISO24</DT> <DD>Use TIME24 for Today</DD>
19157   <DT>SMARTDATETIMES1</DT> <DD>SHORTDATE1 format.</DD>
19158   <DT>SMARTDATETIMES124</DT> <DD>Use TIME24 for Today</DD>
19159   <DT>SMARTDATETIMES2</DT> <DD>SHORTDATE2 format.</DD>
19160   <DT>SMARTDATETIMES224</DT> <DD>Use TIME24 for Today</DD>
19161   <DT>SMARTDATETIMES3</DT> <DD>SHORTDATE3 format.</DD>
19162   <DT>SMARTDATETIMES324</DT> <DD>Use TIME24 for Today</DD>
19163   <DT>SMARTDATETIMES4</DT> <DD>SHORTDATE4 format.</DD>
19164   <DT>SMARTDATETIMES424</DT> <DD>Use TIME24 for Today</DD>
19165   </DL>
19166 </DD>
19168 <DT>DAYDATE</DT>
19169 <DD>
19170 This token represents the date on which the message was sent, according
19171 to the &quot;Date&quot; header field.
19172 It looks like &quot;Sat, 23 Oct 1998&quot;.
19173 This token is never converted in any locale-specific way.
19174 </DD>
19176 <DT>PREFDATE</DT>
19177 <DD>
19178 This token represents the date on which the message was sent, according
19179 to the &quot;Date&quot; header field.
19180 It is your operating system's idea of the preferred date representation for the current locale.
19181 Internally it uses the %x version of the date from the strftime routine.
19182 </DD>
19184 <DT>PREFTIME</DT>
19185 <DD>
19186 This token represents the time at which the message was sent, according
19187 to the &quot;Date&quot; header field.
19188 It is the preferred time representation for the current locale.
19189 Internally it uses the %X version of the time from the strftime routine.
19190 </DD>
19192 <DT>PREFDATETIME</DT>
19193 <DD>
19194 This token represents the date and time at which the message was sent, according
19195 to the &quot;Date&quot; header field.
19196 It is the preferred date and time representation for the current locale.
19197 Internally it uses the %c version of the time from the strftime routine.
19198 </DD>
19200 <DT>DAY</DT>
19201 <DD>
19202 This token represents the day of the month on which the message was sent,
19203 according to the &quot;Date&quot; header field.
19204 For example, &quot;23&quot; or &quot;9&quot;.
19205 </DD>
19207 <DT>DAY2DIGIT</DT>
19208 <DD>
19209 This token represents the day of the month on which the message was sent,
19210 according to the &quot;Date&quot; header field.
19211 For example, &quot;23&quot; or &quot;09&quot;.
19212 It is always 2 digits.
19213 </DD>
19215 <DT>DAYORDINAL</DT>
19216 <DD>
19217 This token represents the ordinal number that is the day of
19218 the month on which the message was sent,
19219 according to the &quot;Date&quot; header field.
19220 For example, &quot;23rd&quot; or &quot;9th&quot;.
19221 </DD>
19223 <DT>DAYOFWEEK</DT>
19224 <DD>
19225 This token represents the day of the week on which the message was sent,
19226 according to the &quot;Date&quot; header field.
19227 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19228 </DD>
19230 <DT>DAYOFWEEKABBREV</DT>
19231 <DD>
19232 This token represents the day of the week on which the message was sent,
19233 according to the &quot;Date&quot; header field.
19234 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19235 </DD>
19237 <DT>MONTHABBREV</DT>
19238 <DD>
19239 This token represents the month the message was sent, according
19240 to the &quot;Date&quot; header field.
19241 For example, &quot;Oct&quot;.
19242 </DD>
19244 <DT>MONTHLONG</DT>
19245 <DD>
19246 This token represents the month in which the message was sent, according
19247 to the &quot;Date&quot; header field.
19248 For example, &quot;October&quot;.
19249 </DD>
19251 <DT>MONTH</DT>
19252 <DD>
19253 This token represents the month in which the message was sent, according
19254 to the &quot;Date&quot; header field.
19255 For example, &quot;10&quot; or &quot;9&quot;.
19256 </DD>
19258 <DT>MONTH2DIGIT</DT>
19259 <DD>
19260 This token represents the month in which the message was sent, according
19261 to the &quot;Date&quot; header field.
19262 For example, &quot;10&quot; or &quot;09&quot;.
19263 It is always 2 digits.
19264 </DD>
19266 <DT>YEAR</DT>
19267 <DD>
19268 This token represents the year the message was sent, according
19269 to the &quot;Date&quot; header field.
19270 For example, &quot;1998&quot; or &quot;2001&quot;.
19271 </DD>
19273 <DT>YEAR2DIGIT</DT>
19274 <DD>
19275 This token represents the year the message was sent, according
19276 to the &quot;Date&quot; header field.
19277 For example, &quot;98&quot; or &quot;01&quot;.
19278 It is always 2 digits.
19279 </DD>
19281 <DT>TIME24</DT>
19282 <DD>
19283 This token represents the time at which the message was sent, according
19284 to the &quot;Date&quot; header field.
19285 There is no adjustment made for different time zones, so you'll get
19286 the time the message was sent according to the time zone the sender
19287 was in.
19288 It has the format HH:MM. For example, &quot;17:28&quot;.
19289 </DD>
19291 <DT>TIME12</DT>
19292 <DD>
19293 This token represents the time at which the message was sent, according
19294 to the &quot;Date&quot; header field.
19295 This time is for a 12 hour clock.
19296 It has the format HH:MMpm.
19297 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19298 </DD>
19300 <DT>TIMEZONE</DT>
19301 <DD>
19302 This token represents the numeric timezone from
19303 the &quot;Date&quot; header field.
19304 It has the format [+-]HHMM. For example, &quot;-0800&quot;.
19305 </DD>
19307 </DL>
19310 <H1><EM>Tokens Available Only for <!--#echo var="VAR_index-format"--></EM></H1>
19312 <DL>
19313 <DT>MSGNO</DT>
19314 <DD>
19315 This token represents the message's current position in the folder that,
19316 of course, may change as the folder is sorted or new mail arrives.
19317 </DD>
19319 <DT>STATUS</DT>
19320 <DD>
19321 This token represents a three character wide field displaying various
19322 aspects of the message's state.
19323 The first character is either blank,
19324 a '*' for message marked Important, or a '+' indicating a message
19325 addressed directly to you (as opposed to your having received it via a
19326 mailing list, for example).
19327 When the feature
19328 &quot;<A HREF="h_config_mark_for_cc"><!--#echo var="FEAT_mark-for-cc"--></A>&quot;
19329 is set, if the first character would have been
19330 blank then it will instead be a '-' if the message is cc'd to you.
19331 The second character is typically blank,
19332 though the arrow cursor may occupy it if either the 
19333 &quot;<A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>&quot;
19334 or the
19335 &quot;<A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A>&quot; feature
19336 is set (or you actually are on a slow link).
19337 The third character is either '<A HREF="h_flag_deleted">D</A>' (Deleted),
19338 '<A HREF="h_flag_answered">A</A>' (Answered),
19339 '<A HREF="h_flag_forwarded">F</A>' (Forwarded),
19340 '<A HREF="h_flag_new">N</A>' (New), or blank.
19342 If you are using a threaded view of the index and this message is at the
19343 top of a collapsed portion of a thread,
19344 then this token refers to all of the messages in the collapsed portion of
19345 the thread instead of just the top message.
19346 The first character will be a '*' if <EM>any</EM> of the messages in the thread
19347 are marked Important, else a '+' if any of the messages are addressed
19348 to you, else a '-' if any of the messages are cc'd to you.
19349 The third character will be a 'D' if <EM>all</EM> of the messages
19350 in the collapsed thread are marked deleted,
19351 an 'A' if <EM>all</EM> of the messages
19352 in the collapsed thread are marked answered,
19353 it will be an 'N' if any of
19354 the messages are undeleted and unseen, and it will be blank otherwise.
19355 </DD>
19357 <DT>FULLSTATUS</DT>
19358 <DD>
19359 This token represents a less abbreviated alternative
19360 to the &quot;STATUS&quot; token.
19361 It is six characters wide.
19362 The first character is '+', '-', or blank, the
19363 second blank, the third either '*' or blank, the fourth
19364 '<A HREF="h_flag_new">N</A>' or blank,
19365 the fifth '<A HREF="h_flag_answered">A</A>'
19366 or blank, and the sixth character is
19367 either '<A HREF="h_flag_deleted">D</A>' or
19368 blank.
19370 If you are using a threaded view of the index and this message is at the
19371 top of a collapsed portion of a thread,
19372 then this token refers to all of the messages in the collapsed portion of
19373 the thread instead of just the top message.
19374 The first character is '+', '-', or blank depending on whether <EM>any</EM>
19375 of the messages in the collapsed thread are addressed to you or cc'd to you.
19376 The third character will be '*' if any of the messages are marked
19377 Important.
19378 The fourth character will be 'N' if all of the messages in the thread
19379 are New, else 'n' if some of the messages in the thread are New, else blank.
19380 The fifth character will be 'A' or 'a' or blank, and the sixth character
19381 will be 'D' or 'd' or blank.
19382 </DD>
19384 <DT>IMAPSTATUS</DT>
19385 <DD>
19386 This token represents an even less abbreviated alternative to the
19387 &quot;STATUS&quot; token.
19388 It differs from &quot;FULLSTATUS&quot; in only the fourth character, which is
19389 an 'N' if the message is new to this folder since the last time
19390 it was opened <EM>and</EM> it has not been viewed, an 'R' (Recent) if the message
19391 is new to the folder and has been viewed, a 'U' (Unseen) if the message is not 
19392 new to the folder since it was last opened <EM>but</EM> has not been
19393 viewed, or a blank if the message has been in the folder since it was
19394 last opened and has been viewed.
19396 If you are using a threaded view of the index and this message is at the
19397 top of a collapsed portion of a thread,
19398 then the fourth character will be
19399 'N' if all of the messages in the thread are unseen and recent;
19400 else 'n' if some of the messages in the thread are unseen and recent;
19401 else 'U' if all of the messages in the thread are unseen and not recent;
19402 else 'u' if some of the messages in the thread are unseen and not recent;
19403 else 'R' if all of the messages in the thread are seen and recent;
19404 else 'r' if some of the messages in the thread are seen and recent;
19405 else blank.
19406 </DD>
19408 <DT>SHORTIMAPSTATUS</DT>
19409 <DD>
19410 This is the same as the last four of the six characters of IMAPSTATUS,
19411 so the '+' To Me information will be missing.
19412 </DD>
19414 <DT>SIZE</DT>
19415 <DD>
19416 This token represents the total size, in bytes, of the message.
19417 If a &quot;K&quot; (Kilobyte)
19418 follows the number, the size is approximately 1,000
19419 times that many bytes (rounded to the nearest 1,000).
19420 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19421 1,000,000 times that many bytes.
19422 Commas are not used in this field.
19423 This field is seven characters wide, including the enclosing parentheses.
19424 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19425 The progression of sizes used looks like:
19428 <CENTER><SAMP>0 1 ... 9999 10K ... 999K 1.0M ... 99.9M 100M ... 2000M</SAMP></CENTER>
19430 </DD>
19432 <DT>SIZECOMMA</DT>
19433 <DD>
19434 This token represents the total size, in bytes, of the message.
19435 If a &quot;K&quot; (Kilobyte)
19436 follows the number, the size is approximately 1,000
19437 times that many bytes (rounded to the nearest 1,000).
19438 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19439 1,000,000 times that many bytes.
19440 Commas are used if the number shown is 1,000 or greater.
19441 The SIZECOMMA field is one character wider than the SIZE field.
19442 Sizes are rounded when &quot;K&quot; or &quot;M&quot; is present.
19443 The progression of sizes used looks like:
19446 <CENTER><SAMP>0 1 ... 99,999 100K ... 9,999K 10.0M ... 999.9M 1,000M ... 2,000M</SAMP></CENTER>
19448 </DD>
19450 <DT>KSIZE</DT>
19451 <DD>
19452 This token represents the total size of the message, expressed in
19453 kilobytes or megabytes, as most appropriate.
19454 These are 1,024 byte kilobytes and 1,024 x 1,024 byte megabytes.
19455 The progression of sizes used looks like:
19458 <CENTER><SAMP>0K 1K ... 1023K 1.0M ... 99.9M 100M ... 2047M</SAMP></CENTER>
19460 </DD>
19462 <DT>SIZENARROW</DT>
19463 <DD>
19464 This token represents the total size, in bytes, of the message.
19465 If a &quot;K&quot; (Kilobyte)
19466 follows the number, the size is approximately 1,000
19467 times that many bytes.
19468 If an &quot;M&quot; (Megabyte) follows the number, the size is approximately
19469 1,000,000 times that many bytes.
19470 If a &quot;G&quot; (Gigabyte) follows the number, the size is approximately
19471 1,000,000,000 times that many bytes.
19472 This field uses only five characters of screen width, including the enclosing
19473 parentheses.
19474 The progression of sizes used looks like:
19477 <CENTER><SAMP>0 1 ... 999 1K ... 99K .1M ... .9M 1M ... 99M .1G ... .9G 1G 2G</SAMP></CENTER>
19479 </DD>
19481 <DT>DESCRIPSIZE</DT>
19482 <DD>
19483 This token is intended to represent a more useful description of the
19484 message than just its size, but it isn't very useful at this point.
19485 The plus sign in this view means there are attachments.
19486 Note that including this token in
19487 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19488 display a little while Alpine collects the necessary information.
19489 </DD>
19491 <DT>SUBJKEY</DT>
19492 <DD>
19493 This token is the same as the SUBJECT token unless keywords are set for
19494 the message.
19495 In that case, a list of keywords enclosed in braces will be prepended to
19496 the subject of the message.
19497 Only those keywords that you have defined in your
19498 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19499 in Setup/Config are considered in the list.
19500 In other words, keywords that have been set by some other means, perhaps
19501 by another email program, won't show up unless included in
19502 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19503 Having this set in the <!--#echo var="VAR_index-format"--> will also cause the keywords to be
19504 prepended to the subject in the MESSAGE TEXT screen.
19505 If you have given a keyword a nickname
19506 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19507 instead of the actual keyword.
19508 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19509 option may be used to modify this token slightly.
19510 It is also possible to color keywords in the index using the
19511 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19512 </DD>
19514 <DT>SUBJKEYINIT</DT>
19515 <DD>
19516 This token is the same as the SUBJKEY token except that instead of
19517 prepending a list of keywords to the subject, a list of first initials
19518 of keywords will be prepended instead.
19519 For example, if a message has the keywords <EM>Work</EM> and <EM>Now</EM>
19520 set (or Work and Now are the Alpine nicknames of keywords that are set)
19521 then the SUBJKEY token would cause a result like
19523 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
19525 whereas the SUBJKEYINIT token would give
19527 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
19529 Only those keywords that you have defined in your
19530 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19531 in Setup/Config are considered in the list.
19532 In other words, keywords that have been set by some other means, perhaps
19533 by another email program, won't show up unless included in
19534 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19535 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
19536 option may be used to modify this token slightly.
19537 It is also possible to color keywords in the index using the
19538 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19539 </DD>
19541 <DT>SUBJECTTEXT</DT>
19542 <DD>
19543 Same as SUBJECT but if there is room in the Subject field for more text,
19544 the opening part of the text of the message is displayed after the subject.
19545 The time needed to fetch the text may cause a performance problem
19546 which can, of course, be avoided by using the SUBJECT version of
19547 the Subject instead.
19548 You may color this opening text differently by using the
19549 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19550 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19551 You may adjust the characters that are displayed between the Subject and the
19552 opening text with the option
19553 <A HREF="h_config_opening_sep"><!--#echo var="VAR_opening-text-separator-chars"--></A>.
19554 </DD>
19556 <DT>SUBJKEYTEXT</DT>
19557 <DD>
19558 Same as SUBJKEY but with the opening message text.
19559 </DD>
19561 <DT>OPENINGTEXT</DT>
19562 <DD>
19563 This is similar to SUBJECTTEXT.
19564 Instead of combining the Subject and the opening text in a single
19565 field in the index screen this token allows you to allocate a
19566 separate column just for the opening text of the message.
19567 The time needed to fetch this text may cause a performance problem.
19568 You may color this opening text differently by using the
19569 <A HREF="h_config_index_opening_color">Index Opening Color</A> option available from
19570 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19571 </DD>
19573 <DT>OPENINGTEXTNQ</DT>
19574 <DD>
19575 This is very similar to OPENINGTEXT.
19576 The NQ stands for No Quotes.
19577 The only difference is that quoted text (lines beginning with &gt;) is deleted.
19578 For some messages this may be confusing.
19579 For example, a message might have a line preceding some quoted
19580 text that reads something like &quot;On May 8th person A said.&quot;
19581 That no longer makes sense after the quoted text is deleted and it
19582 will appear that person A said whatever the text after the quote
19583 is, even though that is really person B talking.
19584 </DD>
19586 <DT>SUBJKEYINITTEXT</DT>
19587 <DD>
19588 Same as SUBJKEYINIT but with the opening message text.
19589 </DD>
19591 <DT>KEY</DT>
19592 <DD>
19593 This is a space-delimited list of keywords that are set for the message.
19594 Only those keywords that you have defined in your
19595 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option
19596 in Setup/Config are considered in the list.
19597 In other words, keywords that have been set by some other means, perhaps
19598 by another email program, won't show up unless included in
19599 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>.
19600 If you have given a keyword a nickname
19601 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), that nickname is displayed
19602 instead of the actual keyword.
19603 It is also possible to color keywords in the index using the
19604 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19605 This token defaults to an arbitrary width of 5.
19606 You should set it to whatever width suits you using something
19607 like KEY(17) in the <!--#echo var="VAR_index-format"-->.
19608 </DD>
19610 <DT>KEYINIT</DT>
19611 <DD>
19612 This is a list of keyword initials that are set for the message.
19613 If you have given a keyword a nickname
19614 (<A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>), the initial of that nickname
19615 is displayed instead of the initial of the actual keyword.
19616 It is also possible to color keyword initials in the index using the
19617 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
19618 This token defaults to an arbitrary width of 2.
19619 You should set it to whatever width suits you using something
19620 like KEYINIT(3) in the <!--#echo var="VAR_index-format"-->.
19621 </DD>
19623 <DT>PRIORITY</DT>
19624 <DD>
19625 The X-Priority header is a non-standard header that is used in a
19626 somewhat standard way by many mail programs.
19627 Alpine expects the value of this header to be a digit with a value
19628 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
19629 Since this priority is something that the sender sets it is only an indication
19630 of the priority that the sender attaches to the mail and it is therefore almost
19631 totally unreliable for use as a filtering criterion.
19632 This token will display the numeric value of the priority if it is between
19633 1 and 5.
19634 It will be suppressed (blank) if the value is 3, which is normal priority.
19635 This token may be colored with the
19636 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19637 </DD>
19639 <DT>PRIORITYALPHA</DT>
19640 <DD>
19641 This is a more verbose interpretation of the X-Priority field.
19642 Once again nothing is displayed unless the value of the field
19643 is 1, 2, 4, or 5.
19644 The values displayed for those values are:
19646 <TABLE>
19647 <TR> <TD>1</TD> <TD>Highest</TD> </TR>
19648 <TR> <TD>2</TD> <TD>High</TD> </TR>
19649 <TR> <TD>4</TD> <TD>Low</TD> </TR>
19650 <TR> <TD>5</TD> <TD>Lowest</TD> </TR>
19651 </TABLE>
19653 This token may be colored with the
19654 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19655 </DD>
19657 <DT>PRIORITY!</DT>
19658 <DD>
19659 This is a one character, non-numeric version of the X-Priority field.
19660 If the value of the X-Priority header is 1 or 2 an exclamation
19661 point is displayed.
19662 If the value is 4 or 5 a &quot;v&quot; (think down arrow) is displayed.
19663 This token may be colored with the
19664 <A HREF="h_config_index_pri_color">Index Priority Symbol Colors</A>.
19665 </DD>
19667 <DT>ATT</DT>
19668 <DD>
19669 This is a one column wide field that represents the number of attachments
19670 a message has. It will be blank if there are no attachments, a single
19671 digit for one to nine attachments, or an asterisk for more than nine.
19672 Note that including this token in
19673 the &quot;<!--#echo var="VAR_index-format"-->&quot; could slow down the
19674 display a little while Alpine collects the necessary information.
19675 </DD>
19677 <DT>FROMORTO</DT>
19678 <DD>
19679 This token represents <EM>either</EM> the personal name (or email address) of
19680 the person listed in the message's &quot;From:&quot; header
19681 field, <EM>or</EM>, if that address is yours or one of your
19682 <A HREF="h_config_alt_addresses">alternate addresses</A>,
19683 the first person specified in the
19684 message's &quot;To:&quot; header field
19685 with the prefix &quot;To: &quot; prepended.
19686 If the from address is yours and there is also no &quot;To&quot; address,
19687 Alpine will use the address on the &quot;Cc&quot; line.
19688 If there is no address there, either, Alpine will look for a newsgroup name
19689 from the &quot;Newsgroups&quot; header field and put
19690 that after the &quot;To: &quot; prefix.
19691 </DD>
19693 <DT>FROMORTONOTNEWS</DT>
19694 <DD>
19695 This is almost the same as <EM>FROMORTO</EM>.
19696 The difference is that newsgroups aren't considered.
19697 When a message is from you, doesn't have a To or Cc, and does have
19698 a Newsgroups header; this token will be your name instead of the name
19699 of the newsgroup (like it would be with FROMORTO).
19700 </DD>
19702 <DT>TEXT</DT>
19703 <DD>
19704 This is a different sort of token.
19705 It allows you to display a label within each index line.
19706 It will be the same fixed text for each line.
19707 It is different from all the other tokens in that there is no space column
19708 displayed after this token.
19709 Instead, it is butted up against the following field.
19710 It also has a different syntax.
19711 The text to display is given following a colon after the
19712 word &quot;TEXT&quot;.
19713 For example,
19715 <CENTER><SAMP>TEXT:abc=</SAMP></CENTER>
19717 would insert the literal text &quot;abc=&quot; (without the quotes)
19718 into the index display line.
19719 You must quote the text if it includes space characters, like
19721 <CENTER><SAMP>TEXT:&quot;abc&nbsp;=&nbsp;&quot;</SAMP></CENTER>
19723 </DD>
19725 <DT>HEADER</DT>
19726 <DD>
19727 This allows you to display the text from a particular header line in the
19728 message.
19729 The syntax for this token is substantially different from all the others
19730 in order that you might be able to display a portion of the text following
19731 a particular header.
19732 The header name you are interested in is given following a colon
19733 after the word &quot;HEADER&quot;.
19734 For example,
19736 <CENTER><SAMP>HEADER:X-Spam</SAMP></CENTER>
19738 would display the text of the X-Spam header, if any.
19739 Like for other index tokens a width field may (and probably should)
19740 follow this.
19742 <CENTER><SAMP>HEADER:X-Spam(10)</SAMP></CENTER>
19744 displays the first ten characters of the X-Spam header.
19745 Unlike other index tokens, the syntax for HEADER is more flexible.
19746 An optional second argument comes after a comma inside the parentheses.
19747 It specifies the &quot;field&quot; number.
19748 By default, the field separator is a space character.
19749 No extra space characters are allowed in the argument list.
19751 <CENTER><SAMP>HEADER:X-Spam(10,2)</SAMP></CENTER>
19753 would display the second field, left-justified, in a 10 character
19754 wide field.
19755 The second field would consist of all the text after the first space
19756 up to the next space or the end of the header.
19757 The default field number is zero, which stands for the entire line.
19758 There is also an optional third argument that is a list of field
19759 separators. It defaults to a space character.
19760 The example
19762 <CENTER><SAMP>HEADER:X-Spam(10,2,:%&nbsp;)</SAMP></CENTER>
19764 would cause the field separators to be any of colon, percent,
19765 or space (there is a space character between the percent and the
19766 right parenthesis).
19767 The first field runs from the start of the header value up to the first
19768 colon, percent, or space; the second goes from there to the next; and so on.
19769 In order to use a comma character as a field separator you must escape
19770 it by preceding it with a backslash (&#92;).
19771 The same is true of the backslash character itself.
19772 There is one further optional argument.
19773 It is an R or an L to specify right or left adjustment of the text
19774 within the field.
19775 The default is to left justify, however if you are displaying numbers
19776 you might prefer to right justify.
19778 Here's an example of a SpamAssassin header.
19779 The exact look of the header will vary, but if your incoming mail
19780 contains headers that look like the following
19782 <CENTER><SAMP>X-Spam-Status: Yes, hits=10.6 tagged_above=-999.0 required=7.0 tests=BAYE...</SAMP></CENTER>
19784 you might want to display the hits value.
19785 The first field starts with the Y in Yes.
19786 To get what you're interested in you might use &quot;=&quot; and
19787 space as the field separators and display the third field, like
19789 <CENTER><SAMP>HEADER:X-Spam-Status(4,3,=&nbsp;)</SAMP></CENTER>
19791 or maybe you would break at the dot instead
19793 <CENTER><SAMP>HEADER:X-Spam-Status(2,2,=.,R)</SAMP></CENTER>
19795 Another example we've seen has headers that look like
19797 <CENTER><SAMP>X-Spam: Gauge=IIIIIII, Probability=7%, Report=...</SAMP></CENTER>
19799 Because there are two equals and a comma before the 7% and a comma
19800 after it, the token
19802 <CENTER><SAMP>HEADER:X-Spam(3,4,=&#92;,,R)</SAMP></CENTER>
19804 should display the probability (for example 7% or 83%) right justified
19805 in a 3-wide field.
19806 </DD>
19808 <DT>ARROW</DT>
19809 <DD>
19810 This gives an alternative way to display the current message in the
19811 MESSAGE INDEX screen.
19812 Usually the current message is indicated by the line being shown in
19813 reverse video.
19814 Instead, if the ARROW token is included in your <!--#echo var="VAR_index-format"-->,
19815 the current line will include an &quot;arrow&quot; that
19816 looks like
19818 <CENTER><SAMP>-&gt;</SAMP></CENTER>
19820 in the ARROW token's field.
19821 For all of the non-current messages, the ARROW field will be filled
19822 with blanks.
19823 If you use the fixed-field width feature the length of the &quot;arrow&quot;
19824 may be adjusted.
19825 The arrow will be drawn as width-1 dashes followed by a greater than sign.
19826 For example, if you use ARROW(3) you will get
19828 <CENTER><SAMP>--&gt;</SAMP></CENTER>
19830 and ARROW(1) will give you just
19832 <CENTER><SAMP>&gt;</SAMP></CENTER>
19834 It is also possible to set the color of the ARROW field.
19835 By default (and for non-current messages) the arrow is colored the same
19836 as the index line it is part of.
19837 You may set it to be another color with the 
19838 <A HREF="h_config_index_arrow_color">Index Arrow Color</A> option available from
19839 the <A HREF="h_color_setup">Setup Kolor</A> screen.
19840 </DD>
19842 <DT>SCORE</DT>
19843 <DD>
19844 This gives the
19845 <a href="h_rules_score">score</a>
19846 of each message.
19847 This will be six columns wide to accomodate the widest possible score.
19848 You will probably want to use the <!--#echo var="VAR_index-format"--> fixed-field width feature
19849 to limit the width of the field to the widest score that
19850 you use (e.g. SCORE(3) if your scores are always between 0 and 999).
19851 If you have not defined any score rules the scores will all be zero.
19852 If any of your score rules contain AllText or BodyText patterns
19853 then including SCORE in the <!--#echo var="VAR_index-format"-->
19854 may slow down the display of the MESSAGE INDEX screen.
19855 </DD>
19856 </DL>
19859 <H1><EM>Tokens Available for all but <!--#echo var="VAR_index-format"--></EM></H1>
19861 <DL>
19862 <DT>CURNEWS</DT>
19863 <DD>
19864 This token represents the current newsgroup if there is one.
19865 For example, &quot;comp.mail.pine&quot;.
19866 </DD>
19868 <DT>MSGID</DT>
19869 <DD>
19870 This token represents the message ID of the message.
19871 This token does not work with Filter Rule folder names.
19872 </DD>
19874 <DT>CURDATE</DT>
19875 <DD>
19876 This token represents the current date.
19877 It has the format MMM DD. For example, &quot;Oct 23&quot;.
19878 </DD>
19880 <DT>CURDATEISO</DT>
19881 <DD>
19882 This token represents the current date.
19883 It has the format YYYY-MM-DD. For example, &quot;1998-10-23&quot;.
19884 </DD>
19886 <DT>CURDATEISOS</DT>
19887 <DD>
19888 This token represents the current date.
19889 It has the format YY-MM-DD. For example, &quot;98-10-23&quot;.
19890 </DD>
19892 <DT>CURPREFDATE</DT>
19893 <DD>
19894 This token represents the current date.
19895 It is your operating system's idea of the preferred date representation for the current locale.
19896 Internally it uses the %x version of the date from the strftime routine.
19897 </DD>
19899 <DT>CURPREFTIME</DT>
19900 <DD>
19901 This token represents the current time.
19902 It is the preferred time representation for the current locale.
19903 Internally it uses the %X version of the time from the strftime routine.
19904 </DD>
19906 <DT>CURPREFDATETIME</DT>
19907 <DD>
19908 This token represents the current date and time.
19909 It is the preferred date and time representation for the current locale.
19910 Internally it uses the %c version of the time from the strftime routine.
19911 </DD>
19913 <DT>CURTIME24</DT>
19914 <DD>
19915 This token represents the current time.
19916 It has the format HH:MM. For example, &quot;17:28&quot;.
19917 </DD>
19919 <DT>CURTIME12</DT>
19920 <DD>
19921 This token represents the current time.
19922 This time is for a 12 hour clock.
19923 It has the format HH:MMpm.
19924 For example, &quot;5:28pm&quot; or &quot;11:13am&quot;.
19925 </DD>
19927 <DT>CURDAY</DT>
19928 <DD>
19929 This token represents the current day of the month.
19930 For example, &quot;23&quot; or &quot;9&quot;.
19931 </DD>
19933 <DT>CURDAY2DIGIT</DT>
19934 <DD>
19935 This token represents the current day of the month.
19936 For example, &quot;23&quot; or &quot;09&quot;.
19937 It is always 2 digits.
19938 </DD>
19940 <DT>CURDAYOFWEEK</DT>
19941 <DD>
19942 This token represents the current day of the week.
19943 For example, &quot;Sunday&quot; or &quot;Wednesday&quot;.
19944 </DD>
19946 <DT>CURDAYOFWEEKABBREV</DT>
19947 <DD>
19948 This token represents the current day of the week.
19949 For example, &quot;Sun&quot; or &quot;Wed&quot;.
19950 </DD>
19952 <DT>CURMONTH</DT>
19953 <DD>
19954 This token represents the current month.
19955 For example, &quot;10&quot; or &quot;9&quot;.
19956 </DD>
19958 <DT>CURMONTH2DIGIT</DT>
19959 <DD>
19960 This token represents the current month.
19961 For example, &quot;10&quot; or &quot;09&quot;.
19962 It is always 2 digits.
19963 </DD>
19965 <DT>CURMONTHLONG</DT>
19966 <DD>
19967 This token represents the current month.
19968 For example, &quot;October&quot;.
19969 </DD>
19971 <DT>CURMONTHABBREV</DT>
19972 <DD>
19973 This token represents the current month.
19974 For example, &quot;Oct&quot;.
19975 </DD>
19977 <DT>CURYEAR</DT>
19978 <DD>
19979 This token represents the current year.
19980 For example, &quot;1998&quot; or &quot;2001&quot;.
19981 </DD>
19983 <DT>CURYEAR2DIGIT</DT>
19984 <DD>
19985 This token represents the current year.
19986 For example, &quot;98&quot; or &quot;01&quot;.
19987 It is always 2 digits.
19988 </DD>
19990 <DT>LASTMONTH</DT>
19991 <DD>
19992 This token represents last month.
19993 For example, if this is November (the 11th month),
19994 it is equal to &quot;10&quot; or if this is October (the 10th month),
19995 it is &quot;9&quot;.
19996 It is possible that this and the other tokens beginning with LASTMONTH
19997 below could be useful when used with a Filtering Rule that
19998 has the &quot;Beginning of Month&quot; option set.
19999 </DD>
20001 <DT>LASTMONTH2DIGIT</DT>
20002 <DD>
20003 This token represents last month.
20004 For example, if this is November (the 11th month),
20005 it is equal to &quot;10&quot; or if this is October (the 10th month),
20006 it is &quot;09&quot;.
20007 It is always 2 digits.
20008 </DD>
20010 <DT>LASTMONTHLONG</DT>
20011 <DD>
20012 This token represents last month.
20013 For example, if this is November the value is &quot;October&quot;.
20014 </DD>
20016 <DT>LASTMONTHABBREV</DT>
20017 <DD>
20018 This token represents last month.
20019 For example, if this is November the value is &quot;Oct&quot;.
20020 </DD>
20022 <DT>LASTMONTHYEAR</DT>
20023 <DD>
20024 This token represents what the year was a month ago.
20025 For example, if this is October, 1998, it is &quot;1998&quot;.
20026 If this is January, 1998, it is &quot;1997&quot;.
20027 </DD>
20029 <DT>LASTMONTHYEAR2DIGIT</DT>
20030 <DD>
20031 This token represents what the year was a month ago.
20032 For example, if this is October, 1998, it is &quot;98&quot;.
20033 If this is January, 1998, it is &quot;97&quot;.
20034 </DD>
20036 <DT>LASTYEAR</DT>
20037 <DD>
20038 This token represents last year.
20039 For example, if this is 1998, it equals &quot;1997&quot;.
20040 It is possible that this
20041 could be useful when used with a Filtering Rule that
20042 has the &quot;Beginning of Year&quot; option set.
20043 </DD>
20045 <DT>LASTYEAR2DIGIT</DT>
20046 <DD>
20047 This token represents last year.
20048 For example, if this is 1998, it equals &quot;97&quot;.
20049 It is always 2 digits.
20050 </DD>
20052 <DT>ROLENICK</DT>
20053 <DD>
20054 This token represents the nickname of the
20055 role currently being used.  If no role is being used,
20056 then no text will be printed for this token.
20057 This token does not work with Filter Rule folder names.
20058 </DD>
20059 </DL>
20062 <H1><EM>Token Available Only for <!--#echo var="VAR_reply-leadin"--></EM></H1>
20063 See the help for the
20064 <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option
20065 to see why you might want to use this.
20066 Since the <!--#echo var="VAR_reply-leadin"--> contains free text this token
20067 must be surrounded by underscores when used.
20069 <DL>
20070 <DT>NEWLINE</DT>
20071 <DD>
20072 This is an end of line marker.
20073 </DD>
20074 </DL>
20077 <H1><EM>Token Available Only for Templates and Signatures</EM></H1>
20079 <DL>
20080 <DT>CURSORPOS</DT>
20081 <DD>
20082 This token is different from the others.
20083 When it is replaced it is replaced with nothing, but it sets an Alpine
20084 internal variable that tells the composer to start with the cursor
20085 positioned at the position where this token was.
20086 If both the template file and the signature file contain
20087 a &quot;CURSORPOS&quot; token, then the position in the template file
20088 is used.
20089 If there is a template file and neither it nor the signature file contains
20090 a &quot;CURSORPOS&quot; token, then the cursor is positioned
20091 after the end of the contents of the
20092 template file when the composer starts up.
20093 </DD>
20094 </DL>
20097 &lt;End of help on this topic&gt;
20098 </BODY>
20099 </HTML>
20100 ======= h_reply_token_conditionals =======
20101 <HTML>
20102 <HEAD>
20103 <TITLE>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</TITLE>
20104 </HEAD>
20105 <BODY>
20106 <H1>Conditional Inclusion of Text for <!--#echo var="VAR_reply-leadin"-->, Signatures, and Templates</H1>
20108 Conditional text inclusion may be used with
20109 the <A HREF="h_config_reply_intro">&quot;<!--#echo var="VAR_reply-leadin"-->&quot;</A> option,
20110 in signature files, and in template files used in
20111 <A HREF="h_rules_roles">&quot;roles&quot;</A>.
20112 It may <EM>not</EM> be used with the
20113 <A HREF="h_config_index_format">&quot;<!--#echo var="VAR_index-format"-->&quot;</A> option.
20116 There is a limited if-else capability for including text.
20117 The if-else condition is based
20118 on whether or not a given token would result in replacement text you
20119 specify.
20120 The syntax of this conditional inclusion is
20122 <CENTER><SAMP>_token_(match_this, if_matched [ , if_not_matched ] )</SAMP></CENTER>
20124 The left parenthesis must follow the underscore immediately, with no
20125 intervening space.
20126 It means the token is expanded and the results of that expansion are
20127 compared against the &quot;match_this&quot; argument.
20128 If there is an exact match, then the &quot;if_matched&quot; text is used
20129 as the replacement text.
20130 Otherwise, the &quot;if_not_matched&quot; text is used.
20131 One of the most useful values for the &quot;match_this&quot; argument is
20132 the empty string, &quot;&quot;.
20133 In that case the expansion is compared against the empty string.
20135 Here's an example to make it clearer.
20136 This text could be included in one of your template files:
20138 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;I'm replying to email&quot;, &quot;I'm replying to news&quot;)</SAMP></CENTER>
20140 If that is included in a template file that you are using while replying
20141 to a message (because you chose to use the role it was part of),
20142 and that message has a newsgroup header and a newsgroup in that header,
20143 then the text
20145 <CENTER><SAMP>I'm replying to news</SAMP></CENTER>
20147 will be included in the message you are about to compose.
20148 On the other hand, if the message you are replying to does not have
20149 a newsgroup, then the text
20151 <CENTER><SAMP>I'm replying to email</SAMP></CENTER>
20153 would be included instead.
20154 This would also work in signature files and in
20155 the &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option.
20156 If the &quot;match_this&quot;, &quot;if_matched&quot;,
20157 or &quot;if_not_matched&quot; arguments contain
20158 spaces, parentheses, or commas;
20159 they have to be quoted with double quotation marks (like in the example
20160 above).
20161 If you want to include a literal quote (&quot;) in the text you must escape the
20162 quote by preceding it with a backslash (&#92;) character.
20163 If you want to include a literal backslash character you must escape it
20164 by preceding it with another backslash.
20166 The comma followed by &quot;if_not_matched&quot; is optional.
20167 If there is no &quot;if_not_matched&quot;
20168 present then no text is included if the not_matched case is true.
20169 Here's another example:
20171 <CENTER><SAMP>_NEWS_(&quot;&quot;, &quot;&quot;, &quot;This msg was seen in group: _NEWS_.&quot;)</SAMP></CENTER>
20173 Here you can see that tokens may appear in the arguments.
20174 The same is true for tokens with the conditional parentheses.
20175 They may appear in arguments,
20176 though you do have to be careful to get the quoting and escaping of
20177 nested double quotes correct.
20178 If this was in the signature file being used and you were replying to a message
20179 sent to comp.mail.pine the resulting text would be:
20181 <CENTER><SAMP>This msg was seen in group: comp.mail.pine.</SAMP></CENTER>
20183 If you were replying to a message that wasn't sent to any newsgroup the
20184 resulting text would be a single blank line.
20185 The reason you'd get a blank line is because the end of the line is
20186 outside of the conditional, so is always included.
20187 If you wanted to get rid of that blank line you could do so by moving
20188 the end of line inside the conditional.
20189 In other words, it's ok to have multi-line
20190 &quot;if_matched&quot; or &quot;if_not_matched&quot; arguments in your
20191 template file.
20192 The text just continues until the next double quotation, even if it's not
20193 on the same line.
20195 Here's an example for use in the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;:
20197 <CENTER><SAMP>On _DAYDATE_, _FROM__CURNEWS_(&quot;&quot;, &quot;&quot;, &quot;seen in _CURNEWS_,&quot;) wrote</SAMP></CENTER>
20199 If this was in your <!--#echo var="VAR_reply-leadin"--> and you were replying to a message
20200 while reading the newsgroup comp.mail.pine the resulting text would be:
20202 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone, seen in comp.mail.pine, wrote:</SAMP></CENTER>
20204 If you were replying to a message while reading an email folder instead
20205 of a newsgroup the resulting leadin text would be
20207 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
20209 Here's one more (contrived) example illustrating a matching argument
20210 that is not the empty string.
20212 <CENTER><SAMP>_SMARTDATE_("Today", _SMARTDATE_, "On _DATE_") _FROM_ wrote:</SAMP></CENTER>
20214 If this was the value of your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; option and you
20215 were replying to
20216 a message that was sent today, then the value of the &quot;<!--#echo var="VAR_reply-leadin"-->&quot;
20217 would be
20219 <CENTER><SAMP>Today Fred Flintstone wrote:</SAMP></CENTER>
20221 But if you were replying to a message sent on Oct. 27 (and that wasn't
20222 today) you would get
20224 <CENTER><SAMP>On Oct 27 Fred Flintstone wrote:</SAMP></CENTER>
20227 &lt;End of help on this topic&gt;
20228 </BODY>
20229 </HTML>
20230 ======= h_composer_cntxt_nick =======
20231 <HTML>
20232 <HEAD>
20233 <TITLE>Collection Nickname Explained</TITLE>
20234 </HEAD>
20235 <BODY>
20236 <H1>Collection Edit Help -- Nickname Field</H1>
20238 This field is provided so you can add a short nickname to use when
20239 referring to this collection within Alpine.  Spaces are allowed, and
20240 you don't need to use double-quotes.  However, the double-quote
20241 character is not allowed.
20243 Look <A HREF="h_edit_nav_cmds">here</A>
20244 to see the available Editing and Navigation commands.
20246 &lt;End of help on this topic&gt;
20247 </BODY>
20248 </HTML>
20249 ======= h_folder_server_syntax =======
20250 <HTML>
20251 <HEAD>
20252 <TITLE>Server Name Syntax</TITLE>
20253 </HEAD>
20254 <BODY>
20255 <H1>Server Name Syntax</H1>
20257 This help describes the syntax that may be used for server names
20258 that may be associated with remote folders or SMTP servers.
20261 A server name is the hostname of the server.
20262 It's a good idea to use the host's fully-qualified network name.
20265 <CENTER><SAMP>foo.example.com</SAMP></CENTER>
20268 However, IP addresses are allowed if surrounded
20269 with square-brackets.
20272 <CENTER><SAMP>[127.0.0.1]</SAMP></CENTER>
20275 An optional network port number may be supplied by appending
20276 a colon (:) followed by the port number
20277 to the server name.
20278 By default, the IMAP port number, 143, is used.
20281 <CENTER><SAMP>foo.example.com:port</SAMP></CENTER>
20284 Besides server name and optional port number, various other optional
20285 parameters may be supplied that alter Alpine's interaction with the server.
20286 A parameter is supplied by appending a slash (/) character followed by
20287 the parameter's name and,
20288 depending on the particular parameter, the value assigned to that
20289 name, to the server name (and optional port number).
20290 Parameter names are <EM>not</EM> case sensitive.
20291 Currently supported parameters include:
20293 <DL>
20295 <DT>User</DT>
20296 <DD>This parameter requires an associated value, and is intended to
20297 provide the username identifier with which to establish the server
20298 connection.
20299 If your SMTP server offers SMTP AUTH authentication, adding this 
20300 parameter to the
20301 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
20302 option will cause Alpine to attempt to authenticate to the server using the
20303 supplied username.
20304 Similarly, if your NNTP server offers NNTP &quot;AUTHINFO SASL&quot;
20305 or &quot;AUTHINFO USER&quot; authentication, adding this parameter to the
20306 <A HREF="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></A>
20307 option (or to the server name for any folder collection using NNTP)
20308 will cause Alpine to attempt
20309 to authenticate to the server using the supplied username.
20310 An example might be:
20313 <CENTER><SAMP>/user=katie</SAMP></CENTER>
20316 </DD>
20318 <DT>TLS</DT>
20319 <DD>
20320 Normally, when a new connection is made an attempt is made to 
20321 negotiate a secure (encrypted) session using Transport Layer Security (TLS).
20322 If that fails then a non-encrypted connection will be attempted instead.
20323 This is a unary parameter indicating communication with the server must 
20324 take place over a TLS connection. If the attempt to use TLS fails then
20325 this parameter will cause the connection to fail instead of falling
20326 back to an unsecure connection.
20329 <CENTER><SAMP>/tls</SAMP></CENTER>
20332 </DD>
20334 <DT>SSL</DT>
20335 <DD>
20336 This is a unary parameter indicating communication with the server should 
20337 take place over a Secure Socket Layer connection.  The server must support
20338 this method, and be prepared to accept connections on the appropriate
20339 port (993 by default).
20340 Alpine must be linked with an SSL library for this option to be operational.
20343 <CENTER><SAMP>/ssl</SAMP></CENTER>
20346 </DD>
20348 <DT>TLS1</DT>
20349 <DD>
20350 This parameter indicates that the connection to the server will be made
20351 over the SSL port, but using the TLSv1 protocol, instead of the usual
20352 SSLv3 or SSLv2 protocols.
20353 Alpine must be linked with an SSL library for this option to be operational.
20356 <CENTER><SAMP>/tls1</SAMP></CENTER>
20359 </DD>
20361 <DT>DTLS1</DT>
20362 <DD>
20363 This parameter indicates that the connection to the server will be made
20364 over the SSL port, but using the DTLSv1 protocol, instead of the usual
20365 SSLv3 or SSLv2 protocols.
20366 Alpine must be linked with an SSL library for this option to be operational.
20369 <CENTER><SAMP>/dtls1</SAMP></CENTER>
20372 </DD>
20374 <DT>TLS1_1</DT>
20375 <DD>
20376 This parameter indicates that the connection to the server will be made
20377 over the SSL port, but using the TLSv1.1 protocol, instead of the usual
20378 SSLv3 or SSLv2 protocols.
20379 Alpine must be linked with an SSL library for this option to be operational.
20382 <CENTER><SAMP>/tls1_1</SAMP></CENTER>
20385 </DD>
20387 <DT>TLS1_2</DT>
20388 <DD>
20389 This parameter indicates that the connection to the server will be made
20390 over the SSL port, but using the TLSv1.2 protocol, instead of the usual
20391 SSLv3 or SSLv2 protocols.
20392 Alpine must be linked with an SSL library for this option to be operational.
20395 <CENTER><SAMP>/tls1_2</SAMP></CENTER>
20398 </DD>
20401 <DT>NoValidate-Cert</DT>
20402 <DD>Do not validate certificates (for TLS or SSL connections) from the server.
20403 This is needed if the server uses self-signed certificates or if Alpine
20404 cannot validate the certificate for some other known reason.
20406 </DD>
20408 <DT>Anonymous</DT>
20409 <DD>This is a unary parameter (that means it does not have a value)
20410 indicating that the connection be logged in as
20411 &quot;anonymous&quot; rather than a specific user.
20412 Not all servers offer anonymous
20413 access; those which do generally only offer read-only access to certain
20414 &quot;public&quot; folders.
20417 <CENTER><SAMP>/anonymous</SAMP></CENTER>
20420 </DD>
20422 <DT>Secure</DT>
20423 <DD>This is a unary parameter indicating that the connection use the
20424 most secure authentication method mutually supported by Alpine and the
20425 server.
20426 Alpine is capable of authenticating connections to 
20427 the server using several methods.
20428 By default, Alpine will attempt each
20429 method until either a connection is established or the
20430 list of methods is exhausted.
20431 This parameter causes Alpine to instead fail 
20432 the connection if the first (generally most &quot;secure&quot;) method fails.
20435 <CENTER><SAMP>/secure</SAMP></CENTER>
20438 </DD>
20440 <DT>Submit</DT>
20441 <DD>This is a unary parameter for use with the
20442 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A> option.
20443 It indicates that the connection should be made to the Submit server
20444 (<A HREF="http://www.ietf.org/rfc/rfc2476.txt">RFC 3676</A>)
20445 (port 587) instead of the SMTP port (25).
20446 At the time this help was written the submit option was equivalent to
20447 specifying port 587.
20450 <CENTER><SAMP>/submit</SAMP></CENTER>
20454 <CENTER><SAMP>host:587</SAMP></CENTER>
20457 </DD>
20459 <DT>Debug</DT>
20460 <DD>This is a unary parameter indicating that the connection be established
20461 in a verbose mode.  Basically, it causes Alpine to log the communication with
20462 the server in Alpine's debug file.
20463 Normally, the pine -d command-line flag would be used instead.
20465 </DD>
20467 <DT>NoRsh</DT>
20468 <DD>By default, Alpine attempts to login using &quot;rsh&quot;,
20469 the UNIX remote shell program.
20470 Including &quot;NoRsh&quot; will cause connections to this server to skip
20471 the &quot;rsh&quot; attempt.
20472 This might be useful to avoid long timeouts caused by rsh firewalls, for
20473 example.
20475 </DD>
20477 <DT>Loser</DT>
20478 <DD>This option makes sense only for IMAP servers that do not perform
20479 a SEARCH command correctly. If your filtering rules
20480 fail to filter some messages, that should have been filtered, then this
20481 option will make Alpine download all data necessary to perform that search.
20482 There is a performance penalty when using this option. Downloading the
20483 data to perfom the search will take longer than requesting the IMAP
20484 server to perform the filtering, but the filtering will be done correctly.
20486 </DD>
20489 <DT>Service</DT>
20490 <DD>This parameter requires an associated value.  The default value is
20491 &quot;IMAP&quot; which indicates communication with the server based
20492 on the IMAP4rev1 protocol (defined in RFC 3501 -- see 
20493 <A HREF="http://www.imap.org/docs/rfc3501.html">http://www.imap.org/docs/rfc3501.html</A>).</DD>
20495 Other service values include:
20496  <DL>
20497  <DT>NNTP</DT>
20498  <DD>This value indicates communication with the server takes place via
20499 the Network News Transfer Protocol.  Use this to define a collection
20500 of newsgroups on a remote news server.  So
20503 <CENTER><SAMP>/service=NNTP</SAMP></CENTER>
20505 or just
20507 <CENTER><SAMP>/NNTP</SAMP></CENTER>
20510 is the way to specify NNTP access.
20512  </DD>
20514  <DT>POP3</DT>
20515  <DD>This value indicates communication with the server takes place via the
20516 Post Office Protocol 3 protocol.
20519 <CENTER><SAMP>/service=POP3</SAMP></CENTER>
20521 or just
20523 <CENTER><SAMP>/POP3</SAMP></CENTER>
20526 Note that there are several important issues
20527 to consider when selecting this option:
20528 <OL>
20529  <LI> POP3 provides access to only your INBOX.  In other words,
20530 secondary folders such as your &quot;saved-messages&quot; are inaccessible.
20531  <LI> Alpine's implementation of POP3 does not follow the traditional POP
20532 model and will leave your mail on the server. Refer to the
20533 <A HREF="h_maildrop">Mail Drop</A> functionality for a possible way around this problem.
20534  <LI> See the discussion about new-mail checking in <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
20535 </OL>
20536 </DD>
20537 </DL>
20538 </DL>
20541 Note that it is possible to include more than one parameter in a server
20542 specification by concatenating the parameters. For example:
20545 <CENTER><SAMP>foo.example.com:port/user=katie/novalidate-cert/debug</SAMP></CENTER>
20549 &lt;End of help on this topic&gt;
20550 </BODY>
20551 </HTML>
20552 ======= h_composer_cntxt_server =======
20553 <HTML>
20554 <HEAD>
20555 <TITLE>Collection Server: Explained</TITLE>
20556 </HEAD>
20557 <BODY>
20558 <H1>Collection Edit Help -- Server Field</H1>
20560 This collection's &quot;Server:&quot; definition indicates the
20561 hostname of the server providing access to the folders in this
20562 collection.
20563 The syntax of this server name is the same as for other server names used
20564 in remote folder names in
20565 Alpine and is described
20566 <A HREF="h_folder_server_syntax">here</A>.
20569 &lt;End of help on this topic&gt;
20570 </BODY>
20571 </HTML>
20572 ======= h_composer_cntxt_path =======
20573 <HTML>
20574 <HEAD>
20575 <TITLE>Collection Path: Explained</TITLE>
20576 </HEAD>
20577 <BODY>
20578 <H1>Collection Edit Help -- Path Field</H1>
20580 The collection's &quot;Path:&quot; definition indicates the location
20581 of the folders in this collection.  If the path or any of its components
20582 do not exist, Alpine will prompt you for their creation when exiting the
20583 Add/Change screen.
20585 <P> 
20586 By default the path is interpreted as defining a section of your personal
20587 folder area.  This area and how you specify it are defined by the
20588 server, if one is specified in the collection, or, typically, the home
20589 directory if no server is defined.
20592 To define a collection outside the default &quot;area&quot;, prefix
20593 the path with the &quot;namespace&quot; to use when interpreting the
20594 given path.  If a namespace is specified, the Path begins with the
20595 sharp, &quot;#&quot;, character followed by the name of the namespace
20596 and then the namespace's path-element-delimiter.  Aside from the
20597 path's format, namespaces can also imply access rights, content
20598 policy, audience, location, and, occasionally, access methods.
20601 Each server exports its own set (possibly of size one) of 
20602 namespaces.  Hence, it's likely communication with your server's
20603 administrator will be required for specific configurations.  Some of
20604 the more common namespaces, however, include:
20606 <DL>
20607 <DT>#news.</DT>
20608 <DD>This specifies a set of folders in the newsgroup namespace.  Newsgroup
20609 names are hierarchically defined with each level delimited by a period.
20610 </DD>
20611 <DT>#public/</DT>
20612 <DD>This specifies a folder area that the server may export to the general
20613 public.
20614 </DD>
20615 <DT>#shared/</DT>
20616 <DD>This specifies a folder area that the folder may export to groups
20617 of users.
20618 </DD>
20619 <DT>#ftp/</DT>
20620 <DD>This specifies a folder area that is the same as that it may have 
20621 exported via the &quot;File Transfer Protocol&quot;.
20622 </DD>
20623 <DT>#mh/</DT>
20624 <DD>This specifies the personal folder area associated with folders
20625 and directories that were created using the MH message handling system.
20626 </DD>
20627 </DL>
20630 In addition, the server may support access to other user's folders,
20631 provided you have suitable permissions.  Common methods use a prefix
20632 of either &quot;~<VAR>user</VAR>/&quot;, or &quot;/<VAR>user</VAR>/&quot; to
20633 indicate the root of the other user's folder area.
20636 No, nothing's simple.
20639 &lt;End of help on this topic&gt;
20640 </BODY>
20641 </HTML>
20642 ======= h_composer_cntxt_view =======
20643 <HTML>
20644 <HEAD>
20645 <TITLE>Collection View: Explained</TITLE>
20646 </HEAD>
20647 <BODY>
20648 <H1>Collection Edit Help -- View Field</H1>
20650 The collection's &quot;View:&quot; definition provides a way to limit
20651 the displayed list of folders within a collection.  By default, only
20652 folders that contain the specified characters anywhere in their name
20653 are shown in the collection's folder list.
20656 Additionally, you can use a wildcard character to better control
20657 the list of folders selected for display.  The wildcard specifier is
20658 the star, &quot;*&quot;, character.
20661 So, for example, to define a collection of all folders ending with
20662 &quot;c&quot;, you'd specify a view of &quot;*c&quot; (without the
20663 quote characters!).  Or, similarly, to define a collection of folders
20664 whose names start with &quot;a&quot; and end with &quot;z&quot;, you'd
20665 specify a view of &quot;a*z&quot;.
20668 &lt;End of help on this topic&gt;
20669 </BODY>
20670 </HTML>
20671 ======= h_composer_abook_add_server =======
20672 <HTML>
20673 <HEAD>
20674 <TITLE>Addressbook Server Name Field Explained</TITLE>
20675 </HEAD>
20676 <BODY>
20677 This field should be left blank if the address book is stored in a regular
20678 file on this system.  If it is a remote address book stored on an IMAP
20679 server then this is the name of that IMAP server.
20681 Look <A HREF="h_edit_nav_cmds">here</A>
20682 to see the available Editing and Navigation commands.
20684 &lt;End of help on this topic&gt;
20685 </BODY>
20686 </HTML>
20687 ======= h_composer_abook_add_folder =======
20688 <HTML>
20689 <HEAD>
20690 <TITLE>Addressbook Folder Name Field Explained</TITLE>
20691 </HEAD>
20692 <BODY>
20693 For a remote address book (one for which the Server Name is filled in)
20694 this is the name of a folder on the remote server. The address book data
20695 will be stored in this folder. This folder should be used only for
20696 storing this single address book, not for other address books or for
20697 other messages.
20699 For a local address book (one for which the Server Name is not filled in)
20700 this is the name of a file in which the address book will be stored.
20701 The file is in the same directory as the Alpine configuration file if the
20702 configuration file is local.
20703 If the configuration file is remote, then this will be in the home directory
20704 for Unix Alpine and in the directory specified by the
20705 &quot;-aux local_directory&quot; command line argument.
20707 Look <A HREF="h_edit_nav_cmds">here</A>
20708 to see the available Editing and Navigation commands.
20710 &lt;End of help on this topic&gt;
20711 </BODY>
20712 </HTML>
20713 ======= h_composer_abook_add_nick =======
20714 <HTML>
20715 <HEAD>
20716 <TITLE>Addressbook NickName Field Explained</TITLE>
20717 </HEAD>
20718 <BODY>
20719 This is just an optional nickname for this address book. If present, it
20720 is used in some of the displays and error messages in the address book
20721 maintenance screens. It is for your convenience only and serves no
20722 other purpose.
20724 Look <A HREF="h_edit_nav_cmds">here</A>
20725 to see the available Editing and Navigation commands.
20727 &lt;End of help on this topic&gt;
20728 </BODY>
20729 </HTML>
20730 ======= h_composer_qserv_cn =======
20731 <HTML>
20732 <HEAD>
20733 <TITLE>Directory Query Form Explained</TITLE>
20734 </HEAD>
20735 <BODY>
20737 Fill in as many of these fields as you wish to narrow down your
20738 search. All the fields you fill in must match in order for an entry
20739 to be returned. You may use the wildcard character &quot;*&quot; in
20740 any of the fields, it matches any zero or more characters at that
20741 point in the string. There are no implicit wildcards, so the match is
20742 exact unless you include wildcards.
20745 Note that if an attribute isn't present at all, then the match will fail.
20746 For example, if a server doesn't support the Locality attribute, then no
20747 matter what you put in the Locality field (other than leaving it empty)
20748 the search will fail.
20751 This field, the Common Name field, is typically a person's full name.
20754 <H1>EDITING and NAVIGATION COMMANDS</H1>
20755 <!--chtml if pinemode="function_key"-->
20756 <PRE>
20757 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20758 ^B (Left Arrow)    Back character       | ^D       Delete current character
20759 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20760 ^P (Up Arrow)      Previous line        |
20761 ^N (Down Arrow)    Next line            | F9       Cut marked text or
20762 ^A                 Beginning of line    |            delete current line
20763 ^E                 End of line          | F10      Undelete line(s)
20764 F7                 Previous page        |
20765 F8                 Next page            |-------------------------------------
20766 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20767 ----------------------------------------|
20768 EXIT COMMANDS    |  GENERAL COMMANDS    | F5    Restore previous search
20769 F2   Cancel      |   F1    Get help     |
20770 F3   Search      |   ^Z    Suspend      | ^L    Redraw Screen
20771 </PRE>
20772 <!--chtml else-->
20773 <PRE>
20774 CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
20775 ^B (Left Arrow)    Back character       | ^D       Delete current character
20776 ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character
20777 ^P (Up Arrow)      Previous line        |
20778 ^N (Down Arrow)    Next line            | ^K       Cut marked text or
20779 ^A                 Beginning of line    |            delete current line
20780 ^E                 End of line          | ^U       Undelete line(s)
20781 ^Y                 Previous page        |
20782 ^V                 Next page            |-------------------------------------
20783 ^@ (Ctrl-SPACE)    Next word            | MISCELLANEOUS COMMANDS
20784 ----------------------------------------|
20785 EXIT COMMANDS    |  GENERAL COMMANDS    | ^R     Restore previous search
20786 ^C   Cancel      |   ^G    Get help     |
20787 ^X   Search      |   ^Z    Suspend      | ^L     Redraw Screen
20788 </PRE>
20789 <!--chtml endif-->
20790 <P><UL>
20791 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20792 </UL><P>
20793 &lt;End of help on this topic&gt;
20794 </BODY>
20795 </HTML>
20796 ======= h_composer_qserv_sn =======
20798 The Surname is usually the family name of a person.
20800 <End of help on this topic>
20801 ======= h_composer_qserv_gn =======
20803 This is the part of a person's name that isn't the surname or initials.
20805 <End of help on this topic>
20806 ======= h_composer_qserv_mail =======
20808 This is the email address of a person.
20810 <End of help on this topic>
20811 ======= h_composer_qserv_org =======
20813 This is the organization a person belongs to.
20815 <End of help on this topic>
20816 ======= h_composer_qserv_unit =======
20818 This is the organizational unit a person belongs to.
20820 <End of help on this topic>
20821 ======= h_composer_qserv_country =======
20823 This is the country a person belongs to.
20825 <End of help on this topic>
20826 ======= h_composer_qserv_state =======
20828 This is the state a person belongs to.
20830 <End of help on this topic>
20831 ======= h_composer_qserv_locality =======
20833 This is the locality a person belongs to.
20835 <End of help on this topic>
20836 ======= h_composer_qserv_custom =======
20838 This one is for advanced users only! If you put something in this field,
20839 then the rest of the fields are ignored.
20841 This field may be set to the string representation of an LDAP search
20842 filter (see RFC1960). Here are some examples:
20844 To search for an entry with a surname equal to "clinton" you could set
20845 the custom filter to:
20847      (sn=clinton)
20848     
20849 This is equivalent to putting "clinton" in the SurName field.
20850 To search for an entry that has a surname that begins with "clint" and
20851 has a givenname equal to "william" you could use:
20853      (&(sn=clint*)(givenname=william))
20854     
20855 This is equivalent to setting the SurName field to "clint*" and the
20856 GivenName field to "william".
20857 To search for an entry where either the common name OR the email address
20858 contains "abcde" you could use:
20860      (|(cn=*abcde*)(mail=*abcde*))
20862 That isn't equivalent to anything you can do by setting the other fields
20863 because of the OR.
20865 <End of help on this topic>
20866 ======= h_composer_qserv_qq =======
20868 This one is a little different from the rest of the categories.  It causes
20869 a search to be formed from the configured search filter that you filled
20870 in when you added the directory server to your configuration. It can also
20871 be combined with the other fields if you'd like.
20873 <End of help on this topic>
20874 ======= h_address_format =======
20875 <HTML>
20876 <HEAD>
20877 <TITLE>INTERNET EMAIL ADDRESS FORMAT</TITLE>
20878 </HEAD>
20879 <BODY>
20880 <H1>INTERNET EMAIL ADDRESS FORMAT</H1>
20882 A valid email address on the Internet has a username, an &quot;@&quot; sign, 
20883 and then a domain, with no spaces.  
20884 For example, jsmith@art.example.com might be the email address
20885 of a person  
20886 with the username &quot;jsmith&quot; who has an account in the domain
20887 &quot;art.example.com&quot;.  The number of dot-separated segments on the 
20888 right of the &quot;@&quot; sign can vary - a shorter example would be 
20889 isabelle@elsewhere.edu (the shortest possible form: here, only the 
20890 organization's domain is specified after the &quot;@&quot; sign); a longer 
20891 example would be 
20892  jsingh@shakti.edutech.example.com
20893 (here, the name of the host &quot;shakti&quot; in the domain 
20894 edutech.example.com is also specified).  
20895 <P>  
20896 If you do not know the exact email address of someone you want to write 
20897 to, ask them what it is using other means of communication than email; or 
20898 use the tools for 
20899 finding people's addresses that are available on the Internet.
20901 If you are sending to someone on the same system as you are, you can leave
20902 the &quot;@&quot; sign and all the information to its right off of the 
20903 address, and Alpine will fill it in automatically, 
20904 unless the feature 
20905 <A HREF="h_config_compose_rejects_unqual">&quot;<!--#echo var="FEAT_compose-rejects-unqualified-addrs"-->&quot;</A> is set in SETUP CONFIGURATION.
20908 When an email address you send a message to is not reachable -- either because 
20909 it is simply an incorrect address, or because email can temporarily not be 
20910 delivered to it due to a technical problem on the way to or at the recipient's 
20911 end -- you will almost always get an error notification email message back.
20913 If you encounter problems with, or have questions about, email delivery or
20914 email address syntax, contact your local network computing consultants.
20915 <P><UL>
20916 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20917 </UL>
20919 &lt;End of help on this topic&gt;
20920 </BODY>
20921 </HTML>
20922 ======= h_flag_user_flag =======
20923 <HTML>
20924 <HEAD>
20925 <TITLE>STATUS FLAG: User Defined Keyword</TITLE>
20926 </HEAD>
20927 <BODY>
20928 <H1>STATUS FLAG: User Defined Keyword</h1>
20930 This is a keyword that is defined for this folder.
20931 It was most likely defined by the owner of the folder.
20932 Alpine will not set or clear this flag on its own.
20934 <P><UL>
20935 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
20936 </UL><P>
20937 &lt;End of help on this topic&gt;
20938 </BODY>
20939 </HTML>
20940 ======= h_flag_important =======
20941 <html>
20942 <title>STATUS FLAG: Important</title>
20943 <body>
20944 <h1>STATUS FLAG: Important</h1>
20947 The <EM>Important</EM> flag, indicated by an asterisk in Alpine's
20948 MESSAGE&nbsp;INDEX
20949 screen, can only be set by the user, and is intended to be used in
20950 whatever fashion makes sense to you.  You are the only one that can set or
20951 clear it. 
20954 &lt;End of help on this topic&gt;
20955 </BODY>
20956 </HTML>
20957 ======= h_flag_new =======
20958 <html>
20959 <title>STATUS FLAG: New</title>
20960 <body>
20961 <h1>STATUS FLAG: New</h1>
20964 The <EM>New</EM> flag, indicated by the letter 'N' in Alpine's
20965 MESSAGE&nbsp;INDEX screen,
20966 is automatically set when messages are delivered to your Inbox (or other
20967 folder specified outside of Alpine).  Likewise, it is cleared automatically
20968 the first time you read the message it is associated with.
20971 Sometimes it's helpful in prioritizing your mail.  For example, perhaps
20972 a message isn't weighty enough to assign it an <A HREF="h_flag_important">Important</A> flag, but
20973 you'd like to be reminded of it next time you read mail.  This can be done
20974 easily by <A HREF="h_common_flag">explicitly</A> resetting the <EM>New</EM> flag.
20978 &lt;End of help on this topic&gt;
20979 </BODY>
20980 </HTML>
20981 ======= h_flag_answered =======
20982 <html>
20983 <title>STATUS FLAG: Answered</title>
20984 <body>
20985 <h1>STATUS FLAG: Answered</h1>
20987 The <EM>Answered</EM> flag, indicated by the letter 'A' in Alpine's
20988 MESSAGE&nbsp;INDEX
20989 screen, is automatically set when you reply to a message.  This flag is not
20990 automatically cleared.
20993 &lt;End of help on this topic&gt;
20994 </BODY>
20995 </HTML>
20996 ======= h_flag_forwarded =======
20997 <html>
20998 <title>STATUS FLAG: Forwarded</title>
20999 <body>
21000 <h1>STATUS FLAG: Forwarded</h1>
21002 The <EM>Forwarded</EM> flag, indicated by the letter 'F' in Alpine's
21003 MESSAGE&nbsp;INDEX
21004 screen, is automatically set when you forward a message.  This flag is not
21005 automatically cleared.
21008 &lt;End of help on this topic&gt;
21009 </BODY>
21010 </HTML>
21011 ======= h_flag_deleted =======
21012 <html>
21013 <title>STATUS FLAG: Deleted</title>
21014 <body>
21015 <h1>STATUS FLAG: Deleted</h1>
21017 The <EM>Deleted</EM> flag, indicated by the letter 'D' in Alpine's
21018 MESSAGE&nbsp;INDEX
21019 screen, is set when you use the &quot;"D&nbsp;Delete&quot; command.
21020 It is cleared
21021 when you use the &quot;U&nbsp;Undelete&quot; command.
21024 Messages marked with this flag will be permanently removed from
21025 the folder when you issue the <A HREF="h_index_cmd_expunge">Expunge</A>
21026 command, or
21027 when you indicate acceptance of their removal upon leaving the folder.
21030 Note, there can be other actions implicit in the
21031 &quot;D&nbsp;Delete&quot; command,
21032 such as advancing to the next message, that may be momentarily undesirable.
21033 For this reason, it's sometimes useful to set or clear the <EM>Deleted</EM>
21034 flag <A HREF="h_common_flag">explicitly</A>.
21037 &lt;End of help on this topic&gt;
21038 </BODY>
21039 </HTML>
21040 ====== h_config_incoming_timeo ======
21041 <HTML>
21042 <HEAD>
21043 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></TITLE>
21044 </HEAD>
21045 <BODY>
21046 <H1>OPTION: <!--#echo var="VAR_incoming-check-timeout"--></H1>
21048 This option has no effect unless the feature
21049 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21050 is set, which in turn has no effect unless
21051 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21052 is set.
21054 Sets the time in seconds that Alpine will
21055 attempt to open a network connection used for monitoring for Unseen
21056 messages in Incoming Folders. The default is 5.
21057 If a connection has not completed within this many seconds Alpine will
21058 give up and consider it a failed connection.
21060 <UL>   
21061 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21062 </UL><P>
21063 &lt;End of help on this topic&gt;
21064 </BODY>
21065 </HTML>
21066 ====== h_config_psleep ======
21067 <HTML>
21068 <HEAD>
21069 <TITLE>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</TITLE>
21070 </HEAD>
21071 <BODY>
21072 <H1>OPTION: <!--#echo var="VAR_mailcap-check-interval"--> (UNIX Alpine only)</H1>
21075 In the good old days a mailcap viewer was used to examine an 
21076 attachment before saving it, and after viewing the attachment control 
21077 would return to the operating system when the viewer was closed. Therefore, 
21078 when the mailcap viewer returned control to the operating system, it 
21079 could be assumed that the user who opened the attachment was done
21080 examining it, and the copy of the attachment that was used, could be removed.
21083 However, today this assumption is not longer valid. Some viewers return 
21084 control to the operating system before they actually read the attachment
21085 to be examined. This causes Alpine to delete the attachment before it 
21086 is read by the viewer, causing the viewer to fail opening the attachment.
21089 In order to work around this problem, Alpine checks, after the viewer has 
21090 returned control to the operating system, if there is any process that is 
21091 using the attachment. This variable controls the number of seconds that 
21092 must elapse between checks. Once it is found that no process is using the 
21093 attachment, this is removed.
21096 The minimum value for this variable is 60 (checks will be made once per 
21097 minute), and the maximum value is 600 (checks will be made once every 10 
21098 minutes). The default value is 60.
21101 <UL>   
21102 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21103 </UL><P>
21104 &lt;End of help on this topic&gt;
21105 </BODY>
21106 </HTML>
21107 ====== h_config_incoming_interv ======
21108 <HTML>
21109 <HEAD>
21110 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval"--></TITLE>
21111 </HEAD>
21112 <BODY>
21113 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval"--></H1>
21115 This option has no effect unless the feature
21116 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21117 is set, which in turn has no effect unless
21118 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21119 is set.
21121 This option specifies, in seconds, how often Alpine will check
21122 for new mail and state changes in Incoming Folders when Incoming Folders
21123 Checking is turned on.
21124 The default is 3 minutes (180).
21125 This value applies only to folders that are local to the system that
21126 Alpine is running on or that are accessed using the IMAP protocol.
21127 The similar option
21128 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>
21129 applies to all other monitored folders.
21131 <UL>   
21132 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21133 </UL><P>
21134 &lt;End of help on this topic&gt;
21135 </BODY>
21136 </HTML>
21137 ====== h_config_incoming_second_interv ======
21138 <HTML>
21139 <HEAD>
21140 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></TITLE>
21141 </HEAD>
21142 <BODY>
21143 <H1>OPTION: <!--#echo var="VAR_incoming-check-interval-secondary"--></H1>
21145 This option has no effect unless the feature
21146 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21147 is set, which in turn has no effect unless
21148 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21149 is set.
21151 This option together with the option
21152 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21153 specifies, in seconds, how often Alpine will check
21154 for new mail and state changes in Incoming Folders when Incoming Folders
21155 Checking is turned on.
21156 The default for this option is 3 minutes (180).
21157 For folders that are local to this system or
21158 that are accessed using the IMAP protocol
21159 the value of the option
21160 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>
21161 is used.
21162 For all other monitored folders, the value of this option is used.
21164 The reason there are two separate options is because it is usually
21165 less expensive to check local and IMAP folders than it is to check
21166 other types, like POP or NNTP folders.
21167 You may want to set this secondary value to a higher number than
21168 the primary check interval.
21170 <UL>   
21171 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21172 </UL><P>
21173 &lt;End of help on this topic&gt;
21174 </BODY>
21175 </HTML>
21176 ====== h_config_incoming_list ======
21177 <HTML>
21178 <HEAD>
21179 <TITLE>OPTION: <!--#echo var="VAR_incoming-check-list"--></TITLE>
21180 </HEAD>
21181 <BODY>
21182 <H1>OPTION: <!--#echo var="VAR_incoming-check-list"--></H1>
21184 This option has no effect unless the feature
21185 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
21186 is set, which in turn has no effect unless
21187 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
21188 is set.
21190 When monitoring the Incoming Message Folders for Unseen messages Alpine will
21191 normally monitor all Incoming Folders.
21192 You may use this option to restrict the list of monitored folders to a
21193 subset of all Incoming Folders.
21195 <UL>   
21196 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21197 </UL><P>
21198 &lt;End of help on this topic&gt;
21199 </BODY>
21200 </HTML>
21201 ====== h_config_pers_name ======
21202 <HTML>
21203 <HEAD>
21204 <TITLE>OPTION: <!--#echo var="VAR_personal-name"--></TITLE>
21205 </HEAD>
21206 <BODY>
21207 <H1>OPTION: <!--#echo var="VAR_personal-name"--></H1>
21209 This value is used to determine the full name part of the "From" address
21210 on messages you send.
21211 <!--chtml if pinemode="os_windows"-->
21212  PC-Alpine requires that this be set in order to properly construct the "From" address.
21213 <!--chtml else-->
21214  If unset, Unix Alpine will obtain your full name from
21215  the system password file. PC-Alpine, on the other hand, requires that this be set.
21216 <!--chtml endif-->
21218 If you want to change the value of what gets included in the From header
21219 in messages you send (other than just the Personal Name)
21220 look <A HREF="h_config_change_your_from">here</A> for a description.
21221 <P><UL>
21222 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21223 </UL><P>
21224 &lt;End of help on this topic&gt;
21225 </BODY>
21226 </HTML>
21227 ====== h_config_pruned_folders ======
21228 <html>
21229 <header>
21230 <title>OPTION: <!--#echo var="VAR_pruned-folders"--></title>
21231 </header>
21232 <body>
21233 <h1>OPTION: <!--#echo var="VAR_pruned-folders"--></h1>
21235 This variable allows you to define a list of one or more folders that
21236 Alpine will offer to prune for you in the same way it automatically offers
21237 to prune your "sent-mail" folder each month.
21238 Each folder in this list must be a folder in your default folder collection
21239 (the first folder collection if you have more than one), and it is just
21240 the relative name of the folder in the collection, not the fully-qualified name.
21241 It is similar to sent-mail.
21242 Instead of something like
21244 <CENTER><SAMP><!--#echo var="VAR_pruned-folders"-->={servername}mail/folder</SAMP></CENTER>
21246 the correct value to use would be
21248 <CENTER><SAMP>folder</SAMP></CENTER>
21250 There is an assumption here that your first collection is the folders in
21252 <CENTER><SAMP>{servername}mail</SAMP></CENTER>
21255 Once a month, for each folder listed, Alpine will offer to move
21256 the contents of the folder to a new folder of the same name but with
21257 the previous month's date appended.  Alpine will then look for any such
21258 date-appended folder names created for a previous month, and offer each
21259 one it finds for deletion.
21262 If you decline the first offer, no mail is moved and no new folder is
21263 created.
21266 The new folders will be created
21267 in your default folder collection.
21270 <UL>   
21271 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21272 </UL><P>
21273 &lt;End of help on this topic&gt;
21274 </body>
21275 </html>
21276 ====== h_config_upload_cmd ======
21277 <HTML>
21278 <HEAD>
21279 <TITLE>OPTION: <!--#echo var="VAR_upload-command"--></TITLE>
21280 </HEAD>
21281 <BODY>
21282 <H1>OPTION: <!--#echo var="VAR_upload-command"--></H1>
21284 This option affects the behavior of the Composer's &quot;Read File&quot; 
21285 (^R in the message body) and &quot;Attach File&quot; (^J in the header) 
21286 commands.  It specifies
21287 a Unix program name, and any necessary command line arguments, that Alpine can
21288 use to transfer files from your personal computer into messages that you are
21289 composing.<P>
21291 <B>Note:</B> this facility is intended for use with serial line transfer 
21292 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21293 to work with TCP/IP file transfer programs such as ftp.<P>
21295 If a program is specified, the commands listed above are modified to offer a
21296 subcommand (^Y) to activate the transfer.  Obviously, the Unix program
21297 specified here must match the transfer program or protocol available on the
21298 personal computer.<P>
21300 Alpine expects to exchange uploaded data via a file on your Unix system.  When
21301 the specified upload program finishes, Alpine expects the uploaded data to be
21302 contained in this file.<P>
21304 When upload is invoked via the &quot;Read File&quot; subcommand, Alpine 
21305 generates a
21306 temporary file name that it will pass to the specified Unix program.  Alpine
21307 will read the resulting uploaded text from this file and then delete it when
21308 the upload command is finished.<P>
21310 When upload is invoked via the &quot;Attach File&quot; subcommand, Alpine will 
21311 prompt
21312 you for the name of the file that is to contain the uploaded information that
21313 it is to attach.  Alpine will attach this file to the composition, but will
21314 <B>not</B> delete this file after the upload command is finished.<P>
21316 The special token &quot;_FILE_&quot; may be included among the Unix program's 
21317 command
21318 line arguments.  Alpine will replace this symbol with the name of the file
21319 being used to exchange the uploaded information.  This token allows you to
21320 position the file name where it is required in the Unix program's command
21321 line arguments.<P>
21323 If the &quot;_FILE_&quot; token is not present in the specified command, the
21324 temporary file's name is automatically appended to the specified Unix
21325 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21326 <B>last</B> command line argument.
21327 <P><UL>
21328 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21329 </UL><P>
21330 &lt;End of help on this topic&gt;
21331 </BODY>
21332 </HTML>
21333 ====== h_config_upload_prefix ======
21334 <HTML>
21335 <HEAD>
21336 <TITLE>OPTION: <!--#echo var="VAR_upload-command-prefix"--></TITLE>
21337 </HEAD>
21338 <BODY>
21339 <H1>OPTION: <!--#echo var="VAR_upload-command-prefix"--></H1>
21341 This option is used in conjunction with the <!--#echo var="VAR_upload-command"--> option.
21342 It defines text to be written to the terminal emulator (via standard output)
21343 immediately prior to starting upload command.  This is useful for
21344 integrated serial line file transfer agents that permit command passing
21345 (e.g., Kermit's APC method).<P>
21347 The special token &quot;_FILE_&quot; may be included in the string specification.
21348 That symbol will be replaced with the (Alpine-created) name of the temporary
21349 file in which Alpine will expect to find the uploaded file.
21350 <P><UL>
21351 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21352 </UL><P>
21353 &lt;End of help on this topic&gt;
21354 </BODY>
21355 </HTML>
21356 ====== h_config_download_cmd ======
21357 <HTML>
21358 <HEAD>
21359 <TITLE>OPTION: <!--#echo var="VAR_download-command"--></TITLE>
21360 </HEAD>
21361 <BODY>
21362 <H1>OPTION: <!--#echo var="VAR_download-command"--></H1>
21364 This option affects the behavior of the Export command.  It specifies a Unix
21365 program name, and any necessary command line arguments, that Alpine can use to
21366 transfer the exported message to your personal computer's disk.<P>
21367 Note: this facility is intended for use with serial line transfer 
21368 protocols, such as kermit, xmodem, or zmodem.  It is <B>not</B> intended
21369 to work with TCP/IP file transfer programs such as ftp.<P>
21370 If a program is specified, the Export command is modified to offer a
21371 subcommand (^V) to activate the transfer (in lieu of saving it to
21372  the machine where Alpine is running).  Obviously, the Unix program
21373 specified here must match the transfer program or protocol available on the
21374 personal computer.<P>
21376 When this subcommand is selected and before Alpine invokes the specified Unix
21377 program, Alpine will create a temporary file containing the text of the
21378 exported message.  Alpine uses this file to pass the exported message text to
21379 the specified Unix program.<P>
21381 The special token &quot;_FILE_&quot; may be included among the Unix program's command
21382 line arguments.  Alpine will replace this symbol with the temporary file's name
21383 before executing the Unix program.  This token allows you to position the
21384 file name where it is required in the Unix program's command line arguments.
21386 If the &quot;_FILE_&quot; token is not present in the specified command, the
21387 temporary file's name is automatically appended to the specified Unix
21388 program.  In other words, you don't need to use &quot;_FILE_&quot; if it is the
21389 <B>last</B> command line argument.
21390 <P><UL>
21391 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21392 </UL><P>
21393 &lt;End of help on this topic&gt;
21394 </BODY>
21395 </HTML>
21396 ====== h_config_download_prefix ======
21397 <HTML>
21398 <HEAD>
21399 <TITLE>OPTION: <!--#echo var="VAR_download-command-prefix"--></TITLE>
21400 </HEAD>
21401 <BODY>
21402 <H1>OPTION: <!--#echo var="VAR_download-command-prefix"--></H1>
21404 This option is used in conjunction with the <!--#echo var="VAR_download-command"--> option.
21405 It defines text to be written to the terminal emulator (via standard output)
21406 immediately prior to starting the download command.  This is useful for
21407 integrated serial line file transfer agents that permit command passing
21408 (e.g., Kermit's APC method).
21410 The special token &quot;_FILE_&quot; may be included in the string 
21411 specification.
21412 That symbol will be replaced with the (Alpine-created) name of the temporary
21413 file into which Alpine will place the message to be downloaded.
21414 <P><UL>
21415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21416 </UL><P>
21417 &lt;End of help on this topic&gt;
21418 </BODY>
21419 </HTML>
21420 ====== h_config_mailcap_path ======
21421 <HTML>
21422 <HEAD>
21423 <TITLE>OPTION: <!--#echo var="VAR_mailcap-search-path"--></TITLE>
21424 </HEAD>
21425 <BODY>
21426 <H1>OPTION: <!--#echo var="VAR_mailcap-search-path"--></H1>
21427 This variable is used to replace Alpine's default mailcap file search path.
21428 It takes one or more file names (full paths must be specified) in which to
21429 look for mail capability data.  The default search path can be found in this
21430 <A HREF="h_news_config">Alpine Configuration</A> help, near the bottom.
21431 If there is more than one file name listed, list members should be delimited
21432 by 
21433 <!--chtml if pinemode="os_windows"-->
21434 a semi-colon (;) under Windows; for example:<PRE>
21435         C:&#92;MYCONFIG&#92;MAILCAP.TXT;H:&#92;NETCONFIG&#92;MAILCAP.TXT
21436 </PRE>
21437 <!--chtml else-->
21438 a colon (:) under UNIX; for example:<PRE>
21439         ~/.mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
21440 </PRE>
21441 <!--chtml endif-->
21442 <P><UL>
21443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21444 </UL>
21446 &lt;End of help on this topic&gt;
21447 </BODY>
21448 </HTML>
21449 ====== h_config_mimetype_path ======
21450 <HTML>
21451 <HEAD>
21452 <TITLE>OPTION: <!--#echo var="VAR_mimetype-search-path"--></TITLE>
21453 </HEAD>
21454 <BODY>
21455 <H1>OPTION: <!--#echo var="VAR_mimetype-search-path"--></H1>
21457 This variable is used to replace Alpine's default mime.types file search path.
21458 It takes one or more file names (full paths must be specified) in which to
21459 look for file-name-extension to MIME type mapping data.  The default search
21460 path can be found in this
21461 <A HREF="h_news_config">Alpine Configuration</A> help.
21465 If there is more than one file name listed, list members should be delimited
21466 by a colon (:) under UNIX and a semi-colon (;) under Windows.
21468 &lt;End of help on this topic&gt;
21469 </BODY></HTML>
21470 ====== h_config_set_att_ansi ======
21471 <HTML><HEAD>
21472 <TITLE>OPTION: Set printer to attached ansi printer</TITLE>
21473 </HEAD>
21474 <BODY>
21475 <H1>OPTION: Set printer to attached ansi printer</H1>
21477 Type "S" to set your printer to "attached-to-ansi".<BR>
21478 It is OK to include "attached-to-ansi" in your personal list below.
21480 &lt;End of help on this topic&gt;
21481 </BODY></HTML>
21482 ====== h_config_set_att_ansi2 ======
21483 <HTML><HEAD>
21484 <TITLE>OPTION: Set printer to attached ansi printer (no formfeed)</TITLE>
21485 </HEAD>
21486 <BODY>
21487 <H1>OPTION: Set printer to attached ansi printer (no formfeed)</H1>
21489 Type "S" to set your printer to "attached-to-ansi-no-formfeed".<BR>
21490 It is OK to include "attached-to-ansi-no-formfeed" in your personal
21491 list below.
21495 This is the same as the "attached-to-ansi" option except that a
21496 formfeed character will not be appended to the end of the print job.
21497 If your printer already ejects the paper by itself at the end of the
21498 job, you may prefer the "no-formfeed" form of this printer so that you
21499 don't get an extra blank page between print jobs.
21502 &lt;End of help on this topic&gt;
21503 </BODY></HTML>
21504 ====== h_config_set_att_wyse ======
21505 <HTML><HEAD>
21506 <TITLE>OPTION: Set printer to attached Wyse60 printer</TITLE>
21507 </HEAD>
21508 <BODY>
21509 <H1>OPTION: Set printer to attached Wyse60 printer</H1>
21511 Type "S" to set your printer to "attached-to-wyse".<BR>
21512 It is OK to include "attached-to-wyse" in your personal list below.
21514 This is very similar to "attached-to-ansi".
21515 The only difference is in the control characters sent to turn the printer
21516 on and off.
21517 The ansi version of the printer uses ESC LEFT_BRACKET 5 i
21518 to turn on the printer and ESC LEFT_BRACKET 4 i
21519 to turn it off.
21520 The Wyse version uses Ctrl-R for on, and Ctrl-T for off.
21521 &lt;End of help on this topic&gt;
21522 </BODY></HTML>
21523 ====== h_config_set_att_wyse2 ======
21524 <HTML><HEAD>
21525 <TITLE>OPTION: Set printer to attached Wyse60 printer (no formfeed)</TITLE>
21526 </HEAD>
21527 <BODY>
21528 <H1>OPTION: Set printer to attached Wyse60 printer (no formfeed)</H1>
21530 Type "S" to set your printer to "attached-to-wyse-no-formfeed".<BR>
21531 It is OK to include "attached-to-wyse-no-formfeed" in your personal
21532 list below.
21536 This is the same as the "attached-to-wyse" option except that a
21537 formfeed character will not be appended to the end of the print job.
21538 If your printer already ejects the paper by itself at the end of the
21539 job, you may prefer the "no-formfeed" form of this printer so that you
21540 don't get an extra blank page between print jobs.
21543 &lt;End of help on this topic&gt;
21544 </BODY></HTML>
21545 ====== h_config_set_stand_print ======
21546 <HTML>
21547 <HEAD>
21548 <TITLE>OPTION: Set default printer</TITLE>
21549 </HEAD>
21550 <H1>OPTION: Set default printer</H1>
21551 <BODY>
21552 Move to the printer you want and type "S" to set it to be your
21553 default printer.  This list is not modifiable by you and has been
21554 set up by the system administrators.  If there is more than one printer
21555 listed in the Command List, you will be able to cycle through that
21556 whole list at the time you print, starting with your default.
21557 It is OK to include entries from this Standard list in your personal
21558 list below.
21560 &lt;End of help on this topic&gt;
21561 </BODY>
21562 </HTML>
21563 ====== h_config_set_custom_print ======
21564 <HTML>
21565 <HEAD>
21566 <TITLE>OPTION: Set default printer</TITLE>
21567 </HEAD>
21568 <H1>OPTION: Set default printer</H1>
21569 <BODY>
21570 You may add as many print commands as you want to your personal list.
21571 Specify one of them as your default printer by moving to the printer
21572 you want and typing "S".  If there is more than one printer listed
21573 in the Command List, you will be able to cycle through that list at
21574 the time you print, starting with your default.  It is OK to include
21575 entries from the Standard list above or to include the command
21576 "attached-to-ansi", "attached-to-ansi-no-formfeed", "attached-to-wyse", or
21577 "attached-to-wyse-no-formfeed" as one of the entries here.
21579 &lt;End of help on this topic&gt;
21580 </BODY>
21581 </HTML>
21582 ====== h_config_user_id =====
21583 <HTML>
21584 <HEAD>
21585 <TITLE>OPTION: <!--#echo var="VAR_user-id"--></TITLE>
21586 </HEAD>
21587 <BODY>
21588 <H1>OPTION: <!--#echo var="VAR_user-id"--></H1>
21590 This value is used as part of the "From" address on messages you send.
21591 It is also the default login name for remote IMAP server access.  Set this
21592 to the username part you want to appear on outgoing email.
21594 If you want to change the value of what gets included in the From header
21595 in messages you send (other than just the User ID)
21596 look <A HREF="h_config_change_your_from">here</A> for a description.
21598 <P><UL>   
21599 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21600 </UL><P>
21601 &lt;End of help on this topic&gt;
21602 </BODY>
21603 </HTML>
21604 ====== h_config_user_dom =====
21605 <HTML>
21606 <HEAD>
21607 <TITLE>OPTION: <!--#echo var="VAR_user-domain"--></TITLE>
21608 </HEAD>
21609 <BODY>
21610 <H1>OPTION: <!--#echo var="VAR_user-domain"--></H1>
21612 This value specifies the domain part (right-hand side) of your return
21613 address on outgoing email and is also used as the default domain for email
21614 composed to a local user.
21615 <!--chtml if pinemode="os_windows"-->
21616  This value is required for PC-Alpine. If you are unsure as to what this should be,
21617  contact your local help desk, system administrator, or Internet Service Provider.
21618 <!--chtml else-->
21619  If unset, Unix Alpine will obtain the domain from
21620  the system.  Often this value will be set for your whole site by the
21621  system administrator.<P>
21622 <!--chtml endif-->
21623 If you set this, see also the <A HREF="h_config_quell_local_lookup">
21624 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
21626 If you want to change the value of what gets included in the From header
21627 in messages you send (other than just the User Domain)
21628 look <A HREF="h_config_change_your_from">here</A> for a description.
21629 <P><UL>
21630 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21631 </UL><P>
21632 &lt;End of help on this topic&gt;
21633 </BODY>
21634 </HTML>
21635 ====== h_config_smtp_server =====
21636 <HTML>
21637 <HEAD>
21638 <TITLE>OPTION: <!--#echo var="VAR_smtp-server"--></TITLE>
21639 </HEAD>
21640 <BODY>
21641 <H1>OPTION: <!--#echo var="VAR_smtp-server"--></H1>
21642 This value specifies the name of one or more SMTP 
21643 (Simple Mail Transfer Protocol) servers for sending mail. 
21644 <!--chtml if pinemode="os_windows"-->
21645 You must have an SMTP server for use with PC-Alpine.
21646 SMTP servers are
21647 normally set up by a system administrator for use by all members of a given
21648 campus or department.
21649 Contact your local help desk to ask what SMTP
21650 servers you should use.  
21651 <!--chtml else-->
21652 Unix Alpine users may not need to set an SMTP server.
21653 Alpine will attempt to execute the program (usually sendmail) that is used
21654 to insert mail into the mail system.
21655 If this works for you, you may leave this option blank.
21656 If there is an SMTP server running on the Unix host you may be able to
21657 improve sending performance slightly by setting the SMTP server option
21658 to &quot;localhost&quot; or to the actual name of the Unix host.
21660 If the Unix host doesn't work the way Alpine was expecting you will need to
21661 set the value of this option.
21662 SMTP servers are
21663 normally set up by a system administrator for use by all members of a given
21664 campus or department.
21665 Contact your local help desk to ask what SMTP
21666 servers you should use.  
21667 <!--chtml endif-->
21669 Your SMTP server may offer SMTP AUTH authentication.
21670 It may even require it.
21671 If your SMTP server offers SMTP AUTH authentication you may specify a
21672 &quot;user&quot; name parameter to cause Alpine to attempt to authenticate.
21673 This parameter requires an associated value,
21674 the username identifier with which to establish the server
21675 connection.
21676 An example might be:
21679 <CENTER><SAMP>smtpserver.example.com/user=katie</SAMP></CENTER>
21682 If AUTH authentication is offered by the server, this will cause Alpine to
21683 attempt to use it.
21684 If AUTH authentication is not offered by the server, this will cause Alpine
21685 to fail sending with an error similar to:
21688 <CENTER><SAMP>Error: SMTP authentication not available</SAMP></CENTER>
21691 Another type of authentication that is used by some ISPs is called
21692 &quot;POP before SMTP&quot; or &quot;IMAP before SMTP&quot;,
21693 which means that you have to authenticate
21694 yourself to the POP or IMAP server by opening a mailbox before you
21695 can send mail.
21696 To do this, you usually only have to open your INBOX.
21699 You may tell Alpine to use the
21700 <A HREF="http://www.ietf.org/rfc/rfc2476.txt">Message Submission</A>
21701 port (587) instead of the SMTP port (25) by including the &quot;submit&quot;
21702 parameter
21703 in this option.
21704 At this time &quot;/submit&quot; is simply equivalent to specifying
21705 port 587, though it may imply more than that at some point in the future.
21706 Some ISPs are blocking port 25 in order to reduce the amount of spam
21707 being sent to their users.
21708 You may find that the submit option allows you to get around such a block.
21711 <CENTER><SAMP>smtpserver.example.com/submit</SAMP></CENTER>
21714 To specify any non-standard port number on the SMTP server you may follow
21715 the hostname with a colon followed by the portnumber.
21718 <CENTER><SAMP>smtpserver.example.com:12345</SAMP></CENTER>
21721 Normally, when a connection is made to the Smtp-Server Alpine will attempt
21722 to negotiate a secure (encrypted) session using Transport Layer Security (TLS).
21723 If that fails then a non-encrypted connection will be attempted instead.
21724 You may specify that a TLS connection is required if you wish.
21725 If you append &quot;/tls&quot; to the name then the connection will fail
21726 instead of falling back to a non-secure connection.
21729 <CENTER><SAMP>smtpserver.example.com/tls</SAMP></CENTER>
21733 For more details about server name possibilities see
21734 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21737 <UL>
21738 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21739 </UL>
21741 &lt;End of help on this topic&gt;
21742 </BODY>
21743 </HTML>
21744 ====== h_config_nntp_server =====
21745 <HTML>
21746 <HEAD>
21747 <TITLE>OPTION: <!--#echo var="VAR_nntp-server"--></TITLE></HEAD>
21748 <BODY>
21749 <H1>OPTION: <!--#echo var="VAR_nntp-server"--></H1>
21751 This value specifies the name of one or more NNTP
21752 (Network News Transfer Protocol)
21753 servers for reading and posting USENET news.
21754 NNTP servers are normally
21755 set up by a system administrator for use by all members of a given campus
21756 or department.
21757 Contact your local help desk to ask what NNTP servers you should use.  
21758 <!--chtml if pinemode="os_windows"--><!--chtml else-->
21759 Often Unix Alpine users will find that this variable has been
21760 set for the whole system (and they don't have to worry about it).  
21761 <!--chtml endif-->
21762 When you define an NNTP server here, Alpine implicitly defines a news
21763 collection for you, assuming that server as the news server and assuming
21764 that you will use the NNTP protocol and a local newsrc configuration file
21765 for reading news.
21766 For more about reading news with Alpine, see
21767 <A HREF="h_reading_news">how to use Alpine to read news</A>.
21769 Your NNTP server may offer NNTP &quot;AUTHINFO SASL&quot;
21770 or &quot;AUTHINFO USER&quot; authentication.
21771 It may even require it.
21772 If your NNTP server does offer such authentication you may specify a user name
21773 parameter to cause Alpine to attempt to authenticate.
21774 The same is true for the server name in a folder collection that uses NNTP.
21775 This parameter requires an associated value,
21776 the username identifier with which to establish the server connection.
21777 An example might be:
21780 <CENTER><SAMP>nntpserver.example.com/user=katie</SAMP></CENTER>
21783 If authentication is offered by the server, this will cause Alpine to
21784 attempt to use it.
21785 If authentication is not offered by the server, this will cause Alpine
21786 to fail with an error similar to:
21789 <CENTER><SAMP>Error: NNTP authentication not available</SAMP></CENTER>
21791 For more details about the server name possibilities see
21792 <A HREF="h_folder_server_syntax">Server Name Syntax</A>.
21793 <P><UL>
21794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21795 </UL><P>
21796 &lt;End of help on this topic&gt;
21797 </BODY>
21798 </HTML>
21799 ====== h_config_inbox_path =====
21800 <HTML>
21801 <HEAD>
21802 <TITLE>OPTION: <!--#echo var="VAR_inbox-path"--></TITLE>
21803 </HEAD>
21804 <BODY>
21805 <H1>OPTION: <!--#echo var="VAR_inbox-path"--></H1>
21807 This value overrides the default value of your INBOX name/path/location.
21808 <!--chtml if pinemode="os_windows"-->
21809 PC-Alpine users must specify an inbox path and it must be a folder on an
21810 IMAP server.  
21811 <!--chtml else-->
21812 Unix and VMS Alpine users will often find that this variable
21813 has been pre-configured by your system administrator.  
21814 <!--chtml endif-->
21815 You may be able to specify an alternate INBOX that is either a local folder 
21816 or a folder on an IMAP server.
21818 A typical remote <!--#echo var="VAR_inbox-path"--> entry would be: &#123;monet.art.example.com}INBOX
21819 where &quot;monet.art.example.com&quot; is replaced by the name of your IMAP
21820 mail server.
21822 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21823 details on the syntax of folder definitions.
21825 See <A HREF="h_info_on_mbox">Missing mail and the mbox driver</A> if your
21826 mail is disappearing.
21827 <P><UL>
21828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21829 </UL><P>
21830 &lt;End of help on this topic&gt;
21831 </BODY>
21832 </HTML>
21833 ====== h_config_change_your_from =====
21834 <HTML>
21835 <HEAD>
21836 <TITLE>How to Change your From Address</TITLE>
21837 </HEAD>
21838 <BODY>
21839 <H1>How to Change your From Address</H1>
21841 If the From address that Alpine includes in mail that you send is not correct,
21842 you may want to configure a different default value for the From address.
21843 You may follow these directions to change the default:
21846 <UL>
21847   <LI> Go to the Main Alpine Menu
21848   <LI> From there type the Setup Command
21849   <LI> From there type the Config Command
21850 </UL>
21853 You've probably already seen this SETUP CONFIGURATION screen.
21854 If not, there are many options you may want to set here.
21855 To set the value of the From header you may use the
21856 <A href="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A> option.
21857 Find it by scrolling down a few pages or use the WhereIs command to
21858 search for &quot;customized&quot;.
21859 You may want to read the help text associated with the option.
21861 To add a custom From header, type the Add command and enter the
21862 full header line, including the leading &quot;From:&nbsp;&quot;.
21863 For example:
21865 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
21867 Now exit the Setup command and try sending mail to yourself to see
21868 what the From line looks like.
21870 When you are in the composer you may edit the custom From line by typing
21871 Ctrl-R while your cursor is in the headers of the message and then moving
21872 to the From line and editing.
21873 If you want to leave the default value the same but add the possibility
21874 of being able to edit the header when you compose, add just the header
21875 name without a value.
21876 For example:
21878 <CENTER><SAMP>From:</SAMP></CENTER>
21880 If you change your From address you may also find it useful to add the
21881 changed From address to the
21882 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
21883 configuration option.
21885 <UL>   
21886 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21887 </UL><P>
21888 &lt;End of help on this topic&gt;
21889 </BODY>
21890 </HTML>
21891 ====== h_config_default_fcc =====
21892 <HTML>
21893 <HEAD>
21894 <TITLE>OPTION: <!--#echo var="VAR_default-fcc"--></TITLE>
21895 </HEAD>
21896 <BODY>
21897 <H1>OPTION: <!--#echo var="VAR_default-fcc"--></H1>
21899 This value specifies where a copy of outgoing mail should be saved.  If
21900 this is not a path name, it will be in the default collection for saves.
21901 Any valid folder specification, local or IMAP, is allowed.  This default
21902 folder carbon copy only applies when the 
21903 <A HREF="h_config_fcc_rule">&quot;<!--#echo var="VAR_fcc-name-rule"-->&quot;</A> 
21904 is set to use the default folder.  
21905 <!--chtml if pinemode="os_windows"-->
21906 PC-Alpine default is &quot;SENTMAIL&quot; (normally stored as SENTMAIL.MTX)
21907 <!--chtml else-->
21908 Unix Alpine default
21909 is normally &quot;sent-mail&quot; in the default folder collection. 
21910 <!--chtml endif-->
21912 If you access your email through an IMAP server, especially if you often switch between Unix Alpine
21913 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on your
21914 IMAP server (remember that in order to later access this remote folder through Alpine, it
21915 must be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21916 for more information). An example:<p>
21917 <CENTER><SAMP>{monet.art.example.com}mail/sent-mail</SAMP></CENTER>
21919 To suppress saving of outgoing mail, set: <!--#echo var="VAR_default-fcc"-->=&quot;&quot;
21921 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21922 details on the syntax of folder definitions.
21924 <UL>   
21925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21926 </UL><P>
21927 &lt;End of help on this topic&gt;
21928 </BODY>
21929 </HTML>
21930 ====== h_config_def_save_folder =====
21931 <HTML>
21932 <HEAD>
21933 <TITLE>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></TITLE>
21934 </HEAD>
21935 <BODY>
21936 <H1>OPTION: <!--#echo var="VAR_default-saved-msg-folder"--></H1>
21938 This option determines the default folder name for save-message operations 
21939 (&quot;saves&quot;).
21941 If this is not a path name, it will be in the default collection for saves.
21942 Any valid folder specification, local or IMAP, is allowed.  This default
21943 folder only applies when the
21944 <A HREF="h_config_saved_msg_name_rule">&quot;<!--#echo var="VAR_saved-msg-name-rule"-->&quot;</A>
21945 doesn't override it.  
21946 <!--chtml if pinemode="os_windows"-->
21947 PC-Alpine default is &quot;SAVEMAIL&quot; (normally stored as SAVEMAIL.MTX).
21948 <!--chtml else-->
21949 Unix Alpine default
21950 is normally &quot;saved-messages&quot; in the default folder collection.
21951 <!--chtml endif-->
21952 If you access your email through an IMAP server, especially if you often switch between Unix
21953 and PC-Alpine, or between various desktop email systems, you may want to set this to a folder on an
21954 IMAP server (remember that in order to later access this remote folder through Alpine, it
21955 should be in a folder collection. See <A HREF="h_what_are_collections">Folder Collections Explained</a>
21956 for more information). An example:<p>
21957 <CENTER><SAMP>{monet.art.example.com}mail/saved-messages</SAMP></CENTER>
21959 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21960 details on the syntax of folder definitions.
21962 <UL>   
21963 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
21964 </UL><P>
21965 &lt;End of help on this topic&gt;
21966 </BODY>
21967 </HTML>
21968 ====== h_config_postponed_folder =====
21969 <HTML>
21970 <HEAD>
21971 <TITLE>OPTION: <!--#echo var="VAR_postponed-folder"--></TITLE>
21972 </HEAD>
21973 <BODY>
21974 <H1>OPTION: <!--#echo var="VAR_postponed-folder"--></H1>
21976 This value overrides the default name for the folder where postponed
21977 messages are saved.  If this is not a path name, it will be in the default
21978 collection for message Saves.  Any valid folder specification, local or
21979 remote, is allowed. 
21980 PC-Alpine default
21981 is &quot;POSTPOND&quot; (stored as POSTPOND.MTX).
21982 The Unix Alpine default is normally &quot;postponed-msgs&quot;
21983 in the default collection. 
21985 Tip: If you are using different installations of (PC-)Alpine -- for example, PC-Alpine on your personal
21986 computer at home, and Unix Alpine on campus -- you can postpone a composition begun with one Alpine and
21987 resume it later with the other if you set this option to the <B>same folder on the same IMAP host</B>
21988 in all Alpine copies you use. 
21989 (Remember that in order to later access this remote folder through Alpine, it must be in a folder
21990 collection. See <A HREF="h_what_are_collections">Folder Collections Extensions Explained</a>
21991 for more information). An
21992 example:<p> 
21993 <CENTER><SAMP>{monet.art.example.com}mail/postponed-msgs</SAMP></CENTER>
21995 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
21996 details on the syntax of folder definitions.
21998 <UL>   
21999 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22000 </UL><P>
22001 &lt;End of help on this topic&gt;
22002 </BODY>
22003 </HTML>
22004 ====== h_config_read_message_folder =====
22005 <HTML>
22006 <HEAD>
22007 <TITLE>OPTION: <!--#echo var="VAR_read-message-folder"--></TITLE>
22008 </HEAD>
22009 <BODY>
22010 <H1>OPTION: <!--#echo var="VAR_read-message-folder"--></H1>
22012 By virtue of specifying a folder name here, Alpine will be configured to
22013 save all messages that you have read during a session into the designated
22014 &quot;read messages&quot; folder.  This allows you to more easily distinguish
22015 between your really new email (in your INBOX) and those that you have
22016 already read.  Depending on how you define the 
22017 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22018 setting, you may or may not be asked when you quit
22019 Alpine if you want read messages to be moved to this folder.  In either
22020 case, moving the messages means they will be deleted from your INBOX.
22022 If this is not a path name, it will be in the default collection for
22023 saves.  Any valid folder specification, local or remote (via IMAP), is
22024 allowed.  There is no default for the name of the read message folder.
22026 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22027 details on the syntax of folder definitions.
22029 <UL>   
22030 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22031 </UL><P>
22032 &lt;End of help on this topic&gt;
22033 </BODY>
22034 </HTML>
22035 ====== h_config_form_folder =====
22036 <HTML>
22037 <HEAD>
22038 <TITLE>OPTION: <!--#echo var="VAR_form-letter-folder"--></TITLE>
22039 </HEAD>
22040 <BODY>
22041 <H1>OPTION: <!--#echo var="VAR_form-letter-folder"--></H1>
22043 A &quot;<!--#echo var="VAR_form-letter-folder"-->&quot; is a mail folder that is intended to
22044 contain messages that you have composed and that are intended to be
22045 sent in their original form repeatedly.
22048 Setting this variable will alter Alpine's usual behavior when you
22049 execute the Compose command.  Normally, Alpine offers a chance to
22050 continue a postponed or interrupted message should one or the other
22051 exist.  When this variable is set to a folder name that exists, Alpine
22052 will also offer the chance to select a message from the folder to
22053 insert into the composer (much like when continuing a postponed message).
22054 The difference, however, is that Alpine will not automatically delete
22055 the selected message from the Form Letter Folder.
22057 Setting this variable will also affect Alpine's behavior when you
22058 Postpone a message from the composer.  Normally, Alpine simply stashes
22059 the message away in your
22060 &quot;<A HREF="h_config_postponed_folder"><!--#echo var="VAR_postponed-folder"--></A>&quot;.
22061 Regardless of the specified folder's existence, Alpine will ask which
22062 folder you intend the message to be stored in.  Choose the
22063 &quot;F&quot; option to store the message in your Form Letter Folder.
22064 This is the most common way to add a message to the folder.
22067 Another method of adding messages to the folder is via the Alpine
22068 composer's <SAMP>Fcc:</SAMP> field.  If you are sending a message that
22069 you expect to send in the same form again, you can enter the Form
22070 Letter Folder's name in this field.  Alpine, as usual, will copy the
22071 message as it's sent.  Note, when you later select this message from 
22072 your Form Letter Folder, it will have the same recipients as the original
22073 message.
22076 To delete a message from the Form Letter Folder, you can either select
22077 the folder from a suitable FOLDER LIST screen, or use the Delete
22078 command in the MESSAGE INDEX offered when selecting from the folder as
22079 part of the Compose command.  You can delete a Form Letter Folder just
22080 as any other folder from a suitable FOLDER LIST screen.
22083 You may find that the <A HREF="h_rules_roles">&quot;Roles&quot;</A>
22084 facility can be used
22085 to replace the Form Letter Folder.
22088 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22089 details on the syntax of folder definitions.
22092 <UL>   
22093 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22094 </UL><P>
22095 &lt;End of help on this topic&gt;
22096 </BODY>
22097 </HTML>
22098 ====== h_config_archived_folders =====
22099 <HTML>
22100 <HEAD>
22101 <TITLE>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></TITLE>
22102 </HEAD>
22103 <BODY>
22104 <H1>OPTION: <!--#echo var="VAR_incoming-archive-folders"--></H1>
22106 This is like
22107 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>,
22108 only more general.  You may archive
22109 any of the folders in your incoming collection.  This is a list of folder
22110 pairs, with the first separated from the second in the pair by a space.
22111 The first folder in a pair is the folder you want to archive, and the
22112 second folder is the folder that read messages from the first should be
22113 moved to.  Depending on how you define the
22114 <A HREF="h_config_auto_read_msgs">&quot;auto-move-read-messages&quot;</A>
22115 setting, you may or may not be asked when you
22116 leave the first folder if you want read messages to be moved to the
22117 second folder.  In either case, moving the messages means they will be
22118 deleted from the first folder.
22120 The name of the first folder in each pair can be either the technical
22121 specification of the folder (like what appears in your configuration file)
22122 or (much easier) the nickname that you gave the folder when you made it
22123 an incoming folder.
22125 For example:<p>
22126 <CENTER><SAMP>{monet.art.example.com}inbox {monet.art.example.com}mail/inbox-archive</SAMP></CENTER>
22127 <p>or, using nicknames:<p>
22128 <CENTER><SAMP>inbox inbox-archive</SAMP></CENTER>
22130 If these are not path names, they will be in the default collection for
22131 saves. Any valid folder specification, local or remote (via IMAP), is
22132 allowed. There is no default.
22134 See the section on <A HREF="h_valid_folder_names">Valid Folder Names</A> for
22135 details on the syntax of folder definitions.
22137 <UL>   
22138 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22139 </UL><P>
22140 &lt;End of help on this topic&gt;
22141 </BODY>
22142 </HTML>
22143 ====== h_config_newsrc_path ======
22144 <HTML>
22145 <HEAD>
22146 <TITLE>OPTION: <!--#echo var="VAR_newsrc-path"--></TITLE>
22147 </HEAD>
22148 <BODY>
22149 <H1>OPTION: <!--#echo var="VAR_newsrc-path"--></H1>
22151 This option overrides the default name Alpine uses for your "newsrc" news
22152 status and subscription file.  If set, Alpine will take this value as the
22153 full pathname for the desired newsrc file.<P>
22155 If this option is <B>not</B> set, 
22156 <!--chtml if pinemode="os_windows"-->
22157 PC-Alpine looks first for $HOME&#92;NEWSRC (where $HOME defaults to the root
22158 of the current drive, e.g. &quot;C:&#92;&quot;) and then it looks in the same
22159 directory as your pinerc file for NEWSRC.
22160 <!--chtml else-->
22161 Unix Alpine looks for the file ~/.newsrc (that is, the file named .newsrc in 
22162 your account's home directory).
22163 <!--chtml endif-->
22164 <P><UL>
22165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22166 </UL>
22168 &lt;End of help on this topic&gt;
22169 </BODY>
22170 </HTML>
22171 ====== h_config_literal_sig =====
22172 <HTML>
22173 <HEAD>
22174 <TITLE>OPTION: <!--#echo var="VAR_literal-signature"--></TITLE>
22175 </HEAD>
22176 <BODY>
22177 <H1>OPTION: <!--#echo var="VAR_literal-signature"--></H1>
22179 With this option your actual signature, as opposed to
22180 the name of a file containing your signature,
22181 is stored in the Alpine configuration file.
22182 If this is defined it takes precedence over the <!--#echo var="VAR_signature-file"--> option.
22185 This is simply a different way to store the signature.
22186 The signature is stored inside your Alpine configuration file instead of in
22187 a separate file.
22188 Tokens work the same way they do with the
22189 <A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A> so look there for
22190 help.
22193 The Setup/Signature command on Alpine's MAIN MENU will edit
22194 the &quot;<!--#echo var="VAR_literal-signature"-->&quot; by default.  However, if no
22195 &quot;<!--#echo var="VAR_literal-signature"-->&quot; is defined and the file named in the
22196 &quot;<!--#echo var="VAR_signature-file"-->&quot; option exists, then the latter will be used
22197 instead.
22200 The two character sequence &#92;n (backslash followed by
22201 the character n) will be used to signify a line-break in your signature.
22202 You don't have to enter the &#92;n, but it will be visible in the
22203 SETUP CONFIGURATION window after you are done editing the signature.
22206 <UL>   
22207 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22208 </UL><P>
22209 &lt;End of help on this topic&gt;
22210 </BODY>
22211 </HTML>
22212 ====== h_config_signature_file =====
22213 <HTML>
22214 <HEAD>
22215 <TITLE>OPTION: <!--#echo var="VAR_signature-file"--></TITLE>
22216 </HEAD>
22217 <BODY>
22218 <H1>OPTION: <!--#echo var="VAR_signature-file"--></H1>
22220 If a <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> option is defined,
22221 then this &quot;<!--#echo var="VAR_signature-file"-->&quot; option will be ignored.
22222 You can tell that that is the case because the value of the
22223 &quot;<!--#echo var="VAR_signature-file"-->&quot; will show up as
22225 <CENTER><SAMP>&lt;Ignored: using <!--#echo var="VAR_literal-signature"--> instead&gt;</SAMP></CENTER>
22227 You may either use all Literal Signatures (signatures stored in your
22228 configuration file) throughout Alpine, or all signature files.
22229 You can't mix the two.
22231 This is the name of a file that will be automatically inserted into
22232 outgoing messages.
22233 It typically contains information such as your
22234 name, email address and organizational affiliation.
22235 Alpine adds the
22236 signature into the message as soon as you enter the composer so you
22237 can choose to remove it or edit it on a message by message basis.
22238 Signature file placement in message replies is controlled by the
22239 &quot;<A HREF="h_config_sig_at_bottom"><!--#echo var="FEAT_signature-at-bottom"--></A>&quot;
22240 setting in the feature list.
22243 The default file name is
22244 <!--chtml if pinemode="os_windows"-->
22245 &quot;PINE.SIG&quot; in the same directory as your PINERC file if your
22246 PINERC file is a local file.
22247 If your PINERC file is remote, then it will be in the directory specified
22248 by the &quot;-aux local_directory&quot; command line option.
22249 <!--chtml else-->
22250 &quot;.signature&quot;.
22251 <!--chtml endif-->
22254 To create or edit your signature file choose Setup from the MAIN MENU
22255 and then select S for Signature (Main/Setup/Signature).  This puts you
22256 into the Signature Editor where you can enter a <EM>few</EM> lines of
22257 text containing your identity and affiliation.
22260 If the filename is followed by a vertical bar (|) then instead
22261 of reading the contents of the file the file is assumed to be a
22262 program that will produce the text to be used on its standard output.
22263 The program can't have any arguments and doesn't receive any input from Alpine,
22264 but the rest of the processing works as if the contents came from a file.
22267 Instead of storing the data in a local file, the
22268 signature data may be stored remotely in an IMAP folder.
22269 In order to do this, 
22270 you must use a remote name for the file.
22271 A remote <!--#echo var="VAR_signature-file"--> name might look like:
22273 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/signature</SAMP></CENTER>
22276 The syntax used here is the same as the syntax used for remote configuration
22277 files from the command line.
22278 Note that you may not access an existing signature file remotely,
22279 you have to create a new <EM>folder</EM> that contains the signature data.
22280 If the name you use here for the signature file is a remote name, then when
22281 you edit the file from the Setup/Signature command the data will be stored
22282 remotely in the folder.
22283 You aren't required to do anything special to create the folder, it
22284 gets created automatically if you use a remote name.
22287 Besides regular text, the signature file may also contain
22288 (or a signature program may produce) tokens that
22289 are replaced with text that usually depends on the message you are replying
22290 to or forwarding.
22291 For example, if the signature file contains the token
22293 <CENTER><SAMP>_DATE_</SAMP></CENTER>
22295 anywhere in the text, then that token is replaced by the date
22296 the message you are replying to or forwarding was sent.
22297 If it contains
22299 <CENTER><SAMP>_CURDATE_</SAMP></CENTER>
22301 that is replaced with the current date.
22302 The first is an example of a token that depends on the message you
22303 are replying to (or forwarding) and the second is an example which
22304 doesn't depend on anything other than the current date.
22305 You have to be a little careful with this facility since tokens that
22306 depend on the message you are replying to or forwarding will be replaced
22307 by nothing in the case where you are composing a new message from scratch.
22308 The use of <A HREF="h_rules_roles">&quot;roles&quot;</A> may help you
22309 in this respect.
22310 It allows you to use different signature files in different cases.
22313 The list of tokens available for use in the signature file is
22314 <A HREF="h_index_tokens">here</A>.
22317 Instead of, or along with the use of &quot;roles&quot; to give you
22318 different signature files in different situations, there is also
22319 a way to conditionally include text based
22320 on whether or not a token would result in specific replacement text.
22321 For example, you could include some text based on whether or not
22322 the _NEWS_ token would result in any newsgroups if it was used.
22323 This is explained in detail
22324 <A HREF="h_reply_token_conditionals">here</A>.
22325 This isn't for the faint of heart.
22327 In the very unlikely event that you want to include a literal token
22328 in the signature you must precede it with a backslash character.
22329 For example,
22331 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
22333 would produce something like
22335 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
22337 It is not possible to have a literal backslash followed by an expanded token.
22339 An alternate method for storing the signature data is available by using the
22340 <A HREF="h_config_literal_sig"><!--#echo var="VAR_literal-signature"--></A> configuration option.
22341 This variable will be used by default.
22343 <UL>   
22344 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22345 </UL><P>
22346 &lt;End of help on this topic&gt;
22347 </BODY>
22348 </HTML>
22349 ====== h_config_init_cmd_list =====
22350 <HTML>
22351 <HEAD>
22352 <TITLE>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></TITLE>
22353 </HEAD>
22354 <BODY>
22355 <H1>OPTION: <!--#echo var="VAR_initial-keystroke-list"--></H1>
22357 The initial keystroke--or command--list option lets you start Alpine at
22358 any place you like.
22359 Whatever keystrokes you specify here will be executed
22360 by Alpine upon startup as a macro.
22361 The words SPACE, TAB, DOWN, UP, LEFT, and
22362 RIGHT indicate the pressing of those keys.
22363 CR indicates the pressing of the RETURN key.
22364 F1 through F12 represent the function keys, and ^ followed
22365 by a character indicates that key pressed along with the control key (in
22366 other words, ^P means Ctrl-P).
22367 As a shortcut notation, an element of the list may be several characters
22368 surrounded by double-quotes (").
22369 That will be expanded into the individual keystrokes
22370 (excluding the double-quote characters).
22371 For example, the quoted-string
22373 <P><CENTER>"ABC"</CENTER>
22376 is interpreted the same as the three separate list members
22378 <P><CENTER>A and B and C</CENTER>
22381 which is also the same as
22383 <P><CENTER>A,B,C</CENTER>
22386 An example: To view message 1 on startup,
22387 you could use an <!--#echo var="VAR_initial-keystroke-list"--> equal to
22389 <P><CENTER>I,J,1,CR,V</CENTER>
22392 An equivalent version of this is
22394 <P><CENTER>"IJ1",CR,V</CENTER>
22397 Restrictions: You cannot pre-type into the composer with the initial
22398 keystroke list, and you cannot mix function key commands with letter
22399 commands.
22401 <P><UL>   
22402 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22403 </UL>
22405 &lt;End of help on this topic&gt;
22406 </BODY>
22407 </HTML>
22408 ====== h_config_comp_hdrs =====
22409 <html>
22410 <header>
22411 <title>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></title>
22412 </header>
22413 <body>
22414 <h1>OPTION: <!--#echo var="VAR_default-composer-hdrs"--></h1>
22416 You can control which headers you want visible when composing outgoing
22417 email using this option.
22418 You can specify any of the regular set, any
22419 <A HREF="h_compose_richhdr">Rich Header</A>,
22420 or any <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22421 that you have already defined.
22422 If you use this setting at all, you must specify all the
22423 headers you want to see, you can't just add to the regular header set.
22424 The default set is To:, Cc:, Attchmnt:, and Subject:.<p>
22426 Note that the "Newsgroups:" header will be abbreviated in the Composer
22427 display, but should be spelled out in full here.<p>
22428 <UL>   
22429 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22430 </UL><P>
22431 &lt;End of help on this topic&gt;
22432 </body>
22433 </html>
22434 ====== h_config_custom_hdrs =====
22435 <HTML>
22436 <HEAD>
22437 <TITLE>OPTION: <!--#echo var="VAR_customized-hdrs"--></TITLE>
22438 </HEAD>
22439 <BODY>
22440 <H1>OPTION: <!--#echo var="VAR_customized-hdrs"--></H1>
22442 You may add your own custom headers to outgoing messages.
22443 Each header you specify here must include the header tag 
22444 (<A HREF="h_composer_reply_to">Reply-To:</A>, Approved:, etc.)
22445 and may optionally include a value for that header.
22446 If you want to see these custom headers each time you compose a message,
22447 you must add them to your
22448 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> list, 
22449 otherwise they become part
22450 of the rich header set that you only see when you press the
22451 <A HREF="h_compose_richhdr">Rich Header</A>
22452 <!--chtml if pinemode="function_key"-->(F5)
22453 <!--chtml else-->(Ctrl-R)<!--chtml endif--> command.
22454 (If you are looking for a way to change which headers are <EM>displayed</EM>
22455 when you view a message, take a look at the
22456 <A HREF="h_config_viewer_headers"><!--#echo var="VAR_viewer-hdrs"--></A>
22457 option instead.)
22458 Here's an example that shows how you might set your From address
22460 <CENTER><SAMP>From: Full Name &lt;user@example.com&gt;</SAMP></CENTER>
22462 and another showing how you might set a Reply-To address
22464 <CENTER><SAMP>Reply-To: user@example.com</SAMP></CENTER>
22466 You may also set non-standard header values here.
22467 For example, you could add
22469 <CENTER><SAMP>Organization: My Organization Name</SAMP></CENTER>
22471 or even
22473 <CENTER><SAMP>X-Favorite-Colors: Purple and Gold</SAMP></CENTER>
22475 If you include a value after the colon then that header will be included
22476 in your outgoing messages unless you delete it before sending.
22477 If a header in the <!--#echo var="VAR_customized-hdrs"--> list has only a tag but no value, then
22478 it will not be included in outgoing messages unless you edit a value
22479 in manually.
22480 For example, if
22482 <CENTER><SAMP>Reply-To:</SAMP></CENTER>
22484 is in the list, then the Reply-To header will be available for editing
22485 but won't be included unless a value is added while in the composer.
22487 It's actually a little more complicated than that.
22488 The values of headers that you set with the <!--#echo var="VAR_customized-hdrs"--> option are
22489 defaults.
22490 If the message you are about to compose already has a value for a header,
22491 that value is used instead of a value from your <!--#echo var="VAR_customized-hdrs"-->.
22492 For example, if you are Replying to a message the Subject field
22493 will already be filled in.
22494 In that case, if the <!--#echo var="VAR_customized-hdrs"--> list contains a Subject line, the
22495 custom subject will <EM>NOT</EM> be used.
22496 The subject derived from the subject of the message you are Replying
22497 to will be used instead.
22499 It is also possible to make header setting even more complicated and more
22500 automatic by using
22501 <A HREF="h_rules_roles">Roles</A>,
22502 but if all you want to do is set a default value for a header, you don't
22503 need to think about Roles.
22505 If you change your From address you may also find it useful to add the
22506 changed From address to the
22507 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
22508 configuration option.
22510 Limitation: Because commas are used to separate the list of
22511 <!--#echo var="VAR_customized-hdrs"-->, it is not possible to have the value of a
22512 header contain a comma.
22513 Nor is there currently an &quot;escape&quot; mechanism provided
22514 to make this work.
22515 <P><UL>
22516 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22517 </UL>
22519 &lt;End of help on this topic&gt;
22520 </BODY>
22521 </HTML>
22522 ====== h_config_viewer_headers =====
22523 <HTML>
22524 <HEAD>
22525 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdrs"--></TITLE>
22526 </HEAD>
22527 <BODY>
22528 <H1>OPTION: <!--#echo var="VAR_viewer-hdrs"--></H1>
22530 You may change the default list of headers that are viewed by listing
22531 the headers you want to view here.  If the headers in your
22532 &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list are present in the message, then they
22533 will be shown.  The order of the headers you list will be honored.  If
22534 the special value &quot;all-except&quot; is included as the first
22535 header in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list, then all headers in the
22536 message except those in the list will be shown.  The values are all
22537 case insensitive.
22540 Note that once you put anything in the &quot;<!--#echo var="VAR_viewer-hdrs"-->&quot; list,
22541 then the original default headers are ignored.  So, if you just wanted
22542 to add the header Organization to the list, you would have to list
22543 Organization plus all of the other headers originally in the default
22544 list.  If you just included Organization and nothing else, then you
22545 would see only the Organization header, nothing else.
22548 The default list of headers includes:
22549 <UL>
22550   <LI>From
22551   <LI>Resent-From
22552   <LI>To
22553   <LI>Resent-To
22554   <LI>Cc
22555   <LI>Resent-cc
22556   <LI>Bcc
22557   <LI>Newsgroups
22558   <LI>Followup-To
22559   <LI>Date
22560   <LI>Resent-Date
22561   <LI>Subject
22562   <LI>Resent-Subject
22563   <LI>Reply-To
22564 </UL>
22567 If you are looking for a way to control which headers are included in
22568 outgoing mail and are visible or not in the composer, take a look at the
22569 options
22570 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>
22571 and <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A> instead of
22572 this option.
22574 <UL>   
22575 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22576 </UL><P>
22577 &lt;End of help on this topic&gt;
22578 </BODY>
22579 </HTML>
22580 ====== h_config_viewer_margin_left =====
22581 <HTML>
22582 <HEAD>
22583 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-left"--></TITLE>
22584 </HEAD>
22585 <BODY>
22586 <H1>OPTION: <!--#echo var="VAR_viewer-margin-left"--></H1>
22588 This variable controls the left-hand vertical margin's width in
22589 Alpine's Message Viewing screen.
22590 Its value is the number of space characters preceding each displayed line.
22591 For consistency with
22592 <A HREF="h_config_viewer_margin_right"><!--#echo var="VAR_viewer-margin-right"--></A>,
22593 you may specify the column number to start in
22594 (column numbering begins with number 1)
22595 instead of the width of the margin by appending a lower case letter
22596 &quot;c&quot; to the number.
22597 For example, a value of &quot;2c&quot; means to start the text in column two,
22598 which is entirely equivalent to a value of &quot;1&quot;, which means to
22599 leave a margin of 1 space.
22601 The default is a left margin of 0 (zero).
22602 Misconfigurations (for example, negative values or values with starting
22603 left columns greater than the ending right column)
22604 are silently ignored.
22605 If the number of columns for text between the <!--#echo var="VAR_viewer-margin-left"--> and
22606 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22607 instead.
22610 &lt;End of help on this topic&gt;
22611 </BODY>
22612 </HTML>
22613 ====== h_config_viewer_margin_right =====
22614 <HTML>
22615 <HEAD>
22616 <TITLE>OPTION: <!--#echo var="VAR_viewer-margin-right"--></TITLE>
22617 </HEAD>
22618 <BODY>
22619 <H1>OPTION: <!--#echo var="VAR_viewer-margin-right"--></H1>
22621 This variable controls the right-hand vertical margin's width in
22622 Alpine's Message Viewing screen.
22623 Its value is the number of space characters following each displayed line.
22624 You may specify the column number to end the text in
22625 (column numbering begins with number 1)
22626 instead of the width of the margin by appending a lower case letter
22627 &quot;c&quot; to the number.
22628 For example, a value of &quot;76c&quot; means to end the text in column 76.
22629 If the screen is 80 characters wide, this is equivalent to a value
22630 of &quot;4&quot;, which means to leave a margin of 4 spaces.
22631 However, if you use different size screens at different times, then these
22632 two values are not equivalent.
22634 The default right margin is 4.
22635 Misconfigurations (for example, negative values or values with starting
22636 left columns greater than the ending right column)
22637 are silently ignored.
22638 If the number of columns for text between the
22639 <A HREF="h_config_viewer_margin_left"><!--#echo var="VAR_viewer-margin-left"--></A> and
22640 the <!--#echo var="VAR_viewer-margin-right"--> is fewer than 8, then margins of zero will be used
22641 instead.
22644 &lt;End of help on this topic&gt;
22645 </BODY>
22646 </HTML>
22647 ====== h_config_quote_suppression =====
22648 <HTML>
22649 <HEAD>
22650 <TITLE>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></TITLE>
22651 </HEAD>
22652 <BODY>
22653 <H1>OPTION: <!--#echo var="VAR_quote-suppression-threshold"--></H1>
22655 This option should be used with care.
22656 It will cause some of the quoted text to be eliminated from the
22657 display when viewing a message in the MESSAGE TEXT screen.
22658 For example, if you set the <!--#echo var="VAR_quote-suppression-threshold"--> to the
22659 value &quot;5&quot;,
22660 this will cause quoted text that is longer than five lines to be truncated.
22661 Quoted text of five or fewer consecutive lines will be displayed in its entirety.
22662 Quoted text of more than six lines will have the first five lines displayed
22663 followed by a line that looks something like
22665 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
22667 As a special case, if exactly one line of quoted text would be hidden, the
22668 entire quote will be shown instead.
22669 So for the above example, quoted text that is exactly six lines long will
22670 will be shown in its entirety.
22671 (In other words, instead of hiding a single line and adding a line
22672 that announces that one line was hidden, the line is just shown.)
22674 If the sender of a message has carefully chosen the quotes that he or she
22675 includes, hiding those quotes may change the meaning of the message.
22676 For that reason, Alpine requires that when you want to set the value of this
22677 variable to something less than four lines, you actually have to set it
22678 to the negative of that number.
22679 So if you want to set this option to &quot;3&quot;, you actually have to
22680 set it to &quot;-3&quot;.
22681 The only purpose of this is to get you to think about whether or not you
22682 really want to do this!
22683 If you want to delete all quoted text you set the value of this option
22684 to the special value &quot;-10&quot;.
22686 The legal values for this option are
22688 <TABLE>   
22689 <TR>
22690   <TD> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22691   <TD> Default, don't hide anything </TD>
22692 </TR>
22693 <TR>
22694   <TD> &nbsp;-1,-2,-3&nbsp;&nbsp; </TD>
22695   <TD> Suppress quote lines past 1, 2, or 3 lines </TD>
22696 </TR>
22697 <TR>
22698   <TD> &nbsp;4,5,6,...&nbsp; </TD>
22699   <TD> Suppress if more than that many lines </TD>
22700 </TR>
22701 <TR>
22702   <TD> &nbsp;&nbsp;&nbsp;-10&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD>
22703   <TD> Suppress all quoted lines </TD>
22704 </TR>
22705 </TABLE>
22707 If you set this option to a non-default value you may sometimes wish to
22708 view the quoted text that is not shown.
22709 When this is the case, the
22710 <A HREF="h_common_hdrmode">HdrMode Command</A>
22711 may be used to show the hidden text.
22712 Typing the &quot;H&quot; command once will show the hidden text.
22713 Typing a second &quot;H&quot; will also turn on Full Header mode.
22714 The presence or absence of the HdrMode command is determined by the
22715 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
22716 Feature-List option in your Alpine configuration, so you will want to
22717 be sure that is turned on if you use quote suppression.
22719 For the purposes of this option, a quote is a line that begins with the
22720 character &quot;&gt;&quot;.
22722 Quotes are only suppressed when displaying a message on the screen.
22723 The entire quote will be left intact when printing or forwarding or something
22724 similar.
22726 &lt;End of help on this topic&gt;
22727 </BODY>
22728 </HTML>
22729 ====== h_config_saved_msg_name_rule =====
22730 <HTML>
22731 <HEAD>
22732 <TITLE>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></TITLE>
22733 </HEAD>
22734 <BODY>
22735 <H1>OPTION: <!--#echo var="VAR_saved-msg-name-rule"--></H1>
22737 This option determines the default folder name when saving
22738 a message.
22741 The default option is &quot;default-folder&quot;, which is the folder
22742 called &quot;saved-messages&quot; in Unix Alpine and
22743 &quot;savemail&quot; in PC-Alpine.  To change the default folder, modify
22744 the Alpine option called
22745 <A HREF="h_config_def_save_folder">&quot;<!--#echo var="VAR_default-saved-msg-folder"-->&quot;</A>.
22748 Choosing any of the &quot;by-&quot; options cause Alpine to attempt to
22749 get the chosen option's value for the message being saved (or for the
22750 first message being saved if using an aggregrate save).
22751 For example, if &quot;by-from&quot; is chosen, Alpine attempts to get the
22752 value of who the message came from (i.e. the from address).
22753 Alpine then attempts to save the message to a folder matching that value.
22754 If &quot;by-from&quot; is chosen and no value is obtained, Alpine uses
22755 &quot;by-sender&quot;.
22756 The opposite is also true.
22757 If &quot;by-recipient&quot; is chosen and the message was posted to a
22758 newsgroup, Alpine will use the newsgroup name.
22759 If &quot;by-replyto&quot; is chosen and no value is obtained, Alpine uses
22760 &quot;by-from&quot;.
22763 If any of the &quot;by-realname&quot; options are chosen, Alpine will attempt
22764 to use the personal name part of the address instead of the mailbox part.
22765 If any of the &quot;by-nick&quot; options are chosen, the
22766 address is looked up in your address book and if found, the
22767 nickname for that entry is used.
22768 Only simple address book entries are checked, not distribution lists.
22769 Similarly, if any of the
22770 &quot;by-fcc&quot; options are chosen, the fcc from the corresponding
22771 address book entry is used.
22772 If by-realname, or the by-nick or by-fcc lookups result in no value,
22773 then if the chosen option ends with the &quot;then-from&quot;,
22774 &quot;then-sender&quot;, &quot;then-replyto&quot;,
22775 or &quot;then-recip&quot; suffix, Alpine
22776 reverts to the same behavior as &quot;by-from&quot;,
22777 &quot;by-sender&quot;, &quot;by-replyto&quot;, or &quot;by-recip&quot;
22778 depending on which option was specified.
22779 If the chosen option doesn't end with one of
22780 the &quot;then-&quot; suffixes, then Alpine reverts to the default
22781 folder when no match is found in the address book.
22784 Choosing the option called &quot;last-folder-used&quot;, causes Alpine
22785 to save to the folder that you saved to the last time you saved a
22786 message.  The first time you save a message in an Alpine session, Alpine
22787 attempts to save the message to the default folder.
22790 Here is an example to make some of the options clearer.
22791 If the message is From
22793 <CENTER><SAMP>Fred Flintstone &lt;flint@bedrock.org&gt;</SAMP></CENTER>
22795 and this rule is set to &quot;by-from&quot;, then the default folder offered
22796 in the save dialog would be &quot;flint&quot;.
22798 If this rule is set to &quot;by-realname-of-from&quot; then the default would
22799 be &quot;Fred Flintstone&quot;.
22801 If this rule is set to &quot;by-nick-of-from&quot; then Alpine will search
22802 for the address &quot;flint@bedrock.org&quot; in your address book.
22803 If an entry is found and it has a nickname associated with it, that nickname
22804 will be offered as the default folder.
22805 If not, the default saved message folder will be offered as the default.
22807 If this rule is set to &quot;by-fcc-of-from&quot; then Alpine will search
22808 for the address &quot;flint@bedrock.org&quot; in your address book.
22809 If an entry is found and it has an Fcc associated with it, that Fcc
22810 will be offered as the default folder.
22811 If not, the default saved message folder will be offered as the default.
22813 If this rule is set to &quot;by-nick-of-from-then-from&quot; then Alpine will search
22814 for the address &quot;flint@bedrock.org&quot; in your address book.
22815 If an entry is found and it has a nickname associated with it, that nickname
22816 will be offered as the default folder.
22817 If it is not found (or has no nickname) then the default offered will be
22818 the same as it would be for the &quot;by-from&quot; rule.
22819 That is, it would be &quot;flint&quot;
22821 <UL>   
22822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22823 </UL><P>
22824 &lt;End of help on this topic&gt;
22825 </BODY>
22826 </HTML>
22827 ====== h_config_fcc_rule =====
22828 <HTML>
22829 <HEAD>
22830 <TITLE>OPTION: <!--#echo var="VAR_fcc-name-rule"--></TITLE>
22831 </HEAD>
22832 <BODY>
22833 <H1>OPTION: <!--#echo var="VAR_fcc-name-rule"--></H1>
22835 This option determines the default name for folder carbon copy. Choose
22836 one:
22838 <DL>
22839 <DT>default-fcc</DT>
22840 <DD>This is the normal default, the value of which is set in the
22841 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable as specified earlier in this
22842 configuration.
22843 </DD>
22845 <DT>last-fcc-used</DT>
22846 <DD> Causes Alpine to use the folder that was last
22847 used in the fcc field
22848 </DD>
22850 <DT>by-nickname</DT>
22851 <DD>Means that Alpine will use the nickname
22852 from your address book that matches the first address in the To line.
22853 If there is no match, it will use the value of the
22854 &quot;<!--#echo var="VAR_default-fcc"-->&quot; variable.
22855 </DD>
22857 <DT>by-recipient</DT>
22858 <DD>Means Alpine will form a folder name
22859 based on the left hand side of the first address in the To line.
22860 </DD>
22862 <DT>by-nick-then-recip</DT>
22863 <DD>Means that it will use the
22864 matching nickname from your address book if there is one, otherwise it
22865 will extract the recipient name from the address and use that (like
22866 by-recipient).
22867 </DD>
22869 <DT>current-folder</DT>
22870 <DD>Causes a copy to be written to
22871 the currently open folder, unless that is the INBOX.  In the case
22872 where the current folder is the INBOX, the &quot;<!--#echo var="VAR_default-fcc"-->&quot; is
22873 used instead.
22874 </DD>
22875 </DL>
22878 Note: Whatever the fcc specified by the rule here, it will be
22879 over-ridden by any fcc entries you have in your address book.
22882 <UL>   
22883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22884 </UL><P>
22885 &lt;End of help on this topic&gt;
22886 </BODY>
22887 </HTML>
22888 ====== h_config_sort_key =====
22889 <HTML>
22890 <HEAD>
22891 <TITLE>OPTION: <!--#echo var="VAR_sort-key"--></TITLE>
22892 </HEAD>
22893 <BODY>
22894 <H1>OPTION: <!--#echo var="VAR_sort-key"--></H1>
22896 This option determines the order in which messages will be displayed in
22897 the MESSAGE INDEX screen.  Choose from:
22899 <UL>
22900  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22901  <LI> <A HREF="h_index_sort_date">Date</A>
22902  <LI> <A HREF="h_index_sort_subj">Subject</A>
22903  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22904  <LI> <A HREF="h_index_sort_thread">Thread</A>
22905  <LI> <A HREF="h_index_sort_from">From</A>
22906  <LI> <A HREF="h_index_sort_size">Size</A>
22907  <LI> <A HREF="h_index_sort_score">Score</A>
22908  <LI> <A HREF="h_index_sort_to">To</A>
22909  <LI> <A HREF="h_index_sort_cc">Cc</A>
22910 </UL>
22913 Each type of sort may also be reversed.
22914 Normal default is by &quot;Arrival&quot;.
22917 A possible point of confusion arises when you change the configuration
22918 of the <!--#echo var="VAR_sort-key"-->.
22919 The folder will normally be re-sorted when you go back to viewing the
22920 index.
22921 However, if you have manually sorted the folder with the
22922 Sort
22923 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22924 command, then it will not be re-sorted until the next time it is opened.
22927 <UL>   
22928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22929 </UL><P>
22930 &lt;End of help on this topic&gt;
22931 </BODY>
22932 </HTML>
22933 ====== h_config_other_startup =====
22934 <HTML>
22935 <HEAD>
22936 <TITLE>OPTION: Set Startup Rule</TITLE>
22937 </HEAD>
22938 <BODY>
22939 <H1>OPTION: Set Startup Rule</H1>
22941 This option determines which message will be the <EM>current message</EM> when
22942 the folder is first opened.
22943 It works the same way that the option
22944 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>
22945 works, so look there for help.
22946 It may be used for any folder, not just incoming folders.
22949 <UL>   
22950 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22951 </UL><P>
22952 &lt;End of help on this topic&gt;
22953 </BODY>
22954 </HTML>
22955 ====== h_config_perfolder_sort =====
22956 <HTML>
22957 <HEAD>
22958 <TITLE>Set Sort Order</TITLE>
22959 </HEAD>
22960 <BODY>
22961 <H1>Set Sort Order</H1>
22963 This option determines the order in which messages will be displayed in
22964 the MESSAGE INDEX screen when the Current Folder Type set in the
22965 Pattern is a match. Choose from:
22967 <UL>
22968  <LI> <A HREF="h_index_sort_default">Default</A>
22969  <LI> <A HREF="h_index_sort_arrival">Arrival</A>
22970  <LI> <A HREF="h_index_sort_date">Date</A>
22971  <LI> <A HREF="h_index_sort_subj">Subject</A>
22972  <LI> <A HREF="h_index_sort_ordsubj">OrderedSubj</A>
22973  <LI> <A HREF="h_index_sort_thread">Thread</A>
22974  <LI> <A HREF="h_index_sort_from">From</A>
22975  <LI> <A HREF="h_index_sort_size">Size</A>
22976  <LI> <A HREF="h_index_sort_score">Score</A>
22977  <LI> <A HREF="h_index_sort_to">To</A>
22978  <LI> <A HREF="h_index_sort_cc">Cc</A>
22979 </UL>
22982 Each type of sort may also be reversed.
22983 Normal default is by &quot;Arrival&quot;.
22986 A possible point of confusion arises when you change the configuration
22987 of the Sort Order for the currently open folder.
22988 The folder will normally be re-sorted when you go back to viewing the
22989 index.
22990 However, if you have manually sorted the folder with the
22991 Sort
22992 (<!--chtml if pinemode="function_key"-->F7<!--chtml else-->$<!--chtml endif-->)
22993 command, then it will not be re-sorted until the next time it is opened.
22996 <UL>   
22997 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
22998 </UL><P>
22999 &lt;End of help on this topic&gt;
23000 </BODY>
23001 </HTML>
23002 ====== h_config_fld_sort_rule =====
23003 <HTML>
23004 <HEAD>
23005 <TITLE>OPTION: <!--#echo var="VAR_folder-sort-rule"--></TITLE>
23006 </HEAD>
23007 <BODY>
23008 <H1>OPTION: <!--#echo var="VAR_folder-sort-rule"--></H1>
23010 This option controls the order in which folder list entries will be
23011 presented in the FOLDER LIST screen.  Choose one of the following:
23013 <DL>
23014 <DT>Alphabetical</DT>
23015 <DD>sort by alphabetical name independent of type
23016 </DD>
23018 <DT>Alpha-with-dirs-last</DT>
23019 <DD>sort by alphabetical name grouping directory entries
23020 to the end of the list
23021 </DD>
23023 <DT>Alpha-with-dirs-first</DT>
23024 <DD>sort by alphabetical name grouping directory entries
23025 to the start of the list
23026 </DD>
23027 </DL>
23029 The normal default is &quot;Alphabetical&quot;.
23032 <UL>   
23033 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23034 </UL><P>
23035 &lt;End of help on this topic&gt;
23036 </BODY>
23037 </HTML>
23038 ====== h_config_ab_sort_rule =====
23039 <HTML>
23040 <HEAD>
23041 <TITLE>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></TITLE>
23042 </HEAD>
23043 <BODY>
23044 <H1>OPTION: <!--#echo var="VAR_addrbook-sort-rule"--></a></H1>
23046 This option controls the order in which address book entries will be
23047 presented.  Choose one of the following:
23049 <DL>
23050 <DT>fullname</DT>
23051 <DD>use fullname field, lists mixed in
23052 </DD>
23054 <DT>fullname-with-lists-last</DT>
23055 <DD>use fullname field, but put lists at end
23056 </DD>
23058 <DT>nickname</DT>
23059 <DD>use nickname field, lists mixed in
23060 </DD>
23062 <DT>nickname-with-lists-last</DT>
23063 <DD>use nickname field, but put lists at end
23064 </DD>
23066 <DT>dont-sort</DT>
23067 <DD>don't change order of file
23068 </DD>
23069 </DL>
23072 The normal default is &quot;fullname-with-lists-last&quot;.
23073 If you use an address book from more than one computer and those
23074 computers sort the address book differently then the sort order
23075 will be the order where the last change to the address book was
23076 made.
23077 There are two reasons the sorting might be different on different
23078 systems.
23079 First, the <!--#echo var="VAR_addrbook-sort-rule"--></a> may be set differently in the two
23080 places.
23081 Second, the collation rules on the two computers may be different.
23082 For example, one system might ignore special characters while the other
23083 doesn't or one may sort upper and lower case letters together while
23084 the other doesn't.
23085 In any case, the order you see is the order on the system where the
23086 last change was made, for example by an address book edit or a
23087 Take Address command.
23090 <UL>   
23091 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23092 </UL><P>
23093 &lt;End of help on this topic&gt;
23094 </BODY>
23095 </HTML>
23096 ====== h_config_post_char_set =====
23097 <HTML>
23098 <HEAD>
23099 <TITLE>OPTION: <!--#echo var="VAR_posting-character-set"--></TITLE>
23100 </HEAD>
23101 <BODY>
23102 <H1>OPTION: <!--#echo var="VAR_posting-character-set"--></H1>
23104 The <!--#echo var="VAR_posting-character-set"--> configuration option is used
23105 when sending messages.
23109 When sending a message the text typed in the composer is
23110 labeled with the character set specified by this option.
23111 If the composed text is not fully representable in the 
23112 specified <!--#echo var="VAR_posting-character-set"-->, then it is labeled as &quot;UTF-8.&quot
23113 instead;
23116 Attachments are labeled with your
23117 <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>.
23120 Generally, there should be little need to set this option.
23121 If left unset, the
23122 default behavior is to label composed text as specifically as
23123 possible.  That is, if the composed text has no non-ASCII characters,
23124 it is labeled as &quot;US-ASCII.&quot; Similarly, if it is composed of
23125 only ISO-8859-15 characters, it is labeled as such.  Alpine will
23126 attempt to automatically detect a number of character sets including ISO-8859-15,
23127 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23128 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, and EUC-KR.
23129 If the message contains a mix of character sets,
23130 it is labeled as &quot;UTF-8.&quot;
23134 This setting is provided to allow you to force a particular character set that
23135 Alpine does not automatically detect. For example, if a message is representable
23136 in more than one character set then Alpine may choose a different default
23137 than you want.
23138 Lastly, by setting this option explicitly to
23139 &quot;UTF-8&quot; all non-ASCII messages you send will be labeled as
23140 &quot;UTF-8&quot; instead of something more specific.
23143 In the Setup/Config screen you may choose from a list of all the
23144 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23147 The options
23148 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23149 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23150 are closely related.
23151 Setting the feature
23152 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23153 should cause this option to be ignored.
23156 <UL>   
23157 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23158 </UL><P>
23159 &lt;End of help on this topic&gt;
23160 </BODY>
23161 </HTML>
23162 ====== h_config_unk_char_set =====
23163 <HTML>
23164 <HEAD>
23165 <TITLE>OPTION: <!--#echo var="VAR_unknown-character-set"--></TITLE>
23166 </HEAD>
23167 <BODY>
23168 <H1>OPTION: <!--#echo var="VAR_unknown-character-set"--></H1>
23170 The <!--#echo var="VAR_unknown-character-set"--> configuration option is used
23171 when reading or replying to messages.
23175 A text message should either be made up of all US-ASCII characters
23176 or it should contain a charset label which tells the software which
23177 character set encoding to use to interpret the message.
23178 Sometimes a malformed message may be unlabeled but contain non-ascii text.
23179 This message is outside of the standards so any attempt to read it could fail.
23180 When Alpine attempts to read such a message it will try to interpret the
23181 text in the character set you specify here.
23182 For example, if you have correspondents who send you unlabeled messages that
23183 are usually made up of characters from the WINDOWS-1251 character set, setting
23184 this <!--#echo var="VAR_unknown-character-set"--> to <CODE>WINDOWS-1251</CODE> will
23185 allow you to read those messages.
23186 Of course, if the unlabeled message is actually in some other character set,
23187 then you may see garbage on your screen.
23189 Instead of just unlabeled text, this option also affects text which is labeled
23190 with the charsets &quot;X-Unknown&quot;, &quot;MISSING_PARAMETER_VALUE&quot;
23191 or &quot;US-ASCII&quot;.
23194 In the Setup/Config screen you may choose from a list of all the
23195 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23198 <UL>   
23199 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23200 </UL><P>
23201 &lt;End of help on this topic&gt;
23202 </BODY>
23203 </HTML>
23204 ====== h_config_char_set =====
23205 <HTML>
23206 <HEAD>
23207 <TITLE>OPTION: Display Character Set</TITLE>
23208 </HEAD>
23209 <BODY>
23210 <H1>OPTION: Display Character Set</H1>
23212 The Display Character Set configuration option is used when viewing messages.
23214 Alpine uses Unicode characters internally and 
23215 it is a goal for Alpine to handle email in many different languages.
23216 Alpine will properly display only left-to-right character sets
23217 in a fixed-width font. Specifically, Alpine assumes that a fixed-width
23218 font is in use, in the sense that
23219 characters are assumed to take up zero, one, or two character cell
23220 widths from left to right on the screen. This is true even in PC-Alpine.
23223 Alpine recognizes some local character sets that are right-to-left
23224 (Arabic, Hebrew, and Thai) or not representable in a fixed-width font
23225 (Arabic) and properly converts texts in these character sets to/from
23226 Unicode; however, there are known display bugs with these character
23227 sets.
23230 There are three possible configuration character settings and some
23231 environment variable settings that can affect how Alpine
23232 handles international characters.
23233 The first two of these are only available in UNIX Alpine.
23234 The three configuration options are
23235 Display Character Set,
23236 Keyboard Character Set, and
23237 <!--#echo var="VAR_posting-character-set"-->.
23238 The Keyboard Character Set defaults to being the same value
23239 as the Display Character Set, and that is usually correct, because
23240 the keyboard almost always produces characters in the same character set
23241 as the display displays.
23242 The Display Character Set is the character set that Alpine
23243 will attempt to use when sending characters to the display.
23246 By default, the Display Character Set variable is not set and UNIX Alpine
23247 will attempt to get this information from the environment.
23248 In particular, the <CODE>nl_langinfo(CODESET)</CODE> call is used.
23249 This usually depends on the setting of the environment variables LANG or LC_CTYPE.
23250 An explicit configuration setting for Display Character Set will,
23251 of course, override any default setting.
23253 For PC-Alpine the Display Character Set
23254 and the Keyboard Character Set
23255 are always equivalent to <CODE>UTF-8</CODE> and this is not settable.
23258 It is probably best to use UNIX Alpine in a terminal emulator
23259 capable of displaying UTF-8 characters, since that will allow you to
23260 view just about any received text that is correctly formatted (note,
23261 however, the above comments about known index display bugs with certain
23262 character sets). You'll need to have an emulator that uses a UTF-8 font
23263 and you'll need to set up your environment to use a UTF-8 charmap. For
23264 example, on a Linux system you might include
23266 <CENTER> <CODE>setenv LANG en_US.UTF-8</CODE> </CENTER>
23269 or something similar in your UNIX startup files.
23270 You'd also have to select a UTF-8 font in your terminal emulator.
23273 The types of values that the character set variables may be set to are
23274 <CODE>UTF-8</CODE>, <CODE>ISO-8859-1</CODE>, or <CODE>EUC-JP</CODE>.
23275 The <CODE>ISO-2022</CODE> character sets are not supported for input or
23276 for display, but as a special case, <CODE>ISO-2022-JP</CODE> is supported
23277 for use only as a <!--#echo var="VAR_posting-character-set"-->.
23278 In the Setup/Config screen you may choose from a list of all the
23279 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23280 Here is a list of many of the possible character sets:
23283 <TABLE>
23284 <TR> <TD>UTF-8</TD> <TD>Unicode</TD> </TR>
23285 <TR> <TD>US-ASCII</TD> <TD>7 bit American English characters</TD> </TR>
23286 <TR> <TD>ISO-8859-1</TD> <TD>8 bit European "Latin 1" character set</TD> </TR>
23287 <TR> <TD>ISO-8859-2</TD> <TD>8 bit European "Latin 2" character set</TD> </TR>
23288 <TR> <TD>ISO-8859-3</TD> <TD>8 bit European "Latin 3" character set</TD> </TR>
23289 <TR> <TD>ISO-8859-4</TD> <TD>8 bit European "Latin 4" character set</TD> </TR>
23290 <TR> <TD>ISO-8859-5</TD> <TD>8 bit Latin and Cyrillic</TD> </TR>
23291 <TR> <TD>ISO-8859-6</TD> <TD>8 bit Latin and Arabic</TD> </TR>
23292 <TR> <TD>ISO-8859-7</TD> <TD>8 bit Latin and Greek</TD> </TR>
23293 <TR> <TD>ISO-8859-8</TD> <TD>8 bit Latin and Hebrew</TD> </TR>
23294 <TR> <TD>ISO-8859-9</TD> <TD>8 bit European "Latin 5" character set</TD> </TR>
23295 <TR> <TD>ISO-8859-10</TD> <TD>8 bit European "Latin 6" character set</TD> </TR>
23296 <TR> <TD>ISO-8859-11</TD> <TD>Latin and Thai</TD> </TR>
23297 <TR> <TD>ISO-8859-12</TD> <TD>Reserved</TD> </TR>
23298 <TR> <TD>ISO-8859-13</TD> <TD>8 bit European "Latin 7" character set</TD> </TR>
23299 <TR> <TD>ISO-8859-14</TD> <TD>8 bit European "Latin 8" character set</TD> </TR>
23300 <TR> <TD>ISO-8859-15</TD> <TD>8 bit European "Latin 9" character set</TD> </TR>
23301 <TR> <TD>ISO-8859-16</TD> <TD>8 bit European "Latin 10" character set</TD> </TR>
23302 <TR> <TD>KOI8-R</TD> <TD>8 bit Latin and Russian</TD> </TR>
23303 <TR> <TD>KOI8-U</TD> <TD>8 bit Latin and Ukranian</TD> </TR>
23304 <TR> <TD>WINDOWS-1251</TD> <TD>8 bit Latin and Russian</TD> </TR>
23305 <TR> <TD>TIS-620</TD> <TD>8 bit Latin and Thai</TD> </TR>
23306 <TR> <TD>VISCII</TD> <TD>8 bit Latin and Vietnamese</TD> </TR>
23307 <TR> <TD>GBK</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23308 <TR> <TD>GB2312</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23309 <TR> <TD>CN-GB</TD> <TD>Latin and Chinese Simplified</TD> </TR>
23310 <TR> <TD>BIG5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23311 <TR> <TD>BIG-5</TD> <TD>Latin and Chinese Traditional</TD> </TR>
23312 <TR> <TD>EUC-JP</TD> <TD>Latin and Japanese</TD> </TR>
23313 <TR> <TD>SHIFT-JIS</TD> <TD>Latin and Japanese</TD> </TR>
23314 <TR> <TD>EUC-KR</TD> <TD>Latin and Korean</TD> </TR>
23315 <TR> <TD>KSC5601</TD> <TD>Latin and Korean</TD> </TR>
23316 </TABLE>
23319 When reading incoming email, Alpine understands many different
23320 character sets and is able to convert the incoming mail into Unicode.
23321 The Unicode will be converted to the Display Character Set
23322 for display on your terminal.
23323 Characters typed at the keyboard will be converted from the
23324 Keyboard Character Set to Unicode for Alpine's internal
23325 use.
23326 You may find that you can read some malformed messages that do not
23327 contain a character set label by setting the option
23328 <A HREF="h_config_unk_char_set">&quot;<!--#echo var="VAR_unknown-character-set"-->&quot;</A>.
23331 The <!--#echo var="VAR_posting-character-set"--> is used when sending messages.
23332 The default behavior obtained by leaving this variable unset is usually
23333 what is wanted. In that default case, Alpine will attempt
23334 to label the message with the most specific character set from the
23335 rather arbitrary set
23337 US-ASCII, ISO-8859-15,
23338 ISO-8859-1, ISO-8859-2, VISCII, KOI8-R, KOI8-U, ISO-8859-7, ISO-8859-6,
23339 ISO-8859-8, TIS-620, ISO-2022-JP, GB2312, BIG5, EUC-KR, and UTF-8.
23342 For example, if the message is made up of only US-ASCII characters, it
23343 will be labeled US-ASCII. Otherwise, if it is all ISO-8859-15 characters,
23344 that will be the label. If that doesn't work the same is tried for the
23345 remaining members of the list.
23348 It might make sense to set <!--#echo var="VAR_posting-character-set"--> to an
23349 explicit value instead.
23350 For example, if you usually send messages in Greek, setting this
23351 option to ISO-8859-7 will result in messages being labeled as
23352 US-ASCII if there are no non-ascii characters, ISO-8859-7 if there
23353 are only Greek characters, or UTF-8 if there are some characters
23354 that aren't representable in ISO-8859-7.
23355 Another possibility is to set this option explicitly to UTF-8.
23356 In that case
23357 Alpine labels only ascii messages as US-ASCII and all other
23358 messages as UTF-8.
23361 The options
23362 <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23363 and <A HREF="h_config_key_char_set">&quot;Keyboard Character Set&quot;</A>
23364 are closely related to this option.
23365 Setting the feature
23366 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23367 should cause this option to be ignored.
23370 When displaying a message, Alpine compares this setting to the character
23371 set specified in the message.  If not all of the
23372 characters in the message can be displayed using the Display Character Set
23373 then Alpine places an editorial
23374 comment in the displayed text (enclosed in square-brackets) indicating
23375 that some characters may not be displayed correctly.
23376 This comment may be eliminated by turning on the option
23377 <A HREF="h_config_quell_charset_warning"><!--#echo var="FEAT_quell-charset-warning"--></A>.
23380 <UL>   
23381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23382 </UL><P>
23383 &lt;End of help on this topic&gt;
23384 </BODY>
23385 </HTML>
23386 ====== h_config_key_char_set =====
23387 <HTML>
23388 <HEAD>
23389 <TITLE>OPTION: Keyboard Character Set</TITLE>
23390 </HEAD>
23391 <BODY>
23392 <H1>OPTION: Keyboard Character Set</H1>
23394 UNIX Alpine only.
23396 The Keyboard Character Set identifies the character set of the characters
23397 coming from your keyboard.
23398 It defaults to having the same value as your
23399 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>,
23400 which in turn defaults to a value obtained from your environment.
23401 It is unlikely that you will need to use this option, because the keyboard
23402 almost always produces the same kind of characters as the display displays.
23405 This character set is also used when accessing files in your local
23406 file system.
23407 The names of the files are assumed to be in the same character set as
23408 what the keyboard produces, as well as the contents of the files.
23411 In the Setup/Config screen you may choose from a list of all the
23412 character sets Alpine knows about by using the &quot;T&quot; ToCharsets command.
23415 The options
23416 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
23417 and <A HREF="h_config_post_char_set">&quot;<!--#echo var="VAR_posting-character-set"-->&quot;</A>
23418 are closely related.
23419 Setting the feature
23420 <A HREF="h_config_use_system_translation">&quot;Use System Translation&quot;</A>
23421 should cause this option to be ignored.
23424 <UL>   
23425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23426 </UL><P>
23427 &lt;End of help on this topic&gt;
23428 </BODY>
23429 </HTML>
23430 ====== h_config_editor =====
23431 <HTML>
23432 <HEAD>
23433 <TITLE>OPTION: <!--#echo var="VAR_editor"--></TITLE>
23434 </HEAD>
23435 <BODY>
23436 <H1>OPTION: <!--#echo var="VAR_editor"--></H1>
23438 <!--#echo var="VAR_editor"--> specifies the program invoked by ^_ in the Composer. This is
23439 normally an alternative to Alpine's internal composer (Pico).  You could use
23440 this setting to specify an alternate editor to use occasionally or if you
23441 have a favorite editor and want to use it all the time (see the 
23442 <A HREF="h_config_alt_ed_now">&quot;<!--#echo var="FEAT_enable-alternate-editor-implicitly"-->&quot;</A> setting).  <P>
23443 If you specify multiple editors for this option, ^_ will invoke the first one 
23444 of those specified that exists and is executable.  When specifying a program 
23445 for use here, make sure that the format of the text it saves -- which, when 
23446 you exit it, will become the message body in Alpine -- is appropriate 
23447 for the body of an email message; avoid proprietary formats that may result in 
23448 a message body that the recipient of your message will be unable to decipher.
23450 <!--chtml if pinemode="os_windows"-->
23451 <!--chtml else-->
23452 If you are in doubt about what editors are available on your system, or which 
23453 of them may be appropriate for specification here, ask your local computing 
23454 support staff.  
23455 <!--chtml endif-->
23457 Note that if <a href="h_config_quell_flowed_text"><!--#echo var="FEAT_quell-flowed-text"--></a> is
23458 unset, outgoing text will be set as flowed.  In most cases this will be fine,
23459 but if the editor has a &quot;flowed text&quot; mode, it would be best to
23460 use that.
23462 <P><UL>
23463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23464 </UL>
23466 &lt;End of help on this topic&gt;
23467 </BODY>
23468 </HTML>
23469 ====== h_config_speller =====
23470 <HTML>
23471 <HEAD>
23472 <TITLE>OPTION: <!--#echo var="VAR_speller"--></TITLE>
23473 </HEAD>
23474 <BODY>
23475 <H1>OPTION: <!--#echo var="VAR_speller"--></H1>
23477 UNIX Alpine only.
23479 For PC-Alpine, you must install the aspell library code that you
23480 may get from
23481 <A HREF="http://aspell.net/win32/">http://aspell.net/win32/</A>.
23483 This option affects the behavior of the ^T (spell check) command in the
23484 Composer.  It specifies the program invoked by ^T in the Composer.
23485 By default, Alpine uses
23487 <CENTER><SAMP>aspell --dont-backup --mode=email check</SAMP></CENTER>
23489 if it knows where to find &quot;aspell&quot;.
23490 If there is no &quot;aspell&quot; command available but the command &quot;ispell&quot; is available
23491 then the command used is
23493 <CENTER><SAMP>ispell -l</SAMP></CENTER>
23495 Otherwise, the ancient &quot;spell&quot; command is used.
23497 If you specify a value for this command (with full pathname) then that is what
23498 will be used instead of any of the defaults.
23499 When invoking this
23500 spell-checking program, Alpine appends a tempfile name (where the message is
23501 passed) to the command line. Alpine expects the speller to correct the
23502 spelling in that file. When you exit from that program Alpine will read the
23503 tempfile back into the composer.
23505 Don't set this speller option to the standard Unix spell command.
23506 That won't work because spell works in a different way.
23509 <UL>   
23510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23511 </UL><P>
23512 &lt;End of help on this topic&gt;
23513 </BODY>
23514 </HTML>
23515 ====== h_config_aspell_dictionary =====
23516 <HTML>
23517 <HEAD>
23518 <TITLE>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></TITLE>
23519 </HEAD>
23520 <BODY>
23521 <H1>OPTION: <!--#echo var="VAR_aspell-dictionary-list"--></H1>
23523 PC Alpine only.
23525 This option specifies a list of dictionaries you will use with
23526 aspell. A sample entry is &quot;en_US&quot; for american english, or
23527 &quot;en_GB&quot; for brittish english.
23530 <UL>   
23531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23532 </UL><P>
23533 &lt;End of help on this topic&gt;
23534 </BODY>
23535 </HTML>
23536 ====== h_config_display_filters =====
23537 <HTML>
23538 <HEAD>
23539 <TITLE>OPTION: <!--#echo var="VAR_display-filters"--></TITLE>
23540 </HEAD>
23541 <BODY>
23542 <H1>OPTION: <!--#echo var="VAR_display-filters"--></H1>
23544 This option defines a list of text-filtering commands (programs or
23545 scripts) that may be used to filter text portions of received messages
23546 prior to their use (e.g., presentation in the &quot;MESSAGE TEXT&quot;
23547 display screen, exporting to a text file).  
23548 For security reasons, the full path name of the
23549 filter command must be specified.
23552 The command is executed and the message is piped into its standard input. 
23553 The standard output of the command is read back by Alpine.  The
23554 &quot;_TMPFILE_&quot; token (see below) overrides this default behavior. 
23556 <P> 
23557 The filter's use is based on the configured &quot;trigger&quot; string.  The
23558 format of a filter definition is:
23560 <P>   
23561 <CENTER>&lt;trigger&gt; &lt;command&gt; &lt;arguments&gt;</CENTER>
23564 You can specify as many filters as you wish, separating them with a comma.  
23565 Each filter can have only one trigger and command.  Thus, two trigger 
23566 strings that invoke the same command require separate filter 
23567 specifications. 
23569 <P> 
23570 The &quot;trigger&quot; is simply text that, if found in the message,
23571 will invoke the associated command.  If the trigger contains any space
23572 characters, it must be placed within quotes.  Likewise, should you
23573 wish a filter to be invoked unconditionally, define the trigger as the
23574 null string, &quot;&quot; (two consecutive double-quote characters).  If the
23575 trigger string is found anywhere in the text of the message the filter
23576 is invoked.  Placing the trigger text within the tokens defined below
23577 changes where within the text the trigger must be before considering
23578 it a match.
23580 <P>  
23581 Trigger Modifying Tokens:
23582 <DL>
23583 <DT>_CHARSET(<VAR>string</VAR>)_</DT>
23584 <DD>This token tells Alpine to invoke the supplied command
23585 if the text is in a character set matching <VAR>string</VAR>
23586 (e.g., ISO-8859-2 or ISO-2022-JP).
23587 </DD>
23590 <DT>_LEADING(<VAR>string</VAR>)_</DT>
23591 <DD>This token tells Alpine to invoke the supplied command
23592 if the enclosed <VAR>string</VAR> is found to be the first
23593 non-whitespace text.
23594 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23595 the space character.
23596 </DD>
23598 <DT>_BEGINNING(<VAR>string</VAR>)_</DT>
23599 <DD>This token tells Alpine to invoke the supplied command
23600 if the enclosed <VAR>string</VAR> is found at the beginning
23601 of any line in the text.
23602 <BR>NOTE: Quotes are necessary if <VAR>string</VAR> contains
23603 the space character.
23604 </DD>
23605 </DL>
23608 The &quot;command&quot; and &quot;arguments&quot; portion is simply
23609 the command line to be invoked if the trigger string is found.  Below
23610 are tokens that Alpine will recognize and replace with special values
23611 when the command is actually invoked.
23614 Command Modifying Tokens:
23616 <DL>
23617 <DT>_TMPFILE_</DT>
23618 <DD>When the command is executed, this token is 
23619 replaced with the path and name of the temporary 
23620 file containing the text to be filtered.  Alpine 
23621 expects the filter to replace this data with the 
23622 filter's result.
23625 NOTE: Use of this token implies that the text to 
23626 be filtered is not piped into standard input of the 
23627 executed command and its standard output is ignored. 
23628 Alpine restores the tty modes before invoking the
23629 filter in case the filter interacts with the user
23630 via its own standard input and output.  
23631 </DD>
23632                         
23633 <DT>_RESULTFILE_</DT>
23634 <DD>When the command is executed, this token is 
23635 replaced with the path and name of a temporary 
23636 file intended to contain a status message from the 
23637 filter.  Alpine displays this in the message status 
23638 field. 
23639 </DD>
23641 <DT>_DATAFILE_</DT>
23642 <DD>When the command is executed, this token is 
23643 replaced with the path and name of a temporary 
23644 file that Alpine creates once per session and deletes 
23645 upon exit.  The file is intended to be used by the 
23646 filter to store state information between instances 
23647 of the filter.
23648 </DD>
23649    
23650 <DT>_PREPENDKEY_</DT>
23651 <DD>When the command is executed, this token indicates that a random
23652 number will be passed down the input stream before the message text.
23653 This number could be used as a session key.  It is sent in this way to
23654 improve security.  The number is unique to the current Alpine session
23655 and is only generated once per session.
23656 </DD>
23658 <DT>_SILENT_</DT>
23659 <DD>When the filter is executed, this token tells Alpine not to repaint
23660 the screen while the command is being executed. This can be used with 
23661 filters that do not interact with the user, and therefore repainting 
23662 the screen is not necessary. 
23663 </DD>
23664 </DL>
23667 The feature
23668 <A HREF="h_config_disable_reset_disp"><!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></A> is related.
23670 Performance caveat/considerations:
23671 <BR>
23672 Testing for the trigger and invoking the filter doesn't come for free.
23673 There is overhead associated with searching for the trigger string, testing
23674 for the filter's existence and actually piping the text through the filter.
23675 The impact can be reduced if the Trigger Modifying Tokens above are 
23676 employed.
23678 &lt;End of help on this topic&gt;
23679 </BODY>
23680 </HTML>
23681 ====== h_config_sending_filter =====
23682 <HTML>
23683 <HEAD>
23684 <TITLE>OPTION: <!--#echo var="VAR_sending-filters"--></TITLE>
23685 </HEAD>
23686 <BODY>
23687 <H1>OPTION: <!--#echo var="VAR_sending-filters"--></H1>
23688       
23689 This option defines a list of text-filtering commands (programs and
23690 scripts) that may be selectively invoked to process a message just before
23691 it is sent.  If set, the Composer's ^X (Send) command will allow you to
23692 select which filter (or none) to apply to the message before it is sent. 
23693 For security reasons, the full path of the filter program must be
23694 specified.
23697 Command Modifying Tokens:
23699 <DL>
23700 <DT>_RECIPIENTS_</DT>
23701 <DD>When the command is executed, this token is replaced 
23702 with the space delimited list of recipients of the 
23703 message being sent. 
23704 </DD>
23705         
23706 <DT>_TMPFILE_</DT>
23707 <DD>
23708 When the command is executed, this token is 
23709 replaced with the path and name of the temporary 
23710 file containing the text to be filtered.  Alpine 
23711 expects the filter to replace this data with the 
23712 filter's result.
23715 NOTE: Use of this token implies that the text to 
23716 be filtered is not piped into standard input of the 
23717 executed command and its standard output is ignored. 
23718 Alpine restores the tty modes before invoking the
23719 filter in case the filter interacts with the user
23720 via its own standard input and output.  
23721 </DD>
23722                         
23723 <DT>_RESULTFILE_</DT>
23724 <DD>When the command is executed, this token is 
23725 replaced with the path and name of a temporary 
23726 file intended to contain a status message from the 
23727 filter.  Alpine displays this in the message status 
23728 field. 
23729 </DD>
23731 <DT>_DATAFILE_</DT>
23732 <DD>When the command is executed, this token is replaced 
23733 in the command line with the path and name of a 
23734 temporary file that Alpine creates once per session 
23735 and deletes upon exit.  The file is intended to be 
23736 used by the filter to store state information between 
23737 instances of the filter.
23738 </DD>
23739    
23740 <DT>_PREPENDKEY_</DT>
23741 <DD>When the command is executed, this token indicates 
23742 that a random number will be passed down the input 
23743 stream before the message text.  This number could 
23744 be used as a session key.  It is sent in this way 
23745 to improve security.  The number is unique to the 
23746 current Alpine session and is only generated once per 
23747 session. 
23748 </DD>
23750 <DT>_INCLUDEALLHDRS_</DT>
23751 <DD>When the command is executed, this token indicates 
23752 that the headers of the message will be passed down the input stream
23753 before the message text.
23754 </DD>
23756 <DT>_MIMETYPE_</DT>
23757 <DD>When the command is executed, this token is replaced in the
23758 command name with a temporary file name used to accept any new MIME
23759 Content-Type information necessitated by the output of the filter.
23760 Upon the filter's exit, if the file contains new MIME type
23761 information, Alpine verifies its format and replaces the outgoing
23762 message's MIME type information with that contained in the file. This
23763 is basically a cheap way of sending something other than Text/Plain.
23764 </DD>
23765 </DL>
23767 <P>   
23768 NOTE: Only the body text, which is visible in the Composer, is piped
23769 through this filter.  Attachments are not sent to the filter.
23770 <P>   
23771 Sending filters are not used if the feature
23772 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set.
23774 <UL>   
23775 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23776 </UL><P>
23777 &lt;End of help on this topic&gt;
23778 </BODY>
23779 </HTML>
23780 ====== h_config_keywords =====
23781 <HTML>
23782 <HEAD>
23783 <TITLE>OPTION: <!--#echo var="VAR_keywords"--></TITLE>
23784 </HEAD>
23785 <BODY>
23786 <H1>OPTION: <!--#echo var="VAR_keywords"--></H1>
23788 You may define your own set of keywords and optionally set them on a
23789 message by message basis.
23790 These are similar to the &quot;Important&quot; flag which the user
23791 may set using the Flag command.
23792 The difference is that the Important flag is always present for each folder.
23793 User-defined keywords are chosen by the user.
23794 You may set up the list of possible keywords here, or you may add keywords
23795 from the Flag Details screen that you
23796 can get to after typing the
23797 Flag (<!--chtml if pinemode="function_key"-->F11<!--chtml else-->*<!--chtml endif-->)
23798 command.
23799 After the keywords have been defined,
23800 then you use the <A HREF="h_common_flag">Flag command</A>
23801 to set or clear the keywords in each message.
23802 The behavior of the flag command may be modified by using the
23803 <A HREF="h_config_flag_screen_default">&quot;<!--#echo var="FEAT_enable-flag-screen-implicitly"-->&quot;</A> option or the
23804 <A HREF="h_config_flag_screen_kw_shortcut">&quot;<!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"-->&quot;</A> option.
23807 Keywords may be used when Selecting messages (Select Keyword).
23808 Keywords may also be used in the Patterns of Rules (Filters, Indexcolors, etc).
23809 Filter Rules may be used to set keywords automatically.
23810 Keywords may be displayed as part of the Subject of a message by using
23811 the SUBJKEY or SUBJKEYINIT tokens in the
23812 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
23813 The <A HREF="h_config_kw_braces"><!--#echo var="VAR_keyword-surrounding-chars"--></A>
23814 option may be used to modify the display of keywords using
23815 SUBJKEY and SUBJKEYINIT slightly.
23816 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
23817 screen by using the KEY or KEYINIT tokens.
23818 It is also possible to color keywords in the index using the
23819 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
23820 Keywords are not supported by all mail servers.
23823 You may give keywords nicknames if you wish.
23824 If the keyword definition you type in contains a SPACE character, then the
23825 actual value of the keyword is everything after the last SPACE and the
23826 nickname for that keyword is everything before the last SPACE.
23827 For example, suppose you are trying to interoperate with another email program
23828 that uses a particular keyword with an unpleasant name.
23829 Maybe it uses a keyword called
23831 <CENTER><SAMP>VendorName.SoftwareName.08</SAMP></CENTER>
23833 but for you that keyword means that the message is work-related.
23834 You could define a keyword to have the value
23836 <CENTER><SAMP>Work VendorName.SoftwareName.08</SAMP></CENTER>
23838 and then you would use the name &quot;Work&quot; when dealing with
23839 that keyword in Alpine.
23840 If you defined it as
23842 <CENTER><SAMP>My Work VendorName.SoftwareName.08</SAMP></CENTER>
23844 the nickname would be everything before the last SPACE, that is the nickname
23845 would be &quot;My Work&quot;.
23847 Some commonly used keywords begin with dollar signs.
23848 This presents a slight complication, because the dollar sign is normally used
23849 to signify
23850 <A HREF="h_news_config">environment variable expansion</A>
23851 in the Alpine configuration.
23852 In order to specify a keyword that begins with a dollar sign you must
23853 precede the dollar sign with a second dollar sign to escape its special
23854 meaning.
23855 For example, if you want to include the keyword
23857 <CENTER><SAMP>$Label1</SAMP></CENTER>
23859 as one of your possible keywords, you must enter the text
23861 <CENTER><SAMP>$$Label1</SAMP></CENTER>
23864 instead.
23866 There are a couple limitations.
23867 First, not all servers support keywords.
23868 Second, some servers (including the IMAP server included with Alpine)
23869 have a per folder limit on the number of keywords that may be defined.
23870 This count commonly includes every keyword you have ever used in the
23871 folder, even if it is no longer being used.
23872 In other words, you can add keywords but you cannot remove them easily.
23873 If you have changed keywords over the life of a folder and find that
23874 you have reached such a limit, one possible solution might be to copy
23875 all of the messages to a newly created folder (using Alpine) and then
23876 delete the original and rename the new folder.
23877 The reason this might work is that only the keywords currently set in
23878 any of the messages will be used in the new folder, hopefully putting you
23879 under the limit.
23882 <UL>   
23883 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
23884 </UL><P>
23885 &lt;End of help on this topic&gt;
23886 </BODY>
23887 </HTML>
23888 ====== h_config_alt_addresses =====
23889 <HTML>
23890 <HEAD>
23891 <TITLE>OPTION: <!--#echo var="VAR_alt-addresses"--></TITLE>
23892 </HEAD>
23893 <BODY>
23894 <H1>OPTION: <!--#echo var="VAR_alt-addresses"--></H1>
23896 This option provides a place for you to list alternate email addresses
23897 you may have.
23898 Each address in the list should be the actual email address part of an
23899 address, without the full name field or the angle brackets.
23900 For example:
23903 <CENTER><SAMP>user@example.com</SAMP></CENTER>
23906 The matching is case-insensitive, so this would match any of
23907 <SAMP>User@example.com</SAMP>, <SAMP>user@Example.Com</SAMP>, or
23908 <SAMP>USER@EXAMPLE.COM</SAMP> as well.
23911 If set, the option affects the behavior of the Reply
23912 command and the &quot;+&quot; symbol in the MESSAGE INDEX, which denotes that
23913 a message has been addressed specifically to you.
23916 In the default INDEX display
23917 the personal name (or email address) of
23918 the person listed in the message's &quot;From:&quot; header
23919 field is usually displayed except when that address is yours or one of your
23920 alternate addresses.
23921 In that case you will usually see the name of
23922 the first person specified in the
23923 message's &quot;To:&quot; header field
23924 with the prefix &quot;To: &quot; prepended.
23927 With respect to Reply, the reply-to-all option will exclude addresses
23928 listed here.
23931 The feature
23932 <A HREF="h_config_copy_to_to_from"><!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></A>
23933 is somewhat related to this option.
23936 In addition to a list of actual addresses,
23937 you may use regular expressions (as used with egrep with the ignore case flag)
23938 to describe the addresses you want to match.
23939 Alpine will somewhat arbitrarily interpret your entry as a regular
23940 expression if it contains any of the characters
23941 *, |, +, ?, {, [, ^, $, or &#92;.
23942 Otherwise, it will be treated literally.
23943 The feature
23944 <a href="h_config_disable_regex"><!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></a>
23945 may be used to turn off regular expression processing regardless of whether or not
23946 special characters appear in the entry.
23949 A description of how regular expressions work is beyond the
23950 scope of this help text, but some examples follow.
23953 The entry
23956 <CENTER><SAMP>.*@example.com</SAMP></CENTER>
23959 in the <!--#echo var="VAR_alt-addresses"--> list would mean that any
23960 address with a domain name of <SAMP>example.com</SAMP> (such as
23961 <SAMP>fred@example.com</SAMP> or <SAMP>wilma@example.com</SAMP>) will be considered
23962 one of your alternate addresses.
23963 Strictly speaking, the dot in <SAMP>example.com</SAMP> ought to be escaped with
23964 a backslash, as in <SAMP>example&#92;.com</SAMP>, and a dollar sign anchor ought
23965 to come at the end of the expression to prevent a match of <SAMP>example.com.org</SAMP>.
23966 Complicating things further, the dollar sign
23967 is special in the Alpine configuration (it signifies environment variable expansion)
23968 so the dollar sign should be doubled or backslash escaped for Alpine's sake.
23969 Quotes around the whole expression will not escape the dollar sign successfully.
23970 So this example should look like
23973 <CENTER><SAMP>.*@example&#92;.com$$</SAMP></CENTER>
23977 The entry
23980 <CENTER><SAMP>^fred[0-9]*@example.com$$</SAMP></CENTER>
23983 would match
23984 <SAMP>fred3@example.com</SAMP> or <SAMP>fred17@example.com</SAMP> as well
23985 as <SAMP>fred@example.com</SAMP>.
23988 You could match all addresses that look like
23989 <SAMP>fred+stuff@example.com</SAMP> for any value of <SAMP>stuff</SAMP> with the
23990 entry
23993 <CENTER><SAMP>^fred&#92;+.*@example.com$$</SAMP></CENTER>
23996 Notice that you have to escape the plus sign with a backslash because plus
23997 is a special character in regular expressions.
23998 If you wanted to match plain <SAMP>fred</SAMP> as well as <SAMP>fred+stuff</SAMP>
23999 the expression
24002 <CENTER><SAMP>^fred(()|&#92;+.*)@example.com$$</SAMP></CENTER>
24005 would do it, but it would be easier to just add fred@example.com as a
24006 separate entry.
24009 One more example, a match of all first-level subdomains, is given by
24012 <CENTER><SAMP>^fred@[[:alnum:]_-]*&#92;.example&#92;.com$$</SAMP></CENTER>
24016 Because the regular expression matching is based on an old library
24017 (<SAMP>hs_regex</SAMP>) the regular expressions might not work exactly as you expect,
24018 but they should be close.
24021 <UL>   
24022 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24023 </UL><P>
24024 &lt;End of help on this topic&gt;
24025 </BODY>
24026 </HTML>
24027 ====== h_config_abook_formats =====
24028 <HTML>
24029 <HEAD>
24030 <TITLE>OPTION: <!--#echo var="VAR_addressbook-formats"--></TITLE>
24031 </HEAD>
24032 <BODY>
24033 <H1>OPTION: <!--#echo var="VAR_addressbook-formats"--></H1>
24035 This option specifies the format that address books are displayed in.
24036 Normally, address books are displayed with the nicknames in the first
24037 column, the fullnames in the second column, and addresses in the third
24038 column.  The system figures out reasonable defaults for the widths of
24039 the columns.  An address book may be given a different format by
24040 listing special tokens in the order you want them to display.  The
24041 possible tokens are NICKNAME, FULLNAME, ADDRESS, FCC, and COMMENT.
24042 So, for example, to get the default behavior you could list
24045 <CENTER><!--#echo var="VAR_addressbook-formats"-->=NICKNAME FULLNAME ADDRESS</CENTER>
24048 (You can also use the token DEFAULT to get the default behavior for
24049 an address book format.)
24052 The tokens are separated by spaces.  &quot;<!--#echo var="VAR_addressbook-formats"-->&quot;
24053 is a list, so if you have more than one address book you may have a
24054 separate format for each by putting its format at the corresponding
24055 location in the &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.
24059 Listed first are the personal address books, then the global address
24060 books.  So, if you have two personal address books and one global
24061 address book, you may have up to three formats in the
24062 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; list.  If
24063 &quot;<!--#echo var="VAR_addressbook-formats"-->&quot; doesn't have as many elements as there
24064 are address books, the last element is used repeatedly.
24068 Each of the tokens may also be optionally followed by parentheses with
24069 either a number or a percentage inside the parentheses.  For example,
24070 <SAMP>FULLNAME(13)</SAMP> means to allocate 13 characters of space to
24071 the fullnames column, <SAMP>FULLNAME(20%)</SAMP> means to allocate 20%
24072 of the available space (the screen width minus the space for
24073 inter-column spaces) to the fullnames column, while plain
24074 <SAMP>FULLNAME</SAMP> means the system will attempt to figure out a
24075 reasonable number of columns.
24078 There are always 2 spaces between every column, so if you use
24079 fixed column widths (like 13) you should remember to take that into
24080 account.
24083 <UL>   
24084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24085 </UL><P>
24086 &lt;End of help on this topic&gt;
24087 </BODY>
24088 </HTML>
24089 ====== h_config_set_index_format =====
24090 <HTML>
24091 <HEAD>
24092 <TITLE>Set Index Format</TITLE>
24093 </HEAD>
24094 <BODY>
24095 <H1>Set Index Format</H1>
24097 This option is used to customize the content of lines in the
24098 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.
24099 This action works exactly like the regular
24100 &quot;<!--#echo var="VAR_index-format"-->&quot; option in the Setup/Config screen,
24101 except that you can have a folder-specific value for it if you specify it here.
24102 Consult the help for
24103 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot;
24104 for more information.
24107 <UL>   
24108 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24109 </UL><P>
24110 &lt;End of help on this topic&gt;
24111 </BODY>
24112 </HTML>
24113 ====== h_config_index_format =====
24114 <HTML>
24115 <HEAD>
24116 <TITLE>OPTION: <!--#echo var="VAR_index-format"--></TITLE>
24117 </HEAD>
24118 <BODY>
24119 <H1>OPTION: <!--#echo var="VAR_index-format"--></H1>
24121 This option is used to customize the content of lines in the
24122 <A HREF="h_mail_index">MESSAGE INDEX screen</A>.  Each line is intended 
24123 to convey some amount of immediately relevant information about each 
24124 message in the current folder.
24127 Alpine provides a pre-defined set of informational fields with
24128 reasonable column widths automatically computed.  You can, however,
24129 replace this default set by listing special tokens in the order you
24130 want them displayed.
24133 The list of available tokens is
24134 <A HREF="h_index_tokens">here</A>.
24137 Spaces are used to separate listed tokens.  Additionally, you can
24138 specify how much of the screen's width the token's associated data
24139 should occupy on the index line by appending to the token a pair of
24140 parentheses enclosing either a number or percentage.  For example,
24141 &quot;SUBJECT(13)&quot; means to allocate 13 characters of space to the subject
24142 column, and &quot;SUBJECT(20%)&quot; means to
24143 allocate 20% of the available space
24144 to the subjects column, while plain &quot;SUBJECT&quot; means the system will
24145 attempt to figure out a reasonable amount of space.
24148 There is always one space between every pair of columns, so if you use fixed
24149 column widths (like 13) you should remember to take that into account.
24150 Several of the fields are virtually fixed-width, so it doesn't make
24151 much sense to specify the width for them.  The fields STATUS,
24152 FULLSTATUS, IMAPSTATUS, MSGNO, the DATE fields, SIZE,
24153 and DESCRIPSIZE all fall into that category.
24154 You <EM>may</EM> specify widths for those if you wish, but
24155 you're probably better off letting the system pick those widths.  <P>
24158 The default is equivalent to:
24161 <CENTER><SAMP>STATUS MSGNO SMARTDATETIME24 FROMORTO(33%) SIZENARROW SUBJKEY(67%)</SAMP></CENTER>
24164 This means that the four fields without percentages will be allocated
24165 first, and then 33% and 67% of the <EM>remaining</EM> space will go to
24166 the from and subject fields.  If one of those two fields is specified
24167 as a percentage and the other is left for the system to choose, then
24168 the percentage is taken as an absolute percentage of the screen, not
24169 of the space remaining after allocating the first four columns.  It
24170 doesn't usually make sense to do it that way.  If you leave off all
24171 the widths, then the subject and from fields (if both are present) are
24172 allocated space in a 2 to 1 ratio, which is almost exactly the same as
24173 the default.
24176 What you are most likely to do with this configuration option is to
24177 specify which fields appear at all, which order they appear in, and the
24178 percentage of screen that is used for the from and subject fields if you
24179 don't like the 2 to 1 default.
24182 If you want to retain the default format that Pine 4.64 had, use
24185 <CENTER><SAMP><!--#echo var="VAR_index-format"-->=STATUS MSGNO DATE FROMORTO(33%) SIZE SUBJKEY(67%)</SAMP></CENTER>
24187 <EM>and</EM> set the feature
24188 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>.
24189 <UL>   
24190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24191 </UL><P>
24192 &lt;End of help on this topic&gt;
24193 </BODY>
24194 </HTML>
24195 ====== h_config_reply_intro =====
24196 <HTML>
24197 <HEAD>
24198 <TITLE>OPTION: <!--#echo var="VAR_reply-leadin"--></TITLE>
24199 </HEAD>
24200 <BODY>
24201 <H1>OPTION: <!--#echo var="VAR_reply-leadin"--></H1>
24203 This option is used to customize the content of the introduction line
24204 that is included when replying to a message and including the original
24205 message in the reply.
24206 The normal default (what you will get if you delete this variable) looks
24207 something like:
24209 <CENTER><SAMP>On Sat, 24 Oct 1998, Fred Flintstone wrote:</SAMP></CENTER>
24211 where the day of the week is only included if it is available in the
24212 original message.
24213 You can replace this default with text of your own.
24214 The text may contain tokens that are replaced with text
24215 that depends on the message you are replying to.
24216 For example, the default is equivalent to:
24218 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24221 Since this variable includes regular text mixed with special tokens
24222 the tokens have to be surrounded by underscore characters.
24223 For example, to use the token &quot;<SAMP>PREFDATE</SAMP>&quot;
24224 you would need to use &quot;<SAMP>_PREFDATE_</SAMP>&quot;,
24225 not &quot;<SAMP>PREFDATE</SAMP>&quot;.
24227 The list of available tokens is
24228 <A HREF="h_index_tokens">here</A>.
24231 By default, the text is all on a single line and is followed by a blank line.
24232 If your &quot;<!--#echo var="VAR_reply-leadin"-->&quot; turns out to be longer
24233 than 80 characters when replying to a particular message, it is shortened.
24234 However, if you use the token
24236 <CENTER><SAMP>_NEWLINE_</SAMP></CENTER>
24239 anywhere in the value, no end of line or blank line is appended, and no
24240 shortening is done.
24241 The _NEWLINE_ token may be used to get rid of the blank line following
24242 the text, to add more blank lines, or to form a multi-line
24243 &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24244 To clarify how _NEWLINE_ works recall that the default value is:
24246 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:</SAMP></CENTER>
24249 That is equivalent to
24251 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE__NEWLINE_</SAMP></CENTER>
24254 In the former case, two newlines are added automatically because
24255 no _NEWLINE_ token appears in the value of the option (for backwards
24256 compatibility). In the latter case, the newlines are explicit.
24257 If you want to remove the blank line that follows the
24258 &quot;<!--#echo var="VAR_reply-leadin"-->&quot; text use a single
24259 _NEWLINE_ token like
24261 <CENTER><SAMP>On _DAYDATE_, _FROM_ wrote:_NEWLINE_</SAMP></CENTER>
24264 Because of the backwards compatibility problem, it is not possible to
24265 remove all of the ends of lines, because then there will be no _NEWLINE_ tokens
24266 and that will cause the automatic adding of two newlines!
24267 If you want, you may embed newlines in the middle of the text, as well,
24268 producing a multi-line &quot;<!--#echo var="VAR_reply-leadin"-->&quot;.
24271 By default, no attempt is made to localize the date.
24272 If you prefer a localized form you may find that one of the tokens
24273 _PREFDATE_ or _PREFDATETIME_ is a satisfactory substitute.
24274 If you want more control one of the many other date tokens, such as _DATEISO_,
24275 might be better.
24278 For the adventurous, there is a way to conditionally include text based
24279 on whether or not a token would result in specific replacement text.
24280 For example, you could include some text based on whether or not
24281 the _NEWS_ token would result in any newsgroups if it was used.
24282 It's explained in detail
24283 <A HREF="h_reply_token_conditionals">here</A>.
24286 In the very unlikely event that you want to include a literal token
24287 in the introduction line you must precede it with a backslash character.
24288 For example,
24290 <CENTER><SAMP>&#92;_DAYDATE_ = _DAYDATE_</SAMP></CENTER>
24292 would produce something like
24294 <CENTER><SAMP>_DAYDATE_ = Sat, 24 Oct 1998</SAMP></CENTER>
24296 It is not possible to have a literal backslash followed by an expanded token.
24298 <UL>   
24299 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24300 </UL><P>
24301 &lt;End of help on this topic&gt;
24302 </BODY>
24303 </HTML>
24304 ====== h_config_remote_abook_history =====
24305 <HTML>
24306 <HEAD>
24307 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-history"--></TITLE>
24308 </HEAD>
24309 <BODY>
24310 <H1>OPTION: <!--#echo var="VAR_remote-abook-history"--></H1>
24312 Sets how many extra copies of
24313 remote address book
24314 data will be kept in each remote address book folder.
24315 The default is three.
24316 These extra copies are simply old versions of the data. Each time a change
24317 is made a new copy of the address book data is appended to the folder. Old
24318 copies are trimmed, if possible, when Alpine exits.
24319 An old copy can be put back into use by
24320 deleting and expunging newer versions of the data from the folder.
24321 Don't delete the first message from the folder. It is a special header
24322 message for the remote address book and it must be there.
24323 This is to prevent regular folders from being used as remote address book
24324 folders and having their data destroyed.
24326 This option is also used to determine how many extra copies of remote
24327 Alpine configuration files are kept.
24329 <UL>   
24330 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24331 </UL><P>
24332 &lt;End of help on this topic&gt;
24333 </BODY>
24334 </HTML>
24335 ====== h_config_remote_abook_validity =====
24336 <HTML>
24337 <HEAD>
24338 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-validity"--></TITLE>
24339 </HEAD>
24340 <BODY>
24341 <H1>OPTION: <!--#echo var="VAR_remote-abook-validity"--></H1>
24343 Sets the minimum number of minutes that a
24344 remote address book will be considered up to date.
24345 Whenever an entry contained in a remote address book is used,
24346 if more than this many minutes have
24347 passed since the last check the remote server will be queried to see if the
24348 address book has changed.
24349 If it has changed, the local copy is updated.
24350 The default value is five minutes.
24351 The special value of -1 means never check.
24352 The special value of zero means only check when the address book is first
24353 opened.
24355 No matter what the value, the validity check is always done when the
24356 address book is about to be changed by the user.
24357 The check can be initiated manually by typing <EM>^L</EM> (Ctrl-L)
24358 while in the address book maintenance screen for the remote address book.
24360 <UL>   
24361 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24362 </UL><P>
24363 &lt;End of help on this topic&gt;
24364 </BODY>
24365 </HTML>
24366 ====== h_config_user_input_timeo =====
24367 <HTML>
24368 <HEAD>
24369 <TITLE>OPTION: <!--#echo var="VAR_user-input-timeout"--></TITLE>
24370 </HEAD>
24371 <BODY>
24372 <H1>OPTION: <!--#echo var="VAR_user-input-timeout"--></H1>
24374 If this is set to an integer greater than zero, then this is the number
24375 of <EM>hours</EM> to wait for user input before Alpine times out.
24376 If Alpine is
24377 in the midst of composing a message or is waiting for user response to
24378 a question, then it will not timeout.
24379 However, if Alpine is sitting idle waiting for
24380 the user to tell it what to do next and the user does not give any
24381 input for this many hours, Alpine will exit.
24382 No expunging or moving of read
24383 messages will take place.
24384 It will exit similarly to the way it would exit
24385 if it received a hangup signal.
24386 This may be useful for cleaning up unused Alpine sessions that have been
24387 forgotten by their owners.
24388 The Alpine developers envision system administrators
24389 setting this to a value of several hours (24?) so that it won't surprise
24390 a user who didn't want to be disconnected.
24392 <UL>   
24393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24394 </UL><P>
24395 &lt;End of help on this topic&gt;
24396 </BODY>
24397 </HTML>
24398 ====== h_config_ssh_open_timeo =====
24399 <HTML>
24400 <HEAD>
24401 <TITLE>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></TITLE>
24402 </HEAD>
24403 <BODY>
24404 <H1>OPTION: <!--#echo var="VAR_ssh-open-timeout"--></H1>
24406 Sets the time in seconds that Alpine will
24407 attempt to open a UNIX secure shell connection.
24408 The default is 15, the minimum non-zero value is 5,
24409 and the maximum is unlimited. If this is set to zero ssh connections
24410 will be completely disabled.
24412 <UL>   
24413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24414 </UL><P>
24415 &lt;End of help on this topic&gt;
24416 </BODY>
24417 </HTML>
24418 ====== h_config_rsh_open_timeo =====
24419 <HTML>
24420 <HEAD>
24421 <TITLE>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></TITLE>
24422 </HEAD>
24423 <BODY>
24424 <H1>OPTION: <!--#echo var="VAR_rsh-open-timeout"--></H1>
24426 Sets the time in seconds that Alpine will
24427 attempt to open a UNIX remote shell connection.
24428 The default is 15, the minimum non-zero value is 5,
24429 and the maximum is unlimited. If this is set to zero rsh connections
24430 will be completely disabled.
24431 This might be useful if rsh connections will never work in your environment
24432 but are causing delays due to firewalls or some other reason.
24434 <UL>   
24435 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24436 </UL><P>
24437 &lt;End of help on this topic&gt;
24438 </BODY>
24439 </HTML>
24440 ====== h_config_tcp_open_timeo =====
24441 <HTML>
24442 <HEAD>
24443 <TITLE>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></TITLE>
24444 </HEAD>
24445 <BODY>
24446 <H1>OPTION: <!--#echo var="VAR_tcp-open-timeout"--></H1>
24448 Sets the time in seconds that Alpine will
24449 attempt to open a network connection. The default is 30, the minimum is 5,
24450 and the maximum is system defined (typically 75). If a connection has not
24451 completed within this many seconds Alpine will give up and consider it a
24452 failed connection.
24454 <UL>   
24455 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24456 </UL><P>
24457 &lt;End of help on this topic&gt;
24458 </BODY>
24459 </HTML>
24460 ====== h_config_tcp_readwarn_timeo =====
24461 <HTML>
24462 <HEAD>
24463 <TITLE>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></TITLE>
24464 </HEAD>
24465 <BODY>
24466 <H1>OPTION: <!--#echo var="VAR_tcp-read-warning-timeout"--></H1>
24468 Sets the time in seconds that Alpine will
24469 wait for a network read before warning you that things are moving slowly
24470 and possibly giving you the option to break the connection.
24471 The default is 15 seconds. The minimum is 5 seconds and the maximumn is
24472 1000 seconds.
24474 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24476 <UL>   
24477 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24478 </UL><P>
24479 &lt;End of help on this topic&gt;
24480 </BODY>
24481 </HTML>
24482 ====== h_config_tcp_writewarn_timeo =====
24483 <HTML>
24484 <HEAD>
24485 <TITLE>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></TITLE>
24486 </HEAD>
24487 <BODY>
24488 <H1>OPTION: <!--#echo var="VAR_tcp-write-warning-timeout"--></H1>
24490 Sets the time in seconds that Alpine will
24491 wait for a network write before warning you that things are moving slowly
24492 and possibly giving you the option to break the connection.
24493 The default is 0 which means it is unset. If set to a non-zero value, the
24494 minimum is 5 and the maximum is 1000.
24496 Related option: <A HREF="h_config_tcp_query_timeo"><!--#echo var="VAR_tcp-query-timeout"--></A>.
24498 <UL>   
24499 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24500 </UL><P>
24501 &lt;End of help on this topic&gt;
24502 </BODY>
24503 </HTML>
24504 ====== h_config_tcp_query_timeo =====
24505 <HTML>
24506 <HEAD>
24507 <TITLE>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></TITLE>
24508 </HEAD>
24509 <BODY>
24510 <H1>OPTION: <!--#echo var="VAR_tcp-query-timeout"--></H1>
24512 When Alpine times out a network read or write it will normally just display
24513 a message saying &quot;Still waiting&quot;.
24514 However, if enough time has elapsed since it started waiting it will offer
24515 to let you break the connection.
24516 That amount of time is set by this option, which defaults to 60 seconds,
24517 has a minimum of 5 seconds, and a maximum of 1000 seconds.
24519 <UL>   
24520 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24521 </UL><P>
24522 &lt;End of help on this topic&gt;
24523 </BODY>
24524 </HTML>
24525 ====== h_config_incoming_folders =====
24526 <HTML>
24527 <HEAD>
24528 <TITLE>OPTION: <!--#echo var="VAR_incoming-folders"--></TITLE>
24529 </HEAD>
24530 <BODY>
24531 <H1>OPTION: <!--#echo var="VAR_incoming-folders"--></H1>
24533 This is a list of one or more folders other than <EM>INBOX</EM> that
24534 may receive new messages.
24535 It is related to the
24536 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="FEAT_enable-incoming-folders"-->&quot;</A>
24537 feature.
24538 This variable is normally manipulated with the Add, Delete, and Rename
24539 commands in the FOLDER LIST for the Incoming Message Folders collection.
24541 <UL>   
24542 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24543 </UL><P>
24544 &lt;End of help on this topic&gt;
24545 </BODY>
24546 </HTML>
24547 ====== h_config_folder_spec =====
24548 <HTML>
24549 <HEAD>
24550 <TITLE>OPTION: <!--#echo var="VAR_folder-collections"--></TITLE>
24551 </HEAD>
24552 <BODY>
24553 <H1>OPTION: <!--#echo var="VAR_folder-collections"--></H1>
24555 This is a list of one or more collections where saved mail is stored. 
24556 The first collection in this list is the default
24557 collection for <EM>Save</EM>s,
24558 including <A HREF="h_config_default_fcc"><!--#echo var="VAR_default-fcc"--></A>.
24560 This variable is normally manipulated using the Setup/collectionList screen.
24562 <UL>   
24563 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24564 </UL><P>
24565 &lt;End of help on this topic&gt;
24566 </BODY>
24567 </HTML>
24568 ====== h_config_news_spec =====
24569 <HTML>
24570 <HEAD>
24571 <TITLE>OPTION: <!--#echo var="VAR_news-collections"--></TITLE>
24572 </HEAD>
24573 <BODY>
24574 <H1>OPTION: <!--#echo var="VAR_news-collections"--></H1>
24576 This is a list of collections where news folders are located.
24578 This variable is normally manipulated using the Setup/collectionList screen.
24580 <UL>   
24581 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24582 </UL><P>
24583 &lt;End of help on this topic&gt;
24584 </BODY>
24585 </HTML>
24586 ====== h_config_address_book =====
24587 <HTML>
24588 <HEAD>
24589 <TITLE>OPTION: <!--#echo var="VAR_address-book"--></TITLE>
24590 </HEAD>
24591 <BODY>
24592 <H1>OPTION: <!--#echo var="VAR_address-book"--></H1>
24594 A list of personal address books.
24595 Each entry in the list is an
24596 optional nickname followed by a pathname or file name relative to the home
24597 directory.
24598 The nickname is separated from the rest of the line with whitespace.
24599 Instead of a local pathname or file name, a remote folder name can be given.
24600 This causes the address book to
24601 be a Remote address book.
24603 Use the Setup/AddressBook screen to modify this variable.
24605 <UL>   
24606 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24607 </UL><P>
24608 &lt;End of help on this topic&gt;
24609 </BODY>
24610 </HTML>
24611 ====== h_config_glob_addrbook =====
24612 <HTML>
24613 <HEAD>
24614 <TITLE>OPTION: <!--#echo var="VAR_global-address-book"--></TITLE>
24615 </HEAD>
24616 <BODY>
24617 <H1>OPTION: <!--#echo var="VAR_global-address-book"--></H1>
24619 A list of shared address books.  Each entry in the list is an
24620 optional nickname followed by a pathname or file name relative to the home
24621 directory.
24622 A SPACE character separates the nickname from the rest of the line.
24623 Instead of a local pathname or file name, a remote folder name can be given.
24624 This causes the address book to
24625 be a Remote address book.
24626 Global address books are
24627 defined to be ReadOnly.
24629 Use the Setup/AddressBook screen to modify this variable.
24631 <UL>   
24632 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24633 </UL><P>
24634 &lt;End of help on this topic&gt;
24635 </BODY>
24636 </HTML>
24637 ====== h_config_last_vers =====
24638 <HTML>
24639 <HEAD>
24640 <TITLE>OPTION: <!--#echo var="VAR_last-version-used"--></TITLE>
24641 </HEAD>
24642 <BODY>
24643 <H1>OPTION: <!--#echo var="VAR_last-version-used"--></H1>
24645 This is set automatically by Alpine. 
24646 It is used to keep track of the last version of Alpine that
24647 was run by the user.
24648 Whenever the version number increases, a new version message is printed out.
24649 This may not be set in the system-wide configuration files.
24651 <UL>   
24652 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24653 </UL><P>
24654 &lt;End of help on this topic&gt;
24655 </BODY>
24656 </HTML>
24657 ====== h_config_printer =====
24658 <HTML>
24659 <HEAD>
24660 <TITLE>OPTION: Printer</TITLE>
24661 </HEAD>
24662 <BODY>
24663 <H1>OPTION: Printer</H1>
24665 Your default printer selection.
24667 Use the Setup/Printer screen to modify this variable.
24669 <UL>   
24670 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24671 </UL><P>
24672 &lt;End of help on this topic&gt;
24673 </BODY>
24674 </HTML>
24675 ====== h_config_print_cat =====
24676 <HTML>
24677 <HEAD>
24678 <TITLE>OPTION: <!--#echo var="VAR_personal-print-category"--></TITLE>
24679 </HEAD>
24680 <BODY>
24681 <H1>OPTION: <!--#echo var="VAR_personal-print-category"--></H1>
24683 This is an internal Alpine variable.
24684 It will be equal to 1, 2, or 3 depending on whether the default printer is
24685 attached, standard, or a personal print command.
24687 Use the Setup/Printer screen to modify this variable.
24689 <UL>   
24690 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24691 </UL><P>
24692 &lt;End of help on this topic&gt;
24693 </BODY>
24694 </HTML>
24695 ====== h_config_print_command =====
24696 <HTML>
24697 <HEAD>
24698 <TITLE>OPTION: <!--#echo var="VAR_personal-print-command"--></TITLE>
24699 </HEAD>
24700 <BODY>
24701 <H1>OPTION: <!--#echo var="VAR_personal-print-command"--></H1>
24703 List of personal print commands.
24705 Use the Setup/Printer screen to modify this variable.
24707 <UL>   
24708 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24709 </UL><P>
24710 &lt;End of help on this topic&gt;
24711 </BODY>
24712 </HTML>
24713 ====== h_config_pat_old =====
24714 <HTML>
24715 <HEAD>
24716 <TITLE>OPTION: Patterns</TITLE>
24717 </HEAD>
24718 <BODY>
24719 <H1>OPTION: Patterns</H1>
24721 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by the
24722 options Patterns-Roles, Patterns-Filters, Patterns-Scores, Patterns-Indexcolors,
24723 and Patterns-Other.
24724 Patterns-Scores and Patterns-Filters have been replaced since then by
24725 Patterns-Scores2 and Patterns-Filters2.
24727 Use the Setup/Rules screens to modify these variable.
24729 <UL>   
24730 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24731 </UL><P>
24732 &lt;End of help on this topic&gt;
24733 </BODY>
24734 </HTML>
24735 ====== h_config_pat_roles =====
24736 <HTML>
24737 <HEAD>
24738 <TITLE>OPTION: <!--#echo var="VAR_patterns-roles"--></TITLE>
24739 </HEAD>
24740 <BODY>
24741 <H1>OPTION: <!--#echo var="VAR_patterns-roles"--></H1>
24743 List of rules used for roles.
24744 The option Patterns is obsolete in Alpine and in Pine 4.50 and later, replaced by this and
24745 other options.
24747 Use the Setup/Rules/Roles screen to modify this variable.
24749 <UL>   
24750 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24751 </UL><P>
24752 &lt;End of help on this topic&gt;
24753 </BODY>
24754 </HTML>
24755 ====== h_config_pat_filts =====
24756 <HTML>
24757 <HEAD>
24758 <TITLE>OPTION: <!--#echo var="VAR_patterns-filters2"--></TITLE>
24759 </HEAD>
24760 <BODY>
24761 <H1>OPTION: <!--#echo var="VAR_patterns-filters2"--></H1>
24763 List of rules used for filters.
24765 Use the Setup/Rules/Filters screen to modify this variable.
24767 <UL>   
24768 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24769 </UL><P>
24770 &lt;End of help on this topic&gt;
24771 </BODY>
24772 </HTML>
24773 ====== h_config_pat_scores =====
24774 <HTML>
24775 <HEAD>
24776 <TITLE>OPTION: <!--#echo var="VAR_patterns-scores2"--></TITLE>
24777 </HEAD>
24778 <BODY>
24779 <H1>OPTION: <!--#echo var="VAR_patterns-scores2"--></H1>
24781 List of rules used for scoring.
24783 Use the Setup/Rules/SetScores screen to modify this variable.
24785 <UL>   
24786 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24787 </UL><P>
24788 &lt;End of help on this topic&gt;
24789 </BODY>
24790 </HTML>
24791 ====== h_config_pat_other =====
24792 <HTML>
24793 <HEAD>
24794 <TITLE>OPTION: <!--#echo var="VAR_patterns-other"--></TITLE>
24795 </HEAD>
24796 <BODY>
24797 <H1>OPTION: <!--#echo var="VAR_patterns-other"--></H1>
24799 List of rules used for miscellaneous configuration.
24801 Use the Setup/Rules/Other screen to modify this variable.
24803 <UL>   
24804 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24805 </UL><P>
24806 &lt;End of help on this topic&gt;
24807 </BODY>
24808 </HTML>
24809 ====== h_config_pat_incols =====
24810 <HTML>
24811 <HEAD>
24812 <TITLE>OPTION: patterns-indexcolors</TITLE>
24813 </HEAD>
24814 <BODY>
24815 <H1>OPTION: patterns-indexcolors</H1>
24817 List of rules used for coloring lines in the index.
24819 Use the Setup/Rules/Indexcolor screen to modify this variable.
24821 <UL>   
24822 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24823 </UL><P>
24824 &lt;End of help on this topic&gt;
24825 </BODY>
24826 </HTML>
24827 ====== h_config_pat_srch =====
24828 <HTML>
24829 <HEAD>
24830 <TITLE>OPTION: patterns-search</TITLE>
24831 </HEAD>
24832 <BODY>
24833 <H1>OPTION: patterns-search</H1>
24835 List of rules used only for searching with the Select command in the MESSAGE INDEX.
24837 Use the Setup/Rules/searCh screen to modify this variable.
24839 <UL>   
24840 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24841 </UL><P>
24842 &lt;End of help on this topic&gt;
24843 </BODY>
24844 </HTML>
24845 ====== h_config_font_name =====
24846 <HTML>
24847 <HEAD>
24848 <TITLE>OPTION: Font Name</TITLE>
24849 </HEAD>
24850 <BODY>
24851 <H1>OPTION: Font Name</H1>
24853 PC-Alpine only.
24855 Name of normal font.
24857 Use the pulldown Config menu to modify this variable.
24859 <UL>   
24860 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24861 </UL><P>
24862 &lt;End of help on this topic&gt;
24863 </BODY>
24864 </HTML>
24865 ====== h_config_font_size =====
24866 <HTML>
24867 <HEAD>
24868 <TITLE>OPTION: Font Size</TITLE>
24869 </HEAD>
24870 <BODY>
24871 <H1>OPTION: Font Size</H1>
24873 PC-Alpine only.
24875 Size of normal font.
24877 Use the pulldown Config menu to modify this variable.
24879 <UL>   
24880 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24881 </UL><P>
24882 &lt;End of help on this topic&gt;
24883 </BODY>
24884 </HTML>
24885 ====== h_config_font_style =====
24886 <HTML>
24887 <HEAD>
24888 <TITLE>OPTION: Font Style</TITLE>
24889 </HEAD>
24890 <BODY>
24891 <H1>OPTION: Font Style</H1>
24893 PC-Alpine only.
24895 Style of normal font.
24897 Use the pulldown Config menu to modify this variable.
24899 <UL>   
24900 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24901 </UL><P>
24902 &lt;End of help on this topic&gt;
24903 </BODY>
24904 </HTML>
24905 ====== h_config_font_char_set =====
24906 <HTML>
24907 <HEAD>
24908 <TITLE>OPTION: Font Character Set</TITLE>
24909 </HEAD>
24910 <BODY>
24911 <H1>OPTION: Font Character Set</H1>
24913 PC-Alpine only.
24915 Character set of normal font.
24917 Use the pulldown Config menu to modify this variable.
24919 <UL>   
24920 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24921 </UL><P>
24922 &lt;End of help on this topic&gt;
24923 </BODY>
24924 </HTML>
24925 ====== h_config_print_font_name =====
24926 <HTML>
24927 <HEAD>
24928 <TITLE>OPTION: Print-Font-Name</TITLE>
24929 </HEAD>
24930 <BODY>
24931 <H1>OPTION: Print-Font-Name</H1>
24933 PC-Alpine only.
24935 Name of printer font.
24937 Use the pulldown Config menu to modify this variable.
24939 <UL>   
24940 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24941 </UL><P>
24942 &lt;End of help on this topic&gt;
24943 </BODY>
24944 </HTML>
24945 ====== h_config_print_font_size =====
24946 <HTML>
24947 <HEAD>
24948 <TITLE>OPTION: Print-Font-Size</TITLE>
24949 </HEAD>
24950 <BODY>
24951 <H1>OPTION: Print-Font-Size</H1>
24953 PC-Alpine only.
24955 Size of printer font.
24957 Use the pulldown Config menu to modify this variable.
24959 <UL>   
24960 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24961 </UL><P>
24962 &lt;End of help on this topic&gt;
24963 </BODY>
24964 </HTML>
24965 ====== h_config_print_font_style =====
24966 <HTML>
24967 <HEAD>
24968 <TITLE>OPTION: Print-Font-Style</TITLE>
24969 </HEAD>
24970 <BODY>
24971 <H1>OPTION: Print-Font-Style</H1>
24973 PC-Alpine only.
24975 Style of printer font.
24977 Use the pulldown Config menu to modify this variable.
24979 <UL>   
24980 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
24981 </UL><P>
24982 &lt;End of help on this topic&gt;
24983 </BODY>
24984 </HTML>
24985 ====== h_config_print_font_char_set =====
24986 <HTML>
24987 <HEAD>
24988 <TITLE>OPTION: Print-Font-Char-Set</TITLE>
24989 </HEAD>
24990 <BODY>
24991 <H1>OPTION: Print-Font-Char-Set</H1>
24993 PC-Alpine only.
24995 Character set of printer font.
24997 Use the pulldown Config menu to modify this variable.
24999 <UL>   
25000 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25001 </UL><P>
25002 &lt;End of help on this topic&gt;
25003 </BODY>
25004 </HTML>
25005 ====== h_config_window_position =====
25006 <HTML>
25007 <HEAD>
25008 <TITLE>OPTION: Window-Position</TITLE>
25009 </HEAD>
25010 <BODY>
25011 <H1>OPTION: Window-Position</H1>
25013 PC-Alpine only.
25015 Position on the screen of the Alpine window.
25017 Alpine normally maintains this variable itself, and it is set automatically. 
25018 This variable is provided to those who wish to use the same window position 
25019 across different machines from the same configuration.
25020 <A HREF="h_config_winpos_in_config"><!--#echo var="FEAT_store-window-position-in-config"--></A> 
25021 must also be set for this setting to be used.
25023 The format for this variable is of the form: <CODE>CxR+X+Y</CODE>, where
25024 C is the number of columns, R is the number of rows, and X and Y specify the
25025 top left corner of the window.
25027 <UL>   
25028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25029 </UL><P>
25030 &lt;End of help on this topic&gt;
25031 </BODY>
25032 </HTML>
25033 ====== h_config_cursor_style =====
25034 <HTML>
25035 <HEAD>
25036 <TITLE>OPTION: Cursor Style</TITLE>
25037 </HEAD>
25038 <BODY>
25039 <H1>OPTION: Cursor Style</H1>
25041 PC-Alpine only.
25043 Cursor style.
25045 Use the pulldown Config menu to modify this variable.
25047 <UL>   
25048 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25049 </UL><P>
25050 &lt;End of help on this topic&gt;
25051 </BODY>
25052 </HTML>
25053 ====== h_config_ldap_servers =====
25054 <HTML>
25055 <HEAD>
25056 <TITLE>OPTION: <!--#echo var="VAR_ldap-servers"--></TITLE>
25057 </HEAD>
25058 <BODY>
25059 <H1>OPTION: <!--#echo var="VAR_ldap-servers"--></H1>
25061 List of LDAP servers and associated data.
25063 Use the Setup/Directory screen to modify this variable.
25065 <UL>   
25066 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25067 </UL><P>
25068 &lt;End of help on this topic&gt;
25069 </BODY>
25070 </HTML>
25071 ====== h_config_sendmail_path =====
25072 <HTML>
25073 <HEAD>
25074 <TITLE>OPTION: <!--#echo var="VAR_sendmail-path"--></TITLE>
25075 </HEAD>
25076 <BODY>
25077 <H1>OPTION: <!--#echo var="VAR_sendmail-path"--></H1>
25079 This names the path to an
25080 alternative program, and any necessary arguments, to be used in posting
25081 mail messages. See the Technical notes for more information.
25083 <UL>   
25084 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25085 </UL><P>
25086 &lt;End of help on this topic&gt;
25087 </BODY>
25088 </HTML>
25089 ====== h_config_oper_dir =====
25090 <HTML>
25091 <HEAD>
25092 <TITLE>OPTION: <!--#echo var="VAR_operating-dir"--></TITLE>
25093 </HEAD>
25094 <BODY>
25095 <H1>OPTION: <!--#echo var="VAR_operating-dir"--></H1>
25097 This names the root of the
25098 tree to which you are restricted when reading and writing folders and
25099 files. It is usually used in the system-wide,
25100 <EM>fixed</EM> configuration file.
25102 <UL>   
25103 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25104 </UL><P>
25105 &lt;End of help on this topic&gt;
25106 </BODY>
25107 </HTML>
25108 ====== h_config_rshpath =====
25109 <HTML>
25110 <HEAD>
25111 <TITLE>OPTION: <!--#echo var="VAR_rsh-path"--></TITLE>
25112 </HEAD>
25113 <BODY>
25114 <H1>OPTION: <!--#echo var="VAR_rsh-path"--></H1>
25116 Sets the name of the command used to open a UNIX remote shell
25117 connection. The default is typically <CODE>/usr/ucb/rsh</CODE>.
25119 <UL>   
25120 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25121 </UL><P>
25122 &lt;End of help on this topic&gt;
25123 </BODY>
25124 </HTML>
25125 ====== h_config_rshcmd =====
25126 <HTML>
25127 <HEAD>
25128 <TITLE>OPTION: <!--#echo var="VAR_rsh-command"--></TITLE>
25129 </HEAD>
25130 <BODY>
25131 <H1>OPTION: <!--#echo var="VAR_rsh-command"--></H1>
25133 Sets the format of the command used to
25134 open a UNIX remote shell connection. The default is
25135 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25136 provided command. The first is for the command's pathname, the second is
25137 for the host to connnect to, the third is for the user to connect as, and
25138 the fourth is for the connection method (typically <CODE>imap</CODE>).
25140 <UL>   
25141 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25142 </UL><P>
25143 &lt;End of help on this topic&gt;
25144 </BODY>
25145 </HTML>
25146 ====== h_config_sshpath =====
25147 <HTML>
25148 <HEAD>
25149 <TITLE>OPTION: <!--#echo var="VAR_ssh-path"--></TITLE>
25150 </HEAD>
25151 <BODY>
25152 <H1>OPTION: <!--#echo var="VAR_ssh-path"--></H1>
25154 Sets the name of the command used to open a UNIX secure shell
25155 connection. The default is typically <CODE>/usr/bin/ssh</CODE>.
25157 <UL>   
25158 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25159 </UL><P>
25160 &lt;End of help on this topic&gt;
25161 </BODY>
25162 </HTML>
25163 ====== h_config_sshcmd =====
25164 <HTML>
25165 <HEAD>
25166 <TITLE>OPTION: <!--#echo var="VAR_ssh-command"--></TITLE>
25167 </HEAD>
25168 <BODY>
25169 <H1>OPTION: <!--#echo var="VAR_ssh-command"--></H1>
25171 Sets the format of the command used to
25172 open a UNIX secure shell connection. The default is
25173 "%s %s -l %s exec /etc/r%sd". All four "%s" entries MUST exist in the
25174 provided command. The first is for the command's pathname, the second is
25175 for the host to connnect to, the third is for the user to connect as, and
25176 the fourth is for the connection method (typically <CODE>imap</CODE>).
25178 <UL>   
25179 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25180 </UL><P>
25181 &lt;End of help on this topic&gt;
25182 </BODY>
25183 </HTML>
25184 ====== h_config_new_ver_quell =====
25185 <HTML>
25186 <HEAD>
25187 <TITLE>OPTION: <!--#echo var="VAR_new-version-threshold"--></TITLE>
25188 </HEAD>
25189 <BODY>
25190 <H1>OPTION: <!--#echo var="VAR_new-version-threshold"--></H1>
25192 When a new version of Alpine is run for the first time it offers a
25193 special explanatory screen to the user upon startup.  This option
25194 helps control when and if that special screen appears for users that
25195 have previously run Alpine.  It takes as its value an Alpine version
25196 number.  Alpine versions less than the specified value will supress this
25197 special screen while versions equal to or greater than that specified
25198 will behave normally.
25200 <UL>   
25201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25202 </UL><P>
25203 &lt;End of help on this topic&gt;
25204 </BODY>
25205 </HTML>
25206 ====== h_config_disable_drivers =====
25207 <HTML>
25208 <HEAD>
25209 <TITLE>OPTION: <!--#echo var="VAR_disable-these-drivers"--></TITLE>
25210 </HEAD>
25211 <BODY>
25212 <H1>OPTION: <!--#echo var="VAR_disable-these-drivers"--></H1>
25214 This variable is a list of mail drivers that will be disabled.
25215 The candidates for disabling are listed below.
25216 There may be more in the future if you compile Alpine with
25217 a newer version of the c-client library.
25220 <UL>
25221 <LI> mbox
25222 <LI> mbx
25223 <LI> mh
25224 <LI> mmdf
25225 <LI> mtx
25226 <LI> mx
25227 <LI> news
25228 <LI> phile
25229 <LI> tenex
25230 <LI> unix
25231 </UL>
25234 The <EM>mbox</EM> driver enables the following behavior: if there is a
25235 file called <CODE>mbox</CODE>
25236 in your home directory, and if that file is either empty or in Unix mailbox
25237 format, then every time you open <EM>INBOX</EM> the <EM>mbox</EM> driver
25238 will automatically transfer mail from the system mail spool directory into the
25239 <CODE>mbox</CODE> file and
25240 delete it from the spool directory. If you disable the <EM>mbox</EM> driver,
25241 this will not happen.
25244 It is not recommended to disable the driver that supports the system default
25245 mailbox format. On most non-SCO systems, that driver is the
25246 <EM>unix</EM> driver.
25247 On most SCO systems, it is the <EM>mmdf</EM> driver.
25248 The system default driver may be
25249 configured to something else on your system; check with your system manager
25250 for additional information.
25253 It is most likely not very useful for you to disable any of the drivers other
25254 than possibly <EM>mbox</EM>.
25255 You could disable some of the others if you know for
25256 certain that you don't need them but the performance gain in doing so
25257 is very modest.
25259 <UL>   
25260 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25261 </UL><P>
25262 &lt;End of help on this topic&gt;
25263 </BODY>
25264 </HTML>
25265 ====== h_config_disable_auths =====
25266 <HTML>
25267 <HEAD>
25268 <TITLE>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></TITLE>
25269 </HEAD>
25270 <BODY>
25271 <H1>OPTION: <!--#echo var="VAR_disable-these-authenticators"--></H1>
25273 This variable is a list of SASL (Simple Authentication and Security
25274 Layer) authenticators that will be disabled.
25275 SASL is a mechanism for
25276 authenticating to IMAP, POP3, SMTP, and other network servers.
25279 Alpine matches its list of supported authenticators with the server to
25280 determine the most secure authenticator that is supported by both.
25281 If no matching authenticators are found, Alpine will revert to plaintext
25282 login (or, in the case of SMTP, will be unable to authenticate at all).
25284 The candidates for disabling can be found <A HREF="X-Alpine-Config:">here</A>.
25287 Normally, you will not disable any authenticators.
25288 There are two exceptions:
25290 <OL>
25291 <LI> You use a broken server that advertises an authenticator,
25292 but does not actually implement it.
25293 <LI> You have a Kerberos-capable version of Alpine and the server is
25294 also Kerberos-capable, but you can not obtain Kerberos
25295 credentials on the server machine, thus you desire to disable
25296 GSSAPI (which in turn disables Alpine's Kerberos support).
25297 </OL>
25299 It is never necessary to disable authenticators, since Alpine will try
25300 other authenticators before giving up.
25301 However, disabling the relevant authenticator avoids annoying error messages.
25303 <UL>   
25304 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25305 </UL><P>
25306 &lt;End of help on this topic&gt;
25307 </BODY>
25308 </HTML>
25309 ====== h_config_abook_metafile =====
25310 <HTML>
25311 <HEAD>
25312 <TITLE>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></TITLE>
25313 </HEAD>
25314 <BODY>
25315 <H1>OPTION: <!--#echo var="VAR_remote-abook-metafile"--></H1>
25317 This is usually set by Alpine and is the name of a file
25318 that contains data about
25319 remote address books and remote configuration files.
25321 <UL>   
25322 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25323 </UL><P>
25324 &lt;End of help on this topic&gt;
25325 </BODY>
25326 </HTML>
25327 ====== h_config_composer_wrap_column =====
25328 <HTML>
25329 <HEAD>
25330 <TITLE>OPTION: <!--#echo var="VAR_composer-wrap-column"--></TITLE>
25331 </HEAD>
25332 <BODY>
25333 <H1>OPTION: <!--#echo var="VAR_composer-wrap-column"--></H1>
25336 This option specifies an aspect of Alpine's Composer.  This gives the
25337 maximum width that auto-wrapped lines will have.  It's also the maximum
25338 width of lines justified using the <A HREF="h_compose_justify">^J
25339 Justify</A> command.  The normal default
25340 is &quot;74&quot;.  The largest allowed setting is normally &quot;80&quot;
25341 in order to
25342 prevent very long lines from being sent in outgoing mail.  When the mail
25343 is actually sent, trailing spaces will be stripped off of each line.
25346 <UL>   
25347 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25348 </UL><P>
25349 &lt;End of help on this topic&gt;
25350 </BODY>
25351 </HTML>
25352 ====== h_config_deadlets =====
25353 <HTML>
25354 <HEAD>
25355 <TITLE>OPTION: <!--#echo var="VAR_dead-letter-files"--></TITLE>
25356 </HEAD>
25357 <BODY>
25358 <H1>OPTION: <!--#echo var="VAR_dead-letter-files"--></H1>
25361 This option affects Alpine's behavior when you cancel a message being
25362 composed.  Alpine's usual behavior is to write the canceled message to
25363 a file named 
25364 <!--chtml if pinemode="os_windows"-->
25365 &quot;DEADLETR&quot;,
25366 <!--chtml else-->
25367 &quot;dead.letter&quot; in your home directory,
25368 <!--chtml endif-->
25369 overwriting any previous message.
25371 If you set this option to a value higher than one, then that many copies
25372 of dead letter files will be saved.
25373 For example, if you set this option to &quot;3&quot; then you may have
25374 files named
25375 <!--chtml if pinemode="os_windows"-->
25376 &quot;DEADLETR&quot;,
25377 &quot;DEADLETR2&quot;, and
25378 &quot;DEADLETR3&quot;.
25379 <!--chtml else-->
25380 &quot;dead.letter&quot;,
25381 &quot;dead.letter2&quot;, and
25382 &quot;dead.letter3&quot; in your home directory.
25383 <!--chtml endif-->
25384 In this example, the most recently cancelled message will be in
25385 <!--chtml if pinemode="os_windows"-->
25386 &quot;DEADLETR&quot;,
25387 <!--chtml else-->
25388 &quot;dead.letter&quot;,
25389 <!--chtml endif-->
25390 and the third most recently cancelled message will be in
25391 <!--chtml if pinemode="os_windows"-->
25392 &quot;DEADLETR3&quot;.
25393 <!--chtml else-->
25394 &quot;dead.letter3&quot;.
25395 <!--chtml endif-->
25396 The fourth most recently cancelled message will no longer be saved.
25399 If you set this option to zero, then NO record of canceled messages is
25400 maintained.
25402 If the feature
25403 <A HREF="h_config_quell_dead_letter"><!--#echo var="FEAT_quell-dead-letter-on-cancel"--></A>
25404 is set, that overrides whatever you set for this option.
25405 If this option had existed at the time, then the Quell feature would not
25406 have been added, but it is still there for backwards compatibility.
25407 So, in order for this option to have the desired effect, make sure the
25408 Quell feature is turned off.
25411 <UL>   
25412 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25413 </UL><P>
25414 &lt;End of help on this topic&gt;
25415 </BODY>
25416 </HTML>
25417 ====== h_config_maxremstream =====
25418 <HTML>
25419 <HEAD>
25420 <TITLE>OPTION: <!--#echo var="VAR_max-remote-connections"--></TITLE>
25421 </HEAD>
25422 <BODY>
25423 <H1>OPTION: <!--#echo var="VAR_max-remote-connections"--></H1>
25425 This option affects low-level behavior of Alpine.
25426 The default value for this option is <EM>3</EM>.
25427 If your INBOX is accessed using the IMAP protocol
25428 from an IMAP server, that connection is kept open throughout the
25429 duration of your Alpine session, independent of the value of this option.
25430 The same is true of any 
25431 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25432 you have defined.
25433 This option controls Alpine's behavior when connecting to remote IMAP folders
25434 other than your INBOX or your <!--#echo var="VAR_stay-open-folders"-->.
25435 It specifies the maximum number of remote IMAP connections (other than
25436 those mentioned above) that Alpine will use for accessing the rest of your
25437 folders.
25438 If you set this option to zero, you will turn off most remote connection
25439 re-use.
25440 It's difficult to understand exactly what this option does, and it is usually
25441 fine to leave it set to its default value.
25442 It is probably more likely that you will be interested in setting the
25443 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A> option
25444 instead of changing the value of this option.
25445 A slightly longer explanation of what is going on with this option
25446 is given in the next paragraphs.
25449 There are some time costs involved in opening and closing remote IMAP 
25450 folders, the main costs being the time you have to wait for the connection
25451 to the server and the time for the folder to open.
25452 Opening a folder may involve not only the time the server takes to do its
25453 processing but time that Alpine uses to do filtering.
25454 These times can vary widely.
25455 They depend on how loaded the server is, how large
25456 the folder being opened is, and how you set up filtering, among other things.
25457 Once Alpine has opened a connection to a particular folder, it will attempt
25458 to keep that connection open in case you use it again.
25459 In order to do this,
25460 Alpine will attempt to use the <!--#echo var="VAR_max-remote-connections"--> (the value of
25461 this option) IMAP connections you have alloted for this purpose.
25463 For example, suppose the value of this option is set to &quot;2&quot;.
25464 If your INBOX is accessed on a remote server using the IMAP protocol, that
25465 doesn't count as one of the remote connections but it is always kept open.
25466 If you then open another IMAP folder, that would be your first
25467 remote connection counted as one of the <!--#echo var="VAR_max-remote-connections"--> connections.
25468 If you open a third folder the second will be left open, in case you
25469 return to it.
25470 You won't be able to tell it has been left open.
25471 It will appear to be closed when you leave the folder but the connection
25472 will remain in the background.
25473 Now suppose you go back to the second folder (the first folder after the
25474 INBOX).
25475 A connection to that folder is still open so you won't have to wait
25476 for the startup time to open it.
25477 Meanwhile, the connection to the third folder will be left behind.
25478 Now, if you open a fourth folder, you will bump into the
25479 <!--#echo var="VAR_max-remote-connections"--> limit, because this will be the third folder other
25480 than INBOX and you have the option set to &quot;2&quot;.
25481 The connection that is being used for
25482 the third folder will be re-used for this new fourth folder.
25483 If you go back to the third folder after this, it is no longer already
25484 connected when you get there.
25485 You'll still save some time since Alpine will re-use the connection to the
25486 fourth folder and you have already logged in on that connection,
25487 but the folder will have to be re-opened from scratch.
25489 If a folder is large and the startup cost is dominated by the time it takes
25490 to open that folder or to run filters on it, then it will pay to make the
25491 value of this option large enough to keep it open.
25492 On the other hand, if you only revisit a handful of folders or if
25493 the folders are small, then it might
25494 make more sense to keep this number small so that the reconnect
25495 time (the time to start up a new connection and authenticate)
25496 is eliminated instead.
25498 You may also need to consider the impact on the server.
25499 On the surface, a larger number here may cause a larger impact on the
25500 server, since you will have more connections open to the server.
25501 On the other hand, not only will <EM>you</EM> be avoiding the startup costs
25502 associated with reopening a folder, but the <EM>server</EM> will be
25503 avoiding those costs as well.
25505 When twenty five minutes pass without any active use of an IMAP connection
25506 being saved for possible re-use, that connection will be shut down,
25509 <UL>   
25510 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25511 </UL><P>
25512 &lt;End of help on this topic&gt;
25513 </BODY>
25514 </HTML>
25515 ====== h_config_permlocked =====
25516 <HTML>
25517 <HEAD>
25518 <TITLE>OPTION: <!--#echo var="VAR_stay-open-folders"--></TITLE>
25519 </HEAD>
25520 <BODY>
25521 <H1>OPTION: <!--#echo var="VAR_stay-open-folders"--></H1>
25523 This option affects low-level behavior of Alpine.
25524 There is no default value for this option.
25525 It is related to the options
25526 <A HREF="h_config_preopen_stayopens">&quot;<!--#echo var="FEAT_preopen-stayopen-folders"-->&quot;</A>,
25527 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>,
25528 and <A HREF="h_config_expunge_stayopens">&quot;<!--#echo var="FEAT_offer-expunge-of-stayopen-folders"-->&quot;</A>.
25531 Note: changes made to this list take effect the next time you open a
25532 folder in the list.
25535 This is a list of folders that will be permanently kept open once they
25536 are first opened.
25537 The names in this list may be either the nickname of an Incoming folder
25538 or the full technical specification of a folder.
25539 The folders in this list need not be remote IMAP folders, they could usefully
25540 be local folders, as well.
25541 If a folder in the list is a newsgroup or is not accessed either locally
25542 or via IMAP, then the entry will be ignored.
25543 For example, folders accessed via NNTP or POP3 will not be kept open, since
25544 the way that new mail is found with those protocols involves closing and
25545 reopening the connection.
25547 Once a Stay Open folder has been opened, new-mail checking will continue
25548 to happen on that folder for the rest of the Alpine session.
25549 Your INBOX is always implicitly included in this Stay-Open list and doesn't
25550 need to be added explicitly.
25552 Another difference that you may notice between a Stay Open folder and a
25553 non-Stay Open folder is which message is selected as the current message
25554 when you enter the folder index.
25555 Normally, the starting position for an incoming folder (which most Stay Open
25556 folders will likely be) is controlled by the
25557 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
25558 However, if a folder is a Stay Open folder, when you re-enter the folder
25559 after the first time the current message will be the same as it was when
25560 you left the folder.
25561 An exception is made if you use the TAB command to get to the folder.
25562 In that case, the message number will be incremented by one from what it
25563 was when you left the folder.
25565 The above special behavior is thought to be useful.
25566 However, it is special and different from what you might at first expect.
25567 The feature
25568 <A HREF="h_config_use_reg_start_for_stayopen"><!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></A>
25569 may be used to turn off this special treatment.
25571 If the message that was current when you left the folder no longer exists,
25572 then the regular startup rule will be used instead.
25575 <UL>   
25576 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25577 </UL><P>
25578 &lt;End of help on this topic&gt;
25579 </BODY>
25580 </HTML>
25581 ====== h_config_viewer_overlap =====
25582 <html>
25583 <header>
25584 <title>OPTION: <!--#echo var="VAR_viewer-overlap"--></title>
25585 </header>
25586 <body>
25587 <h1>OPTION: <!--#echo var="VAR_viewer-overlap"--></h1>
25589 This option specifies an aspect of Alpine's Message Viewing screen.  When
25590 the space bar is used to page forward in a message, the number of lines
25591 specified by the &quot;<!--#echo var="VAR_viewer-overlap"-->&quot; variable will be repeated from the
25592 bottom of the screen.  That is, if this was set to two lines, then the
25593 bottom two lines of the screen would be repeated on the top of the next
25594 screen.  The normal default value is "2".<p>
25595 <UL>   
25596 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25597 </UL><P>
25598 &lt;End of help on this topic&gt;
25599 </body>
25600 </html>
25601 ====== h_config_scroll_margin =====
25602 <HTML>
25603 <HEAD>
25604 <TITLE>OPTION: <!--#echo var="VAR_scroll-margin"--></TITLE>
25605 </HEAD>
25606 <BODY>
25607 <H1>OPTION: <!--#echo var="VAR_scroll-margin"--></H1>
25609 This option controls when Alpine's line-by-line scrolling occurs.
25610 Typically, when a selected item is at the top or bottom screen edge
25611 and the UP or DOWN (and Ctrl-P or Ctrl-N) keys are struck, the
25612 displayed items are scrolled down or up by a single line.
25615 This option allows you to tell Alpine the number of lines from the top and
25616 bottom screen edge that line-by-line paging should occcur.  For example,
25617 setting this value to one (1) will cause Alpine to scroll the display
25618 vertically when you move to select an item on the display's top or
25619 bottom edge.
25622 By default, this variable is zero, indicating that scrolling happens
25623 when you move up or down to select an item immediately off the display's
25624 top or bottom edge.
25627 <UL>   
25628 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25629 </UL><P>
25630 &lt;End of help on this topic&gt;
25631 </BODY>
25632 </HTML>
25633 ====== h_config_wordseps =====
25634 <HTML>
25635 <HEAD>
25636 <TITLE>OPTION: <!--#echo var="VAR_composer-word-separators"--></TITLE>
25637 </HEAD>
25638 <BODY>
25639 <H1>OPTION: <!--#echo var="VAR_composer-word-separators"--></H1>
25641 This option affects how a &quot;word&quot; is defined in the composer.
25642 The definition of a word is used when using the Forward Word and Backward
25643 Word commands in the composer, as well as when using the spell checker.
25644 Whitespace is always considered a word separator.
25645 Punctuation (like question marks, periods, commas, and so on) is always
25646 a word separator if it comes at the end of a word.
25647 By default, a punctuation character that is in the middle of a word does
25648 not break up that word as long as the character before and the character
25649 after it are both alphanumeric.
25650 If you add a character to this option it will be considered a
25651 word separator even when it occurs in the middle of an alphanumeric word.
25652 For example, if you want to skip through each part of an address instead
25653 of skipping the whole address at once you might want to include &quot;@&quot;
25654 and &quot;.&quot; in this list.
25655 If you want the word-skipper to stop on each part of a UNIX filename you
25656 could add &quot;/&quot; to the list.
25657 The equal sign and dash are other possibilities you might find helpful.
25659 <UL>   
25660 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25661 </UL><P>
25662 &lt;End of help on this topic&gt;
25663 </BODY>
25664 </HTML>
25665 ====== h_config_reply_indent_string =====
25666 <HTML>
25667 <HEAD>
25668 <TITLE>OPTION: <!--#echo var="VAR_reply-indent-string"--></TITLE>
25669 </HEAD>
25670 <BODY>
25671 <H1>OPTION: <!--#echo var="VAR_reply-indent-string"--></H1>
25673 This option specifies an aspect of Alpine's Reply command.
25674 When a message is replied to and the text of the message is included, the
25675 included text usually has the string &quot;&gt;&nbsp;&quot; prepended
25676 to each line indicating it is quoted text.
25677 (In case you haven't seen this before, &quot;string&quot; is a technical term
25678 that means chunk of text.)
25681 Because of the introduction of <A HREF="h_config_quell_flowed_text">Flowed Text</A>
25682 in 1999 and its wide-spread adoption since then, you will usually be better off if you
25683 use one of the standard values,
25684 &quot;&gt;&nbsp;&quot; or &quot;&gt;&quot;, for this option.
25687 This option specifies a different value for that string.
25688 If you wish to use a string that begins or ends with a space,
25689 enclose the string in double quotes.
25692 Besides simple text, the prepended string can be based
25693 on the message being replied to.
25694 The following tokens are substituted for the message's corresponding value:
25696 <DL>
25697 <DT>_FROM_</DT>
25698 <DD>This token gets replaced with the message sender's &quot;username&quot;.
25699 If the name is longer than six characters, only the first six characters are
25700 used.
25701 </DD>
25703 <DT>_NICK_</DT>
25704 <DD>This token gets replaced with the nickname of the message sender's
25705 address as found in your addressbook.
25706 If no addressbook entry is found,
25707 Alpine replaces the characters &quot;_NICK_&quot; with nothing.
25708 If the nickname is longer than six characters, only the first six characters are
25709 used.
25710 </DD>
25712 <DT>_INIT_</DT>
25713 <DD>This token gets replaced with the initials of the sender of the message.
25714 </DD>
25716 </DL>
25718 NOTE: When the
25719 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
25720 feature is enabled, you are given the opportunity to edit the string, whether 
25721 it is the default or one automatically generated using the above tokens.
25723 If you change your <!--#echo var="VAR_reply-indent-string"-->
25724 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
25725 quoted text will not be flowed
25726 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
25727 when you reply.
25728 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
25729 set to the default value.
25731 <UL>   
25732 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25733 </UL><P>
25734 &lt;End of help on this topic&gt;
25735 </BODY>
25736 </HTML>
25737 ====== h_config_quote_replace_string =====
25738 <HTML>
25739 <HEAD>
25740 <TITLE>OPTION: <!--#echo var="VAR_quote-replace-string"--></TITLE>
25741 </HEAD>
25742 <BODY>
25743 <H1>OPTION: <!--#echo var="VAR_quote-replace-string"--></H1>
25745 This option specifies what string to use as a quote when <b>viewing</b> a
25746 message.  The standard way of quoting messages when replying is the string
25747 &quot;&gt;&nbsp;&quot; (quote space).
25748 With this variable set, viewing a message will
25749 replace occurrences of 
25750 &quot;&gt;&nbsp;&quot; and &quot;&gt;&quot; with the replacement string.
25751 This setting works best when
25752 <A HREF="h_config_reply_indent_string"><!--#echo var="VAR_reply-indent-string"--></A>
25753 or the equivalent setting in your correspondents' mail programs
25754 is set to the default
25755 &quot;&gt;&nbsp;&quot;, but it will also work fine with the
25756 <!--#echo var="VAR_reply-indent-string"--> set to &quot;&gt;&quot;.
25758 By default, this setting will only work on messages that are flowed, which is
25759 the default way of sending messages for many mail clients including
25760 Alpine.  Enable the feature
25761 <A HREF="h_config_quote_replace_noflow"><!--#echo var="FEAT_quote-replace-nonflowed"--></A>
25762 to also have quote-replacement performed on non-flowed messages.
25765 Setting this option will replace  &quot;&gt;&quot; and 
25766 &quot;&gt;&nbsp;&quot; with the new setting. This string may include trailing
25767 spaces. To preserve those spaces enclose the full string in double quotes.
25769 No padding to separate the text of the message from the quote string is
25770 added. This means that if you do not add trailing spaces to the value of
25771 this variable, text will be displayed right next to the quote string,
25772 which may be undesirable. This can be avoided by adding a new string
25773 separated by a space from your selection of quote string replacement. This
25774 last string will be used for padding. For example, setting this variable to 
25775 <br>&quot;&gt;&quot; &quot; &quot; has the effect of setting
25776 &quot;&gt;&quot; as the <!--#echo var="VAR_quote-replace-string"-->, with the text padded by
25777 a space from the last quote string to make it more readable.
25779 One possible setting for this variable could be
25780 &quot;&nbsp;&nbsp;&nbsp;&nbsp;&quot; (four spaces wrapped in quotes), which
25781 would have the effect of indenting each level of quoting four spaces and
25782 removing the &quot;&gt;&quot;'s.  Different levels of quoting could be made
25783 more discernible by setting colors for quoted text.
25785 Replying to or forwarding the viewed message will preserve the original
25786 formatting of the message, so quote-replacement will not be performed on
25787 messages that are being composed.
25789 <UL>   
25790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25791 </UL><P>
25792 &lt;End of help on this topic&gt;
25793 </BODY>
25794 </HTML>
25795 ====== h_config_empty_hdr_msg =====
25796 <HTML>
25797 <HEAD>
25798 <TITLE>OPTION: <!--#echo var="VAR_empty-header-message"--></TITLE>
25799 </HEAD>
25800 <BODY>
25801 <H1>OPTION: <!--#echo var="VAR_empty-header-message"--></H1>
25803 When sending, if both the To and Cc fields are empty and you
25804 are sending the message to a Bcc,
25805 Alpine will put a special address in the To line.  The default value is:
25808 <CENTER><SAMP>undisclosed-recipients:&nbsp;;</SAMP></CENTER>
25811 The reason for this is to avoid embarrassment caused by some Internet
25812 mail transfer software that interprets a &quot;missing&quot;
25813 <SAMP>To:</SAMP> header as an error and replaces it with an
25814 <SAMP>Apparently-to:</SAMP> header that may contain the addresses you
25815 entered on the <SAMP>Bcc:</SAMP> line, defeating the purpose of the
25816 Bcc.  You may change the part of this message that comes before the
25817 &quot;:&nbsp;;&quot; by setting the &quot;<!--#echo var="VAR_empty-header-message"-->&quot;
25818 variable to something else.
25821 The normal default is &quot;undisclosed-recipients&quot;.
25824 <UL>   
25825 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25826 </UL><P>
25827 &lt;End of help on this topic&gt;
25828 </BODY>
25829 </HTML>
25830 ====== h_config_status_msg_delay =====
25831 <HTML>
25832 <HEAD>
25833 <TITLE>OPTION: <!--#echo var="VAR_status-message-delay"--></TITLE>
25834 </HEAD>
25835 <BODY>
25836 <H1>OPTION: <!--#echo var="VAR_status-message-delay"--></H1>
25838 This option has evolved over time, causing the possible values to be
25839 counter-intuitive.
25840 Read carefully before you set this option.
25841 First we explain what the option does, then there is a longer discussion
25842 following that.
25844 If this is set to zero, the default value, it has <EM>no</EM> effect.
25845 Positive and negative values serve two similar, but different purposes.
25847 If it is set to a positive number, it causes the cursor to move to the
25848 status line whenever a status message is printed and pause there for this
25849 many seconds.
25850 It will probably only be useful if the 
25851 <A HREF="h_config_show_cursor">&quot;<!--#echo var="FEAT_show-cursor"-->&quot;</A> feature is
25852 also turned on.
25853 Setting this option to a positive number can only be used to
25854 <EM>increase</EM> the status message delay.
25855 This may be useful for Braille displays, or other non-traditional displays.
25857 If it is set to a negative number the interpretation is a bit complicated.
25858 Negative numbers are used to <EM>decrease</EM> the amount of delay Alpine uses to
25859 allow you to read important status messages.
25860 Of course, this may cause you to miss some important messages.
25861 If you see a message flash by but miss what it says you can use the
25862 Journal command from the MAIN MENU to read it.
25863 If you set this option to a negative value, the delay will be
25864 no more than one second less than the absolute value
25865 of the value you set.
25866 So if you set it to -1, the delay will be no more than zero seconds, no
25867 delay at all.
25868 If you set it to -2, the delay will be no more than 1 second.
25869 And so on, -3 is 2 seconds, -4 is 3 seconds, ...
25870 If the delay that Alpine would have used by default is less than this delay,
25871 then the smaller delay set by Alpine will be used.
25872 Setting this option to a negative value can only reduce the amount of
25873 delay, never increase it.
25875 Here is a more detailed explanation.
25876 Status messages are the messages that show up spontaneously in the
25877 status message line, usually the third line from the bottom of the screen.
25878 By default, Alpine assigns each status message it produces a minimum
25879 display time.
25880 Some status messages have a minimum display time of zero.
25881 You can see an example of such a message by paging up in this help text
25882 until you reach the top of the screen.
25883 If you try to page past the top you will see the message
25885 <CENTER><SAMP>[Already at start of help text]</SAMP></CENTER>
25887 in the status line.
25888 If there is another more important use of the status message line this message
25889 might be replaced quickly, or it even might not be shown at all.
25890 However, if there is no reason to get rid of the message, it might stay
25891 there for several seconds while you read the help.
25892 An example where it is replaced immediately happens when you page up in
25893 the help text past the top of the screen, but then type the &quot;WhereIs&quot;
25894 command right after paging up.
25895 The message will disappear immediately without causing a delay (unless you
25896 have set this option to a positive value) to allow you to type input for
25897 the &quot;WhereIs&quot; command.
25898 Since it isn't a very important message, Alpine has set its minimum display
25899 time to zero seconds.
25901 Other messages have minimum display times of three or more seconds.
25902 These are usually error messages that Alpine thinks you ought to see.
25903 For example, it might be a message about a failed Save or a failed folder open.
25904 It is often the case that this minimum display time won't delay you in
25905 any way because the status message line is not needed for another reason.
25906 However, there are times when Alpine has to delay what it is doing in
25907 order to display a status message for the minimum display time.
25908 This happens when a message is being displayed and Alpine wants to ask
25909 for input from the keyboard.
25910 For example, when you Save a message you use the status message line.
25911 You get a prompt there asking for the name of the folder to save to.
25912 If there is a status message being displayed that has not
25913 yet displayed for its minimum
25914 time Alpine will display that status message surrounded with the characters
25915 &gt; and &lt; to show you that it is delaying.
25916 That might happen, for example, if you tried to save to a folder that
25917 caused an error, then followed that immediately with another Save command.
25918 You might find yourself waiting for a status message like
25920 <CENTER><SAMP>[&gt;Can't get write access to mailbox, access is readonly&lt;]</SAMP></CENTER>
25922 to finish displaying for three seconds.
25923 If that is something you find happening to you frequently, you may use
25924 negative values of this option to decrease or eliminate that delay, at
25925 the risk of missing the message.
25927 <UL>   
25928 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25929 </UL><P>
25930 &lt;End of help on this topic&gt;
25931 </BODY>
25932 </HTML>
25933 ====== h_config_active_msg_interval =====
25934 <HTML>
25935 <HEAD>
25936 <TITLE>OPTION: <!--#echo var="VAR_busy-cue-rate"--></TITLE>
25937 </HEAD>
25938 <BODY>
25939 <H1>OPTION: <!--#echo var="VAR_busy-cue-rate"--></H1>
25941 When Alpine is delayed for some reason it usually shows that
25942 something is happening with a small animated display in the status
25943 message line near the bottom of the screen.
25944 This option sets how frequently the characters (for example, a spinning bar)
25945 in the active status message lines are updated.
25946 At most, it can be set to be udpated 20 times per second. 
25949 Setting this value to zero will prevent display of the animations
25950 altogether.
25953 The option <A HREF="h_config_use_boring_spinner"><!--#echo var="FEAT_busy-cue-spinner-only"--></A>
25954 can be used to remove the randomness from this animated display.
25957 <UL>   
25958 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25959 </UL><P>
25960 &lt;End of help on this topic&gt;
25961 </BODY>
25962 </HTML>
25963 ====== h_config_mailchecknoncurr =====
25964 <HTML>
25965 <HEADER>
25966 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></TITLE>
25967 </HEADER>
25968 <BODY>
25969 <H1>OPTION: <!--#echo var="VAR_mail-check-interval-noncurrent"--></H1>
25971 This option is closely related to the
25972 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
25973 option, as well as the
25974 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A> and
25975 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> options.
25976 If the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot; option is set to zero, then automatic
25977 new-mail checking is disabled and this option will have no effect.
25979 Normally this option is set to zero, which means that the value used will be
25980 the same as the value for the &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;.
25981 If you set this option to a value different from zero
25982 (usually larger than the value for &quot;<!--#echo var="VAR_mail-check-interval"-->&quot;)
25983 then that is the check interval that will be used
25984 for folders that are not the currently open folder or the INBOX.
25985 You may not even have any folders that are noncurrent and not the INBOX.
25986 If you do, it is likely that they are due to
25987 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>
25988 you have configured.
25989 This option also affects the rate of mail checking done on cached
25990 connections to folders you previously had open but are no longer actively
25991 using.
25992 You aren't expected to understand that last sentence, but if you are interested
25993 take a look at
25994 <A HREF="h_config_maxremstream">&quot;<!--#echo var="VAR_max-remote-connections"-->&quot;</A>
25995 and the related options.
25997 <UL>   
25998 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
25999 </UL><P>
26000 &lt;End of help on this topic&gt;
26001 </BODY>
26002 </HTML>
26003 ====== h_config_fifopath =====
26004 <HTML>
26005 <HEADER>
26006 <TITLE>OPTION: NewMail FIFO Path</TITLE>
26007 </HEADER>
26008 <BODY>
26009 <H1>OPTION: NewMail FIFO Path</H1>
26011 This option is only available in UNIX Alpine.
26012 However, there is a very similar feature built in to PC-Alpine.
26013 In PC-Alpine's Config menu at the top of the screen
26014 is an option called &quot;New Mail Window&quot;.
26016 You may have Alpine create a FIFO special file (also called a named pipe) where
26017 it will send a one-line message each time a new message is received in
26018 the current folder, the INBOX, or any open
26019 <A HREF="h_config_permlocked"><!--#echo var="VAR_stay-open-folders"--></A>.
26020 To protect against two different Alpines both writing to the same FIFO, Alpine
26021 will only create the FIFO and write to it if it doesn't already exist.
26023 A possible way to use this option would be to have a separate window
26024 on your screen running the command
26026 <CENTER><SAMP>cat filename</SAMP></CENTER>
26028 where &quot;filename&quot; is the name of the file given for this option.
26029 Because the file won't exist until after you start Alpine, you must <EM>first</EM>
26030 start Alpine and <EM>then</EM> run the &quot;cat&quot; command.
26031 You may be tempted to use &quot;tail -f filename&quot; to view the new
26032 mail log.
26033 However, the common implementations of the tail command will not do what you
26034 are hoping.
26036 The width of the messages produced for the FIFO may be altered with the
26037 <A HREF="h_config_newmailwidth"><!--#echo var="VAR_newmail-window-width"--></A> option.
26039 On some systems, fifos may only be created in a local filesystem.
26040 In other words, they may not be in NFS filesystems.
26041 This requirement is not universal.
26042 If the system you are using supports it, it should work.
26043 (It is often the case that your home directory is in an NFS filesystem.
26044 If that is the case, you might try using a file in the &quot;/tmp&quot;
26045 filesystem, which is usually a local filesytem.)
26046 Even when it is possible to use an NFS-mounted filesystem as a place to name
26047 the fifo (for example, your home directory), it will still be the case that
26048 the reader (probably the &quot;cat&quot; command) and the
26049 writer (Alpine) of the fifo must be running on the same system.
26051 <UL>   
26052 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26053 </UL><P>
26054 &lt;End of help on this topic&gt;
26055 </BODY>
26056 </HTML>
26057 ====== h_config_newmailwidth =====
26058 <HTML>
26059 <HEADER>
26060 <TITLE>OPTION: <!--#echo var="VAR_newmail-window-width"--></TITLE>
26061 </HEADER>
26062 <BODY>
26063 <H1>OPTION: <!--#echo var="VAR_newmail-window-width"--></H1>
26065 For UNIX Alpine, this option is only useful if you have turned on the
26066 <A HREF="h_config_fifopath">NewMail FIFO Path</A> option.
26067 That option causes new mail messages to be sent to a fifo file.
26068 Those messages will be 80 characters wide by default.
26069 You can change the width of those messages by changing this option.
26070 For example, if you are reading those messages in another window you might
26071 want to set this width to the width of that other window.
26073 If you are using PC-Alpine, it has an option in the Config menu to turn
26074 on the &quot;New Mail Window&quot;.
26075 This present option also controls the width of that window.
26077 <UL>   
26078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26079 </UL><P>
26080 &lt;End of help on this topic&gt;
26081 </BODY>
26082 </HTML>
26083 ====== h_config_mailcheck =====
26084 <HTML>
26085 <HEADER>
26086 <TITLE>OPTION: <!--#echo var="VAR_mail-check-interval"--></TITLE>
26087 </HEADER>
26088 <BODY>
26089 <H1>OPTION: <!--#echo var="VAR_mail-check-interval"--></H1>
26091 This option specifies, in seconds,
26092 how often Alpine will check for new mail.
26093 If set to zero, new-mail checking is disabled.
26094 (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
26095 current message is the last message of the folder.)
26096 There is a minimum value for this option, normally 15 seconds.
26097 The default value is normally 150 seconds.
26098 The higher you set this option, the easier it is on the server.
26100 There are some situations where automatic new-mail checking does not work.
26101 See the discussion about new-mail checking in
26102 <A HREF="h_config_reopen_rule">&quot;<!--#echo var="VAR_folder-reopen-rule"-->&quot;</A>.
26104 The new-mail checking will not happen exactly at the frequency that you specify.
26105 For example, Alpine may elect to defer a non-INBOX mail check if you
26106 are busy typing.
26107 Or, it may check more frequently than you have specified if that is
26108 thought to be necessary to keep the server from closing the connection
26109 to the folder due to inactivity.
26110 If Alpine checks for new mail as a side effect of another command, it will reset
26111 the timer, so that new-mail checking may seem to happen irregularly instead of
26112 every X seconds like clockwork.
26114 If you are anxious to know about new mail as soon as possible, set the check
26115 interval low, and you'll know about the new mail by approximately
26116 that amount of time after it arrives.
26117 If you aren't so worried about knowing right away, set this option to a
26118 higher value.
26119 That will save the server some processing time and may save you some of
26120 the time you spend waiting for new-mail checks to happen if you are
26121 dealing with a slow server or slow network connection.
26123 If you suspect that new-mail checking is causing slow downs for you,
26124 you may want to look into the options
26125 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>,
26126 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A> and
26127 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A>,
26128 which refine when mail checking is done.
26130 If the mailbox being checked uses a <A HREF="h_maildrop">Mail Drop</A> then
26131 there is a minimum time
26132 (<A HREF="h_config_maildropcheck">&quot;<!--#echo var="VAR_maildrop-check-minimum"-->&quot;</A>)
26133 between new-mail checks.
26134 Because of this minimum you may notice that new mail does not
26135 appear promptly when you expect it.
26136 The reason for this is to protect the server from over-zealous opening and
26137 closing of the Mail Drop folder, since that is a costly operation.
26139 <UL>   
26140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26141 </UL><P>
26142 &lt;End of help on this topic&gt;
26143 </BODY>
26144 </HTML>
26145 ====== h_config_quell_checks_comp =====
26146 <HTML>
26147 <HEAD>
26148 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></TITLE>
26149 </HEAD>
26150 <BODY>
26151 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"--></H1>
26153 This option is closely related to the
26154 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26155 option, the
26156 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26157 <A HREF="h_config_quell_checks_comp_inbox">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;</A>.
26159 If this option is set, then the normal new-mail checking that happens
26160 while you are composing will not happen for folders other than your
26161 INBOX (which depends on the setting
26162 of &quot;<!--#echo var="FEAT_quell-mailchecks-composing-inbox"-->&quot;).
26164 You might want to set this option if you are experiencing delays while
26165 composing that you think might be related to the speed of the new-mail
26166 checks.
26168 Even with this option turned on, an occasional new-mail check may be done
26169 in order to keep the server from killing the connection to the folder.
26170 For example, IMAP servers may remove a connection to a folder if there
26171 has been no activity on the connection for 30 minutes or more.
26172 Instead of letting that happen, Alpine will check for new mail before the
26173 30 minutes is up even though you have turned on this feature to quell
26174 those checks.
26176 Besides new-mail checks, checkpoint operations on the folders
26177 will also be quelled when you set this option.
26178 The purpose of checkpointing is to write the changes to a folder out to
26179 disk periodically in order to avoid losing those changes when system or
26180 software problems occur.
26181 New-mail checking and checkpointing while you are not composing are not
26182 affected by this option.
26185 &lt;End of help on this topic&gt;
26186 </BODY>
26187 </HTML>
26188 ====== h_config_quell_checks_comp_inbox =====
26189 <HTML>
26190 <HEAD>
26191 <TITLE>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></TITLE>
26192 </HEAD>
26193 <BODY>
26194 <H1>FEATURE: <!--#echo var="FEAT_quell-mailchecks-composing-inbox"--></H1>
26196 This option is closely related to the
26197 <A HREF="h_config_mailcheck">&quot;<!--#echo var="VAR_mail-check-interval"-->&quot;</A>
26198 option, the
26199 <A HREF="h_config_mailchecknoncurr">&quot;<!--#echo var="VAR_mail-check-interval-noncurrent"-->&quot;</A> option, and
26200 <A HREF="h_config_quell_checks_comp">&quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot;</A>.
26202 If this option is set, then the normal new-mail checking that happens
26203 while you are composing will not happen for your INBOX.
26204 Checking of other folders is controlled in a similar way with the
26205 &quot;<!--#echo var="FEAT_quell-mailchecks-composing-except-inbox"-->&quot; option.
26207 You might want to set this option if you are experiencing delays while
26208 composing that you think might be related to the speed of the new-mail
26209 checks.
26211 Even with this option turned on, an occasional new-mail check may be done
26212 in order to keep the server from killing the connection to the folder.
26213 For example, IMAP servers may remove a connection to a folder if there
26214 has been no activity on the connection for 30 minutes or more.
26215 Instead of letting that happen, Alpine will check for new mail before the
26216 30 minutes is up even though you have turned on this feature to quell
26217 those checks.
26219 Besides new-mail checks, checkpoint operations on the INBOX
26220 will also be quelled when you set this option.
26221 The purpose of checkpointing is to write the changes to a folder out to
26222 disk periodically in order to avoid losing those changes when system or
26223 software problems occur.
26224 New-mail checking and checkpointing while you are not composing are not
26225 affected by this option.
26227 &lt;End of help on this topic&gt;
26228 </BODY>
26229 </HTML>
26230 ====== h_config_maildropcheck =====
26231 <HTML>
26232 <HEADER>
26233 <TITLE>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></TITLE>
26234 </HEADER>
26235 <BODY>
26236 <H1>OPTION: <!--#echo var="VAR_maildrop-check-minimum"--></H1>
26238 New-mail checking for a
26239 <A HREF="h_maildrop">Mail Drop</A> is a little different from new
26240 mail checking for a regular folder.
26241 One of the differences is that the connection to the Mail Drop is not
26242 kept open and so the cost of checking
26243 (delay for you and additional load for the server) may be significant.
26244 Because of this additional cost we set a minimum time that
26245 must pass between checks.
26246 This minimum only applies to the automatic checking done by Alpine.
26247 If you force a check by typing ^L (Ctrl-L) or by typing the Next command when you are
26248 at the end of a folder index, then the check is done right away.
26250 This option specifies, in seconds, the <EM>minimum</EM> time between Mail Drop
26251 new-mail checks.
26252 You may want to set this minimum high in order to avoid experiencing some
26253 of the delays associated with the checks.
26254 Note that the time between checks is still controlled by the regular
26255 <A HREF="h_config_mailcheck"><!--#echo var="VAR_mail-check-interval"--></A> option.
26256 When Alpine is about to do an automatic check for new mail (because
26257 the <!--#echo var="VAR_mail-check-interval"--> has expired) then if the time since the last
26258 new-mail check
26259 of any open Mail Drops has been greater than the <!--#echo var="VAR_maildrop-check-minimum"-->,
26260 the Mail Drop is checked for new mail as well.
26261 Therefore, it is only useful to set this option to a value that is higher
26262 than the <!--#echo var="VAR_mail-check-interval"-->.
26264 If this option is set to zero, automatic Mail Drop new-mail
26265 checking is disabled.
26266 There is a minimum value, normally 60 seconds.
26267 The default value is normally 60 seconds as well.
26268 This applies to the INBOX and to the currently open folder if that is
26269 different from the INBOX.
26272 <UL>   
26273 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26274 </UL><P>
26275 &lt;End of help on this topic&gt;
26276 </BODY>
26277 </HTML>
26278 ====== h_config_nntprange =====
26279 <HTML>
26280 <HEADER>
26281 <TITLE>OPTION: <!--#echo var="VAR_nntp-range"--></TITLE>
26282 </HEADER>
26283 <BODY>
26284 <H1>OPTION: <!--#echo var="VAR_nntp-range"--></H1>
26286 This option applies only to newsgroups accessed using the NNTP protocol.
26287 It does not, for example,
26288 apply to newsgroups accessed using an IMAP-to-NNTP proxy.
26291 When you open a connection to a News server using the NNTP protocol, you
26292 normally have access to all of the articles in each newsgroup.
26293 If a server keeps a large backlog of messages it may speed performance
26294 some to restrict attention to only the newer messages in a group.
26295 This option allows you to set how many article numbers should be checked
26296 when opening a newsgroup.
26297 You can think of &quot;<!--#echo var="VAR_nntp-range"-->&quot; as specifying the maximum number
26298 of messages you ever want to see.
26299 For example, if you only ever wanted to look at the last 500 messages in each
26300 newsgroup you could set this option to 500.
26301 In actuality, it isn't quite that.
26302 Instead, for performance reasons, it specifies the range of article
26303 numbers to be checked, beginning
26304 with the highest numbered article and going backwards from there.
26305 If there are messages that have been canceled or deleted
26306 their article numbers are still counted as part of the range.
26308 So, more precisely, setting the &quot;<!--#echo var="VAR_nntp-range"-->&quot; will cause article
26309 numbers
26310 <P><CENTER>last_article_number - <!--#echo var="VAR_nntp-range"--> + 1 through last_article_number</CENTER>
26312 to be considered when reading a newsgroup.
26313 The number of messages that show up in your index will be less than or equal
26314 to the value of &quot;<!--#echo var="VAR_nntp-range"-->&quot;.
26317 The purpose of this option is simply to speed up access when reading news.
26318 The speedup comes because Alpine can ignore all but the last <!--#echo var="VAR_nntp-range"--> article
26319 numbers, and can avoid downloading any information about the ignored articles.
26320 There is a cost you pay for this speedup.
26321 That cost is that there is no way for you to see those ignored articles.
26322 The articles that come before the range you specify are invisible to you and
26323 to Alpine, as if they did not exist at all.
26324 There is no way to see those messages using, for example, an unexclude command
26325 or something similar.
26326 The only way to see those articles is to set this option high enough (or
26327 set it to zero) and then to reopen the newsgroup.
26330 If this option is set to 0 (which is also the default),
26331 then the range is unlimited.
26332 This option applies globally to all NNTP servers and to all newsgroups
26333 on those servers.
26334 There is no way to set different values for different newsgroups or servers.
26337 <UL>   
26338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26339 </UL><P>
26340 &lt;End of help on this topic&gt;
26341 </BODY>
26342 </HTML>
26343 ====== h_config_news_active =====
26344 <html>
26345 <header>
26346 <title>OPTION: <!--#echo var="VAR_news-active-file-path"--></title>
26347 </header>
26348 <body>
26349 <h1>OPTION: <!--#echo var="VAR_news-active-file-path"--></h1>
26351 This option tells Alpine where to look for the "active file" for newsgroups
26352 when accessing news locally, rather than via NNTP.  The default path is
26353 usually "/usr/lib/news/active".<p>
26354 <UL>   
26355 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26356 </UL><P>
26357 &lt;End of help on this topic&gt;
26358 </body>
26359 </html>
26360 ====== h_config_news_spool =====
26361 <html>
26362 <header>
26363 <title>OPTION: <!--#echo var="VAR_news-spool-directory"--></title>
26364 </header>
26365 <body>
26366 <h1>OPTION: <!--#echo var="VAR_news-spool-directory"--></h1>
26368 This option tells Alpine where to look for the "news spool" for newsgroups
26369 when accessing news locally, rather than via NNTP.  The default path is
26370 usually "/var/spool/news".<p>
26371 <UL>   
26372 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26373 </UL><P>
26374 &lt;End of help on this topic&gt;
26375 </body>
26376 </html>
26377 ====== h_config_image_viewer =====
26378 <html>
26379 <header>
26380 <title>OPTION: <!--#echo var="VAR_image-viewer"--></title>
26381 </header>
26382 <body>
26383 <h1>OPTION: <!--#echo var="VAR_image-viewer"--></h1>
26384 <body>
26385 This option specifies the program Alpine should call to view MIME
26386 attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
26387 no longer needed, but remains for backward compatibility.  The more
26388 general method for associating external printing and viewing programs with
26389 specific MIME data types is to use the system's (or your personal)
26390 "mailcap" configuration file.<p>
26391 <UL>   
26392 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26393 </UL><P>
26394 &lt;End of help on this topic&gt;
26395 </body>
26396 </html>
26397 ====== h_config_domain_name =====
26398 <HTML>
26399 <HEAD>
26400 <TITLE>OPTION: <!--#echo var="VAR_use-only-domain-name"--></TITLE>
26401 </HEAD>
26402 <BODY>
26403 <H1>OPTION: <!--#echo var="VAR_use-only-domain-name"--></H1>
26405 This option is used only if the 
26406 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> option is <B>not</B> 
26407 set.  If set to &quot;Yes&quot; (and <!--#echo var="VAR_user-domain"--> is not used), then Alpine 
26408 strips the hostname from your return (&quot;From&quot;) address and when 
26409 completing unqualified addresses that you enter into the composer.
26411 If you set this, see also the <A HREF="h_config_quell_local_lookup">
26412 &quot;<!--#echo var="FEAT_quell-user-lookup-in-passwd-file"-->&quot;</A> feature.
26415 <!--chtml if pinemode="os_windows"-->
26416 <P>This option is not applicable to PC-Alpine.
26417 <!--chtml else-->
26419 <!--chtml endif-->
26420 <UL>
26421 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26422 </UL>
26424 &lt;End of help on this topic&gt;
26425 </BODY>
26426 </HTML>
26427 ====== h_config_prune_date =====
26428 <HTML>
26429 <HEAD>
26430 <TITLE>OPTION: Last-Time-Prune Question</TITLE>
26431 </HEAD>
26432 <BODY>
26433 <H1>OPTION: Last-Time-Prune Question</H1>
26435 This value records the last time you were asked about deleting old
26436 sent-mail.
26437 It is set automatically by Alpine at the beginning of each month.
26438 In the past, if you wished to suppress the monthly sent-mail
26439 pruning feature, you could set this to a date in the future.
26440 This value is relative to the year 1900, so 
26441 to set this, for example, to October 2005, use 105.10.
26443 You can still do that if you wish, or you can use the
26444 <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option, which is probably
26445 a little more convenient to use.
26447 <UL>   
26448 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26449 </UL><P>
26450 &lt;End of help on this topic&gt;
26451 </BODY>
26452 </HTML>
26453 ====== h_config_goto_default =====
26454 <HTML>
26455 <HEAD>
26456 <TITLE>OPTION: <!--#echo var="VAR_goto-default-rule"--></TITLE>
26457 </HEAD>
26458 <BODY>
26459 <H1>OPTION: <!--#echo var="VAR_goto-default-rule"--></H1>
26461 This value affects Alpine's behavior when you use the Goto command.
26462 Alpine's usual behavior has two parts.  If your current folder is
26463 &quot;Inbox&quot;, Alpine will offer the last open folder as the
26464 default.  If the current folder is other than &quot;Inbox&quot;,
26465 &quot;Inbox&quot; is offered as the default.
26468 The available options include:
26470 <DL>
26472  <DT>folder-in-first-collection</DT>
26474  <DD> Alpine will offer the most recently visited folder in the default
26475 collection found in the &quot;Collection List&quot; screen as the default.
26476 </DD>
26478  <DT> inbox-or-folder-in-first-collection</DT>
26480  <DD> If the current folder is &quot;Inbox&quot;,
26481 Alpine will offer the most recently visited folder in the
26482 default collection found in the &quot;Collection List&quot; screen.
26483 If the current folder is other than &quot;Inbox&quot;,
26484 &quot;Inbox&quot; is offered as the default.
26485 </DD>
26487  <DT> inbox-or-folder-in-recent-collection</DT>
26489  <DD> This is Alpine's default behavior.
26490 If the current folder is &quot;Inbox&quot;,
26491 Alpine will offer the last open
26492 folder as the default.
26493 If the current folder is other than &quot;Inbox&quot;,
26494 &quot;Inbox&quot; is offered as the default.
26495 </DD>
26497  <DT> first-collection-with-inbox-default</DT>
26499  <DD> Instead of offering the most recently visited folder in the default
26500 collection, the default collection is offered but with &quot;Inbox&quot; as
26501 the default folder.
26502 If you type in a folder name it will be in the default collection.
26503 If you simply accept the default, however, your &quot;Inbox&quot; will be opened.
26504 </DD>
26506  <DT> most-recent-folder</DT>
26508  <DD> The last accepted value simply causes the most recently opened
26509 folder to be offered as the default regardless of the currently opened
26510 folder.
26511 </DD>
26512 </DL>
26515 NOTE: The default while a newsgroup is open remains the same; the last
26516 open newsgroup.
26519 <UL>   
26520 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26521 </UL><P>
26522 &lt;End of help on this topic&gt;
26523 </BODY>
26524 </HTML>
26525 ====== h_config_thread_lastreply_char =====
26526 <HTML>
26527 <HEAD>
26528 <TITLE>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></TITLE>
26529 </HEAD>
26530 <BODY>
26531 <H1>OPTION: <!--#echo var="VAR_threading-lastreply-character"--></H1>
26533 The <!--#echo var="VAR_threading-lastreply-character"--> option has a small effect on the MESSAGE
26534 INDEX display when using a
26535 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
26536 of &quot;show-thread-structure&quot;, &quot;mutt-like&quot;, or
26537 &quot;show-structure-in-from&quot;; and sorting by Threads or OrderedSubject.
26538 The value of this option is a single character.
26539 This character is used instead of the vertical line character when there are
26540 no more replies directly to the parent of the current message.
26541 It can be used to &quot;round-off&quot; the bottom of the vertical line
26542 by setting it to a character such as a backslash (&#92;) or
26543 a backquote (&#96;).
26544 The default value of this option is the backslash character (&#92;).
26545 This option may not be set to the Empty Value.
26546 In that case, the default will be used instead.
26549 <UL>   
26550 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26551 </UL><P>
26552 &lt;End of help on this topic&gt;
26553 </BODY>
26554 </HTML>
26555 ====== h_config_thread_indicator_char =====
26556 <HTML>
26557 <HEAD>
26558 <TITLE>OPTION: <!--#echo var="VAR_threading-indicator-character"--></TITLE>
26559 </HEAD>
26560 <BODY>
26561 <H1>OPTION: <!--#echo var="VAR_threading-indicator-character"--></H1>
26563 The <!--#echo var="VAR_threading-indicator-character"--> option has a small effect on the MESSAGE
26564 INDEX display when using a
26565 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26566 than &quot;none&quot; and sorting by Threads or OrderedSubject.
26567 The value of this option is a single character.
26568 This character is used to indicate that part of a thread (a conversation) is
26569 hidden beneath a message.
26570 The message could be expanded
26571 if desired with the &quot;/&quot; Collapse/Expand command.
26572 By default, the value of this option is the greater than sign (&gt;).
26574 If this option is set to the Empty Value, then the column (and the following
26575 blank column) will be deleted from the display.
26578 This option is closely related to the
26579 <A HREF="h_config_thread_exp_char"><!--#echo var="VAR_threading-expanded-character"--></A> option.
26580 Another similar option that affects the thread display is the
26581 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
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_thread_exp_char =====
26591 <HTML>
26592 <HEAD>
26593 <TITLE>OPTION: <!--#echo var="VAR_threading-expanded-character"--></TITLE>
26594 </HEAD>
26595 <BODY>
26596 <H1>OPTION: <!--#echo var="VAR_threading-expanded-character"--></H1>
26598 The <!--#echo var="VAR_threading-expanded-character"--> option has a small effect on the MESSAGE
26599 INDEX display when using a
26600 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A> other
26601 than &quot;none&quot;.
26602 The value of this option is a single character.
26603 This character is used to indicate that part of a thread has been expanded
26604 and could be collapsed if desired with
26605 the &quot;/&quot; Collapse/Expand command.
26606 By default, the value of this option is a dot (.).
26608 If this option is set to the Empty Value, then the column (and the following
26609 blank column) will be deleted from the display.
26612 This option is closely related to the
26613 <A HREF="h_config_thread_indicator_char"><!--#echo var="VAR_threading-indicator-character"--></A> option.
26614 Another similar option that affects the thread display is the
26615 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A> option.
26618 <UL>   
26619 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26620 </UL><P>
26621 &lt;End of help on this topic&gt;
26622 </BODY>
26623 </HTML>
26624 ====== h_config_thread_index_style =====
26625 <HTML>
26626 <HEAD>
26627 <TITLE>OPTION: <!--#echo var="VAR_threading-index-style"--></TITLE>
26628 </HEAD>
26629 <BODY>
26630 <H1>OPTION: <!--#echo var="VAR_threading-index-style"--></H1>
26632 When a folder is sorted by Threads or OrderedSubject,
26633 this option will affect the INDEX displays.
26636 The possible values for this option are:
26638 <DL>
26639 <DT>regular-index-with-expanded-threads</DT>
26640 <DD>This is the default display.
26641 If the configuration option
26642 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26643 is set to something other than &quot;none&quot;, then this setting
26644 will cause Alpine to start off with a MESSAGE INDEX with all of
26645 the threads expanded.
26646 That is, each message will have a line in the MESSAGE INDEX display.
26647 The Collapse/Expand command (/) may be used to manually collapse or
26648 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26650 This setting affects the display when the folder is first threaded.
26651 The collapsed state may also be re-initialized by re-sorting the folder manually
26652 using the SortIndex command ($).
26653 After re-sorting the threads will once again all be expanded, even if you
26654 have previously collapsed some of them.
26656 If &quot;<!--#echo var="VAR_threading-display-style"-->&quot; is set to &quot;none&quot;, then
26657 the display will be the regular default Alpine MESSAGE INDEX, but sorted
26658 in a different order.
26659 </DD>
26661 <DT>regular-index-with-collapsed-threads</DT>
26662 <DD>If the configuration option
26663 <A HREF="h_config_thread_disp_style">&quot;<!--#echo var="VAR_threading-display-style"-->&quot;</A>
26664 is set to something other than &quot;none&quot;, then this setting
26665 will cause Alpine to start out with all of the threads collapsed instead of
26666 starting out with all of the threads expanded.
26667 The Collapse/Expand command (/) may be used to manually collapse or
26668 expand a thread or subthread (see also <A HREF="h_config_slash_coll_entire">&quot;<!--#echo var="FEAT_slash-collapses-entire-thread"-->&quot;</A>).
26670 This setting affects the display when the folder is first threaded.
26671 The collapsed state may also be re-initialized by re-sorting the folder manually
26672 using the SortIndex command ($).
26673 After re-sorting the threads will once again all be collapsed, even if you
26674 have previously expanded some of them.
26675 </DD>
26677 <DT>separate-index-screen-always</DT>
26678 <DD>With this setting and the next, you will see an index of threads
26679 instead of an
26680 index of messages, provided you have sorted by Threads or OrderedSubject.
26682 The THREAD INDEX contains a '*' in the first column if any message in the thread
26683 is marked Important.
26684 If not, it contains a '+' if any message in the thread is to you.
26685 The second column is blank. The third column contains a 'D' if all of the
26686 messages in the thread are deleted.
26687 Otherwise, it contains an 'N' if any of the messages in the thread are New.
26689 When you view a particular thread from the THREAD INDEX you will be
26690 in the MESSAGE INDEX display
26691 but the index will only contain messages from the thread you are viewing.
26692 </DD>
26694 <DT>separate-index-screen-except-for-single-messages</DT>
26695 <DD>This is very similar to the option above.
26696 When you are in the THREAD INDEX, one of the available commands
26697 is &quot;ViewThd&quot;.
26698 With the setting &quot;separate-index-screen-always&quot; (the option above)
26699 when you view a particular thread you will be in the
26700 MESSAGE INDEX display and the index will only contain messages from
26701 the thread you are viewing.
26702 If the thread you are viewing consists of a single message, the MESSAGE INDEX
26703 will be an index with only one message in it.
26704 If you use this &quot;separate-index-screen-except-for-single-messages&quot;
26705 setting instead, then that index that contains a single message
26706 will be skipped and you will go directly from the THREAD INDEX into the
26707 MESSAGE TEXT screen.
26708 </DD>
26710 </DL>
26713 <UL>   
26714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26715 </UL><P>
26716 &lt;End of help on this topic&gt;
26717 </BODY>
26718 </HTML>
26719 ====== h_config_thread_disp_style =====
26720 <HTML>
26721 <HEAD>
26722 <TITLE>OPTION: <!--#echo var="VAR_threading-display-style"--></TITLE>
26723 </HEAD>
26724 <BODY>
26725 <H1>OPTION: <!--#echo var="VAR_threading-display-style"--></H1>
26727 When a folder is sorted by Threads or OrderedSubject,
26728 this option will affect the MESSAGE INDEX display.
26729 By default, Alpine will display the MESSAGE INDEX in the
26730 &quot;show-thread-structure&quot; style if a folder is sorted
26731 by Threads or OrderedSubject.
26734 The possible values for this option are:
26736 <DL>
26737 <DT>none</DT>
26738 <DD>Regular index display.
26739 The same index line as would be displayed without threading is used.
26740 The only difference will be in the order of the messages.
26741 </DD>
26743 <DT>show-thread-structure</DT>
26744 <DD>Threaded Subjects will be indented and vertical bars and horizontal
26745 lines will be added to make it easier to see the relationships among
26746 the messages in a thread (a conversation).
26747 </DD>
26749 <DT>mutt-like</DT>
26750 <DD>This is the same as the option above except that the Subject
26751 is suppressed (is blank) if it matches the previous Subject in the thread.
26752 The name comes from the email client <A HREF="http://www.mutt.org/">Mutt</A>.
26753 Here is an example of what a mutt-like index might look like.
26754 In this example, the first column represents the message number, the
26755 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
26756 is set to &quot;regular-index-with-expanded-threads&quot;, and the
26757 <A HREF="h_config_thread_lastreply_char"><!--#echo var="VAR_threading-lastreply-character"--></A>
26758 is set to a backslash:
26759 <PRE>
26760 &nbsp;&nbsp;&nbsp;1    Some topic
26761 &nbsp;&nbsp;&nbsp;&nbsp;2  . Subject           original message in thread
26762 &nbsp;&nbsp;&nbsp;&nbsp;3    |->               reply to 2
26763 &nbsp;&nbsp;&nbsp;&nbsp;4  . |->               another reply to 2
26764 &nbsp;&nbsp;&nbsp;&nbsp;5  . | &#92;->             reply to 4
26765 &nbsp;&nbsp;&nbsp;&nbsp;6  . |   &#92;->           reply to 5
26766 &nbsp;&nbsp;&nbsp;&nbsp;7    |     &#92;->         reply to 6
26767 &nbsp;&nbsp;&nbsp;&nbsp;8    |->               another reply to 2
26768 &nbsp;&nbsp;&nbsp;&nbsp;9  . |->New subject    another reply to 2 but with a New subject
26769 &nbsp;&nbsp;&nbsp;10    | |->             reply to 9
26770 &nbsp;&nbsp;&nbsp;11    | &#92;->             another reply to 9
26771 &nbsp;&nbsp;&nbsp;12    |   &#92;->           reply to 11
26772 &nbsp;&nbsp;&nbsp;13    &#92;->               final reply to 2
26773 &nbsp;&nbsp;&nbsp;14    Next topic
26774 </PRE>
26775 </DD>
26777 <DT>indent-subject-1</DT>
26778 <DD>Threaded Subjects will be indented one space per level of the conversation.
26779 The bars and lines that show up in the show-thread-structure display will
26780 not be there with this style.
26781 </DD>
26783 <DT>indent-subject-2</DT>
26784 <DD>Same as above but indent two spaces per level instead of one space.
26785 </DD>
26787 <DT>indent-from-1</DT>
26788 <DD>Similar to indent-subject-1, except that instead of indenting the
26789 Subject field one space the From field of a thread will be indented one
26790 space per level of the conversation.
26791 </DD>
26793 <DT>indent-from-2</DT>
26794 <DD>Same as above but indent two spaces per level instead of one space.
26795 </DD>
26797 <DT>show-structure-in-from</DT>
26798 <DD>The structure of the thread is illustrated with indenting, vertical bars,
26799 and horizontal lines just like with the show-thread-structure option, but
26800 the From field is used to show the relationships instead of the Subject field. 
26801 </DD>
26803 </DL>
26806 <UL>   
26807 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26808 </UL><P>
26809 &lt;End of help on this topic&gt;
26810 </BODY>
26811 </HTML>
26812 ====== h_config_pruning_rule =====
26813 <HTML>
26814 <HEAD>
26815 <TITLE>OPTION: <!--#echo var="VAR_pruning-rule"--></TITLE>
26816 </HEAD>
26817 <BODY>
26818 <H1>OPTION: <!--#echo var="VAR_pruning-rule"--></H1>
26820 By default, Alpine will ask at the beginning of each month whether or not
26821 you want to rename your sent-mail folder to a name like sent-mail-month-year.
26822 (See the feature <A HREF="h_config_prune_uses_iso"><!--#echo var="FEAT_prune-uses-yyyy-mm"--></A> to
26823 change the format of the folder to sent-mail-yyyy-mm.)
26824 It will also ask whether you would like to delete old sent-mail folders.
26825 If you have defined
26826 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>
26828 <A HREF="h_config_pruned_folders"><!--#echo var="VAR_pruned-folders"--></A>
26829 Alpine will also ask about pruning those folders.
26832 With this option you may provide an automatic answer to these questions.
26833 The default value is to ask you what you'd like to do.
26836 The six possible values for this option are:
26838 <DL>
26839 <DT>ask about rename, ask about deleting</DT>
26840 <DD>This is the default.
26841 Alpine will ask whether you want to rename the folders and whether you
26842 want to delete each of the old folders.
26843 </DD>
26845 <DT>ask about rename, don't delete</DT>
26846 <DD>Alpine will ask whether you want to rename the folders, but won't
26847 ask about or delete old folders.
26848 </DD>
26850 <DT>always rename, ask about deleting</DT>
26851 <DD>This means you want to always answer yes and have Alpine automatically
26852 rename the folder if possible.
26853 You will also be asked about deleting old folders.
26854 </DD>
26856 <DT>always rename, don't delete</DT>
26857 <DD>This means you want to always answer yes and have Alpine automatically
26858 rename the folder if possible.
26859 There will be no deleting of old folders.
26860 </DD>
26862 <DT>don't rename, ask about deleting</DT>
26863 <DD>This means you want to always answer no.
26864 Alpine will not rename the folder.
26865 You will be asked about deleting old folders.
26866 </DD>
26868 <DT>don't rename, don't delete</DT>
26869 <DD>This means you want to always answer no.
26870 Alpine will not rename the folder.
26871 There will be no deleting of old folders, either.
26872 </DD>
26873 </DL>
26876 <UL>   
26877 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
26878 </UL><P>
26879 &lt;End of help on this topic&gt;
26880 </BODY>
26881 </HTML>
26882 ====== h_config_reopen_rule =====
26883 <HTML>
26884 <HEAD>
26885 <TITLE>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></TITLE>
26886 </HEAD>
26887 <BODY>
26888 <H1>OPTION: <!--#echo var="VAR_folder-reopen-rule"--></H1>
26890 Alpine normally checks for new mail in the currently open folder
26891 and in the INBOX every few <A HREF="h_config_mailcheck">minutes</A>.
26894 There are some situations where automatic new-mail checking does not work.
26895 For example, if a mail folder is opened using the POP protocol or a newsgroup
26896 is being read using the NNTP protocol, then new-mail checking is disabled.
26899 It may be possible to check for new mail in these cases by reopening the
26900 folder.
26901 Alpine does not do this for you automatically, but you may do the commands
26902 manually to cause this to happen.
26903 You reopen by going back to the folder list screen from the message
26904 index screen with the &quot;&lt;&quot; command,
26905 and then going back into the message index screen with
26906 the &quot;&gt;&quot; command.
26907 (Actually, any method you would normally use to open a folder will work the
26908 same as the &quot;&lt;&quot; followed by &quot;&gt;&quot; method.
26909 For example, the GoTo Folder command will work, or you may use L to go to the
26910 Folder List screen and Carriage Return to reopen the folder.)
26913 There are some cases where Alpine knows that reopening the folder should
26914 be useful as a way to discover new mail.
26915 At the time of this writing, connections made using the POP protocol,
26916 news reading using the NNTP protocol, local news reading, and local
26917 ReadOnly folders that are in the traditional UNIX or the MMDF format all
26918 fall into this category.
26919 There are other cases where it <EM>may</EM> be a way to discover new mail, but Alpine
26920 has no way of knowing, so it might also just be an exercise in futility.
26921 All remote, ReadOnly folders other than those listed just above fall into this
26922 category.
26923 The setting of this option together with the type of folder
26924 controls how Alpine will react to the apparent attempt to reopen a folder.
26927 If you don't reopen, then you will just be back in
26928 the message index with no change.
26929 You left the index and came back, but the folder remained &quot;open&quot;
26930 the whole time.
26931 However, if you do reopen the folder, the folder is closed and then reopened.
26932 In this case, the current state of the open folder is lost.
26933 The New status, Important and Answered flags,
26934 selected state, Zoom state, collapsed or expanded state of threads,
26935 current message number,
26936 and any other temporary state is all lost when the reopen happens.
26937 For POP folders (but not NNTP newsgroups) the Deleted flags are also lost.
26940 In the possibilities listed below, the text says &quot;POP/NNTP&quot; in
26941 several places.
26942 That really implies the case where Alpine knows it is a good way to discover
26943 new mail, which is more than just POP and NNTP, but POP and NNTP are
26944 the cases of most interest.
26945 This option probably has more possible values than it deserves. They are:
26947 <DL>
26948 <DT>Always reopen</DT>
26949 <DD>Alpine will not ask whether you want to reopen but will just do the reopen
26950 whenever you type a command that implies a reopen, regardless of the
26951 access method.
26952 In other words, it is assumed you would always answer Yes if asked
26953 about reopening.
26954 </DD>
26956 <DT>Yes for POP/NNTP, Ask about other remote [Yes]</DT>
26957 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26958 will ask you whether to reopen other remote folders,
26959 with a default answer of Yes.
26960 </DD>
26962 <DT>Yes for POP/NNTP, Ask about other remote [No]</DT>
26963 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, but
26964 will ask you whether to reopen other remote folders,
26965 with a default answer of No.
26966 </DD>
26968 <DT>Yes for POP/NNTP, No for other remote</DT>
26969 <DD>Alpine will assume a Yes answer if the access method is POP or NNTP, and
26970 will assume a No answer for all other remote folders.
26971 </DD>
26973 <DT>Always ask [Yes]</DT>
26974 <DD>Alpine will not differentiate based on access method.
26975 It will always ask for all remote folders, with a default answer of Yes.
26976 </DD>
26978 <DT>Always ask [No]</DT>
26979 <DD>Alpine will not differentiate based on access method.
26980 It will always ask for all remote folders, with a default answer of No.
26981 </DD>
26983 <DT>Ask about POP/NNTP [Yes], No for other remote</DT>
26984 <DD>Alpine will ask if the access method is POP or NNTP, with a default answer
26985 of Yes.
26986 It will never attempt to reopen other remote folders.
26987 </DD>
26989 <DT>Ask about POP/NNTP [No], No for other remote</DT>
26990 <DD>This is the default.
26991 Alpine will ask if the access method is POP or NNTP, with a default answer
26992 of No.
26993 It will never attempt to reopen other remote folders.
26994 </DD>
26996 <DT>Never reopen</DT>
26997 <DD>Alpine will never attempt to reopen already open folders.
26998 </DD>
26999 </DL>
27002 Remember, wherever it says POP or NNTP above it really means POP or NNTP or
27003 any of the other situations where it is likely that reopening is a good way
27004 to discover new mail.
27007 There is an alternative that may be of useful in some situations.
27008 Instead of manually checking for new mail you can set up a
27009 <A HREF="h_maildrop">Mail Drop</A>
27010 and automatically check for new mail.
27013 <UL>   
27014 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27015 </UL><P>
27016 &lt;End of help on this topic&gt;
27017 </BODY>
27018 </HTML>
27019 ====== h_config_inc_startup =====
27020 <HTML>
27021 <HEAD>
27022 <TITLE>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></TITLE>
27023 </HEAD>
27024 <BODY>
27025 <H1>OPTION: <!--#echo var="VAR_incoming-startup-rule"--></H1>
27027 This value affects Alpine's behavior when opening the &quot;INBOX&quot; or 
27028 one of the &quot;INCOMING MESSAGE FOLDERS&quot;.
27029 It determines which message will be the <EM>current message</EM> when
27030 the folder is first opened.
27031 The default value is &quot;first-unseen&quot;.
27034 The seven possible values for this option are:
27036 <DL>
27037 <DT>first-unseen</DT>
27038 <DD>The current message is set to the first
27039 unseen message that has not been marked deleted, or the last message if
27040 all of the messages have been seen previously.
27041 Messages which have not been seen or which have been seen but re-marked
27042 as New are considered unseen messages.
27043 See the note at the bottom of this help about newsgroups.
27044 </DD>
27046 <DT>first-recent</DT>
27047 <DD>Similar to the default, but rather than starting on the first
27048 unseen message Alpine starts on the first <EM>recent</EM> message.
27049 A message is recent if it arrived since the last time the folder was
27050 open.  This value causes the current message to be set to the first
27051 recent message if there is one, otherwise to the last
27052 message in the folder.
27053 </DD>
27055 <DT>first-important</DT>
27056 <DD>This will result in the current message being set to the first
27057 message marked Important (but not Deleted).
27058 If no messages are marked Important, then it will be the last message.
27059 Messages are marked Important by <EM>you</EM>, not by the sender, using
27061 <A HREF="h_common_flag">Flag command</A>.
27062 Or they may be marked Important by an Alpine
27063 <A HREF="h_mainhelp_filtering">Filter</A>
27064 that you have set up.
27065 </DD>
27067 <DT>first-important-or-unseen</DT>
27068 <DD>This selects the first of the first unseen and the first important
27069 messages.
27070 </DD>
27072 <DT>first-important-or-recent</DT>
27073 <DD>This selects the first of the first recent and the first important
27074 messages.
27075 </DD>
27077 <DT>first</DT>
27078 <DD>Simply starts you on the <EM>first</EM> undeleted message in the folder.
27079 If all messages are deleted you start on the last message.
27080 </DD>
27082 <DT>last</DT>
27083 <DD>Simply starts you on the <EM>last</EM> undeleted message in the folder
27084 If all messages are deleted you start on the last message.
27085 </DD>
27086 </DL>
27089 NOTE:  For newsgroups in the incoming collection, &quot;first-unseen&quot; and
27090 &quot;first-recent&quot; are the same and are affected by whether or not the
27091 feature 
27092 <A HREF="h_config_news_uses_recent">&quot;<!--#echo var="FEAT_news-approximates-new-status"-->&quot;</A>
27093 is turned on. 
27094 Also, there is no permanent storage in news for an Important flag.
27095 This means that no messages will be marked Important when a newsgroup is
27096 first opened.
27099 <UL>   
27100 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27101 </UL><P>
27102 &lt;End of help on this topic&gt;
27103 </BODY>
27104 </HTML>
27105 ====== h_config_browser =====
27106 <HTML>
27107 <HEAD>
27108 <TITLE>OPTION: <!--#echo var="VAR_url-viewers"--></TITLE>
27109 </HEAD>
27110 <BODY>
27111 <H1>OPTION: <!--#echo var="VAR_url-viewers"--></H1>
27112 <!--chtml if pinemode="os_windows"-->
27113 PC-Alpine users do not need to enter anything here, unless:<UL>
27114 <LI> they want to override, for use with Alpine, the application defined
27115 in the Windows operating system for handling URLs; or
27116 <LI> they are (planning on) using the same configuration file with 
27117 Unix Alpine.
27118 </UL>
27120 Note that if using a viewer that has a space in its path, you should
27121 use the DOS name for that directory or file. Example:
27122 <PRE>
27123 url-viewer=C:&#92;Progra~1&#92;mozilla&#92;mozilla.exe
27124 </PRE>
27125 <HR><P>
27126 <!--chtml endif-->
27127 This option affects Alpine's handling of URLs that are found in 
27128 messages you read.  Normally, only URLs Alpine can handle directly
27129 are automatically offered for selection in the &quot;Message
27130 Text&quot; screen.  When one or more applications
27131 capable of deciphering URLs on their command line are added here, Alpine
27132 will choose the first available to display URLs it cannot handle directly.
27133 A viewer's availability is based on its being specified with a <B>full
27134 directory path</B> and the evaluation of any optionally supplied
27135 parameters described below.
27138 Additionally, to support various connection methods and applications, each
27139 entry in this list can optionally begin with one or more of
27140 the following special tokens.  The allowed tokens include:
27143 <DL>
27144 <DT>_TEST(<VAR>test-string</VAR>)_</DT>
27145 <DD>
27146 The <VAR>test-string</VAR> is a shell command that Alpine will run to
27147 evaluate a viewer's availability.  The command specified by the test
27148 string is run and if its resulting exit status is non-zero, Alpine will
27149 not consider the associated viewer for use.
27150 </DD>
27152 <DT>_SCHEME(<VAR>scheme-list</VAR>)_</DT>
27153 <DD>
27154 The <VAR>scheme-list</VAR> is a list of one or more (comma-delimited)
27155 URL schemes that are to be used with the associated viewer.  This is
27156 the way to configure Alpine to recognize URLs other than the built-in set.
27158 It can also be used to override Alpine's built-in handlers.
27159 For example, you could specify &quot;news&quot; in the <VAR>scheme-list</VAR>,
27160 and Alpine would use (provided it passed all other criteria) the associated
27161 viewer when it encounterd a URL of the form &quot;news:comp.mail.pine&quot;.
27163 </DD>
27164 </DL>
27167 By default, Alpine will simply append a space character followed by the
27168 selected URL prior to launching the command in your specified SHELL.  You can
27169 optionally specify where in the command the selected URL should appear
27170 by using the &quot;_URL_&quot; token.  All occurrences found in the command
27171 will be replaced with the selected URL before the command is handed
27172 to the shell.  If such replacement occurs, the default appending of the
27173 selected URL does not take place.
27176 NOTE: If the viewer you specify has any command-line arguments,
27177 including the &quot;_URL_&quot; token, you will need to add a
27178 double-quote character before the command path and after the last
27179 argument (see the &quot;lynx&quot; example below).
27182 So, here are some example entries:
27183 <PRE>
27184 url-viewers = _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_  /usr/local/bin/netscape
27185               &quot;/usr/local/bin/lynx _URL_&quot;
27186               C:&#92;BIN&#92;NETSCAPE.BAT
27187 </PRE>
27189 This example shows that for the first viewer in the list to be used
27190 the environment variable &quot;DISPLAY&quot; must be defined.  If it
27191 is, then the path and file &quot;/usr/local/bin/netscape&quot; must exist.  
27192 If neither condition is met,
27193 then the path and file &quot;/usr/local/bin/lynx&quot; must exist.  
27194 If it does, then the &quot;_URL_&quot; token is replaced by the selected URL. 
27195 If the path to &quot;lynx&quot; is invalid,
27196 then the final path and file C:&#92;BIN&#92;NETSCAPE.BAT must exist.  
27197 Note that the last
27198 entry is a DOS/Windows path.  This is one way to support Alpine running
27199 on more than one architecture with the same configuration file.<P>
27201 <!--chtml if pinemode="os_windows"-->
27202 <!--chtml else-->
27203 Note that depending on the type of browser used and the method of 
27204 its invocation (such as whether it will open in a separate window) from
27205 the MESSAGE TEXT screen, the browser may &quot;supplant&quot; 
27206 the MESSAGE TEXT screen, and you will have to quit the browser to return to 
27207 it (for example, when using Lynx; to exit Lynx, use the &quot;Q&quot; command).
27208 In other words, launching the browser from Alpine may make Alpine 
27209 &quot;disappear&quot; (although it is still &quot;running&quot;)
27210 until you close the browser again.<P>  
27211 <UL><LI><A HREF="h_config_browser_xterm">Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27212 environment: for advanced users and  systems administrators</A>
27213 </UL>
27214 <!--chtml endif-->
27215 <P>If you are unsure what browsers are available on your system or how to 
27216 specify them in Alpine's <!--#echo var="VAR_url-viewers"--> option for best usability, contact your 
27217 local computing support staff.
27218 <P><UL>
27219 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27220 </UL>
27222 &lt;End of help on this topic&gt;
27223 </BODY>
27224 </HTML>
27225 ====== h_config_browser_xterm =====
27226 <HTML>
27227 <HEAD>
27228 <TITLE><!--#echo var="VAR_url-viewers"--> and X windows applications</TITLE>
27229 </HEAD>
27230 <BODY>
27231 <H1>Defining <!--#echo var="VAR_url-viewers"--> in an X windows 
27232 environment: for advanced users and  systems administrators</H1>
27233 If you are using Alpine with an X-terminal (emulator) and want to define an 
27234 X windows-based application in <!--#echo var="VAR_url-viewers"-->, 
27235 you may want to do so in a manner that causes any <B>already</B> 
27236 invoked viewer application to be used for viewing URLs you select from Alpine 
27237 messages, and a <B>new</B> URL-viewer process to be 
27238 started <B>only</B> if the same application has <B>not already</B> 
27239 been launched -- for one reason, to avoid file-locking contentions among 
27240 multiple invocations of the same URL-viewer application.  
27241 (The example entries set in the help screen for the &quot;<!--#echo var="VAR_url-viewers"-->&quot; 
27242 option does not do this.)  A method of doing that would be:<OL>
27243 <LI> use 
27244 the _TEST(<VAR>test-string</VAR>)_ token in the <B>first</B> entry to 
27245 check (using commands appropriate for your Unix shell
27246 in place of <VAR>test-string</VAR>) for the presence of a 
27247 lockfile created by the URL-viewer application -- which implies that the 
27248 application is already running, though this is not foolproof. 
27249 Following that in the same <!--#echo var="VAR_url-viewers"--> entry, specify the 
27250 application with its appropriate command line option(s) to 
27251 show the URL selected from the Alpine message in an already open window of 
27252 that application, or perhaps in a new window of that application.  
27254 <LI> In the 
27255 <B>second</B> entry for the <!--#echo var="VAR_url-viewers"--> option, specify the same 
27256 application without those command line options, but this time using the 
27257 _TEST(...)_ token to check whether the environment variable &quot;DISPLAY&quot;
27258 is defined.
27259 <LI> If you will be using Alpine (with the same .pinerc file) outside of the X 
27260 windows environment (for instance, using VT-100 terminal emulation), you 
27261 may wish to specify a non-X windows URL-viewer application such as Lynx
27262 as the last entry.
27263 </OL><BR>
27264 How exactly you define your <!--#echo var="VAR_url-viewers"--> entries to do this will depend on 
27265 the command shell, the URL-viewer application(s), and possibly the specific 
27266 version of the latter, you are using.  
27268 Relevant command 
27269 line options for the Netscape browser for showing URLs (selected from Alpine) 
27270 when Netscape is already running are discussed in the document
27271 &quot;Remote Control of UNIX Netscape&quot; 
27272 found at the URL (as of 12 Aug. 1998):
27275 <CENTER><A HREF="http://home.netscape.com/newsref/std/x-remote.html">http://home.netscape.com/newsref/std/x-remote.html</A></CENTER>
27277 <P>(If the URL-viewer application is 
27278 <B>not</B> running on the same host as Alpine, but being launched from an 
27279 applications server, you may not be able to use the command line options for 
27280 using an existing invocation of the application in Alpine's <!--#echo var="VAR_url-viewers"--> entry.)
27282 <!--chtml if this-method="shown-to-work"-->
27283 An example using the Korn shell and the Netscape browser (first entry wrapped 
27284 because of its length, but should all appear on one line):
27286 url-viewers = _TEST("test -L /myhomedir/.netscape/lock")_ &quot;/usr/local/bin/netscape -remote 'openURL(_URL_,  new-window)' &amp;&quot;<BR>
27288 _TEST(&quot;test -n '$&#123;DISPLAY}'&quot;)_ &quot;/usr/local/bin/netscape &amp;&quot;<BR>
27289               &quot;/usr/local/bin/lynx '_URL_'&quot;
27291 <!--chtml endif-->
27293 <UL>   
27294 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27295 </UL><P>
27296 &lt;End of help on this topic&gt;
27297 </BODY>
27298 </HTML>
27299 ====== h_config_enable_full_hdr =====
27300 <HTML>
27301 <HEAD>
27302 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></TITLE>
27303 </HEAD>
27304 <BODY>
27305 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-cmd"--></H1>
27307 This feature enables the &quot;H Full Headers&quot; command which toggles between
27308 the display of all headers in the message and the normal edited view of
27309 headers.  The Full Header command also controls which headers are included
27310 for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
27311 Full Header mode will respect the
27312 <A HREF="h_config_include_header">&quot;Include-Headers-in-Reply&quot;</A>
27313 feature setting.)
27315 If Full Header mode is turned on and you Forward a message, you will
27316 be asked if you'd like to forward the message as an attachment, as opposed
27317 to including the text of the message in the body of your new message.
27319 If you have also turned on the
27320 <A HREF="h_config_quote_suppression">&quot;Quote Suppression&quot;</A>
27321 option then the Full Headers command actually rotates through three states
27322 instead of just two.
27323 The first is the normal view with long quotes suppressed.
27324 The second is the normal view but with the long quotes included.
27325 The last enables the display of all headers in the message.
27326 When using Export, Pipe, Print, Forward, or Reply the quotes are
27327 never suppressed, so the first two states are identical.
27329 Normally, the Header Mode will reset
27330 to the default behavior when moving to a new message.
27331 The mode can be made to persist from message to message by setting the feature
27332 <A HREF="h_config_quell_full_hdr_reset"><!--#echo var="FEAT_quell-full-header-auto-reset"--></A>.
27334 <UL>   
27335 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27336 </UL><P>
27337 &lt;End of help on this topic&gt;
27338 </BODY>
27339 </HTML>
27340 ====== h_config_enable_full_hdr_and_text =====
27341 <HTML>
27342 <HEAD>
27343 <TITLE>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></TITLE>
27344 </HEAD>
27345 <BODY>
27346 <H1>FEATURE: <!--#echo var="FEAT_enable-full-header-and-text"--></H1>
27348 This feature affects how the &quot;H Full Headers&quot; command displays
27349 message text.  If set, the raw message text will be displayed.  This
27350 especially affects MIME formatted email, where the entire MIME format
27351 will be displayed.  This feature similarly affects how messages are
27352 included for the Export, Pipe, Print, Forward, and Reply functions.
27354 When viewing a raw message that has attachments with this feature set,
27355 you will not be able to view attachments without first leaving full 
27356 headers mode.  This is because MIME parsing is not done on the raw message.
27358 <UL>   
27359 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27360 </UL><P>
27361 &lt;End of help on this topic&gt;
27362 </BODY>
27363 </HTML>
27364 ====== h_config_enable_pipe =====
27365 <HTML>
27366 <HEAD>
27367 <TITLE>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></TITLE>
27368 </HEAD>
27369 <BODY>
27370 <H1>FEATURE: <!--#echo var="FEAT_enable-unix-pipe-cmd"--></H1>
27372 This feature enables the "| Pipe" command that sends the current message
27373 to the specified command for external processing.
27376 A short description of how the pipe command works is given
27377 <A HREF="h_pipe_command">here</A>.
27380 <UL>   
27381 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27382 </UL><P>
27383 &lt;End of help on this topic&gt;
27384 </BODY>
27385 </HTML>
27386 ====== h_config_quell_full_hdr_reset =====
27387 <HTML>
27388 <HEAD>
27389 <TITLE>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></TITLE>
27390 </HEAD>
27391 <BODY>
27392 <H1>FEATURE: <!--#echo var="FEAT_quell-full-header-auto-reset"--></H1>
27394 The <A HREF="h_common_hdrmode">HdrMode Command</A>
27395 normally resets to the default state when switching to a new message.
27396 For example, if you've used the &quot;H&quot; command to turn on Full
27397 Headers for a message you are viewing, and then you type the Next command
27398 to look at the next message, the full headers will no longer be shown.
27399 Setting this feature disables that reset.
27400 Instead, the Header Mode remains the same from message to message.
27403 The presence or absence of the HdrMode command is determined by the
27404 <A HREF="h_config_enable_full_hdr">&quot;<!--#echo var="FEAT_enable-full-header-cmd"-->&quot;</A>
27405 Feature-List option.
27407 <UL>   
27408 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27409 </UL><P>
27410 &lt;End of help on this topic&gt;
27411 </BODY>
27412 </HTML>
27413 ====== h_config_enable_tab_complete =====
27414 <HTML>
27415 <HEAD>
27416 <TITLE>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></TITLE>
27417 </HEAD>
27418 <BODY>
27419 <H1>FEATURE: <!--#echo var="FEAT_enable-tab-completion"--></H1>
27421 This feature enables the TAB key when at a prompt for a filename. In this
27422 case, TAB will cause the partial name already entered to be automatically
27423 completed, provided the partial name is unambiguous.
27424 This feature is on by default.
27426 Similarly, this feature also enables TAB completion of address book
27427 nicknames when at a prompt for a nickname,
27428 or when typing in an address field in the composer.
27430 &lt;End of help on this topic&gt;
27431 </BODY>
27432 </HTML>
27433 ====== h_config_quit_wo_confirm =====
27434 <HTML>
27435 <HEAD>
27436 <TITLE>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></TITLE>
27437 </HEAD>
27438 <BODY>
27439 <H1>FEATURE: <!--#echo var="FEAT_quit-without-confirm"--></H1>
27441 This feature controls whether or not Alpine will ask for confirmation when a
27442 Quit command is received.
27444 &lt;End of help on this topic&gt;
27445 </BODY>
27446 </HTML>
27447 ====== h_config_quote_replace_noflow =====
27448 <HTML>
27449 <HEAD>
27450 <TITLE>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></TITLE>
27451 </HEAD>
27452 <BODY>
27453 <H1>FEATURE: <!--#echo var="FEAT_quote-replace-nonflowed"--></H1>
27455 This feature, which is only active when
27456 <A HREF="h_config_quote_replace_string"><!--#echo var="VAR_quote-replace-string"--></A> is
27457 also set,
27458 enables quote-replacement on non-flowed messages.  It is off
27459 by default because a non-flowed message is more dependent on its format,
27460 and thus quote-replacement may cause less-than-pleasing results.
27461 Setting this feature will cause quote-replacement similar to that of flowed
27462 messages, but with the added possibility of long lines being wrapped
27463 into new lines if the Quote-Replacement-String is longer than the string
27464 it is replacing, which is &quot;&gt;&nbsp;&quot;.
27466 &lt;End of help on this topic&gt;
27467 </BODY>
27468 </HTML>
27469 ====== h_config_enable_jump =====
27470 <HTML>
27471 <HEAD>
27472 <TITLE>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></TITLE>
27473 </HEAD>
27474 <BODY>
27475 <H1>FEATURE: <!--#echo var="FEAT_enable-jump-shortcut"--></H1>
27477 When this feature is set you may enter a number (followed by RETURN)
27478 and jump to that message number, when in the MESSAGE INDEX or MESSAGE TEXT
27479 screens.  In other words, it obviates the need for typing the "J" for the
27480 Jump command.
27482 &lt;End of help on this topic&gt;
27483 </BODY>
27484 </HTML>
27485 ====== h_config_enable_alt_ed =====
27486 <HTML>
27487 <HEAD>
27488 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></TITLE>
27489 </HEAD>
27490 <BODY>
27491 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-cmd"--></H1>
27493 If this feature is set (the default), and the 
27494 <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27495 <B>is not</B> set, entering
27496 the ^_ (Ctrl-underscore) key while composing a message will prompt you
27497 for the name of the editor you would like to use.
27499 If the environment variable $EDITOR is set, its value will be offered as
27500 a default.
27502 If the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A> option
27503 <B>is</B> set, the ^_ key will activate the specified
27504 editor without prompting, in which case it is not necessary to
27505 set the &quot;<!--#echo var="FEAT_enable-alternate-editor-cmd"-->&quot; feature.  
27507 <UL>   
27508 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27509 </UL><P>
27510 &lt;End of help on this topic&gt;
27511 </BODY>
27512 </HTML>
27513 ====== h_config_alt_ed_now =====
27514 <HTML>
27515 <HEAD>
27516 <TITLE>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></TITLE>
27517 </HEAD>
27518 <BODY>
27519 <H1>FEATURE: <!--#echo var="FEAT_enable-alternate-editor-implicitly"--></H1>
27521 If this feature and the <A HREF="h_config_editor">&quot;<!--#echo var="VAR_editor"-->&quot;</A>
27522 variable are both set, Alpine will
27523 automatically activate the specified editor when the cursor is moved from
27524 the header of the message being composed into the message text.  For
27525 replies, the alternate editor will be activated immediately.  If this
27526 feature is set but the &quot;<!--#echo var="VAR_editor"-->&quot; variable is not set, then Alpine will
27527 automatically ask for the name of an alternate editor when the cursor
27528 is moved out of the header being composed, or if a reply is being done.
27530 <P><UL>
27531 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27532 </UL>
27534 &lt;End of help on this topic&gt;
27535 </BODY>
27536 </HTML>
27537 ====== h_config_enable_bounce =====
27538 <HTML>
27539 <HEAD>
27540 <TITLE>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></TITLE>
27541 </HEAD>
27542 <H1>FEATURE: <!--#echo var="FEAT_enable-bounce-cmd"--></H1>
27543 <BODY>
27545 Setting this feature enables the "B Bounce" command, which will prompt
27546 for an address and *remail* the message to the new recipient.  This command
27547 is used to re-direct messages that you have received in error, or need to
27548 be redirected for some other reason (e.g. list moderation).  The final
27549 recipient will see a header indicating that you have Resent the msg, but
27550 the message's From: header will show the original author of the message,
27551 and replies to it will go back to that author, and not to you.
27553 &lt;End of help on this topic&gt;
27554 </BODY>
27555 </HTML>
27556 ====== h_config_enable_agg_ops =====
27557 <HTML>
27558 <HEAD>
27559 <TITLE>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></TITLE>
27560 </HEAD>
27561 <BODY>
27562 <H1>FEATURE: <!--#echo var="FEAT_enable-aggregate-command-set"--></H1>
27564 When this feature is set you may use the commands and subcommands that relate to
27565 performing operations on more than one message at a time.  We call these
27566 &quot;aggregate operations&quot;.  In particular, the 
27567 <!--chtml if pinemode="function_key"-->&quot;F5
27568 <!--chtml else-->&quot;;
27569 <!--chtml endif--> Select&quot;, 
27571 <!--chtml if pinemode="function_key"-->
27572 &quot;F6
27573 <!--chtml else-->
27574 &quot;A 
27575 <!--chtml endif-->
27576 Apply&quot;, and 
27577 <!--chtml if pinemode="function_key"-->
27578 &quot;F4
27579 <!--chtml else-->
27580 &quot;Z 
27581 <!--chtml endif-->
27582 Zoom&quot; commands are enabled by this feature.  Select is used to
27583 &quot;tag&quot; one or more messages meeting the specified criteria.  Apply can
27584 then be used to apply any message command to all of the selected/tagged
27585 messages.  Further, the Zoom command allows you to toggle the MESSAGE INDEX
27586 view between just those Selected and all messages in the folder.
27588 This feature also enables the 
27589 <!--chtml if pinemode="function_key"-->
27590 &quot;F7&quot; 
27591 <!--chtml else-->
27592 &quot;^X&quot; 
27593 <!--chtml endif-->
27595 subcommand in the MESSAGE INDEX 
27596 WhereIs command that causes all messages matching the WhereIs argument to 
27597 become selected; and the Select, Select Current, and ZoomMode commands in the
27598 <A HREF="h_folder_maint">FOLDER LIST screen</A>.
27600 Some related help topics are
27601 <UL>
27602 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
27603 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
27604 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>,
27605 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
27606 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
27607 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
27608 </UL>
27610 <UL>   
27611 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27612 </UL><P>
27613 &lt;End of help on this topic&gt;
27614 </BODY>
27615 </HTML>
27617 ====== h_config_enable_flag =====
27618 <HTML>
27619 <HEAD>
27620 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></TITLE>
27621 </HEAD>
27622 <BODY>
27623 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-cmd"--></H1>
27625 Setting this feature enables the
27626 <A HREF="h_common_flag">&quot;* Flag&quot;</A>
27627 command that allows you to
27628 manipulate the status flags associated with a message.  By default, Flag
27629 will set the "Important" flag, which results in an asterisk being
27630 displayed in column one of the MESSAGE INDEX for such messages.
27632 &lt;End of help on this topic&gt;
27633 </BODY>
27634 </HTML>
27635 ====== h_config_flag_screen_default =====
27636 <HTML>
27637 <HEAD>
27638 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></TITLE>
27639 </HEAD>
27640 <BODY>
27641 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-implicitly"--></H1>
27643 The feature modifies the behavior of the
27644 <a href="h_common_flag">Flag</a>
27645 command (provided it too is
27646 <A HREF="h_config_enable_flag">enabled</A>).
27647 By default, when the "* Flag" command is selected,
27648 Alpine offers a prompt to set one of several flags and also offers the
27649 option of entering the detailed flag manipulation screen via the "^T"
27650 key. Enabling this feature causes Alpine to immediately enter the detailed
27651 flag screen rather than first offer the simple prompt.
27653 <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.
27655 &lt;End of help on this topic&gt;
27656 </BODY>
27657 </HTML>
27658 ====== h_config_flag_screen_kw_shortcut =====
27659 <HTML>
27660 <HEAD>
27661 <TITLE>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></TITLE>
27662 </HEAD>
27663 <BODY>
27664 <H1>FEATURE: <!--#echo var="FEAT_enable-flag-screen-keyword-shortcut"--></H1>
27666 This feature modifies the behavior of the
27667 <a href="h_common_flag">Flag</a> command
27668 and the <A HREF="h_index_cmd_select">Select</A> command.
27669 This feature is set by default.
27670 When this feature is not set, when the "* Flag" command is selected,
27671 Alpine offers a prompt to set one of several flags and also offers the
27672 option of entering the detailed flag manipulation screen via the "^T"
27673 key.
27674 If you have
27675 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
27676 defined, then enabling this feature adds a shortcut way to set or unset
27677 keywords.
27678 You use &quot;*&quot; followed by the first letter of a keyword (or the nickname of
27679 a keyword if you've given it a nickname) and that will set the keyword.
27681 An example is easier to understand than the explanation.
27682 The flag command can always be used to set the system flags.
27683 For example, to set the Answered flag you would type
27685 <CENTER><SAMP>* A</SAMP></CENTER>
27687 Now suppose you have defined a keyword &quot;Work&quot; using the <!--#echo var="VAR_keywords"-->
27688 option in the Config screen.
27689 By default, to set a keyword like &quot;Work&quot; you would usually
27690 have to go to the Flag Details screen using
27691 the &quot;^T To Flag Details&quot; command.
27692 Instead, if you have enabled this feature, you may type
27694 <CENTER><SAMP>* W</SAMP></CENTER>
27696 to set the Work flag, or
27698 <CENTER><SAMP>* ! W</SAMP></CENTER>
27700 to unset it.
27701 Just like for the other flag setting commands, the case of the letter does
27702 not matter, so &quot;w&quot; or &quot;W&quot; both set the &quot;Work&quot;
27703 keyword.
27705 Notice that you can only use this trick for one keyword that begins
27706 with &quot;W&quot;.
27707 If you happen to have a &quot;Work&quot; keyword and another keyword that is
27708 &quot;WIFI&quot; the &quot;* W&quot; command will set the first one in
27709 your list of keywords.
27710 Also, there are five letters that are reserved for system
27711 flags and the NOT command.
27712 If you type &quot;* A&quot; it will always set the Answered flag, not
27713 your &quot;Aardvark&quot; keyword.
27714 In order to set the &quot;Aardvark&quot; keyword you'll still have to use
27715 the Flag Details screen.
27717 Because enabling the
27718 <A HREF="h_config_flag_screen_default"><!--#echo var="FEAT_enable-flag-screen-implicitly"--></A>
27719 option causes Alpine to skip directly to the Flag Details screen when the
27720 Flag command is used, 
27721 setting it will cause this feature to have no effect at all.
27723 Similarly, when Selecting by Keyword, setting this option will allow you
27724 to use Keyword initials instead of full keywords.
27726 &lt;End of help on this topic&gt;
27727 </BODY>
27728 </HTML>
27729 ====== h_config_can_suspend =====
27730 <HTML>
27731 <HEAD>
27732 <TITLE>FEATURE: <!--#echo var="FEAT_enable-suspend"--></TITLE>
27733 </HEAD>
27734 <BODY>
27735 <H1>FEATURE: <!--#echo var="FEAT_enable-suspend"--></H1>
27737 Setting this feature will allow you to type ^Z (Control Z) to 
27738 <!--chtml if pinemode="os_windows"-->
27739 minimize Alpine into its icon, bringing into focus whatever
27740 application is running behind the PC-Alpine window.
27741 <!--chtml else-->
27742 temporarily suspend Alpine.
27745 This does not exit Alpine, but puts it in the background to watch
27746 for new mail and such.  Normally, you type a command, such
27747 as &quot;fg&quot; at your system prompt to return to your Alpine session.
27750 The <A HREF="h_config_suspend_spawns"><!--#echo var="FEAT_use-subshell-for-suspend"--></A> feature
27751 adjusts whether Alpine is placed into the background of the shell its 
27752 running in or starts a news shell.
27753 <!--chtml endif-->
27756 <UL>   
27757 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27758 </UL><P>
27759 &lt;End of help on this topic&gt;
27760 </BODY>
27761 </HTML>
27762 ====== h_config_take_lastfirst ======
27763 <HTML>
27764 <HEAD>
27765 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></TITLE>
27766 </HEAD>
27767 <BODY>
27768 <H1>FEATURE: <!--#echo var="FEAT_disable-take-last-comma-first"--></H1>
27770 Normally, when TakeAddr is used to copy an address from a message into
27771 an address book entry, Alpine will attempt to rewrite the full name of the
27772 address in the form
27775 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Last, First<P>
27777 instead of<P>
27779 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;First Last
27782 It does this because many people find it useful to sort by Last name
27783 instead of First name.  If this feature is set, then the TakeAddr command
27784 will not attempt to reverse the name in this manner.
27786 &lt;End of help on this topic&gt;
27787 </BODY></HTML>
27788 ====== h_config_disable_regex ======
27789 <HTML>
27790 <HEAD>
27791 <TITLE>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></TITLE>
27792 </HEAD>
27793 <BODY>
27794 <H1>FEATURE: <!--#echo var="FEAT_disable-regular-expression-matching-for-alternate-addresses"--></H1>
27796 Normally, the
27797 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
27798 option is interpreted as a regular expression.
27799 One type of address that might cause trouble is an address that
27800 contains a plus sign.
27801 If you want to have an address with a plus as one of your
27802 <!--#echo var="VAR_alt-addresses"-->
27803 and you don't want to use regular expressions, then setting this
27804 feature will cause Alpine to treat the addresses you list literally instead.
27806 &lt;End of help on this topic&gt;
27807 </BODY></HTML>
27808 ====== h_config_take_fullname ======
27809 <HTML>
27810 <HEAD>
27811 <TITLE>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></TITLE>
27812 </HEAD>
27813 <BODY>
27814 <H1>FEATURE: <!--#echo var="FEAT_disable-take-fullname-in-addresses"--></H1>
27816 Normally, when TakeAddr is used to copy an address or addresses
27817 from a message into an address book entry, Alpine will try to preserve
27818 the full name associated with each address in the list of addresses.
27819 The reason for this is so that if the entry is a list or later becomes a
27820 list, then information about the individual addresses in the list
27821 is preserved.
27822 If you would rather just have the simple addresses in the list of addresses,
27823 set this feature. For example, with the default setting you might
27824 see something like this in the ADDRESS BOOK editor after you type TakeAddr
27826 <PRE>
27827  Nickname  : nick
27828  Fullname  : Bedrock Elders
27829  Fcc       :
27830  Comment   :
27831  Addresses : Fred Flintstone &lt;flint@bedrock.org&gt;,
27832              Barney Rubble &lt;rubble@bedrock.org&gt;
27833 </PRE>
27835 but with this feature set it would look like
27837 <PRE>
27838  Nickname  : nick
27839  Fullname  : Bedrock Elders
27840  Fcc       :
27841  Comment   :
27842  Addresses : flint@bedrock.org,
27843              rubble@bedrock.org
27844 </PRE>
27846 instead. Note the difference in the Addresses field.
27848 &lt;End of help on this topic&gt;
27849 </BODY></HTML>
27850 ====== h_config_print_from ======
27851 <HTML>
27852 <HEAD>
27853 <TITLE>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></TITLE>
27854 </HEAD>
27855 <BODY>
27856 <H1>FEATURE: <!--#echo var="FEAT_print-includes-from-line"--></H1>
27858 If this feature is set, then the Berkeley-mail style From line is included
27859 at the start of each message that is printed.  This line looks something
27860 like the following, with the address replaced by the address from the
27861 From line of the message being printed:
27863 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;From user@domain.somewhere.com Mon May 13
27864 14:11:06 1998
27866 &lt;End of help on this topic&gt;
27867 </BODY>
27868 </HTML>
27869 ====== h_config_expanded_distlists ======
27870 <HTML>
27871 <HEAD>
27872 <TITLE>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></TITLE>
27873 </HEAD>
27874 <BODY>
27875 <H1>FEATURE: <!--#echo var="FEAT_expanded-view-of-distribution-lists"--></H1>
27876 If this feature is set, then distribution lists in the address book
27877 screen will always be expanded automatically.
27879 &lt;End of help on this topic&gt;
27880 </BODY>
27881 </HTML>
27882 ====== h_config_compose_news_wo_conf ======
27883 <HTML>
27884 <HEAD>
27885 <TITLE>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></TITLE>
27886 </HEAD>
27887 <BODY>
27888 <H1>FEATURE: <!--#echo var="FEAT_compose-sets-newsgroup-without-confirm"--></H1>
27889 This feature controls one aspect of Alpine's Composer.  If you enter the
27890 composer while reading a newsgroup, you will normally be prompted to
27891 determine whether you intend the new message to be posted to the current
27892 newsgroup or not.  If this feature is set, Alpine will not prompt you
27893 in this situation, and will assume that you do indeed wish to post
27894 to the newsgroup you are reading.
27896 &lt;End of help on this topic&gt;
27897 </BODY>
27898 </HTML>
27899 ====== h_config_compose_rejects_unqual ======
27900 <HTML>
27901 <HEAD>
27902 <TITLE>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></TITLE>
27903 </HEAD>
27904 <BODY>
27905 <H1>FEATURE: <!--#echo var="FEAT_compose-rejects-unqualified-addrs"--></H1>
27907 This feature controls one aspect of the message composer; in particular,
27908 what happens when an unqualified name is entered into an address header.
27909 If set, unqualified names entered as addresses will be treated as errors
27910 unless they match an addressbook nickname.  Alpine will not attempt to turn
27911 them into complete addresses by adding your local domain.<P>
27913 A complete (fully qualified) address is one containing a username followed
27914 by an &quot;@&quot; (&quot;at&quot;) symbol, followed by a domain name (e.g.
27915 &quot;jsmith@example.com&quot;).  An unqualified name is one <B>without</B> 
27916 the &quot;@&quot; symbol and domain name (e.g. &quot;jsmith&quot;). 
27918 (See also <A HREF="h_address_format">Explanation of Address formats</A>.)
27922 When you enter a fully qualified address, Alpine does not interpret or
27923 modify it, but simply passes it on to the mail-transport-agent (MTA) for
27924 your system.  Alpine conforms to the Internet standards governing message
27925 headers and will not send an unqualifed name to the MTA.  Therefore, when
27926 you enter an unqualified name, Alpine will normally attempt to turn it into
27927 a fully qualified address, first by checking to see if you have entered a
27928 matching nickname in your addressbook, or failing that, by simply adding
27929 your own domain to the name entered.  So if your address is
27930 &quot;jsmith@example.com&quot; and you enter &quot;fred&quot;, then (assuming 
27931 &quot;fred&quot; is not a nickname in your addressbook), Alpine will turn 
27932 that into &quot;fred@example.com&quot;.<P>
27934 There are situations where it is not desirable for Alpine to interpret such
27935 unqualified names as valid (local) addresses.  For example, if &quot;fred&quot;
27936 turned out to be a typo (intended to be an addressbook nickname), but
27937 there actually was a &quot;fred&quot; in your local domain, the message might 
27938 be mis-delivered without your realizing it.  In order to reduce the likelihood
27939 of such accidents, setting this feature will cause Alpine to treat such
27940 addresses as errors, and require that you explicitly enter the full local
27941 address (e.g. &quot;fred@example.com&quot;) or correct the name so that it 
27942 matches an address book nickname.<P>
27944 Consider this a safety feature against mis-directed mail.
27946 <UL>   
27947 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27948 </UL><P>
27949 &lt;End of help on this topic&gt;
27950 </BODY>
27951 </HTML>
27952 ====== h_config_quell_local_lookup ======
27953 <HTML>
27954 <HEAD>
27955 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></TITLE>
27956 </HEAD>
27957 <BODY>
27958 <H1>FEATURE: <!--#echo var="FEAT_quell-user-lookup-in-passwd-file"--></H1>
27960 This feature controls an aspect of Alpine's Composer, and if needed, will
27961 usually be set by your system manager in Alpine's system-wide configuration
27962 file. Specifically, if this feature is set, Alpine will not attempt to look
27963 in the system password file to find a Full Name for the entered address.
27965 Normally, names you enter into address fields (e.g. To: or Cc:) are
27966 checked against your address book(s) to see if they match an address book
27967 nickname.  Failing that, (in Unix Alpine) the name is then checked against
27968 the Unix password file.  If the entered name matches a username in the
27969 system password file, Alpine extracts the corresponding Full Name information
27970 for that individual, and adds that to the address being entered.
27972 However, password file matching can have surprising (incorrect) results if
27973 other users of the system do not receive mail at the domain you are using.
27974 That is, if either the 
27975 <A HREF="h_config_user_dom">&quot;<!--#echo var="VAR_user-domain"-->&quot;</A> or 
27976 <A HREF="h_config_domain_name">&quot;<!--#echo var="VAR_use-only-domain-name"-->&quot;</A>
27977 option
27978 is set such that the administrative domain of other users on the system
27979 isn't accurately reflected, Alpine should be told that a passwd file match
27980 is coincidental, and Full Name info will be incorrect.  For example, a
27981 personal name from the password file could get falsely paired with the
27982 entered name as it is turned into an address in the configured domain.
27984 If you are seeing this behavior, enabling this feature will prevent Unix
27985 Alpine from looking up names in the password file to find the Full Name
27986 for incomplete addresses you enter.<P>
27987 <UL>
27988 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
27989 </UL>
27991 &lt;End of help on this topic&gt;
27992 </BODY>
27993 </HTML>
27994 ====== h_config_tab_checks_recent ======
27995 <HTML>
27996 <HEAD>
27997 <TITLE>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></TITLE>
27998 </HEAD>
27999 <BODY>
28000 <H1>FEATURE: <!--#echo var="FEAT_tab-checks-recent"--></H1>
28002 In a FOLDER LIST screen, the TAB key usually just changes which
28003 folder is highlighted.
28004 If this feature is set, then the TAB key will cause the number of
28005 recent messages and the total number of messages in the highlighted folder
28006 to be displayed instead.
28009 &lt;End of help on this topic&gt;
28010 </BODY>
28011 </HTML>
28012 ====== h_config_maildrops_preserve_state ======
28013 <HTML>
28014 <HEAD>
28015 <TITLE>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></TITLE>
28016 </HEAD>
28017 <BODY>
28018 <H1>FEATURE: <!--#echo var="FEAT_maildrops-preserve-state"--></H1>
28020 This feature affects the way <A HREF="h_maildrop">Mail Drops</A> work.
28021 Normally, when mail is moved from a Mail Drop folder to a destination
28022 folder, it is delivered as new mail.
28023 Any Seen/New, Answered, Important/Flagged state that has changed will be
28024 ignored.
28025 All of the mail will be considered unSeen, unAnswered, and unImportant after
28026 it is moved.
28028 If this feature is set, then the state changes that have been made
28029 to the messages in the Mail Drop folder will be preserved.
28031 In any case, messages that are already marked Deleted when the
28032 mail is to be moved from the Mail Drop will be ignored.
28034 &lt;End of help on this topic&gt;
28035 </BODY>
28036 </HTML>
28037 ====== h_config_preopen_stayopens ======
28038 <HTML>
28039 <HEAD>
28040 <TITLE>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></TITLE>
28041 </HEAD>
28042 <BODY>
28043 <H1>FEATURE: <!--#echo var="FEAT_preopen-stayopen-folders"--></H1>
28045 This feature is related to the option
28046 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28047 Normally, Stay Open folders are only opened on demand, when the user
28048 asks to open them.
28049 From then on they are kept open for the duration of the session.
28050 However, if this feature is set, then the Stay Open folders will all be
28051 opened at startup, at the same time that the INBOX is opened.
28054 &lt;End of help on this topic&gt;
28055 </BODY>
28056 </HTML>
28057 ====== h_config_expunge_inbox ======
28058 <HTML>
28059 <HEAD>
28060 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></TITLE>
28061 </HEAD>
28062 <BODY>
28063 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-inbox"--></H1>
28065 The INBOX is normally treated differently from regular folders in several
28066 ways.
28067 One of the differences is that the normal &quot;close&quot; sequence of
28068 events is deferred until Alpine is exited, instead of happening when you
28069 leave the INBOX to view another folder.
28070 The &quot;close&quot; sequence normally includes the Expunging
28071 of deleted messages
28072 (either automatically or after a prompt, controlled by the features
28073 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28074 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28075 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28076 handling of the
28077 <A HREF="h_config_read_message_folder"><!--#echo var="VAR_read-message-folder"--></A>.
28080 If this feature is set the &quot;close&quot; sequence handling will take
28081 place every time you leave the INBOX.
28082 The INBOX will still be kept open, but the offer to Expunge and the archiving
28083 to the <!--#echo var="VAR_read-message-folder"-->
28084 will take place each time you leave the INBOX instead of only once at the
28085 end of the session.
28088 &lt;End of help on this topic&gt;
28089 </BODY>
28090 </HTML>
28091 ====== h_config_expunge_stayopens ======
28092 <HTML>
28093 <HEAD>
28094 <TITLE>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></TITLE>
28095 </HEAD>
28096 <BODY>
28097 <H1>FEATURE: <!--#echo var="FEAT_offer-expunge-of-stayopen-folders"--></H1>
28099 This feature is related to the option
28100 <A HREF="h_config_permlocked">&quot;<!--#echo var="VAR_stay-open-folders"-->&quot;</A>.
28101 Stay Open folders are treated differently from regular folders in several
28102 ways.
28103 One of the differences is that the normal &quot;close&quot; sequence of
28104 events is deferred until Alpine is exited, instead of happening when you
28105 leave the folder to view another folder.
28106 The &quot;close&quot; sequence normally includes the Expunging
28107 of deleted messages
28108 (either automatically or after a prompt, controlled by the features
28109 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>,
28110 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>, and
28111 <A HREF="h_config_expunge_manually"><!--#echo var="FEAT_expunge-only-manually"--></A>), and the
28112 handling of
28113 <A HREF="h_config_archived_folders"><!--#echo var="VAR_incoming-archive-folders"--></A>.
28116 If this feature is set the &quot;close&quot; sequence handling will take
28117 place when you leave the Stay Open folder.
28118 The folder will still be kept open, but the offer to Expunge and the archiving
28119 will take place each time you leave the folder instead of only once at the
28120 end of the session.
28121 This feature does not affect the INBOX, which will still only be processed
28122 when you exit Alpine.
28123 However, there is a similar feature that affects only the INBOX called
28124 <A HREF="h_config_expunge_inbox">&quot;<!--#echo var="FEAT_offer-expunge-of-inbox"-->&quot;</A>.
28127 &lt;End of help on this topic&gt;
28128 </BODY>
28129 </HTML>
28130 ====== h_config_preserve_start_stop ======
28131 <HTML>
28132 <HEAD>
28133 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></TITLE>
28134 </HEAD>
28135 <BODY>
28136 <H1>FEATURE: <!--#echo var="FEAT_preserve-start-stop-characters"--></H1>
28138 This feature controls how special control key characters, typically
28139 Ctrl-S and Ctrl-Q, are interpreted when input to Alpine.  These characters
28140 are known as the "stop" and "start" characters and are sometimes used in
28141 communications paths to control data flow between devices that operate at
28142 different speeds.
28146 By default, Alpine turns the system's handling of these special characters
28147 off except during printing.  However, if you see Alpine reporting input errors
28148 such as:
28150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[ Command "^Q" not defined for this screen.]
28152 and, at the same time, see your display become garbled, then it is likely
28153 that setting this option will solve the problem.  Be aware, though, that
28154 enabling this feature will also cause Alpine to ostensibly "hang" 
28155 whenever the Ctrl-S key combination is entered as the system is now
28156 interpreting such input as a "stop output" command.  To "start
28157 output"  again, simply type Ctrl-Q. 
28159 &lt;End of help on this topic&gt;
28160 </BODY>
28161 </HTML>
28162 ====== h_config_enable_incoming ======
28163 <HTML>
28164 <HEAD>
28165 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></TITLE>
28166 </HEAD>
28167 <BODY>
28168 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders"--></H1>
28170 Alpine's Incoming Message Folders collection
28171 provides a convenient way to access multiple incoming folders.
28172 It is also useful if you have accounts on multiple computers.
28175 If set, this feature defines a pseudo-folder collection called
28176 &quot;INCOMING MESSAGE FOLDERS&quot;.  Initially, the only folder included
28177 in this collection will be your INBOX, which will no longer show up in
28178 your Default folder collection.
28181 You may add more folders to the Incoming Message Folders collection by
28182 using the
28183 <!--chtml if pinemode="function_key"-->
28184 &quot;F10
28185 <!--chtml else-->
28186 &quot;A
28187 <!--chtml endif-->
28188 Add&quot; command in the FOLDER LIST screen.  You will be prompted for
28189 the host the folder is stored on (which defaults to the same host used
28190 for your INBOX), a nickname, and the actual folder name.  Once a set
28191 of Incoming Message Folders are defined, the TAB key (in MESSAGE INDEX
28192 or MESSAGE TEXT screens) may be used to scan the folders for those
28193 with Recent messages.  If you add more folders to
28194 your <!--#echo var="VAR_incoming-folders"--> collection, turning this feature back off will have
28195 no effect.
28197 NOTE: Normally the software that actually delivers mail (the stuff that happens
28198 before Alpine is involved) is in a better position to do delivery filtering
28199 than is Alpine itself.
28200 If possible, you may want to look at programs such as
28201 &quot;filter&quot; or &quot;procmail&quot;, which are examples of delivery
28202 filtering programs.
28203 If you'd prefer to have Alpine do the filtering for you, you may set that
28205 Look <A HREF="h_rules_filter">here</A> for help with Alpine filtering.
28207 <UL>   
28208 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28209 </UL><P>
28210 &lt;End of help on this topic&gt;
28211 </BODY>
28212 </HTML>
28213 ====== h_config_enable_incoming_checking ======
28214 <HTML>
28215 <HEAD>
28216 <TITLE>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></TITLE>
28217 </HEAD>
28218 <BODY>
28219 <H1>FEATURE: <!--#echo var="FEAT_enable-incoming-folders-checking"--></H1>
28221 This feature is only operational if you have enabled the optional
28222 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> collection.
28223 If you do have Incoming Message Folders and you also set this feature,
28224 then the number of Unseen messages in each folder will be displayed
28225 in the FOLDER LIST screen for the Incoming Message Folders.
28226 The number of Unseen messages in a folder will be displayed in parentheses
28227 to the right of the name of each folder.
28228 If there are no Unseen messages in a folder then only the name
28229 is displayed, not a set of parentheses with zero inside them.
28230 A redraw command, Ctrl-L, can be used in the FOLDER LIST screen for
28231 the Incoming Message Folders to cause an immediate update.
28233 If a check for Unseen messages fails for a particular folder then Alpine
28234 will no longer attempt to check that folder for the duration of the
28235 session and this will be indicated by a question mark inside the
28236 parentheses.
28238 The features
28239 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>,
28240 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>,
28241 <A HREF="h_config_incoming_list"><!--#echo var="VAR_incoming-check-list"--></A>,
28242 <A HREF="h_config_incoming_interv"><!--#echo var="VAR_incoming-check-interval"--></A>,
28243 <A HREF="h_config_incoming_second_interv"><!--#echo var="VAR_incoming-check-interval-secondary"--></A>, and
28244 <A HREF="h_config_incoming_timeo"><!--#echo var="VAR_incoming-check-timeout"--></A>
28245 all affect how this feature behaves.
28247 <UL>   
28248 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28249 </UL><P>
28250 &lt;End of help on this topic&gt;
28251 </BODY>
28252 </HTML>
28253 ====== h_config_incoming_checking_total ======
28254 <HTML>
28255 <HEAD>
28256 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></TITLE>
28257 </HEAD>
28258 <BODY>
28259 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-includes-total"--></H1>
28261 This option has no effect unless the feature
28262 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28263 is set, which in turn has no effect unless
28264 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28265 is set.
28267 When incoming folder checking is turned on the default is to display
28268 the number of unseen messages in each folder.
28269 More precisely, it is the number of undeleted unseen messages.
28270 Using this option you may also display the total number of messages
28271 in each folder.
28272 Instead of a single number representing the number of unseen messages
28273 you will get two numbers separated by a slash character.
28274 The first is the number of unseen messages and the second is the
28275 total number of messages.
28277 You may also use the recent message count instead of the unseen message
28278 count by turning on the feature
28279 <A HREF="h_config_incoming_checking_recent"><!--#echo var="FEAT_incoming-checking-uses-recent"--></A>.
28281 <UL>   
28282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28283 </UL><P>
28284 &lt;End of help on this topic&gt;
28285 </BODY>
28286 </HTML>
28287 ====== h_config_incoming_checking_recent ======
28288 <HTML>
28289 <HEAD>
28290 <TITLE>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></TITLE>
28291 </HEAD>
28292 <BODY>
28293 <H1>FEATURE: <!--#echo var="FEAT_incoming-checking-uses-recent"--></H1>
28295 This option has no effect unless the feature
28296 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
28297 is set, which in turn has no effect unless
28298 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A>
28299 is set.
28301 When incoming folder checking is turned on the default is to display
28302 the number of unseen messages in each folder.
28303 More precisely, it is the number of undeleted unseen messages.
28304 Using this option you may display the number of recent messages instead
28305 of the number of unseen messages.
28306 A message is only counted as recent if this is the first session to
28307 see it, so the recent count might be less than the unseen count.
28308 The difference between the two would be accounted for by the unseen messages
28309 in the folder which were there previously but have not been looked at yet.
28311 If you simultaneously run more than one email client at a time
28312 (for example, you run more than one Alpine in parallel) then turning
28313 this feature on can cause some confusion.
28314 The confusion stems from the fact that each message is only considered to be
28315 recent in one session.
28316 That means that the counts of new messages may be different in the two
28317 Alpines running side by side, because each incoming message will only be
28318 counted as recent in one of the two sessions.
28320 You may also display the total number of messages
28321 in each folder by using the
28322 <A HREF="h_config_incoming_checking_total"><!--#echo var="FEAT_incoming-checking-includes-total"--></A>
28323 option.
28325 <UL>   
28326 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28327 </UL><P>
28328 &lt;End of help on this topic&gt;
28329 </BODY>
28330 </HTML>
28331 ====== h_config_attach_in_reply ======
28332 <HTML>
28333 <HEAD>
28334 <TITLE>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></TITLE>
28335 </HEAD>
28336 <BODY>
28337 <H1>FEATURE: <!--#echo var="FEAT_include-attachments-in-reply"--></H1>
28339 This feature controls an aspect of Alpine's Reply command. If set, any MIME
28340 attachments that were part of the original message will automatically be
28341 included in the Reply.
28343 &lt;End of help on this topic&gt;
28344 </BODY>
28345 </HTML>
28346 ====== h_config_include_header =====
28347 <HTML>
28348 <HEAD>
28349 <TITLE>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></TITLE>
28350 </HEAD>
28351 <BODY>
28352 <H1>FEATURE: <!--#echo var="FEAT_include-header-in-reply"--></H1>
28354 This feature controls an aspect of Alpine's Reply command. If set, and the
28355 original message is being included in the reply, then headers from that
28356 message will also be part of the reply.
28358 &lt;End of help on this topic&gt;
28359 </HEAD>
28360 </HTML>
28361 ====== h_config_sig_at_bottom =====
28362 <HTML>
28363 <HEAD>        
28364 <TITLE>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></TITLE>
28365 </HEAD>
28366 <BODY>
28367 <H1>FEATURE: <!--#echo var="FEAT_signature-at-bottom"--></H1>
28369 This feature controls an aspect of Alpine's Reply command.  If this feature
28370 is set, and the original message is being included in the reply, then the
28371 contents of your signature file (if any) will be inserted after the included
28372 message.
28374 This feature does not affect the results of a Forward command.
28376 &lt;End of help on this topic&gt;
28377 </BODY>
28378 </HTML>
28379 ====== h_config_sigdashes =====
28380 <HTML>
28381 <HEAD>
28382 <TITLE>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></TITLE>
28383 </HEAD>
28384 <BODY>
28385 <H1>FEATURE: <!--#echo var="FEAT_enable-sigdashes"--></H1>
28387 This feature enables support for the common USENET news convention 
28388 of preceding a message signature with the special line consisting of 
28389 the three characters &quot;--&nbsp;&quot; (i.e., dash, dash, and space).
28392 When enabled and a
28393 &quot;<A HREF="h_config_signature_file"><!--#echo var="VAR_signature-file"--></A>&quot; exists,
28394 Alpine will insert the special line before including the file's text (unless
28395 the special line already exists somewhere in the file's text).
28398 In addition, when you Reply or Followup to a message containing one of
28399 these special lines and choose to include its text, Alpine will observe
28400 the convention of not including text beyond the special line in your
28401 reply.
28402 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28403 mode is enabled and turned on, then Alpine <EM>will</EM>
28404 include the text beyond the special line regardless of the setting of
28405 this feature.
28408 See also &quot;<a href="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></a>&quot;
28409 for a related feature.
28412 <UL>   
28413 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28414 </UL><P>
28415 &lt;End of help on this topic&gt;
28416 </BODY>
28417 </HTML>
28418 ====== h_config_new_thread_blank_subject =====
28419 <HTML>
28420 <HEAD>
28421 <TITLE>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></TITLE>
28422 </HEAD>
28423 <BODY>
28424 <H1>FEATURE: <!--#echo var="FEAT_new-thread-on-blank-subject"--></H1>
28426 When this feature is enabled (the default) Alpine will create a new thread
28427 every time that the subject line becomes empty at any time during composition.
28430 This behavior is particularly useful in case you are replying to a message.
28431 Replying to a message causes the message to be in the same thread than the
28432 original message that is being replied to. However, many authors want to create
28433 a new message (in a different thread) while replying to a message, and they do
28434 this by changing the full subject, by first deleting the original subject and
28435 typing the new subject of the current message.
28438 Enabling this feature causes that any time that the subject is deleted, the 
28439 message being composed will be considered the first message of a new thread.
28442 <UL>   
28443 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28444 </UL><P>
28445 &lt;End of help on this topic&gt;
28446 </BODY>
28447 </HTML>
28448 ====== h_config_strip_sigdashes =====
28449 <HTML>
28450 <HEAD>
28451 <TITLE>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></TITLE>
28452 </HEAD>
28453 <BODY>
28454 <H1>FEATURE: <!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></H1>
28456 This feature doesn't do anything if the feature
28457 &quot;<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A>&quot; is turned on.
28458 However, if the &quot;<!--#echo var="FEAT_enable-sigdashes"-->&quot; feature is not turned on,
28459 then turning on this feature enables support for the convention
28460 of not including text beyond the sigdashes line when Replying or Following
28461 up to a message and including the text of that message.
28462 If <A HREF="h_config_enable_full_hdr">&quot;Full Header&quot;</A>
28463 mode is enabled and turned on, then Alpine <EM>will</EM>
28464 include the text beyond the special line regardless of the setting of
28465 this feature.
28467 In other words, this is a way to turn on the signature stripping behavior
28468 without also turning on the dashes-adding behavior.
28470 <UL>   
28471 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28472 </UL><P>
28473 &lt;End of help on this topic&gt;
28474 </BODY>
28475 </HTML>
28476 ====== h_config_forward_as_attachment =====
28477 <HTML>
28478 <HEAD>
28479 <TITLE>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></TITLE>
28480 </HEAD>
28481 <BODY>
28482 <H1>FEATURE: <!--#echo var="FEAT_forward-as-attachment"--></H1>
28484 This feature affects the way forwarded message text is handled.  When set, rather than 
28485 include the text of the forwarded message below any additional text you provide in the
28486 composer, the forwarded message is attached in its entirety to the message you send.
28488 This is useful in that it keeps the text you provide in the composer distinct from the
28489 text of the forwarded message.  Similarly, it allows the recipient to 
28490 conveniently operate on the forwarded message.  For example, they might reply directly to
28491 the sender of the forwarded message, or process it as part of a spam report.
28492 <UL>   
28493 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28494 </UL><P>
28495 &lt;End of help on this topic&gt;
28496 </BODY>
28497 </HTML>
28498 ====== h_config_preserve_field =====
28499 <HTML>
28500 <HEAD>
28501 <TITLE>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></TITLE>
28502 </HEAD>
28503 <BODY>
28504 <H1>FEATURE: <!--#echo var="FEAT_preserve-original-fields"--></H1>
28506 This feature affects Alpine's behavior when one replies to a message. 
28507 When you receive a message, some or all of the recipients of the message 
28508 have been added to the To: and Cc: fields. If you reply to such message, 
28509 and this feature is disabled, then the original sender of the message is 
28510 added to the To: field, and all other recipients are added to the Cc: 
28511 field, while your address is added to the From: field.
28514 However, if this feature is enabled, then Alpine will preserve the 
28515 original fields as sent in the original message, so the Cc: and To: 
28516 fields will be preserved. The sender's address will be added to the To: 
28517 field, while your address is added to the From: field.
28520 The behavior of this feature is that replies to all messages will behave 
28521 in the way described above. If you only intend this to happen on a per 
28522 message basis, then keep this feature disabled, and when replying to a 
28523 message you will see a new option in the menu for the &quot;Reply to all 
28524 recipients?&quot; question. In this case, pressing &quot;p&quot; will 
28525 make Alpine toggle its question so you can preserve the To: and Cc: 
28526 fields for that message only.
28528 <UL>   
28529 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
28530 </UL><P>
28531 &lt;End of help on this topic&gt;
28532 </BODY>
28533 </HTML>
28534 ====== h_config_sub_lists =====
28535 <HTML>
28536 <HEAD>
28537 <TITLE>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></TITLE>
28538 </HEAD>
28539 <BODY>
28540 <H1>FEATURE: <!--#echo var="FEAT_enable-partial-match-lists"--></H1>
28542 This feature affects the subcommands available when Saving, 
28543 or when Opening a new folder. If set, the subcommand ^X ListMatches will be
28544 available. This command allows you to type in a substring of the folder
28545 you are looking for and when you type ^X it will display all folders
28546 that contain that substring in their names.
28547 This feature is set by default.
28550 &lt;End of help on this topic&gt;
28551 </BODY>
28552 </HTML>
28553 ====== h_config_scramble_message_id =====
28554 <HTML>
28555 <HEAD>
28556 <TITLE>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></TITLE>
28557 </HEAD>
28558 <BODY>
28559 <H1>FEATURE: <!--#echo var="FEAT_scramble-message-id"--></H1>
28561 Normally the Message-ID header that Alpine generates when sending a message
28562 contains the name of the computer from which the message is being sent.
28563 Some believe that this hostname could be used by spammers or could
28564 be used by others for nefarious purposes.
28565 If this feature is set, that name will be transformed with a simple
28566 Rot13 transformation.
28567 The result will still have the correct syntax for a Message-ID but the
28568 part of the MessageID that is often a domain name will not be an actual
28569 domain name because the letters will be scrambled.
28571 In addition, other information such as the name program, version, and
28572 a code for operating system used to build Alpine, will be encoded using
28573 the Rot13 transformation, except for the version number which will be
28574 encoded using a Rot5 transformation.
28576 It is possible (but unlikely?) that some spam detection
28577 software will use that as a reason to reject the mail as spam.
28578 It has also been reported that some spam detection software uses the
28579 fact that there are no dots after the &quot;@&quot; as a reason to reject
28580 messages.
28581 If your PC-Alpine Message-ID is using a name without a dot that is because
28582 that is what Windows thinks is your &quot;Full computer name&quot;.
28583 The method used to set this varies from one type of Windows to another but
28584 check under Settings -> Control Panel -> System and
28585 look for Network Identification or Computer Name or something similar.
28586 How to set it is beyond the scope of Alpine.
28589 &lt;End of help on this topic&gt;
28590 </BODY>
28591 </HTML>
28592 ====== h_downgrade_multipart_to_text =====
28593 <HTML>
28594 <HEAD>
28595 <TITLE>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></TITLE>
28596 </HEAD>
28597 <BODY>
28598 <H1>FEATURE: <!--#echo var="FEAT_downgrade-multipart-to-text"--></H1>
28601 This feature affects Alpine's behavior when sending mail.  Internet
28602 standards require Alpine to translate all non-ASCII characters in
28603 messages that it sends using MIME encoding.  This encoding can be
28604 ostensibly broken for recipients if any agent between Alpine and the
28605 recipient, such as an email list expander, appends text to the
28606 message, such as list information or advertising.  When sending such
28607 messages Alpine attempts to protect such encoding by placing extra
28608 MIME boundaries around the message text.
28610 These extra boundaries are invisible to recipients that 
28611 use MIME-aware email programs (the vast majority).  However, if
28612 you correspond with users of email programs that are not MIME-aware,
28613 or do not handle the extra boundaries gracefully, you can
28614 use this feature to prevent Alpine from including the extra
28615 MIME information.  Of course, it will increase the likelihood
28616 that non-ASCII text you send may appear corrupt to the recipient.
28618 &lt;End of help on this topic&gt;
28619 </BODY>
28620 </HTML>
28621 ====== h_config_show_sort =====
28622 <HTML>
28623 <HEAD>
28624 <TITLE>FEATURE: <!--#echo var="FEAT_show-sort"--></TITLE>
28625 </HEAD>
28626 <BODY>
28627 <H1>FEATURE: <!--#echo var="FEAT_show-sort"--></H1>
28629 If this feature is set and there is sufficient space on the screen,
28630 a short indication of the current sort order will be
28631 added in the titlebar (the top line on the screen), before the name
28632 of the folder.
28633 For example, with the default Arrival sort in effect,
28634 the display would have the characters
28636 <P><CENTER>[A]</CENTER><P>
28638 added between the title of the screen and the folder name.
28639 The letters are the same as the letters you may type to manually
28640 sort a folder with the SortIndex command ($).
28641 The letters in the table below are the ones that may show
28642 up in the titlebar line.
28644 <TABLE>   
28645 <TR> <TD> A </TD> <TD> <EM>A</EM>rrival        </TD> </TR>
28646 <TR> <TD> S </TD> <TD> <EM>S</EM>ubject        </TD> </TR>
28647 <TR> <TD> F </TD> <TD> <EM>F</EM>rom           </TD> </TR>
28648 <TR> <TD> T </TD> <TD> <EM>T</EM>o             </TD> </TR>
28649 <TR> <TD> C </TD> <TD> <EM>C</EM>c             </TD> </TR>
28650 <TR> <TD> D </TD> <TD> <EM>D</EM>ate           </TD> </TR>
28651 <TR> <TD> Z </TD> <TD> si<EM>Z</EM>e           </TD> </TR>
28652 <TR> <TD> O </TD> <TD> <EM>O</EM>rderedsubject </TD> </TR>
28653 <TR> <TD> E </TD> <TD> scor<EM>E</EM>          </TD> </TR>
28654 <TR> <TD> H </TD> <TD> t<EM>H</EM>read         </TD> </TR>
28655 </TABLE>
28657 If the sort order is Reversed, the letter above will be preceded by the letter
28658 &quot;R&quot;, for example
28660 <P><CENTER>[RS]</CENTER><P>
28662 means that a Reverse Subject sort is in effect.
28663 For the case where the sort is in Reverse Arrival order, the &quot;A&quot; is
28664 left out, and just an &quot;R&quot; is shown.
28666 <P><CENTER>[R]</CENTER>
28669 &lt;End of help on this topic&gt;
28670 </BODY>
28671 </HTML>
28672 ====== h_config_disable_reset_disp =====
28673 <HTML>
28674 <HEAD>
28675 <TITLE>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></TITLE>
28676 </HEAD>
28677 <BODY>
28678 <H1>FEATURE: <!--#echo var="FEAT_disable-terminal-reset-for-display-filters"--></H1>
28680 UNIX Alpine only.
28682 This feature affects Alpine's behavior when using
28683 <A HREF="h_config_display_filters"><!--#echo var="VAR_display-filters"--></A>.
28684 Normally, before the display filter is run, the terminal mode is reset
28685 to what it was before you started Alpine.
28686 This may be necessary if the filter requires the use of the terminal.
28687 For example, it may need to interact with you.
28688 If you set this feature, then the terminal mode will not be reset.
28689 One thing that turning on this feature should fix is the coloring of
28690 <A HREF="h_config_quote_color">quoted text</A> in the message view, which
28691 breaks because the terminal reset resets the color state of the terminal.
28694 &lt;End of help on this topic&gt;
28695 </BODY>
28696 </HTML>
28697 ====== h_config_disable_sender =====
28698 <HTML>
28699 <HEAD>
28700 <TITLE>FEATURE: <!--#echo var="FEAT_disable-sender"--></TITLE>
28701 </HEAD>
28702 <BODY>
28703 <H1>FEATURE: <!--#echo var="FEAT_disable-sender"--></H1>
28705 This feature affects Alpine's generation of the &quot;Sender:&quot; or
28706 <A HREF="h_config_use_sender_not_x">&quot;X-X-Sender&quot;</A>
28707 header fields.
28708 By default, Alpine will generate such a header in situations where the
28709 username or domain are not the same as
28710 the &quot;From:&quot; header on the message.
28711 With this feature set,
28712 no &quot;Sender:&quot; or &quot;X-X-Sender&quot; header will be generated.
28713 This may be desirable on a system that is virtually hosting many domains,
28714 and the sysadmin has other methods available for tracking a message to
28715 its originator.
28717 See also <A HREF="h_config_allow_chg_from">&quot;<!--#echo var="FEAT_allow-changing-from"-->&quot;</A>.
28720 &lt;End of help on this topic&gt;
28721 </BODY>
28722 </HTML>
28723 ====== h_config_use_sender_not_x =====
28724 <HTML>
28725 <HEAD>
28726 <TITLE>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></TITLE>
28727 </HEAD>
28728 <BODY>
28729 <H1>FEATURE: <!--#echo var="FEAT_use-sender-not-x-sender"--></H1>
28731 Normally Alpine adds a header line
28732 labeled &quot;X-X-Sender&quot;, if the sender is
28733 different from the From: line.
28734 The standard specifies that this header
28735 line should be labeled &quot;Sender&quot;, not &quot;X-X-Sender&quot;.
28736 Setting this feature causes
28737 &quot;Sender&quot; to be used instead of &quot;X-X-Sender&quot;.
28739 See also <A HREF="h_config_disable_sender">&quot;<!--#echo var="FEAT_disable-sender"-->&quot;</A>.
28742 &lt;End of help on this topic&gt;
28743 </BODY>
28744 </HTML>
28745 ====== h_config_use_fk =====
28746 <HTML>
28747 <HEAD>
28748 <TITLE>FEATURE: <!--#echo var="FEAT_use-function-keys"--></TITLE>
28749 </HEAD>
28750 <BODY>
28751 <H1>FEATURE: <!--#echo var="FEAT_use-function-keys"--></H1>
28753 This feature specifies that Alpine will respond to function keys instead of
28754 the normal single-letter commands. In this mode, the key menus at the
28755 bottom of each screen will show function key designations instead of the
28756 normal mnemonic key.
28759 &lt;End of help on this topic&gt;
28760 </BODY>
28761 </HTML>
28762 ====== h_config_cancel_confirm =====
28763 <HTML>
28764 <HEAD>
28765 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></TITLE>
28766 </HEAD>
28767 <BODY>
28768 <H1>FEATURE: <!--#echo var="FEAT_compose-cancel-confirm-uses-yes"--></H1>
28770 This feature affects what happens when you type ^C to cancel a composition.
28771 By default, if you attempt to cancel a composition by typing ^C, you will be
28772 asked to confirm the cancellation by typing a &quot;C&quot;
28773 for <EM>C</EM>onfirm.
28774 It logically ought to be a &quot;Y&quot; for <EM>Y</EM>es, but that is
28775 risky because the &quot;^C Y&quot; needed to cancel a message
28776 is close (on the keyboard) to the &quot;^X Y&quot; needed to send a message.
28778 If this feature is set the confirmation asked for
28779 will be a &quot;<EM>Y</EM>es&quot;
28780 instead of a &quot;<EM>C</EM>onfirm&quot; response.
28783 &lt;End of help on this topic&gt;
28784 </BODY>
28785 </HTML>
28786 ====== h_config_compose_maps_del =====
28787 <HTML>
28788 <HEAD>
28789 <TITLE>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></TITLE>
28790 </HEAD>
28791 <BODY>
28792 <H1>FEATURE: <!--#echo var="FEAT_compose-maps-delete-key-to-ctrl-d"--></H1>
28794 This feature affects the behavior of the DELETE key.
28795 If set, Delete will be equivalent to ^D, and delete
28796 the current character.  Normally Alpine defines the Delete key
28797 to be equivalent to ^H, which deletes the <EM>previous</EM>
28798 character.
28801 &lt;End of help on this topic&gt;
28802 </BODY>
28803 </HTML>
28804 ====== h_config_compose_bg_post =====
28805 <HTML>
28806 <HEAD>
28807 <TITLE>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></TITLE>
28808 </HEAD>
28809 <BODY>
28810 <H1>FEATURE: <!--#echo var="FEAT_enable-background-sending"--></H1>
28812 This feature affects the behavior of Alpine's mail sending.  If set, this
28813 feature enables a subcommand in the composer's "Send?" confirmation
28814 prompt.  The subcommand allows you to tell Alpine to handle the actual
28815 posting in the background.  While this feature usually allows posting
28816 to appear to happen very fast, it has no affect on the actual delivery
28817 time it takes a message to arrive at its destination.
28820 Please Note:
28821 <OL>
28822  <LI>This feature will have no effect if the feature
28823        <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A>
28824        is set.
28825  <LI>This feature isn't supported on all systems.  All DOS and Windows,
28826        as well as several Unix ports, do not recognize this feature.
28827  <LI>Error handling is significantly different when this feature is
28828         enabled.  Any message posting failure results in the message
28829         being appended to your &quot;Interrupted&quot; mail folder.  When you
28830         type the <A HREF="h_common_compose">C</A>ompose command,
28831         Alpine will notice this folder and
28832         offer to extract any messages contained.  Upon continuing a 
28833         failed message, Alpine will display the nature of the failure 
28834         in the status message line.
28835  <LI> <EM>WARNING</EM>: Under extreme conditions, it is possible
28836         for message data to
28837         get lost.  <EM>Do</EM> <EM>not</EM> enable this feature
28838         if you typically run close to any sort of disk-space limits or quotas.
28839 </OL>
28841 &lt;End of help on this topic&gt;
28842 </BODY>
28843 </HTML>
28844 ====== h_config_compose_dsn =====
28845 <HTML>
28846 <HEAD>
28847 <TITLE>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></TITLE>
28848 </HEAD>
28849 <BODY>
28850 <H1>FEATURE: <!--#echo var="FEAT_enable-delivery-status-notification"--></H1>
28852 This feature affects the behavior of Alpine's mail sending.  If set, this
28853 feature enables a subcommand in the composer's &quot;Send?&quot; confirmation
28854 prompt.  The subcommand allows you to tell Alpine to request the type of
28855 Delivery Status Notification (DSN) that you would like.  Most users will
28856 be happy with the default, and need not enable this feature.
28858 If the feature
28859 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
28860 then this feature has no effect and the type of DSN is not selectable.
28863 Turning on this feature and then turning on the DSNOpts from the send
28864 prompt reveals four on-off toggles at the bottom of the screen.
28865 The &quot;X&quot; command toggles between NoErrRets and ErrRets.  NoErrRets requests
28866 that no notification be returned to you, even if there is a delivery
28867 failure.  The &quot;D&quot; key toggles between Delay and NoDelay.  This tells the
28868 server that you are willing (or not) to receive delay notifications, which
28869 happen when there is an unusual delay at some mail server (in that mail
28870 server's opinion).  The &quot;S&quot; key toggles between Success and NoSuccess.
28871 Success requests that you be sent a DSN message when the message is
28872 successfully delivered to the recipients mailbox.  Setting NoErrRets will
28873 automatically turn off Delay and Success notification, and will flip the
28874 toggles to show that.  Similarly, turning on Delay and/or Success will
28875 automatically toggle the &quot;X&quot; key to ErrRets.  The fourth command, the
28876 &quot;H&quot; key, toggles between RetHdrs and RetFull.  RetFull requests that
28877 the full message be returned in any failed DSN.  RetHdrs requests that
28878 only the headers be returned in any failed DSN.  Notice that this command
28879 applies only to failed delivery status reports.  For delay or success
28880 reports, the full message is never returned, only the headers are returned.
28883 If you don't enable the DSN feature or if you don't turn it on for a
28884 particular message, the default is that you will be notified about failures,
28885 you might be notified about delays, and you won't be notified about
28886 successes.  You will usually receive the full message back when there is
28887 a failure.
28890 If you turn on the DSNOpts the default is to return as much information as
28891 possible to you.  That is, by default, the Success and Delay options are
28892 turned on and the full message will be returned on failure.
28895 The sending prompt will display the current DSN request (if any) in a
28896 shorthand form.  It will be:
28898 <P><CENTER>[Never]</CENTER>
28901 if you have requested NoErrRets.  Otherwise, it will look something like:
28903 <P><CENTER>[FDS-Hdrs]</CENTER>
28906 The &quot;F&quot; will always be there, indicating that you will be notified
28907 of failures.  (Alpine doesn't provide a way to request no failure notification
28908 and at the same time request either success or delay notification.  The only
28909 way to request no failure notifications is to request no notifications at
28910 all with NoErrRets.)  The &quot;D&quot; and/or &quot;S&quot; will be present if you have
28911 requested Delay and/or Success notification.  If one of those is missing,
28912 that means you are requesting no notification of the corresponding type.
28913 After the dash it will say either Hdrs or Full.  Hdrs means to return only
28914 the headers and Full means to return the full message (applies to
28915 failure notifications only).
28918 NOTE: This feature relies on your system's mail transport agent or
28919 configured
28920 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
28921 having the negotiation mechanism introduced in
28922 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
28923 &quot;Delivery Status Notification&quot; (DSN).  If the mail tranport agent you
28924 are using doesn't support DSN, a short warning will be shown to you on
28925 the message line at the bottom of the screen after you send your message,
28926 but your message will have been sent anyway.
28929 Note that DSNs don't provide a mechanism to request read receipts.  That
28930 is, if you request notification on success you are notified when the
28931 message is delivered to the mailbox, not when the message is read.
28934 ESMTP allows for graceful migration to upgraded mail transfer agents, but
28935 it is possible that this feature might cause problems for some servers. 
28938 &lt;End of help on this topic&gt;
28939 </BODY>
28940 </HTML>
28941 ====== h_config_auto_zoom =====
28942 <HTML>
28943 <HEAD>
28944 <TITLE>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></TITLE>
28945 </HEAD>
28946 <BODY>
28947 <H1>FEATURE: <!--#echo var="FEAT_auto-zoom-after-select"--></H1>
28949 This feature affects the behavior of the Select command.
28950 If set, the select command will automatically perform a zoom
28951 after the select is complete.
28952 This feature is set by default.
28954 Some related help topics are
28955 <UL>
28956 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28957 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28958 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28959 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
28960 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28961 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28962 </UL>
28965 &lt;End of help on this topic&gt;
28966 </BODY>
28967 </HTML>
28968 ====== h_config_auto_unzoom =====
28969 <HTML>
28970 <HEAD>
28971 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></TITLE>
28972 </HEAD>
28973 <BODY>
28974 <H1>FEATURE: <!--#echo var="FEAT_auto-unzoom-after-apply"--></H1>
28976 This feature affects the behavior of the Apply command.  If set, and if
28977 you are currently looking at a Zoomed Index view of selected messages,
28978 the Apply command will do the operation you specify, but then will
28979 implicitly do an &quot;UnZoom&quot;, so that you will automatically be back in
28980 the normal Index view after the Apply. 
28981 This feature is set by default.
28984 Some related help topics are
28985 <UL>
28986 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
28987 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
28988 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
28989 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
28990 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
28991 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
28992 </UL>
28994 &lt;End of help on this topic&gt;
28995 </BODY>
28996 </HTML>
28997 ====== h_config_auto_unselect =====
28998 <HTML>
28999 <HEAD>
29000 <TITLE>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></TITLE>
29001 </HEAD>
29002 <BODY>
29003 <H1>FEATURE: <!--#echo var="FEAT_auto-unselect-after-apply"--></H1>
29005 This feature affects the behavior of the Apply command.  If set,
29006 the Apply command will do the operation you specify, but then will
29007 implicitly do an &quot;UnSelect All&quot;, so that you will automatically be back in
29008 the normal Index view after the Apply. 
29011 Some related help topics are
29012 <UL>
29013 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
29014 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
29015 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
29016 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>, and
29017 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
29018 <LI> <A HREF="h_config_select_wo_confirm"><!--#echo var="FEAT_select-without-confirm"--></A>.
29019 </UL>
29021 &lt;End of help on this topic&gt;
29022 </BODY>
29023 </HTML>
29024 ====== h_config_fast_recent =====
29025 <HTML>
29026 <HEAD>
29027 <TITLE>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></TITLE>
29028 </HEAD>
29029 <BODY>
29030 <H1>FEATURE: <!--#echo var="FEAT_enable-fast-recent-test"--></H1>
29032 This feature controls the behavior of the TAB key when traversing folders
29033 in the optional 
29034 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
29035 collection or in optional <!--#echo var="VAR_news-collections"-->.
29038 When the TAB
29039 (<A HREF="h_common_nextnew">NextNew</A>)
29040 key is pressed, the default behavior is to
29041 explicitly examine the status of the folder for the number of recent
29042 messages (messages delivered since the last time it was viewed).
29043 Depending on the size and number of messages in the folder, this test
29044 can be time consuming.
29047 Enabling this feature will cause Alpine to only test for the existence of
29048 any recent messages rather than to obtain the count.  This is much faster
29049 in many cases.  The downside is that you're not given the number of recent
29050 messages when prompted to view the next folder.
29051 If the feature
29052 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
29053 is turned on, then the present feature will have no effect.
29056 <UL>   
29057 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29058 </UL><P>
29059 &lt;End of help on this topic&gt;
29060 </BODY>
29061 </HTML>
29062 ====== h_config_arrow_nav =====
29063 <HTML>
29064 <HEAD>
29065 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></TITLE>
29066 </HEAD>
29067 <BODY>
29068 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation"--></H1>
29070 This feature controls the behavior of the left and right arrow keys.
29071 If set, the left and right arrow keys will operate like the usual
29072 navigation keys &lt; and &gt;.
29073 This feature is set by default.
29076 If you set this feature, and do not like the changed behavior of the up/down 
29077 arrow 
29078 keys when navigating through the FOLDER LIST screen -- 
29079 <B>first</B> from column to column, if more than one folder is 
29080 displayed per row, 
29081 and <B>then</B> from row to row -- you may either also wish to set the feature 
29082 &quot;<A HREF="h_config_relaxed_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></A>&quot;, 
29083 &quot;<A HREF="h_config_single_list"><!--#echo var="FEAT_single-column-folder-list"--></A>&quot;, or
29084 use the ^P/^N (instead of up/down arrow) keys to move up/down the list of 
29085 folders in each column.
29087 <UL>   
29088 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29089 </UL><P>
29090 &lt;End of help on this topic&gt;
29091 </BODY>
29092 </HTML>
29093 ====== h_config_relaxed_arrow_nav =====
29094 <HTML>
29095 <HEAD>
29096 <TITLE>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></TITLE>
29097 </HEAD>
29098 <BODY>
29099 <H1>FEATURE: <!--#echo var="FEAT_enable-arrow-navigation-relaxed"--></H1>
29101 This feature controls the behavior of the left, right, up and down
29102 arrow keys in the FOLDER LIST screen when the &quot;<A
29103 HREF="h_config_arrow_nav"><!--#echo var="FEAT_enable-arrow-navigation"--></A>&quot; feature is
29104 set.
29105 This feature is set by default.
29109 When this feature is set, the left and right
29110 arrow keys in the FOLDER LIST screen
29111 move the highlight bar to the left or right, and the up and
29112 down arrows move it up or down.
29115 When the &quot;<!--#echo var="FEAT_enable-arrow-navigation"-->&quot; feature is set and this
29116 feature is not set;
29117 the left and right arrow keys in the Folder List screen strictly
29118 track the commands bound to the '&lt;' and '&gt;' keys, and the up
29119 and down arrow keys move the highlight bar to the previous and next
29120 folder or directory name.
29123 <UL>   
29124 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29125 </UL><P>
29126 &lt;End of help on this topic&gt;
29127 </BODY>
29128 </HTML>
29129 ====== h_config_alt_compose_menu =====
29130 <HTML>
29131 <HEAD>
29132 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></TITLE>
29133 </HEAD>
29134 <BODY>
29135 <H1>FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></H1>
29137 This feature controls the menu that is displayed when Compose is selected.
29138 If set, a list of options will be presented, with each option representing
29139 the type of composition that could be used. This feature is most useful for
29140 users who want to avoid being prompted with each option separately, or who
29141 want to avoid the checking of remote postponed or form letter folders.
29142 The possible types of composition are:
29145 New, for starting a new composition. Note that if New is selected and roles
29146 are set, roles are checked for matches and applied according to the setting
29147 of the matching role.
29150 Interrupted, for continuing an interrupted composition. This option is only
29151 offered if an interrupted message folder is detected.
29154 Postponed, for continuing postponed compositions. This option is offered
29155 if a <!--#echo var="VAR_postponed-folder"--> is set in the config REGARDLESS OF whether or not
29156 the postponed folder actually exists. This option is especially handy
29157 for avoiding having to check for the existence of a remote postponed folder.
29160 Form, for using form letters. This option is offered if the <!--#echo var="VAR_form-letter-folder"-->
29161 is set in the config, and is not checked for existence for reasons similar
29162 to those explained by the postponed option.
29165 setRole, for selecting a role to apply to a composition.
29168 &lt;End of help on this topic&gt;
29169 </BODY>
29170 </HTML>
29171 ====== h_config_alt_role_menu =====
29172 <HTML>
29173 <HEAD>
29174 <TITLE>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></TITLE>
29175 </HEAD>
29176 <BODY>
29177 <H1>FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></H1>
29179 Normally the <A HREF="h_common_role">Role Command</A> allows you to choose
29180 a role and compose a new message using that role.
29181 When this feature is set, the role command will first ask whether you want to
29182 Compose a new message, Forward the current message, Reply to the
29183 current message, or Bounce the current message.
29184 If you are not in the MESSAGE INDEX and are not viewing a message,
29185 then there is no current message and the question will be skipped.
29186 After you have chosen to Compose, Forward, Reply, or Bounce you will
29187 then choose the role to be used.
29189 When Bouncing the &quot;Set From&quot; address is used for the
29190 Resent-From header, the &quot;Set Fcc&quot; value is used for the Fcc
29191 provided that the option
29192 <A HREF="h_config_fcc_on_bounce">&quot;<!--#echo var="FEAT_fcc-on-bounce"-->&quot;</A> is turned on,
29193 and the &quot;Use SMTP Server&quot; value is used for the SMTP server, if
29194 set.
29195 Other actions of the role are ignored when Bouncing.
29198 &lt;End of help on this topic&gt;
29199 </BODY>
29200 </HTML>
29201 ====== h_config_always_spell_check =====
29202 <HTML>
29203 <HEAD>
29204 <TITLE>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></TITLE>
29205 </HEAD>
29206 <BODY>
29207 <H1>FEATURE: <!--#echo var="FEAT_spell-check-before-sending"--></H1>
29209 When this feature is set, every composed message will be spell-checked before
29210 being sent.
29212 &lt;End of help on this topic&gt;
29213 </BODY>
29214 </HTML>
29215 ====== h_config_quell_asterisks =====
29216 <HTML>
29217 <HEAD>
29218 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></TITLE>
29219 </HEAD>
29220 <BODY>
29221 <H1>FEATURE: <!--#echo var="FEAT_suppress-asterisks-in-password-prompt"--></H1>
29223 When you are running Alpine you will sometimes be asked for a password
29224 in a prompt on the third line from the bottom of the screen.
29225 Normally each password character you type will cause an asterisk to echo
29226 on the screen. That gives you some feedback to know that your typing is
29227 being recognized.
29228 There is a very slight security risk in doing it this way because someone
29229 watching over your shoulder might be able to see how many characters there
29230 are in your password.
29231 If you'd like to suppress the echoing of the asterisks set this feature.
29233 &lt;End of help on this topic&gt;
29234 </BODY>
29235 </HTML>
29236 ====== h_config_quell_flowed_text =====
29237 <HTML>
29238 <HEAD>
29239 <TITLE>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></TITLE>
29240 </HEAD>
29241 <BODY>
29242 <H1>FEATURE: <!--#echo var="FEAT_quell-flowed-text"--></H1>
29244 Alpine generates flowed text where possible.
29245 The method for generating flowed text is defined by
29246 <A HREF="http://www.ietf.org/rfc/rfc3676.txt">RFC 3676</A>,
29247 the benefit of doing so is
29248 to send message text that can properly be viewed both on normal width displays
29249 and on displays with smaller or larger than normal screen widths.
29250 With flowed text, a space at the end of a line tells the receiving mail
29251 client that the following line belongs to the same paragraph.
29252 Quoted text will also be affected, with only the innermost
29253 level of &quot;&gt;&quot; quoting being followed by a space.
29254 However, if you have changed the
29255 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29256 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29257 quoted text will not be flowed.
29258 For this reason, we recommend that you leave your
29259 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; set to the default.
29261 This feature turns off the generation of flowed text, as it might be
29262 desired to more tightly control how a message is displayed on the receiving end.
29264 If this feature is <EM>not</EM> set, you can control on a message by message
29265 basis whether or not flowed text is generated.
29266 You do this by typing ^V at the Send confirmation prompt that you get
29267 after typing ^X to send a message.
29268 ^V is a toggle that turns flowing off and back on if typed again.
29269 If for some reason flowing cannot be done on a particular message, then the
29270 ^V command will not be available.
29271 This would be the case, for example, if this feature was set, or if your
29272 &quot;<!--#echo var="VAR_reply-indent-string"-->&quot; was set to a non-default value.
29273 If the feature
29274 <A HREF="h_config_send_wo_confirm">&quot;<!--#echo var="FEAT_send-without-confirm"-->&quot;</A> is set,
29275 then the opportunity to control on a message by message basis
29276 whether or not flowed text is generated is lost.
29278 When this feature is not set and you have typed ^V to turn off flowing,
29279 the Send confirmation prompt will change to look like
29281 <CENTER><SAMP>Send message (not flowed)?</SAMP></CENTER>
29283 <A HREF="h_config_strip_ws_before_send">&quot;<!--#echo var="FEAT_strip-whitespace-before-send"-->&quot;</A> will
29284 also turn off the sending of flowed text messages, but it differs in that
29285 it also trims all trailing white space from a message before sending it.
29287 If alternate editors are used extensively, be aware that a message will still
29288 be sent flowed if this feature is unset.  In most cases this will be fine,
29289 but if the editor has a &quot;flowed text&quot; mode, it would be best to
29290 use that.
29292 &lt;End of help on this topic&gt;
29293 </BODY>
29294 </HTML>
29295 ====== h_config_strip_ws_before_send =====
29296 <HTML>
29297 <HEAD>
29298 <TITLE>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></TITLE>
29299 </HEAD>
29300 <BODY>
29301 <H1>FEATURE: <!--#echo var="FEAT_strip-whitespace-before-send"--></H1>
29303 By default, trailing whitespace is not stripped from
29304 a message before sending.  Trailing whitespace should have no effect on an
29305 email message, and in flowed text can aid in delimiting paragraphs.
29306 However, the old behavior of stripping trailing whitespace was in place
29307 to better deal with older clients that couldn't handle certain types of
29308 text encodings.  This feature restores the old behavior
29310 Trailing whitespace is of aid to flowed-text-formatted messages, which are
29311 generated by default but can be turned off via the
29312 <A HREF="h_config_quell_flowed_text">&quot;<!--#echo var="FEAT_quell-flowed-text"-->&quot;</A> feature.
29313 <!--#echo var="FEAT_strip-whitespace-before-send"--> also has the effect of turning off sending
29314 of flowed text.
29316 &lt;End of help on this topic&gt;
29317 </BODY>
29318 </HTML>
29319 ====== h_config_del_from_dot =====
29320 <HTML>
29321 <HEAD>
29322 <TITLE>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></TITLE>
29323 </HEAD>
29324 <BODY>
29325 <H1>FEATURE: <!--#echo var="FEAT_compose-cut-from-cursor"--></H1>
29327 This feature controls the behavior of the Ctrl-K command in the composer.
29328 If set, ^K will cut from the current cursor position to the end of the line,
29329 rather than cutting the entire line.
29332 &lt;End of help on this topic&gt;
29333 </BODY>
29334 </HTML>
29335 ====== h_config_print_index =====
29336 <HTML>
29337 <HEAD>
29338 <TITLE>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></TITLE>
29339 </HEAD>
29340 <BODY>
29341 <H1>FEATURE: <!--#echo var="FEAT_print-index-enabled"--></H1>
29343 This feature controls the behavior of the Print command when in the
29344 MESSAGE INDEX screen.  If set, the print command will give you a prompt
29345 asking if you wish to print the message index, or the currently highlighted
29346 message. If not set, the message will be printed.
29349 &lt;End of help on this topic&gt;
29350 </BODY>
29351 </HTML>
29352 ====== h_config_allow_talk =====
29353 <HTML>
29354 <HEAD>
29355 <TITLE>FEATURE: <!--#echo var="FEAT_allow-talk"--></TITLE>
29356 </HEAD>
29357 <BODY>
29358 <H1>FEATURE: <!--#echo var="FEAT_allow-talk"--></H1>
29360 UNIX Alpine only.
29362 By default, permission for others to &quot;talk&quot; to your terminal is turned
29363 off when you are running Alpine.  When this feature is set, permission is
29364 instead turned on.  If enabled, you may see unexpected messages in the
29365 middle of your Alpine screen from someone attempting to contact you via the
29366 &quot;talk&quot; program.
29369 NOTE: The &quot;talk&quot; program has nothing to do with Alpine or email.  The 
29370 talk daemon on your system will attempt to print a message on your screen 
29371 when someone else is trying to contact you.  If you wish to see these
29372 messages while you are running Alpine, you should enable this feature.
29375 If you do enable this feature and see a &quot;talk&quot; message, you must 
29376 suspend or quit Alpine before you can respond.
29379 &lt;End of help on this topic&gt;
29380 </BODY>
29381 </HTML>
29382 ====== h_config_send_filter_dflt =====
29383 <HTML>
29384 <HEAD>
29385 <TITLE>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></TITLE>
29386 </HEAD>
29387 <BODY>
29388 <H1>FEATURE: <!--#echo var="FEAT_compose-send-offers-first-filter"--></H1>
29389 If you have <A HREF="h_config_sending_filter">&quot;<!--#echo var="VAR_sending-filters"-->&quot;</A> 
29390 configured, setting this feature will cause
29391 the first filter in the <!--#echo var="VAR_sending-filters"--> list to be offered as the default
29392 instead of unfiltered, the usual default.
29394 <UL>   
29395 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29396 </UL><P>
29397 &lt;End of help on this topic&gt;
29398 </BODY>
29399 </HTML>
29400 ====== h_config_custom_print =====
29401 <HTML>
29402 <HEAD>
29403 <TITLE>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></TITLE>
29404 </HEAD>
29405 <BODY>
29406 <H1>FEATURE: <!--#echo var="FEAT_print-offers-custom-cmd-prompt"--></H1>
29408 When this feature is set, the print command will have an additional
29409 subcommand called "C CustomPrint".  If selected, you will have
29410 the opportunity to enter any system print command --instead of being 
29411 restricted to using those that have been previously configured in the 
29412 printer setup menu.
29415 &lt;End of help on this topic&gt;
29416 </BODY>
29417 </HTML>
29418 ====== h_config_enable_dot_files =====
29419 <HTML>
29420 <HEAD>
29421 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></TITLE>
29422 </HEAD>
29423 <BODY>
29424 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-files"--></H1>
29426 When this feature is set, files beginning with dot (".") will be
29427 visible in the file browser.  For example, you'll be able to select them
29428 when using the browser to add an attachment to a message.
29430 &lt;End of help on this topic&gt;
29431 </BODY>
29432 </HTML>
29433 ====== h_config_enable_dot_folders =====
29434 <HTML>
29435 <HEAD>        
29436 <TITLE>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></TITLE>
29437 </HEAD>
29438 <BODY>
29439 <H1>FEATURE: <!--#echo var="FEAT_enable-dot-folders"--></H1>
29441 When this feature is set, folders beginning with dot (".") may be added
29442 and viewed.
29444 &lt;End of help on this topic&gt;
29445 </BODY>
29446 </HTML>
29447 ====== h_config_ff_between_msgs =====
29448 <HTML>
29449 <HEAD>
29450 <TITLE>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></TITLE>
29451 </HEAD>
29452 <BODY>
29453 <H1>FEATURE: <!--#echo var="FEAT_print-formfeed-between-messages"--></H1>
29455 Setting this feature causes a formfeed to be printed between messages when
29456 printing multiple messages (with Apply Print command).
29458 &lt;End of help on this topic&gt;
29459 </BODY>
29460 </HTML>
29461 ====== h_config_blank_keymenu =====
29462 <HTML>
29463 <HEAD>
29464 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></TITLE>
29465 </HEAD>
29466 <BODY>
29467 <H1>FEATURE: <!--#echo var="FEAT_disable-keymenu"--></H1>
29469 If this feature is set the command key menu that normally appears on the
29470 bottom two lines of the screen will not usually be there.  Asking for
29471 help with ^G or ? will cause the key menu to appear instead of causing
29472 the help message to come up.  If you want to actually see the help text,
29473 another ^G or ? will show it to you.  After the key menu has popped
29474 up with the help key it will remain there for an O for Other command but
29475 disappear if any other command is typed.
29477 &lt;End of help on this topic&gt;
29478 </BODY>
29479 </HTML>
29480 ====== h_config_enable_mouse =====
29481 <HTML>
29482 <HEAD>
29483 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></TITLE>
29484 </HEAD>
29485 <BODY>
29486 <H1>FEATURE: <!--#echo var="FEAT_enable-mouse-in-xterm"--></H1>
29488 This feature controls whether or not an X terminal mouse can be used with
29489 Alpine.  If set, and the $DISPLAY variable indicates that an X terminal is
29490 being used, the left mouse button on the mouse can be used to select text
29491 or commands.
29492 Clicking on a command at the bottom of the screen will behave as if you had
29493 typed that command.
29494 Clicking on an index line will move the current message highlight to
29495 that line.
29496 Double-clicking on an index line will view the message.
29497 Double-clicking on a link will view the link.
29499 This type of mouse support will also work in some terminal emulators which are
29500 not actually X terminals, but which have extra code to support the xterm
29501 style mouse.
29502 For those emulators you not only need to turn this feature on but you also
29503 have to set the $DISPLAY environment variable even though it isn't needed
29504 for your terminal.
29505 That will cause Alpine to think that it is an xterm and to properly interpret the
29506 escape sequences sent by the mouse.
29508 Note: if this feature is set, the behavior of X terminal cut-and-paste is
29509 also modified.  It is sometimes possible to hold the shift key down while clicking
29510 left or middle mouse buttons for the normal xterm cut/paste operations. 
29511 There is also an Alpine command to toggle this mode on or off.
29512 The command is Ctrl-&#92; (Control-backslash).
29514 &lt;End of help on this topic&gt;
29515 </BODY>
29516 </HTML>
29517 ====== h_config_enable_xterm_newmail =====
29518 <HTML>
29519 <HEAD>        
29520 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></TITLE>
29521 </HEAD>
29522 <BODY>
29523 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></H1>
29525 This feature controls whether or not Alpine will attempt to announce new
29526 mail arrival when it is running in an X terminal window and that window
29527 is iconified.  If set, and the $DISPLAY variable indicates that an X
29528 terminal is being used, Alpine will send appropriate escape sequences to
29529 the X terminal to modify the label on Alpine's icon to indicate that new
29530 mail has arrived. Alpine will also modify the Alpine window's title to
29531 indicate new mail.
29532 See also <a href="h_config_enable_newmail_short_text"><!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></a>.
29534 &lt;End of help on this topic&gt;
29535 </BODY></HTML>
29536 ====== h_config_enable_newmail_short_text =====
29537 <HTML>
29538 <HEAD>        
29539 <TITLE>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></TITLE>
29540 </HEAD>
29541 <BODY>
29542 <H1>FEATURE: <!--#echo var="FEAT_enable-newmail-short-text-in-icon"--></H1>
29544 This feature controls the text to be displayed in an icon in the event
29545 of a new message arrival.  Normally, the message will
29546 be the one that is displayed on the screen.  This feature shortens the
29547 message to a count of the number of new messages in brackets.  This may be
29548 more useful for those who use the window's title bar in the task bar as a
29549 new mail indicator.  This feature is only useful if the
29550 <A HREF="h_config_enable_xterm_newmail"><!--#echo var="FEAT_enable-newmail-in-xterm-icon"--></A>
29551 feature is also set.  Like the <!--#echo var="FEAT_enable-newmail-in-xterm-icon"-->
29552 feature, this feature is only relevant when run in an xterm environment.
29554 &lt;End of help on this topic&gt;
29555 </BODY></HTML>
29556 ====== h_config_copy_to_to_from =====
29557 <HTML>
29558 <HEAD>
29559 <TITLE>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></TITLE>
29560 </HEAD>
29561 <BODY>
29562 <H1>FEATURE: <!--#echo var="FEAT_copy-to-address-to-from-if-it-is-us"--></H1>
29564 This feature affects the From address used when Replying to a message.
29565 It is probably only useful if you have some
29566 <a href="h_config_alt_addresses"><!--#echo var="VAR_alt-addresses"--></a>
29567 defined.
29568 When enabled, it checks to see if any of the addresses in the To or Cc
29569 fields of the message you are replying to is one of your addresses.
29570 If it is, and there is only one of them, then that address is used as
29571 the From address in the message you are composing.
29572 In other words, you will be using a From address that is the same
29573 as the To address that was used to get the mail to you in the first place.
29576 If a role is being used and it has a From address defined, that From address will
29577 be used rather than the one derived from this feature.
29580 <UL>   
29581 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29582 </UL><P>
29583 &lt;End of help on this topic&gt;
29584 </BODY>
29585 </HTML>
29586 ====== h_config_prefix_editing =====
29587 <HTML>
29588 <HEAD>
29589 <TITLE>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></TITLE>
29590 </HEAD>
29591 <BODY>
29592 <H1>FEATURE: <!--#echo var="FEAT_enable-reply-indent-string-editing"--></H1>
29594 This feature affects the Reply command's &quot;Include original message
29595 in Reply?&quot; prompt.  When enabled, it causes the
29596 &quot;Edit Indent String&quot; sub-command to appear which allows 
29597 you to edit the string Alpine would otherwise use to denote included 
29598 text from the message being replied to.<P>
29600 Thus, you can change Alpine's default message quote character (usually
29601 an angle bracket) on a per message basis. So you could change your quoted message to
29602 look, for example, like this:<p>
29604 <pre>On Tues, 26 Jan 1999, John Q. Smith wrote:
29606 John: I just wanted to say hello and to congratulate you
29607 John: on a job well done!</pre><p>
29609 The configuration option
29610 <A HREF="h_config_reply_indent_string">&quot;<!--#echo var="VAR_reply-indent-string"-->&quot;</A>
29611 may be used to change what appears as the default string to be edited.
29613 NOTE: Edited <!--#echo var="VAR_reply-indent-string"--> only apply to the message
29614 currently being replied to.
29616 If you change your <!--#echo var="VAR_reply-indent-string"-->
29617 so that it is not equal to the default value of &quot;&gt;&nbsp;&quot;, then
29618 quoted text will not be flowed
29619 (<A HREF="h_config_quell_flowed_text">Flowed Text</A>)
29620 when you reply.
29621 For this reason, we recommend that you leave your <!--#echo var="VAR_reply-indent-string"-->
29622 set to the default value.
29624 <UL>   
29625 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29626 </UL><P>
29627 &lt;End of help on this topic&gt;
29628 </BODY>
29629 </HTML>
29630 ====== h_config_enable_search_and_repl =====
29631 <HTML>
29632 <HEAD>
29633 <TITLE>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></TITLE>
29634 </HEAD>
29635 <BODY>
29636 <H1>FEATURE: <!--#echo var="FEAT_enable-search-and-replace"--></H1>
29638 This feature modifies the behavior of Alpine's composer.  Setting this
29639 feature causes Alpine to offer the "^R Replace" subcommand, which
29640 allows you to search and replace text strings in a message you are composing, 
29641 inside the "^W Where is" command.  
29645 To search and replace text, first enter the text to be replaced at the 
29646 "Search: " prompt.  Then, rather than pressing Enter to just search for that
29647 text, press ^R, which turns the prompt into 
29651 Search (to replace): 
29655 and then press Enter.  The cursor will highlight the first occurrence 
29656 of the text string you entered, and the prompt will show: 
29660 Replace "<your text string>" with : 
29664 where <your text string> is what you entered at the previous prompt;
29665 here, enter the replacement text.  To only replace the highlighted 
29666 occurrence, simply press Enter now; to replace all occurrences in the 
29667 message, press ^X (Repl All), then Enter.  You will then be asked to confirm 
29668 each replacement.
29672 The command ^R toggles between "Replace" and "Don't Replace"; its subcommand
29673 ^X toggles between "Replace All" and "Replace One."
29677 If you previously searched for text in a message, it will be offered for 
29678 re-use as part of the prompt, shown in [ ] brackets.
29681 &lt;End of help on this topic&gt;
29682 </BODY>
29683 </HTML>
29684 ====== h_config_enable_view_attach =====
29685 <HTML>
29686 <HEAD>
29687 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></TITLE>
29688 </HEAD>
29689 <BODY>
29690 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-attachments"--></H1>
29692 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29693 Setting this feature causes Alpine to present attachments in boldface.
29694 The first available attachment is displayed in inverse.  This is the
29695 "selected" attachment.  Pressing RETURN will cause Alpine to display
29696 the selected attachment.  Use the arrow keys to change which of the
29697 attachments displayed in boldface is the current selection.
29701 Speaking of arrow keys, the Up and Down Arrows will select the next
29702 and previous attachments if one is available on the screen for selection.
29703 Otherwise, they will simply adjust the viewed text one line up or down.
29707 Similarly, when selectable items are present in a message, the Ctrl-F key
29708 can be used to select the next item in the message independent of which
29709 portion of the viewed message is currently displayed. The Ctrl-B key can
29710 be used to select the previous item in the same way. 
29711 <P> 
29712 &lt;End of help on this topic&gt;
29713 </BODY>
29714 </HTML>
29715 ====== h_config_enable_y_print =====
29716 <HTML>
29717 <HEAD>
29718 <TITLE>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></TITLE>
29719 </HEAD>
29720 <BODY>
29721 <H1>FEATURE: <!--#echo var="FEAT_enable-print-via-y-command"--></H1>
29723 This feature modifies the behavior of Alpine's Print command.
29725 By default, Alpine's print command is available by pressing the "%" key.  
29726 (This command is a substantial change from Pine versions before 4.00 -- 
29727 where the print command was "Y" -- based on numerous complaints about 
29728 printing being invoked inadvertently, since Y also means "Yes.")  
29732 This feature is supplied to mitigate any disruption or anxiety users 
29733 might feel as a result of this change.  
29737 Enabling this feature will cause Alpine to recognize both the old
29738 command, "Y" for Prynt, as well the new "%" method for invoking
29739 printing.  Note, key menu labels are not changed as a result of
29740 enabling this feature.
29744 &lt;End of help on this topic&gt;
29745 </BODY>
29746 </HTML>
29747 ====== h_config_enable_lessthan_exit =====
29748 <HTML>
29749 <HEAD>
29750 <TITLE>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></TITLE>
29751 </HEAD>
29752 <BODY>
29753 <H1>FEATURE: <!--#echo var="FEAT_enable-exit-via-lessthan-command"--></H1>
29755 If this feature is set, then on screens where there is an Exit command
29756 but no < command, the < key will perform the same function as the Exit
29757 command.
29758 This feature is set by default.
29760 &lt;End of help on this topic&gt;
29761 </BODY>
29762 </HTML>
29763 ====== h_config_enable_view_url =====
29764 <HTML>
29765 <HEAD>
29766 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></TITLE>
29767 </HEAD>
29768 <BODY>
29769 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-urls"--></H1>
29770 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29771 When this feature is set (the default) Alpine will select possible URLs from the
29772 displayed text and display them in boldface for selection.
29774 The first available URL is displayed in inverse.  This is the
29775 &quot;selected&quot; URL.  Pressing RETURN will cause Alpine to display
29776 the selected URL via either built-in means as with mailto:, imap:,
29777 news:, and nntp:, or via an external application as defined
29778 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29779 variable.
29781 Use the arrow keys to change which of the URLs displayed in boldface
29782 is the current selection.
29784 Speaking of arrow keys, the Up and Down Arrows will select the next
29785 and previous URL if one is available on the screen for selection (unless 
29786 you have set the feature 
29787 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>).
29788 Otherwise, they will simply adjust the viewed text one line up or down.
29790 Similarly, when selectable items are present in a message, the Ctrl-F
29791 key can be used to select the next item in the message independent
29792 of which portion of the viewed message is currently displayed. The
29793 Ctrl-B key can be used to select the previous item in the same way.
29795 <UL>   
29796 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29797 </UL><P>
29798 &lt;End of help on this topic&gt;
29799 </BODY>
29800 </HTML>
29801 ====== h_config_enable_view_web_host =====
29802 <HTML>
29803 <HEAD>
29804 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></TITLE>
29805 </HEAD>
29806 <BODY>
29807 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-web-hostnames"--></H1>
29809 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29810 When this feature is set (the default) Alpine will select possible web hostnames
29811 from the displayed text and display them in boldface for selection.  
29812 This can be useful when you receive messages referencing World Wide Web 
29813 sites without the use of complete URLs; for example, specifying only 
29814 &quot;www.patches.freeiz.com/alpine/&quot; (which will <B>not</B> become a 
29815 selectable 
29816 item by setting <A HREF="h_config_enable_view_url">&quot;<!--#echo var="FEAT_enable-msg-view-urls"-->&quot;</A>) 
29817 rather than explicitly
29818 &quot;http://www.patches.freeiz.com/alpine/&quot;.  
29820 The first available hostname is displayed in inverse.  This is the
29821 &quot;selected&quot; hostname.  Pressing RETURN will cause Alpine to display
29822 the selected hostname via an external application as defined
29823 by the <A HREF="h_config_browser">&quot;url-viewer&quot;</A> 
29824 variable.
29826 Use the arrow keys (unless you have set the feature 
29827 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29828 to change which of the hostnames displayed in
29829 boldface is the current selection.
29831 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29832 key can be used to select the next web hostname in the message independent
29833 of which portion of the viewed message is currently displayed. The
29834 Ctrl-B key can be used to select the previous web hostnames in the same way.
29836 <UL>   
29837 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29838 </UL><P>
29839 &lt;End of help on this topic&gt;
29840 </BODY>
29841 </HTML>
29842 ====== h_config_enable_view_addresses =====
29843 <HTML>
29844 <HEAD>
29845 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></TITLE>
29846 </HEAD>
29847 <BODY>
29848 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-addresses"--></H1>
29850 This feature modifies the behavior of Alpine's MESSAGE TEXT screen.
29851 Setting this feature causes Alpine to select possible email addresses
29852 from the displayed text and display them in boldface for selection.  
29855 The first available email address is displayed in inverse.  This is the
29856 &quot;selected&quot; address.  Pressing RETURN will cause Alpine to enter
29857 the message composition screen with the To: field filled in with the
29858 selected address.
29860 Use the arrow keys (unless you have set the feature 
29861 <A HREF="h_config_enable_view_arrows">&quot;<!--#echo var="FEAT_enable-msg-view-forced-arrows"-->&quot;</A>) 
29862 to change which of the hostnames displayed in
29863 boldface is the current selection.
29865 Similarly, when selectable web hostnames are present in a message, the Ctrl-F
29866 key can be used to select the next web hostname in the message independent
29867 of which portion of the viewed message is currently displayed. The
29868 Ctrl-B key can be used to select the previous web hostnames in the same way.
29870 <UL>   
29871 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
29872 </UL><P>
29873 &lt;End of help on this topic&gt;
29874 </BODY>
29875 </HTML>
29876 ====== h_config_enable_view_arrows =====
29877 <HTML>
29878 <HEAD>
29879 <TITLE>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></TITLE>
29880 </HEAD>
29881 <BODY>
29882 <H1>FEATURE: <!--#echo var="FEAT_enable-msg-view-forced-arrows"--></H1>
29884 This feature modifies Up and Down arrow key behavior in Alpine's
29885 MESSAGE TEXT screen when selectable Attachments, URL's, or
29886 web-hostnames are presented. Alpine's usual behavior is to move to
29887 the next or previous selectable item if currently displayed or
29888 simply to adjust the screen view by one line.
29892 Setting this feature causes the UP and Down arrow key to behave as
29893 if no selectable items were present in the message.
29897 Note, the Ctrl-F (next selectable item) and Ctrl-B (previous selectable
29898 item) functionality is unchanged.
29901 &lt;End of help on this topic&gt;
29902 </BODY>
29903 <HTML>
29904 ====== h_config_quell_charset_warning =====
29905 <HTML>
29906 <HEAD>
29907 <TITLE>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></TITLE>
29908 </HEAD>
29909 <BODY>
29910 <H1>FEATURE: <!--#echo var="FEAT_quell-charset-warning"--></H1>
29912 By default, if the message you are viewing contains characters that are
29913 not representable in your
29914 <A HREF="h_config_char_set">&quot;Display Character Set&quot;</A>
29915 then Alpine will
29916 add a warning to the start of the displayed text.
29917 If this option is set, then that editorial message will be suppressed.
29919 Setting this feature also suppresses the comment about the character set
29920 in header lines.
29921 For example, when viewing a message you might see
29923 <CENTER><SAMP>From: &quot;[ISO-8859-2] Name&quot; &lt;address&gt;</SAMP></CENTER>
29925 in the From header if your Character-Set is something other than ISO-8859-2.
29926 If you set this feature, the comment about the character set will
29927 no longer be there.
29929 &lt;End of help on this topic&gt;
29930 </BODY>
29931 </HTML>
29932 ====== h_config_quell_host_after_url =====
29933 <HTML>
29934 <HEAD>
29935 <TITLE>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></TITLE>
29936 </HEAD>
29937 <BODY>
29938 <H1>FEATURE: <!--#echo var="FEAT_quell-server-after-link-in-html"--></H1>
29940 By default, links in HTML text are displayed with the host the link
29941 references appended, within square brackets, to the link text.  Alpine
29942 does this to help indicate where a link will take you, particularly when
29943 the link text might suggest a different destination.
29946 Setting this feature will prevent the server name from being appended
29947 to the displayed text.
29950 &lt;End of help on this topic&gt;
29951 </BODY>
29952 </HTML>
29953 ====== h_config_prefer_plain_text =====
29954 <HTML>
29955 <HEAD>
29956 <TITLE>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></TITLE>
29957 </HEAD>
29958 <BODY>
29959 <H1>FEATURE: <!--#echo var="FEAT_prefer-plain-text"--></H1>
29961 A message being viewed may contain alternate versions of the same content.
29962 Those alternate versions are supposed to be ordered by the sending software such that the
29963 first alternative is the least preferred and the last alternative is the
29964 most preferred. Alpine will normally display the most-preferred version that
29965 it knows how to display. This is most often encountered where the two
29966 alternate versions are a plain text version and an HTML version, with the
29967 HTML version listed last as the most preferred.
29969 If this option is set, then any plain text version will be preferred to
29970 all other versions.
29972 When viewing a message there is a command &quot;A TogglePreferPlain&quot;,
29973 which will temporarily change the sense of this option.
29974 If this option is set you will first see the plain text version of a
29975 message.
29976 If you then type the &quot;A&quot; command, you will see the most preferred version,
29977 most likely HTML, instead.
29978 Typing the &quot;A&quot; command a second time will switch it back.
29979 Alternatively, if the present option is not set you will originally see
29980 the most preferred version of the message and typing &quot;A&quot; will switch to
29981 the plain text version.
29983 &lt;End of help on this topic&gt;
29984 </BODY>
29985 </HTML>
29986 ====== h_config_pass_control =====
29987 <HTML>
29988 <HEAD>
29989 <TITLE>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></TITLE>
29990 </HEAD>
29991 <BODY>
29992 <H1>FEATURE: <!--#echo var="FEAT_pass-control-characters-as-is"--></H1>
29994 It is probably not useful to set this option.
29995 This is a legacy option left behind &quot;just in case&quot;.
29996 Multi-byte characters that have an octet that has the same
29997 value as a control character are permitted through whether or not
29998 this option is turned on.
30000 This feature controls how certain characters contained in messages are
30001 displayed.
30002 If set, all characters in a message will be sent to the
30003 screen. Normally, control characters are displayed as shown below to
30004 avoid a garbled screen and to 
30005 avoid inadvertently changing terminal setup parameters.
30006 Control characters are usually displayed as two character sequences like
30007 <P><CENTER><SAMP> ^C </SAMP></CENTER><P>
30008 for Control-C,
30009 <P><CENTER><SAMP> ^[ </SAMP></CENTER><P>
30010 for ESCAPE,
30011 <P><CENTER><SAMP> ^? </SAMP></CENTER><P>
30012 for DELETE, and
30013 <P><CENTER><SAMP> ~E </SAMP></CENTER><P>
30014 for the character with value 133 (0x85).
30015 (The DEL character is displayed as ^?, regular control characters are displayed
30016 as the character ^ followed by the character obtained by adding the
30017 five low-order bits of the character to 0x40, and the C1
30018 control characters 0x80 - 0x9F are displayed as the character ~ followed by the
30019 character obtained by adding the
30020 five low-order bits of the character to 0x40.)
30021 Sometimes, in cases where changing a single control character into a
30022 two-character sequence would confuse Alpine's display routines,
30023 a question mark is substituted for the control character.
30025 If you wish to filter out regular control characters but pass the
30026 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30027 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.
30029 &lt;End of help on this topic&gt;
30030 </BODY>
30031 </HTML>
30032 ====== h_config_pass_c1_control =====
30033 <HTML>
30034 <HEAD>
30035 <TITLE>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></TITLE>
30036 </HEAD>
30037 <BODY>
30038 <H1>FEATURE: <!--#echo var="FEAT_pass-c1-control-characters-as-is"--></H1>
30040 It is probably not useful to set this option.
30041 This is a legacy option left behind &quot;just in case&quot;.
30042 Multi-byte characters that have an octet that has the same
30043 value as a control character are permitted through whether or not
30044 this option is turned on.
30046 If the feature <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30047 is set, then this feature has no effect.
30048 However, if you wish to filter out regular control characters but pass the
30049 so-called C1 control characters (0x80 <= char < 0xA0) through unchanged, then
30050 you may leave <A HREF="h_config_pass_control"><!--#echo var="FEAT_pass-control-characters-as-is"--></A>
30051 unset and set this feature.
30053 &lt;End of help on this topic&gt;
30054 </BODY>
30055 </HTML>
30056 ====== h_config_fcc_on_bounce =====
30057 <HTML>
30058 <HEAD>
30059 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></TITLE>
30060 </HEAD>
30061 <BODY>
30062 <H1>FEATURE: <!--#echo var="FEAT_fcc-on-bounce"--></H1>
30064 This feature controls an aspect of Alpine's behavior when bouncing a
30065 message. If set, normal FCC ("File Carbon Copy") processing will be
30066 done, just as if you had composed a message to the address you are
30067 bouncing to.  If not set, no FCC of the message will be saved. 
30069 &lt;End of help on this topic&gt;
30070 </BODY>
30071 </HTML>
30072 ====== h_config_show_cursor =====
30073 <HTML>
30074 <HEAD>
30075 <TITLE>FEATURE: <!--#echo var="FEAT_show-cursor"--></TITLE>
30076 </HEAD>
30077 <BODY>
30078 <H1>FEATURE: <!--#echo var="FEAT_show-cursor"--></H1>
30080 This feature controls an aspect of Alpine's displays.  If set, the system
30081 cursor will move to convenient locations in the displays.  For example,
30082 to the beginning of the status field of the highlighted index line, or
30083 to the highlighted word after a successful WhereIs command.  It is intended
30084 to draw your attention to an "interesting" spot on the screen.
30086 &lt;End of help on this topic&gt;
30087 </BODY>
30088 </HTML>
30089 ====== h_config_sort_fcc_alpha =====
30090 <HTML>
30091 <HEAD>
30092 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></TITLE>
30093 </HEAD>
30094 <BODY>
30095 <H1>FEATURE: <!--#echo var="FEAT_sort-default-fcc-alpha"--></H1>
30097 This feature controls an aspect of Alpine's FOLDER LIST screen.
30098 If set, the default Fcc folder will be sorted alphabetically with the other
30099 folders instead of appearing right after the INBOX.
30101 &lt;End of help on this topic&gt;
30102 </BODY>
30103 </HTML>
30104 ====== h_config_sort_save_alpha =====
30105 <HTML>
30106 <HEAD>
30107 <TITLE>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></TITLE>
30108 </HEAD>
30109 <BODY>
30110 <H1>FEATURE: <!--#echo var="FEAT_sort-default-save-alpha"--></H1>
30112 This feature controls an aspect of Alpine's FOLDER LIST screen.
30113 If set, the default save folder will be sorted alphabetically with the other
30114 folders instead of appearing right after the INBOX (and default FCC folder).
30116 &lt;End of help on this topic&gt;
30117 </BODY>
30118 </HTML>
30119 ====== h_config_single_list =====
30120 <HTML>
30121 <HEAD>
30122 <TITLE>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></TITLE>
30123 </HEAD>
30124 <BODY>
30125 <H1>FEATURE: <!--#echo var="FEAT_single-column-folder-list"--></H1>
30127 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30128 the folders will be listed one per line instead of several per line
30129 in the FOLDER LIST display.
30131 &lt;End of help on this topic&gt;
30132 </BODY>
30133 </HTML>
30134 ====== h_config_vertical_list =====
30135 <HTML>
30136 <HEAD>
30137 <TITLE>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></TITLE>
30138 </HEAD>
30139 <BODY>
30140 <H1>FEATURE: <!--#echo var="FEAT_vertical-folder-list"--></H1>
30142 This feature controls an aspect of Alpine's FOLDER LIST screen.  If set,
30143 the folders will be listed alphabetically down the columns rather
30144 than across the columns as is the default.
30146 &lt;End of help on this topic&gt;
30147 </BODY>
30148 </HTML>
30149 ====== h_config_verbose_post =====
30150 <HTML>
30151 <HEAD>
30152 <TITLE>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></TITLE>
30153 </HEAD>
30154 <BODY>
30155 <H1>FEATURE: <!--#echo var="FEAT_enable-verbose-smtp-posting"--></H1>
30156 This feature controls an aspect of Alpine's message sending.  When enabled,
30157 Alpine will send a VERB (i.e., VERBose) command early in the posting process
30158 intended to cause the SMTP server to provide a more detailed account of
30159 the transaction.  This feature is typically only useful to system
30160 administrators and other support personel as an aid in troublshooting
30161 problems.
30163 Note, this feature relies on a specific capability of the system's mail
30164 transport agent or configured 
30165 <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>.  
30166 It is possible that this
30167 feature will cause problems for some tranport agents, and may result in
30168 sending failure.  In addition, as the verbose output comes from the mail
30169 transport agent, it is likely to vary from one system to another. 
30170 <P><UL>
30171 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30172 </UL><P>
30173 &lt;End of help on this topic&gt;
30174 </BODY>
30175 </HTML>
30176 ====== h_config_auto_reply_to =====
30177 <HTML>
30178 <HEAD>
30179 <TITLE>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></TITLE>
30180 </HEAD>
30181 <BODY>
30182 <H1>FEATURE: <!--#echo var="FEAT_reply-always-uses-reply-to"--></H1>
30184 This feature controls an aspect of Alpine's Reply command.  If set, Alpine
30185 will not prompt when a message being replied to contains a "Reply-To:"
30186 header value, but will simply use its value (as opposed to using the
30187 "From:" field's value).
30191 Note: Using the "Reply-To:" address is usually the preferred behavior,
30192 however, some mailing list managers choose to place the list's address in
30193 the "Reply-To:" field of any message sent out to the list.  In such
30194 cases, this feature makes it all too easy for personal replies to be
30195 inadvertently sent to the entire mail list, so be careful! 
30197 &lt;End of help on this topic&gt;
30198 </BODY>
30199 </HTML>
30200 ====== h_config_del_skips_del =====
30201 <HTML>
30202 <HEAD>
30203 <TITLE>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></TITLE>
30204 </HEAD>
30205 <BODY>
30206 <H1>FEATURE: <!--#echo var="FEAT_delete-skips-deleted"--></H1>
30208 This feature controls an aspect of Alpine's Delete command.  If set, this
30209 feature will cause the Delete command to advance past following messages that
30210 are marked deleted.  In other words, pressing "D" will both mark the
30211 current message deleted and advance to the next message that is not marked
30212 deleted.
30213 This feature is set by default.
30215 &lt;End of help on this topic&gt;
30216 </BODY></HTML>
30217 ====== h_config_expunge_manually =====
30218 <HTML>
30219 <HEAD>
30220 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></TITLE>
30221 </HEAD>
30222 <BODY>
30223 <H1>FEATURE: <!--#echo var="FEAT_expunge-only-manually"--></H1>
30225 Normally, when you close a folder that contains deleted messages you are
30226 asked if you want to expunge those messages from the folder permanently.
30227 If this feature is set, you won't be asked and the deleted messages will
30228 remain in the folder.
30229 If you choose to set this feature you will have to expunge the
30230 messages manually using the eXpunge command, which you can use while
30231 in the MESSAGE INDEX screen.
30232 If you do not expunge deleted messages the size of your
30233 folder will continue to increase until you are out of disk space.
30235 <UL>   
30236 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30237 </UL><P>
30238 &lt;End of help on this topic&gt;
30239 </BODY>
30240 </HTML>
30241 ====== h_config_auto_expunge =====
30242 <HTML>
30243 <HEAD>
30244 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></TITLE>
30245 </HEAD>
30246 <BODY>
30247 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm"--></H1>
30249 This features controls an aspect of Alpine's eXpunge command.  If set, you
30250 will <B>not</B> be prompted to confirm your intent before the expunge takes 
30251 place.
30252 Actually, this is only true for the INBOX folder and for folders in the
30253 Incoming Folders collection. See the feature
30254 <A HREF="h_config_full_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm-everywhere"-->&quot;</A>.
30256 <UL>   
30257 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30258 </UL><P>
30259 &lt;End of help on this topic&gt;
30260 </BODY>
30261 </HTML>
30262 ====== h_config_full_auto_expunge =====
30263 <HTML>
30264 <HEAD>
30265 <TITLE>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></TITLE>
30266 </HEAD>
30267 <BODY>
30268 <H1>FEATURE: <!--#echo var="FEAT_expunge-without-confirm-everywhere"--></H1>
30270 This features controls an aspect of Alpine's eXpunge command.  If set, you
30271 will <B>not</B> be prompted to confirm your intent before the expunge 
30272 takes place.  This feature sets this behavior for all folders, unlike the
30273 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A>
30274 feature that works only for incoming folders.
30276 <UL>   
30277 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30278 </UL><P>
30279 &lt;End of help on this topic&gt;
30280 </BODY>
30281 </HTML>
30282 ====== h_config_auto_read_msgs =====
30283 <HTML>
30284 <HEAD>
30285 <TITLE>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></TITLE>
30286 </HEAD>
30287 <BODY>
30288 <H1>FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></H1>
30289 This feature controls an aspect of Alpine's behavior upon quitting.  If set,
30290 and the 
30291 <A HREF="h_config_read_message_folder">&quot;<!--#echo var="VAR_read-message-folder"-->&quot;</A>
30292 option is also set, then Alpine will
30293 automatically transfer all read messages to the designated folder and mark
30294 them as deleted in the INBOX.  Messages in the INBOX marked with an 
30295 &quot;N&quot; (meaning New, or unseen) are not affected.
30297 <UL>   
30298 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30299 </UL><P>
30300 &lt;End of help on this topic&gt;
30301 </BODY>
30302 </HTML>
30303 ====== h_config_auto_fcc_only =====
30304 <HTML>
30305 <HEAD>
30306 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></TITLE>
30307 </HEAD>
30308 <BODY>
30309 <H1>FEATURE: <!--#echo var="FEAT_fcc-only-without-confirm"--></H1>
30310 This features controls an aspect of Alpine's composer.
30311 The only time this feature will be used is if you attempt to send mail
30312 that has no recipients but does have an Fcc.
30313 Normally, Alpine will ask if you really mean to copy the message only to
30314 the Fcc.
30315 That is, it asks if you really meant to have no recipients.
30316 If this feature is set, you
30317 will <B>not</B> be prompted to confirm your intent to make only a copy
30318 of a message with no recipients.
30320 This feature is closely related to
30321 <A HREF="h_config_warn_if_no_to_or_cc"><!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></A>.
30322 The difference between this feature and that feature is that this feature
30323 considers a Bcc to be a recipient while that feature will ask for confirmation
30324 even if there is a Bcc when there is no To, Cc, or Newsgroup.
30325 The default values also differ. This feature defaults to asking the question
30326 and you have to turn it off.
30327 The <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--> feature defaults to not asking
30328 unless you turn it on.
30331 <UL>   
30332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30333 </UL><P>
30334 &lt;End of help on this topic&gt;
30335 </BODY>
30336 </HTML>
30337 ====== h_config_mark_fcc_seen =====
30338 <HTML>
30339 <HEAD>
30340 <TITLE>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></TITLE>
30341 </HEAD>
30342 <BODY>
30343 <H1>FEATURE: <!--#echo var="FEAT_mark-fcc-seen"--></H1>
30345 This features controls the way Fccs (File carbon copies) are
30346 made of the messages you send.
30349 Normally, when Alpine saves a copy of a message you sent as an Fcc, that
30350 copy will be marked as Unseen.
30351 When you look at the folder it was saved in the message will appear to
30352 be a New message until you read it.
30353 When this feature is enabled, the message will be marked as having
30354 been Seen.
30357 <UL>   
30358 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30359 </UL><P>
30360 &lt;End of help on this topic&gt;
30361 </BODY>
30362 </HTML>
30363 ====== h_config_no_fcc_attach =====
30364 <HTML>
30365 <HEAD>
30366 <TITLE>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></TITLE>
30367 </HEAD>
30368 <BODY>
30369 <H1>FEATURE: <!--#echo var="FEAT_fcc-without-attachments"--></H1>
30371 This features controls the way Fcc's (File carbon copies) are
30372 made of the messages you send.
30375 Normally, Alpine saves an exact copy of your message as it was sent.
30376 When this feature is enabled, the &quot;body&quot; of the message
30377 you send (the text you type in the composer) is preserved in the 
30378 copy as before, however all attachments are replaced with text
30379 explaining what had been sent rather than the attachments themselves.
30382 This feature also affects Alpine's &quot;Send ?&quot; confirmation prompt
30383 in that a new &quot;^F Fcc Attchmnts&quot; option becomes available which
30384 allows you to interactively set whether or not attachments are saved
30385 to the Fcc'd copy.
30388 <UL>   
30389 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30390 </UL><P>
30391 &lt;End of help on this topic&gt;
30392 </BODY>
30393 </HTML>
30394 ====== h_config_read_in_newsrc_order =====
30395 <HTML>
30396 <HEAD>
30397 <TITLE>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></TITLE>
30398 </HEAD>
30399 <BODY>
30400 <H1>FEATURE: <!--#echo var="FEAT_news-read-in-newsrc-order"--></H1>
30402 This feature controls the order in which newsgroups will be presented.  If
30403 set, they will be presented in the same order as they occur in your 
30404 <!--chtml if pinemode="os_windows"-->
30405 &quot;NEWSRC&quot;
30406 <!--chtml else-->
30407 &quot;.newsrc&quot;
30408 <!--chtml endif-->
30409 file (the default location of which can be changed with the 
30410 <A HREF="h_config_newsrc_path">&quot;<!--#echo var="VAR_newsrc-path"-->&quot;</A> option).  
30412 If not set, the newsgroups will be presented in alphabetical order.
30414 <UL>   
30415 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30416 </UL><P>
30417 &lt;End of help on this topic&gt;
30418 </BODY>
30419 </HTML>
30420 ====== h_config_quell_tz_comment =====
30421 <HTML>
30422 <HEAD>
30423 <TITLE>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></TITLE>
30424 </HEAD>
30425 <BODY>
30426 <H1>FEATURE: <!--#echo var="FEAT_quell-timezone-comment-when-sending"--></H1>
30428 Normally, when Alpine generates a Date header for outgoing mail,
30429 it will try to include the symbolic timezone at the end of the
30430 header inside parentheses.
30431 The symbolic timezone is often three characters long, but on
30432 some operating systems, it may be longer.
30433 Apparently there are some SMTP servers in the world that will reject an
30434 incoming message if it has a Date header longer than about 80 characters.
30435 If this feature is set, the symbolic timezone normally generated by
30436 Alpine will not be included.
30437 You probably don't need to worry about this feature unless you run into
30438 the problem described above.
30441 &lt;End of help on this topic&gt;
30442 </BODY>
30443 </HTML>
30444 ====== h_config_post_wo_validation =====
30445 <HTML>
30446 <HEAD>
30447 <TITLE>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></TITLE>
30448 </HEAD>
30449 <BODY>
30450 <H1>FEATURE: <!--#echo var="FEAT_news-post-without-validation"--></H1>
30452 This feature controls whether the NNTP server is queried as newsgroups
30453 are entered for posting.  Validation over slow links (e.g. dialup using
30454 SLIP or PPP) can cause delays.  Set this feature to eliminate such delays.
30456 &lt;End of help on this topic&gt;
30457 </BODY>
30458 </HTML>
30459 ====== h_config_send_wo_confirm =====
30460 <HTML>
30461 <HEAD>
30462 <TITLE>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></TITLE>
30463 </HEAD>
30464 <BODY>
30465 <H1>FEATURE: <!--#echo var="FEAT_send-without-confirm"--></H1>
30467 By default, when you send or post a message you will be asked to confirm
30468 with a question that looks something like:
30471 <CENTER><SAMP>Send message?</SAMP></CENTER>
30474 If this feature is set, you
30475 will <B>not</B> be prompted to confirm your intent to send
30476 and your message will be sent.
30478 If this feature is set it disables some possibilities and renders some
30479 other features meaningless.
30480 You will not be able to use
30481 <A HREF="h_config_sending_filter">Sending Filters</A>,
30482 Verbose sending mode,
30483 <A HREF="h_config_compose_bg_post">Background Sending</A>,
30484 <A HREF="h_config_compose_dsn">Delivery Status Notifications</A>,
30485 or ^V to turn off the generation of flowed text for this message.
30486 These options are normally available as suboptions in the Send prompt, but
30487 with no Send prompt the options are gone.
30490 A somewhat related feature is
30491 <A HREF="h_config_quell_post_prompt">&quot;<!--#echo var="FEAT_quell-extra-post-prompt"-->&quot;</A>,
30492 which may be used to eliminate the extra confirmation
30493 question when posting to a newsgroup.
30495 <UL>   
30496 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30497 </UL><P>
30498 &lt;End of help on this topic&gt;
30499 </BODY>
30500 </HTML>
30501 ====== h_config_quell_filtering_done_message =====
30502 <HTML>
30503 <HEAD>
30504 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></TITLE>
30505 </HEAD>
30506 <BODY>
30507 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-done-message"--></H1>
30509 If you use Filter Rules that move messages or set status of messages
30510 you sometimes see a message from Alpine that looks like
30513 <CENTER><SAMP>filtering done</SAMP></CENTER>
30516 If this feature is set, this message will be suppressed.
30517 If the feature
30518 <A HREF="h_config_quell_filtering_messages"><!--#echo var="FEAT_quell-filtering-messages"--></A>
30519 is set then this message will be suppressed regardless.
30522 <UL>   
30523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30524 </UL><P>
30525 &lt;End of help on this topic&gt;
30526 </BODY>
30527 </HTML>
30528 ====== h_config_quell_filtering_messages =====
30529 <HTML>
30530 <HEAD>
30531 <TITLE>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></TITLE>
30532 </HEAD>
30533 <BODY>
30534 <H1>FEATURE: <!--#echo var="FEAT_quell-filtering-messages"--></H1>
30536 If you use Filter Rules that move messages or set status of messages
30537 you sometimes see messages from Alpine that look like
30540 <CENTER><SAMP>&lt;filter name&gt;: Moving 2 filtered messages to &lt;folder name&gt;</SAMP></CENTER>
30546 <CENTER><SAMP>&lt;filter name&gt;: Setting flags in 5 messages</SAMP></CENTER>
30552 <CENTER><SAMP>Processing filter &lt;filter name&gt;</SAMP></CENTER>
30555 If this feature is set, these messages will be suppressed.
30556 The feature
30557 <A HREF="h_config_quell_filtering_done_message"><!--#echo var="FEAT_quell-filtering-done-message"--></A>
30558 is related.
30561 <UL>   
30562 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30563 </UL><P>
30564 &lt;End of help on this topic&gt;
30565 </BODY>
30566 </HTML>
30567 ====== h_config_quell_post_prompt =====
30568 <HTML>
30569 <HEAD>
30570 <TITLE>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></TITLE>
30571 </HEAD>
30572 <BODY>
30573 <H1>FEATURE: <!--#echo var="FEAT_quell-extra-post-prompt"--></H1>
30575 By default, when you post a message to a newsgroup you are asked to confirm
30576 that you want to post with the question
30579 <CENTER><SAMP>Posted message may go to thousands of readers. Really post?</SAMP></CENTER>
30582 If this feature is set, you
30583 will <B>not</B> be prompted to confirm your intent to post to a newsgroup
30584 and your message will be posted.
30587 <UL>   
30588 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30589 </UL><P>
30590 &lt;End of help on this topic&gt;
30591 </BODY>
30592 </HTML>
30593 ====== h_config_check_mail_onquit =====
30594 <HTML>
30595 <HEAD>
30596 <TITLE>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></TITLE>
30597 </HEAD>
30598 <BODY>
30599 <H1>FEATURE: <!--#echo var="FEAT_check-newmail-when-quitting"--></H1>
30601 If this feature is set, Alpine will check for new mail after you give the
30602 Quit command.
30603 If new mail has arrived since the previous check, you will be notified
30604 and given the choice of quitting or not quitting.
30606 <UL>   
30607 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30608 </UL><P>
30609 &lt;End of help on this topic&gt;
30610 </BODY>
30611 </HTML>
30612 ====== h_config_inbox_no_confirm =====
30613 <HTML>
30614 <HEAD>
30615 <TITLE>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></TITLE>
30616 </HEAD>
30617 <BODY>
30618 <H1>FEATURE: <!--#echo var="FEAT_return-to-inbox-without-confirm"--></H1>
30620 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30621 command and there are no more folders or newsgroups to visit, you are asked
30622 if you want to return to the INBOX.
30623 If this feature is set you will not be asked.
30624 It will be assumed that you do want to return to the INBOX.
30626 <UL>   
30627 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30628 </UL><P>
30629 &lt;End of help on this topic&gt;
30630 </BODY>
30631 </HTML>
30632 ====== h_config_dates_to_local =====
30633 <HTML>
30634 <HEAD>
30635 <TITLE>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></TITLE>
30636 </HEAD>
30637 <BODY>
30638 <H1>FEATURE: <!--#echo var="FEAT_convert-dates-to-localtime"--></H1>
30640 Normally, the message dates that you see in the
30641 MESSAGE INDEX and MESSAGE VIEW are displayed in the timezone they were sent from.
30642 For example, if a message was sent to you from a few timezones to the east
30643 it might appear that it was sent from the future;
30644 or if it was sent from somewhere to the west it might appear
30645 as if it is from yesterday even though it was sent only a few minutes ago.
30646 If this feature is set an attempt will be made to convert the dates
30647 to your local timezone to be displayed.
30649 Note that this does not affect the results of Select by Date or of
30650 anything else other than these displayed dates.
30651 When viewing the message you may look at the original unconverted value of the Date
30652 header by using the <A HREF="h_common_hdrmode">HdrMode Command</A>.
30654 <UL>   
30655 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30656 </UL><P>
30657 &lt;End of help on this topic&gt;
30658 </BODY>
30659 </HTML>
30660 ====== h_config_tab_no_prompt =====
30661 <HTML>
30662 <HEAD>
30663 <TITLE>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></TITLE>
30664 </HEAD>
30665 <BODY>
30666 <H1>FEATURE: <!--#echo var="FEAT_continue-tab-without-confirm"--></H1>
30668 Normally, when you use the TAB <A HREF="h_common_nextnew">NextNew</A>
30669 command and there is a problem checking a folder, you are asked
30670 whether you want to continue with the search in the following folder or not.
30671 This question gives you a chance to stop the NextNew processing.
30672 (The checking problem might be caused by the fact that the folder does not
30673 exist, or by an authentication problem, or by a server problem
30674 of some sort.)
30677 If this feature is set you will not be asked.
30678 It will be assumed that you do want to continue.
30680 <UL>   
30681 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30682 </UL><P>
30683 &lt;End of help on this topic&gt;
30684 </BODY>
30685 </HTML>
30686 ====== h_config_input_history =====
30687 <HTML>
30688 <HEAD>
30689 <TITLE>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></TITLE>
30690 </HEAD>
30691 <BODY>
30692 <H1>FEATURE: <!--#echo var="FEAT_disable-save-input-history"--></H1>
30694 Many of the prompts that ask for input in the status line near the
30695 bottom of the screen will respond to Up Arrow and Down Arrow
30696 with the history of previous entries.
30697 For example, in the MESSAGE INDEX screen when you use the WhereIs
30698 command the text you entered will be remembered and can be recalled
30699 by using the Up Arrow key.
30700 Another example, when saving a message the folders saved to will
30701 be remembered and can be recalled using the arrow keys.
30703 In the Save prompt, some users prefer that the Up and Down arrow keys
30704 be used for the Previous Collection and Next Collection commands
30705 instead of for a history of previous saves.
30706 If this option is set the Up and Down arrow keys will become synonyms for the
30707 Previous Collection and Next Collection (^P and ^N) commands in the
30708 prompt for the name of a folder to Save to or in the prompt for the
30709 name of a folder to GoTo.
30710 When this feature is not set (the default), ^P and ^N will change the
30711 collection and the arrow keys will show the history.
30713 <UL>   
30714 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30715 </UL><P>
30716 &lt;End of help on this topic&gt;
30717 </BODY>
30718 </HTML>
30719 ====== h_config_confirm_role =====
30720 <HTML>
30721 <HEAD>
30722 <TITLE>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></TITLE>
30723 </HEAD>
30724 <BODY>
30725 <H1>FEATURE: <!--#echo var="FEAT_confirm-role-even-for-default"--></H1>
30727 If you have roles, when you Reply to or Forward a message, or Compose
30728 a new message, Alpine
30729 will search through your roles for one that matches.
30730 Normally, if no matches are found you will be placed into the composer
30731 with no opportunity to select a role.
30732 If this feature is set, then you will be asked to confirm that you don't
30733 want a role.
30734 This will give you the opportunity to select a role (with the ^T command).
30735 If you confirm no role with a Return, you will be placed in
30736 the composer with no role.
30737 You may also confirm with either an &quot;N&quot; or a &quot;Y&quot;.
30738 These behave the same as if you pressed the Return.
30739 (The &quot;N&quot; and &quot;Y&quot; answers are available because they
30740 match what you might type if there was a role match.)
30742 If you are using the alternate form of the Compose command called
30743 &quot;Role&quot;, then all of your roles will be available to you,
30744 independent of the value of this feauture and of the values set for all of
30745 Reply Use, Forward Use, and Compose Use.
30747 <UL>   
30748 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30749 </UL><P>
30750 &lt;End of help on this topic&gt;
30751 </BODY>
30752 </HTML>
30753 ====== h_config_news_cross_deletes =====
30754 <HTML>
30755 <HEAD>
30756 <TITLE>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></TITLE>
30757 </HEAD>
30758 <BODY>
30759 <H1>FEATURE: <!--#echo var="FEAT_news-deletes-across-groups"--></H1>
30761 This feature controls what Alpine does when you delete a message in a
30762 newsgroup that appears in more than one newsgroup.  Such a message
30763 is sometimes termed a &quot;crossposting&quot; in that it was posted
30764 across several newsgroups.
30767 Alpine's default behavior when you delete such a message is to remove
30768 only the copy in the current newsgroup from view when you use the
30769 &quot;Exclude&quot; command or the next time you visit the newsgroup.
30772 Enabling this feature causes Alpine to remove every occurrence of the
30773 message from all newsgroups it appears in and to which you are
30774 subscribed.
30777 NOTE: As currently implemented, enabling this feature may increase the
30778 time it takes the Expunge command and newsgroup closing to complete.
30781 <UL>   
30782 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30783 </UL><P>
30784 &lt;End of help on this topic&gt;
30785 </BODY>
30786 </HTML>
30787 ====== h_config_news_catchup =====
30788 <HTML>
30789 <HEAD>
30790 <TITLE>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></TITLE>
30791 </HEAD>
30792 <BODY>
30793 <H1>FEATURE: <!--#echo var="FEAT_news-offers-catchup-on-close"--></H1>
30795 This feature controls what Alpine does as it closes a newsgroup.
30796 When set, Alpine will offer to delete all messages from the newsgroup
30797 as you are quitting Alpine or opening a new folder.
30800 This feature is useful if you typically read all the interesting messages
30801 in a newsgroup each time you open it.  This feature saves you from
30802 having to delete each message in a newsgroup as you read it or from
30803 selecting all the messages and doing an
30804 <A HREF="h_config_enable_agg_ops">aggregate delete</A> before you
30805 move on to the next folder or newsgroup.
30808 <UL>   
30809 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
30810 </UL><P>
30811 &lt;End of help on this topic&gt;
30812 </BODY>
30813 </HTML>
30814 ====== h_config_next_thrd_wo_confirm =====
30815 <HTML>
30816 <HEAD>
30817 <TITLE>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></TITLE>
30818 </HEAD>
30819 <BODY>
30820 <H1>FEATURE: <!--#echo var="FEAT_next-thread-without-confirm"--></H1>
30822 This feature controls an aspect of Alpine's Next and Prev commands in
30823 the case where you are using one of the
30824 &quot;separate-index-screen&quot; styles for the configuration option
30825 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
30826 and currently have the folder sorted by a Threaded or OrderedSubject sort.
30827 When you are Viewing a particular thread you have a
30828 MESSAGE INDEX of only the messages in that thread.
30829 If you press the Next command with the last message in the thread highlighted
30830 you will normally be asked if you want to &quot;View next thread?&quot;,
30831 assuming there is a next thread to view.
30832 If this feature is set it will be assumed that you always want to view the
30833 next thread and you won't be asked to confirm that.
30834 Similarly, if the first message of the thread is highlighted and you
30835 press the Prev command, this feature will prevent the question
30836 &quot;View previous thread&quot;.
30838 This feature only has an effect in the MESSAGE INDEX screen.
30839 If you then view a particular message from that screen and press the
30840 Next command, you will be sent to the next thread without being asked,
30841 independent of the setting of this feature.
30843 The feature
30844 <A HREF="h_config_auto_open_unread">&quot;<!--#echo var="FEAT_auto-open-next-unread"-->&quot;</A> also has some similar effects.
30846 &lt;End of help on this topic&gt;
30847 </BODY>
30848 </HTML>
30849 ====== h_config_kw_braces =====
30850 <HTML>
30851 <HEAD>
30852 <TITLE>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></TITLE>
30853 </HEAD>
30854 <BODY>
30855 <H1>OPTION: <!--#echo var="VAR_keyword-surrounding-chars"--></H1>
30857 This option controls a minor aspect of Alpine's MESSAGE INDEX and MESSAGE
30858 TEXT screens.
30859 If you have modified the
30860 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
30861 so that either the &quot;SUBJKEY&quot; or &quot;SUBJKEYINIT&quot; tokens
30862 are used to display keywords or their initials along with the Subject; then
30863 this option may be used to modify the resulting display slightly.
30864 By default, the keywords or initials displayed for these tokens will be
30865 surrounded with curly braces ({ and }) and a trailing space.
30866 For example, if keywords &quot;Work&quot; and &quot;Now&quot; are set for
30867 a message, the &quot;SUBJKEY&quot; token will normally look like
30869 <CENTER><SAMP>{Work Now} actual subject</SAMP></CENTER>
30871 and the SUBJKEYINIT token would look like
30873 <CENTER><SAMP>{WN} actual subject</SAMP></CENTER>
30875 The default character before the keywords is the left brace ({) and the
30876 default after the keywords is the right brace followed by a space (} ).
30878 This option allows you to change that.
30879 You should set it to two values separated by a space.
30880 The values may be quoted if they include space characters.
30881 So, for example, the default value could be specified explicitly by setting this
30882 option to
30884 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="{" "}&nbsp;"</SAMP></CENTER>
30886 The first part wouldn't need to be quoted (but it doesn't hurt).
30887 The second part does need the quotes because it includes a space character.
30888 If you wanted to change the braces to brackets you could use
30890 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="[" "]&nbsp;"</SAMP></CENTER>
30892 Inside the quotes you can use backslash quote to mean quote, so
30894 <CENTER><SAMP><!--#echo var="VAR_keyword-surrounding-chars"-->="&#92;"" "&#92;" "</SAMP></CENTER>
30896 would produce
30898 <CENTER><SAMP>"Work Now" actual subject</SAMP></CENTER>
30900 It is also possible to color keywords in the index using the
30901 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>).
30903 It is not possible to change the fact that a space character is used to
30904 separate the keywords if more than one keyword is set for a message.
30905 It is also not possible to change the fact that there are no separators
30906 between the keyword initials if more than one keyword is set.
30908 &lt;End of help on this topic&gt;
30909 </BODY>
30910 </HTML>
30911 ====== h_config_opening_sep =====
30912 <HTML>
30913 <HEAD>
30914 <TITLE>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></TITLE>
30915 </HEAD>
30916 <BODY>
30917 <H1>OPTION: <!--#echo var="VAR_opening-text-separator-chars"--></H1>
30919 This option controls a minor aspect of Alpine's MESSAGE INDEX screen.
30920 With some setups the text of the subject is followed
30921 by the opening text of the message if there is any room available in the index line.
30922 If you have configured your
30923 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
30924 to include one of the Subject tokens that causes this behavior
30925 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), then this option may be used
30926 to modify what is displayed slightly.
30927 By default, the Subject is separated from the opening text of the message by
30928 the three characters space dash space;
30930 <CENTER><SAMP>&quot;&nbsp;-&nbsp;&quot;</SAMP></CENTER>
30932 Use this option to set it to something different.
30933 The value must be quoted if it includes any space characters.
30934 For example, the default value could be specified explicitly by setting this
30935 option to
30937 <CENTER><SAMP><!--#echo var="VAR_opening-text-separator-chars"-->="&nbsp;-&nbsp;"</SAMP></CENTER>
30939 &lt;End of help on this topic&gt;
30940 </BODY>
30941 </HTML>
30942 ====== h_config_select_wo_confirm =====
30943 <HTML>
30944 <HEAD>
30945 <TITLE>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></TITLE>
30946 </HEAD>
30947 <BODY>
30948 <H1>FEATURE: <!--#echo var="FEAT_select-without-confirm"--></H1>
30950 This feature controls an aspect of Alpine's Save, Export, and Goto commands.
30951 These commands all take text input to specify the name of the folder or
30952 file to be used, but allow you to press ^T for a list of possible names.
30953 If set, the selected name will be used immediately, without further
30954 opportunity to confirm or edit the name.
30956 Some related help topics are
30957 <UL>
30958 <LI> <A HREF="h_mainhelp_aggops">Aggregate Operations</A>
30959 <LI> <A HREF="h_index_cmd_select">Selecting: Select and WhereIs/Select</A>,
30960 <LI> <A HREF="h_config_enable_agg_ops"><!--#echo var="FEAT_enable-aggregate-command-set"--></A>,
30961 <LI> <A HREF="h_config_auto_unselect"><!--#echo var="FEAT_auto-unselect-after-apply"--></A>.
30962 <LI> <A HREF="h_config_auto_unzoom"><!--#echo var="FEAT_auto-unzoom-after-apply"--></A>, and
30963 <LI> <A HREF="h_config_auto_zoom"><!--#echo var="FEAT_auto-zoom-after-select"--></A>.
30964 </UL>
30966 &lt;End of help on this topic&gt;
30967 </BODY>
30968 </HTML>
30969 ====== h_config_save_part_wo_confirm =====
30970 <HTML>
30971 <HEAD>
30972 <TITLE>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></TITLE>
30973 </HEAD>
30974 <BODY>
30975 <H1>FEATURE: <!--#echo var="FEAT_save-partial-msg-without-confirm"--></H1>
30977 This feature controls an aspect of Alpine's Save command.
30978 By default, when you Save a message that has some deleted parts, you will
30979 be asked to confirm that you want to Save with a prompt that looks like:
30981 <CENTER><SAMP>Saved copy will NOT include entire message!  Continue?</SAMP></CENTER>
30983 If this feature is set, you will not be asked.
30985 &lt;End of help on this topic&gt;
30986 </BODY>
30987 </HTML>
30988 ====== h_config_use_resentto =====
30989 <HTML>
30990 <HEAD>
30991 <TITLE>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></TITLE>
30992 </HEAD>
30993 <BODY>
30994 <H1>FEATURE: <!--#echo var="FEAT_use-resent-to-in-rules"--></H1>
30996 This feature is turned off by default because turning it on causes problems
30997 with some deficient IMAP servers.
30998 In Alpine <A HREF="h_mainhelp_filtering">Filters</A> and other types of Rules, if the
30999 <A HREF="h_rule_patterns">Pattern</A>
31000 contains a To header pattern and this feature is turned on,
31001 then a check is made in the message to see
31002 if a Resent-To header is present, and that is used instead of the To header.
31003 If this feature is not turned on, then the regular To header will always
31004 be used.
31007 &lt;End of help on this topic&gt;
31008 </BODY>
31009 </HTML>
31010 ====== h_config_use_reg_start_for_stayopen =====
31011 <HTML>
31012 <HEAD>
31013 <TITLE>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></TITLE>
31014 </HEAD>
31015 <BODY>
31016 <H1>FEATURE: <!--#echo var="FEAT_use-regular-startup-rule-for-stayopen-folders"--></H1>
31018 This feature affects which message is selected as the current message
31019 when you enter a
31020 <A HREF="h_config_permlocked">Stay Open</A> folder.
31022 Normally, the starting position for an incoming folder (which most Stay Open
31023 folders will likely be) is controlled by the
31024 <A HREF="h_config_inc_startup"><!--#echo var="VAR_incoming-startup-rule"--></A>.
31025 However, if a folder is a Stay Open folder, when you re-enter the folder
31026 after the first time the current message will be the same as it was when
31027 you left the folder.
31028 An exception is made if you use the TAB command to get to the folder.
31029 In that case, the message number will be incremented by one from what it
31030 was when you left the folder.
31032 The above special behavior is thought to be useful.
31033 However, it is special and different from what you might at first expect.
31034 If this feature is set, then Stay Open folders will not be treated specially
31035 as far as the startup rule is concerned.
31038 &lt;End of help on this topic&gt;
31039 </BODY>
31040 </HTML>
31041 ====== h_config_use_current_dir =====
31042 <HTML>
31043 <HEAD>
31044 <TITLE>FEATURE: <!--#echo var="FEAT_use-current-dir"--></TITLE>
31045 </HEAD>
31046 <BODY>
31047 <H1>FEATURE: <!--#echo var="FEAT_use-current-dir"--></H1>
31049 This feature controls an aspect of several commands. 
31050 If set, your &quot;current working directory&quot; 
31051 <!--chtml if pinemode="running"-->
31052 (which, at least for your current Alpine &quot;session,&quot; 
31053 is &quot;<!--#echo var="CURRENT_DIR"-->&quot;) 
31054 <!--chtml endif-->
31055 will be used instead of your home directory 
31056 <!--chtml if pinemode="running"-->
31057 (which, in the present configuration of your system, is
31058  &quot;<!--#echo var="HOME_DIR"-->&quot;) 
31059 <!--chtml endif-->
31060 for all of the following operations:<UL>
31061     <LI> Export in the MESSAGE INDEX and MESSAGE TEXT screens
31062     <LI> Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
31063     <LI> <!--chtml if pinemode="function_key"-->F4
31064          <!--chtml else-->Ctrl-R
31065          <!--chtml endif--> file inclusion in the COMPOSER
31066     <LI> <!--chtml if pinemode="function_key"-->F5
31067          <!--chtml else-->Ctrl-J
31068          <!--chtml endif--> file attachment in the COMPOSER
31069 </UL>
31070 <!--chtml if pinemode="os_windows"-->
31072 If you are starting PC-Alpine from a desktop icon or the Start menu, 
31073 you can set the &quot;current drive&quot; 
31074 by specifying it in the &quot;Start in:&quot; 
31075 box found in the Shortcut tab of the Properties.  
31076 <!--chtml endif-->
31078 <UL>   
31079 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31080 </UL>
31083 &lt;End of help on this topic&gt;
31084 </BODY>
31085 </HTML>
31086 ====== h_config_save_wont_delete =====
31087 <HTML>
31088 <HEAD>
31089 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></TITLE>
31090 </HEAD>
31091 <BODY>
31092 <H1>FEATURE: <!--#echo var="FEAT_save-will-not-delete"--></H1>
31094 This feature controls one aspect of the Save command.  If set, Save will
31095 not mark the message &quot;deleted&quot; (its default behavior) after
31096 it has been copied to the designated folder.
31099 &lt;End of help on this topic&gt;
31100 </BODY>
31101 </HTML>
31102 ====== h_config_use_boring_spinner =====
31103 <HTML>
31104 <HEAD>
31105 <TITLE>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></TITLE>
31106 </HEAD>
31107 <BODY>
31108 <H1>FEATURE: <!--#echo var="FEAT_busy-cue-spinner-only"--></H1>
31110 When Alpine is delayed for some reason it usually shows that
31111 something is happening with a small animated display in the status
31112 message line near the bottom of the screen.
31113 Setting this feature will cause that animation to be the same
31114 each time instead of having Alpine choose a random animation.
31115 You may turn the animation off altogether by setting the
31116 <A HREF="h_config_active_msg_interval"><!--#echo var="VAR_busy-cue-rate"--></A>
31117 option to zero.
31120 &lt;End of help on this topic&gt;
31121 </BODY>
31122 </HTML>
31123 ====== h_config_unsel_wont_advance =====
31124 <HTML>
31125 <HEAD>
31126 <TITLE>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></TITLE>
31127 </HEAD>
31128 <BODY>
31129 <H1>FEATURE: <!--#echo var="FEAT_unselect-will-not-advance"--></H1>
31131 This feature controls one aspect of the Unselect Current message command.
31132 Normally, when the Unselect current message command (:) is typed when the
31133 current message is selected, the message will be unselected and the next
31134 message will become the current message.
31135 If this feature is set, the cursor will not advance to the next message.
31136 Instead, the current message will remain the current message after
31137 unselecting.
31140 &lt;End of help on this topic&gt;
31141 </BODY>
31142 </HTML>
31143 ====== h_config_prune_uses_iso =====
31144 <HTML>
31145 <HEAD>
31146 <TITLE>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></TITLE>
31147 </HEAD>
31148 <BODY>
31149 <H1>FEATURE: <!--#echo var="FEAT_prune-uses-yyyy-mm"--></H1>
31151 By default, Alpine asks monthly whether or not you would like to rename
31152 some folders to a new name containing the date.
31153 It also asks whether or not you would like to delete some old folders.
31154 See the <A HREF="h_config_pruning_rule"><!--#echo var="VAR_pruning-rule"--></A> option for an
31155 explanation.
31158 By default, the name used when renaming a folder looks like
31160 <CENTER><SAMP>&lt;foldername&gt;-&lt;month&gt;-&lt;year&gt;</SAMP></CENTER>
31162 For example, the first time you run Alpine in May of 2004,
31163 the folder &quot;sent-mail&quot; might be renamed to
31165 <CENTER><SAMP>sent-mail-apr-2004</SAMP></CENTER>
31167 If this feature is set, the name used will be of the form
31169 <CENTER><SAMP>&lt;foldername&gt;-&lt;yyyy&gt;-&lt;mm&gt;</SAMP></CENTER>
31171 where &quot;yyyy&quot; is the year and &quot;mm&quot; is the two-digit
31172 month (01, 02, ..., 12).
31173 For the April, 2004 example above, it would instead be
31175 <CENTER><SAMP>sent-mail-2004-04</SAMP></CENTER>
31177 because April is the 4th month of the year.
31178 A reason you might want to set this feature is so that the folders
31179 will sort in chronological order.
31182 &lt;End of help on this topic&gt;
31183 </BODY>
31184 </HTML>
31185 ====== h_config_save_advances =====
31186 <HTML>
31187 <HEAD>
31188 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-advance"--></TITLE>
31189 </HEAD>
31190 <BODY>
31191 <H1>FEATURE: <!--#echo var="FEAT_save-will-advance"--></H1>
31193 This feature controls one aspect of the Save command.  If set, Save will
31194 (in addition to copying the current message to the designated folder) also
31195 advance to the next message.
31198 &lt;End of help on this topic&gt;
31199 </BODY>
31200 </HTML>
31201 ====== h_config_force_arrow =====
31202 <HTML>
31203 <HEAD>
31204 <TITLE>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></TITLE>
31205 </HEAD>
31206 <BODY>
31207 <H1>FEATURE: <!--#echo var="FEAT_force-arrow-cursor"--></H1>
31209 This feature affects Alpine's MESSAGE INDEX display routine.
31210 If set, the normal inverse-video cursor will be
31211 replaced by a simple &quot;arrow&quot; cursor, which normally occupies the
31212 second column of the index display.
31214 This is the same index cursor you get if you turn on
31215 <A HREF="h_config_force_low_speed"><!--#echo var="FEAT_assume-slow-link"--></A>, but the index
31216 line coloring will still be present if this feature is turned on and
31217 <!--#echo var="FEAT_assume-slow-link"--> is off.
31219 An alternative version of the Arrow cursor is available by including the
31220 <A HREF="h_config_index_arrow_color">ARROW</A>
31221 token in the
31222 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31224 It ought to be the case that this feature also affects the ATTACHMENT INDEX,
31225 but that is not implemented.
31228 &lt;End of help on this topic&gt;
31229 </BODY>
31230 </HTML>
31231 ====== h_config_ignore_size =====
31232 <HTML>
31233 <HEAD>
31234 <TITLE>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></TITLE>
31235 </HEAD>
31236 <BODY>
31237 <H1>FEATURE: <!--#echo var="FEAT_ignore-size-changes"--></H1>
31239 When you have an account residing in an IMAP server, Alpine records the 
31240 size of each message as reported by the server. However, when Alpine saves 
31241 a message in such IMAP server, Alpine will compute the size of the message 
31242 independently, from the data it received. If these two numbers do not 
31243 match for a message, Alpine asks you if you still want to take the risk of 
31244 saving such message, since data corruption or loss of data could result 
31245 from this save.
31248 Sometimes the root of this problem is that the IMAP server does not 
31249 compute sizes correctly, and there will not be loss of information when 
31250 saving such message. Enabling this feature will make Alpine ignore such 
31251 error and continue saving the message without producing any warnings or 
31252 ever stopping the process, as if there had not been any error. This option 
31253 applies to all IMAP servers that you use, so if you enable this feature, 
31254 size discrepancy warnings will not be given for any IMAP server you 
31255 connect to.
31258 Example of a server where you could reproduce this problem is the Gmail 
31259 IMAP server. Another example can be found in some versions of the Exchange 
31260 server.
31263 It is recommended that this feature be disabled most of the time and only 
31264 enabled when you find a server which you can determine that has the above 
31265 mentioned defect, but be disabled again after making the save operation 
31266 succeed.
31269 &lt;End of help on this topic&gt;
31270 </BODY>
31271 </HTML>
31272 ====== h_config_force_low_speed =====
31273 <HTML>
31274 <HEAD>
31275 <TITLE>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></TITLE>
31276 </HEAD>
31277 <BODY>
31278 <H1>FEATURE: <!--#echo var="FEAT_assume-slow-link"--></H1>
31280 UNIX Alpine only.
31282 This feature affects Alpine's display routines.  If set, the normal
31283 inverse-video cursor (used to highlight the current item in a list) will be
31284 replaced by an &quot;arrow&quot; cursor and other
31285 screen update optimizations for
31286 low-speed links (e.g. 2400 bps dialup connections) will be activated.
31287 One of the optimizations is that colored index lines (set up with Indexcolor
31288 Rules) will not be colored.
31289 If you are just turning this feature on because you like using
31290 the &quot;arrow&quot; cursor you may have an arrow cursor with index line
31291 coloring by turning this feature off and the
31292 <A HREF="h_config_force_arrow"><!--#echo var="FEAT_force-arrow-cursor"--></A> on.
31295 &lt;End of help on this topic&gt;
31296 </BODY>
31297 </HTML>
31298 ====== h_config_show_delay_cue =====
31299 <HTML>
31300 <HEAD>
31301 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></TITLE>
31302 </HEAD>
31303 <BODY>
31304 <H1>FEATURE: <!--#echo var="FEAT_enable-mail-check-cue"--></H1>
31306 If set, this feature will cause an asterisk to appear in the upper
31307 left-hand corner of the screen whenever Alpine checks for new mail.
31308 Two asterisks whenever Alpine saves (checkpoints) the state of the current
31309 mailbox to disk.
31311 <!--chtml if pinemode="os_windows"-->
31313 In addition, PC-Alpine will display a less-than symbol, '&lt;', when 
31314 it is trying to open a network connection (e.g, to open your INBOX
31315 on an IMAP
31316 server) or read from the network connection.  A greater-than symbol,
31317 will be displayed when PC-Alpine is trying to write to the network
31318 connection (e.g, sending a command to your IMAP server).
31319 <!--chtml endif-->
31322 &lt;End of help on this topic&gt;
31323 </BODY>
31324 </HTML>
31325 ====== h_config_color_style =====
31326 <HTML>
31327 <HEAD>
31328 <TITLE>OPTION: Color Style</TITLE>
31329 </HEAD>
31330 <BODY>
31331 <H1>OPTION: Color Style</H1>
31333 UNIX Alpine only.
31335 If the terminal or terminal emulator you are using is capable of displaying
31336 colors, this option controls whether or not color will be used in Alpine.
31337 If you turn color on and things are set up correctly,
31338 you should see color appear on the screen immmediately.
31339 Modern terminal emulators are usually capable of displaying colors.
31341 The available options include:
31344 <DL>
31345 <DT>no-color</DT>
31346 <DD>Don't use color.
31347 </DD>
31349 <DT>use-termdef</DT>
31350 <DD>In order to decide if your terminal is capable of color, Alpine looks in
31351 the terminal capabilities database, TERMINFO or TERMCAP, depending on
31352 how Alpine was compiled.
31353 This is a good option to choose if you switch between a color and a non-color
31354 terminal with the same Alpine configuration.
31355 Alpine will know to use color on the color terminal because it is described
31356 in the termcap entry, and Alpine will know to use black and white on the
31357 non-color terminal.
31358 The Alpine Technical Notes
31359 <CENTER><SAMP><A HREF="http://www.washington.edu/alpine/tech-notes/">http://www.washington.edu/alpine/tech-notes/</A></SAMP></CENTER>
31360 have more information on configuring a TERMCAP or TERMINFO
31361 entry for color Alpine.
31362 This is usually something a system administrator does.
31363 </DD>
31365 <DT>force-ansi-8color</DT>
31366 <DD>This is probably the setting that most people should use.
31367 Because setting up a termcap entry is confusing and because the
31368 terminal capabilities database is often not correctly configured for color,
31369 this choice and the next may be easier for you to use.
31370 If your terminal emulator responds to ANSI color escape sequences, which
31371 many do, this option will cause Alpine to believe your terminal will respond
31372 to the escape sequences that produce eight different foreground and background
31373 colors.
31374 The escape sequences used to set the foreground colors are
31376   <P><CENTER>ESC&nbsp;[&nbsp;3&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31378 where the color_number is an ASCII digit between 0 and 7.
31379 The numbers 0 through 7 should correspond to the colors black, red, green,
31380 yellow, blue, magenta, cyan, and white.
31381 Some terminal emulators use a pre-ANSI scheme that swaps
31382 the colors blue and red and the colors yellow and cyan.
31383 This will cause the default colors to be different, but other than that
31384 things should work fine.
31385 There is also a 9th color available, the last one shown, which is the default
31386 color from the terminal emulator.
31387 When used as a background color some people refer to this color as
31388 &quot;transparent&quot;, which is why the letters &quot;TRAN&quot; are
31389 shown in the color swatch of the SETUP COLOR screen.
31390 The foreground transparent color is shown as
31391 the color of the &quot;TRAN&quot; text.
31392 (The transparent color will not work correctly in a PC-Alpine configuration.)
31393 The escape sequences used to set the background colors are the same
31394 as for the foreground colors except a &quot;4&quot; replaces the &quot;3&quot;.
31395 The escape sequences for foreground and background default colors (transparent)
31396 are 39m and 49m.
31398 Note: With the Tera Term terminal emulator this setting works well.
31399 You should also have the Tera Term &quot;Full color&quot; option turned OFF.
31400 You may find the &quot;Full color&quot; option in Tera Term's &quot;Setup&quot;
31401 menu, in the &quot;Window&quot; submenu.
31402 </DD>
31404 <DT>force-ansi-16color</DT>
31405 <DD>Many terminal emulators know about the same eight colors above
31406 plus eight more.
31407 This option attempts to use all 16 colors.
31408 The same escape sequences as for the eight-color terminal are used
31409 for the first eight colors.
31410 The escape sequences used to set foreground colors 8-15 are the same as
31411 for 0-7 except the &quot;3&quot; is replaced with a &quot;9&quot;.
31412 The background color sequences for colors 8-15 are the same as for 0-7
31413 except the &quot;4&quot; is replaced with &quot;10&quot;.
31414 You can tell if the 16 colors are working by turning on this option
31415 and then going into one of the color configuration screens, for example,
31416 the configuration screen for Normal Color.
31417 If you see 16 different colors to select from (plus a 17th for
31418 the transparent color), it's working.
31419 </DD>
31421 <DT>force-xterm-256color</DT>
31422 <DD>Some versions of xterm (and some other terminal emulators)
31423 have support for 256 colors.
31424 The escape sequences used to set the foreground colors are
31426   <P><CENTER>ESC&nbsp;[&nbsp;38&nbsp;;&nbsp;5&nbsp;;&nbsp;&lt;color_number&gt;&nbsp;m</CENTER><P>
31428 where the color_number is an ASCII digit between 0 and 255.
31429 Background colors are the same with the 38 replaced with a 48.
31430 The numbers 0 through 15 are probably similar to the 16 color version
31431 above, then comes a 6x6x6 color cube, followed by 24 colors of gray.
31432 The terminal default (transparent) color is the 257th color at the bottom.
31433 Some terminal emulators will misinterpret these escape sequences causing
31434 the terminal to blink or overstrike characters or to do something else
31435 undesirable.
31437 The PuTTY terminal emulator has an option called &quot;Allow terminal to
31438 use xterm 256-colour mode&quot; which allows PuTTY to work well with
31439 this 256-color setting.
31441 </DD>
31442 </DL>
31445 The normal default is &quot;no-color&quot;.
31448 Once you've turned on color you may set the
31449 colors of many objects on the screen individually.
31450 For example, you may add colors to the status letters on the MESSAGE
31451 INDEX page.
31452 Most categories of color that Alpine supports are configurable here.
31453 For example, &quot;Normal Color&quot;
31454 is the color used to display most of the text in Alpine, and
31455 &quot;Reverse Color&quot; is used to display highlighted text, such as the
31456 current message in the MESSAGE INDEX.
31458 Lines in the MESSAGE INDEX may also be colored.
31459 Use Setup Rules to get to the Indexcolor configuration screen.
31462 <UL>   
31463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31464 </UL><P>
31465 &lt;End of help on this topic&gt;
31466 </BODY>
31467 </HTML>
31468 ====== h_config_disable_index_locale_dates =====
31469 <HTML>
31470 <HEAD>
31471 <TITLE>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></TITLE>
31472 </HEAD>
31473 <BODY>
31474 <H1>FEATURE: <!--#echo var="FEAT_disable-index-locale-dates"--></H1>
31476 This feature affects the display of dates in the MESSAGE INDEX.
31477 Normally an attempt is made to localize the dates
31478 used in the MESSAGE INDEX display to your locale.
31479 This is controlled with the
31480 LC_TIME locale setting on a UNIX system.
31481 On Windows the Regional Options control panel may be used to set the date format.
31482 At the programming level, Alpine is using the strftime routine
31483 to print the parts of a date.
31485 If this feature is set, dates are displayed in English and
31486 with the conventions of the United States.
31489 <UL>   
31490 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31491 </UL><P>
31492 &lt;End of help on this topic&gt;
31493 </BODY>
31494 </HTML>
31495 ====== h_config_auto_open_unread =====
31496 <HTML>
31497 <HEAD>
31498 <TITLE>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></TITLE>
31499 </HEAD>
31500 <BODY>
31501 <H1>FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></H1>
31503 This feature controls the behavior of the TAB key when traversing folders
31504 in the optional 
31505 <A HREF="h_config_enable_incoming">&quot;<!--#echo var="VAR_incoming-folders"-->&quot;</A> 
31506 collection or in optional <!--#echo var="VAR_news-collections"-->.
31508 When the TAB
31509 (<A HREF="h_common_nextnew">NextNew</A>)
31510 key is pressed, and there
31511 are no more unseen messages in the current (incoming message or news)
31512 folder, Alpine will search the list of folders in the current collection for
31513 one containing New or Recent (new since the last time the folder was
31514 opened) messages.
31515 This behavior may be modified slightly with the
31516 <A HREF="h_config_tab_uses_unseen">&quot;<!--#echo var="FEAT_tab-uses-unseen-for-next-folder"-->&quot;</A>
31517 feature that causes Alpine to look for Unseen messages instead of Recent
31518 messages.
31519 Normally, when such a folder is found, Alpine will ask
31520 whether you wish to open the folder.  If this feature is set, Alpine will
31521 automatically open the folder without prompting.
31523 This feature also affects some other similar situations.
31524 If you have a
31525 <A HREF="h_config_thread_index_style"><!--#echo var="VAR_threading-index-style"--></A>
31526 that is equal to one of the &quot;separate-&quot; values, and you are
31527 viewing a thread; then when you type the NextNew command and are at the
31528 end of the current thread you will automatically go to the next thread
31529 if this feature is set.
31530 By default, you would be asked if you want to view the next thread.
31531 You will also be asked at times whether or not you want to view the next
31532 thread after you delete the last message in the thread.
31533 Setting this feature will also cause that question to be skipped.
31536 <UL>   
31537 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31538 </UL><P>
31539 &lt;End of help on this topic&gt;
31540 </BODY>
31541 </HTML>
31542 ====== h_config_auto_include_reply =====
31543 <HTML>
31544 <HEAD>
31545 <TITLE>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></TITLE>
31546 </HEAD>
31547 <BODY>
31548 <H1>FEATURE: <!--#echo var="FEAT_include-text-in-reply"--></H1>
31550 This feature controls an aspect of Alpine's Reply command.  Normally, Alpine
31551 will ask whether you wish to include the original message in your reply.
31552 If this feature is set and the feature
31553 <A HREF="h_config_prefix_editing">&quot;<!--#echo var="FEAT_enable-reply-indent-string-editing"-->&quot;</A>
31554 is <EM>not</EM> set, then the original message will be included in the reply
31555 automatically, without prompting.
31557 &lt;End of help on this topic&gt;
31558 </BODY>
31559 </HTML>
31560 ====== h_config_select_in_bold =====
31561 <HTML>
31562 <HEAD>
31563 <TITLE>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></TITLE>
31564 </HEAD>
31565 <BODY>
31566 <H1>FEATURE: <!--#echo var="FEAT_show-selected-in-boldface"--></H1>
31568 This feature controls an aspect of Alpine's 
31569 <A HREF="h_config_enable_agg_ops">&quot;aggregate operation&quot;</A>
31570 commands; in
31571 particular, the Select and WhereIs commands. Select and WhereIs (with the
31572 ^X subcommand) will search the current folder for messages meeting a
31573 specified criteria, and &quot;tag&quot; the resulting messages with an 
31574 &quot;X&quot; in the
31575 first column of the applicable lines in the MESSAGE INDEX.  If this feature
31576 is set, instead of using the &quot;X&quot; to denote a selected message, 
31577 Alpine will
31578 attempt to display those index lines in boldface. Whether this is
31579 preferable to the &quot;X&quot; will depend on personal taste and the type of
31580 terminal being used.
31582 <UL>   
31583 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31584 </UL><P>
31585 &lt;End of help on this topic&gt;
31586 </BODY>
31587 </HTML>
31588 ====== h_config_alt_auth =====
31589 <HTML>
31590 <HEAD>
31591 <TITLE>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></TITLE>
31592 </HEAD>
31593 <BODY>
31594 <H1>FEATURE: <!--#echo var="FEAT_try-alternative-authentication-driver-first"--></H1>
31596 This feature affects how Alpine connects to IMAP servers.
31597 It's utility has largely been overtaken by events,
31598 but it may still be useful in some circumstances.
31599 If you only connect to modern IMAP servers that support
31600 &quot;TLS&quot; you can ignore this feature.
31603 Details:
31606 By default, Alpine will attempt to connect to an IMAP server on the
31607 normal IMAP service port (143), and if the server offers &quot;Transport Layer
31608 Security&quot; (TLS) and Alpine has been compiled with encryption capability,
31609 then a secure (encrypted) session will be negotiated.
31612 With this feature enabled, before connecting on the normal IMAP port, Alpine
31613 will first attempt to connect to an alternate IMAP service port (993) used
31614 specifically for encrypted IMAP sessions via the Secure Sockets Layer
31615 (SSL) method.
31616 If the SSL attempt fails, Alpine will then try the default
31617 behavior described in the previous paragraph.
31620 TLS negotiation on the normal port is preferred, and supersedes the use of
31621 SSL on port 993, but older servers may not provide TLS support.
31622 This feature may be convenient when accessing IMAP servers that do not support
31623 TLS, but do support SSL connections on port 993.
31624 However, it is important to understand that with this feature enabled,
31625 Alpine will <EM>attempt</EM> to make a secure connection if that is possible,
31626 but it will proceed to make an insecure connection if that is the only
31627 option offered by the server, or if the Alpine in question has been built
31628 without encryption capability.
31631 Note that this feature specifies a per-user (or system-wide) default
31632 behavior, but host/folder specification flags may be used to control the
31633 behavior of any specific connection.
31634 This feature interacts with some of
31635 the possible host/folder path specification flags as follows:
31638 The <SAMP>/tls</SAMP> host flag, for example,
31641 <CENTER><SAMP>{foo.example.com/tls}INBOX</SAMP></CENTER>
31643 will over-ride this feature for the specified host by bypassing the
31644 SSL connection attempt.
31645 Moreover, with <SAMP>/tls</SAMP> specified,
31646 the connection attempt will fail if the
31647 service on port 143 does not offer TLS support.
31650 The <SAMP>/ssl</SAMP> host flag, for example,
31653 <CENTER><SAMP>{foo.example.com/ssl}INBOX</SAMP></CENTER>
31655 will insist on an SSL connection for the specified host,
31656 and will fail if the SSL service on port 993 is not available.
31657 Alpine will not subsequently retry a connection
31658 on port 143 if <SAMP>/ssl</SAMP> is specified.
31661 <UL>   
31662 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31663 </UL><P>
31664 &lt;End of help on this topic&gt;
31665 </BODY>
31666 </HTML>
31667 ====== h_config_file_dir ======
31668 <HTML>
31669 <HEAD>
31670 <TITLE>OPTION: File Directory</TITLE>
31671 </HEAD>
31672 <BODY>
31673 <H1>OPTION: File Directory</H1>
31675 PC-Alpine only.
31677 This value affects the Composer's &quot;^J&nbsp;Attach&quot; command, 
31678 the Attachment Index Screen's &quot;S&nbsp;Save&quot; command, and the
31679 Message Index's &quot;E&nbsp;Export&quot; command.
31682 Normally, when a filename is supplied that lacks a leading &quot;path&quot;
31683 component, Alpine assumes the file exists in the user's home directory.
31684 Under Windows operating systems, this definition isn't always clear.  This 
31685 feature allows you to explictly set where Alpine should look for files
31686 without a leading path.
31689 NOTE: this feature's value is ignored if either 
31690 <A HREF="h_config_use_current_dir"><!--#echo var="FEAT_use-current-dir"--></A> feature
31691 is set or the PINERC has a value for the &quot;<!--#echo var="VAR_operating-dir"-->&quot; variable.
31694 <UL>   
31695 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
31696 </UL><P>
31697 &lt;End of help on this topic&gt;
31698 </BODY>
31699 </HTML>
31700 ====== h_config_quote_all_froms =====
31701 <HTML>
31702 <HEAD>
31703 <TITLE>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></TITLE>
31704 </HEAD>
31705 <BODY>
31706 <H1>FEATURE: <!--#echo var="FEAT_save-will-quote-leading-froms"--></H1>
31708 This feature controls an aspect of the Save command (and also the way
31709 outgoing messages are saved to an FCC folder).  If set, Alpine will add
31710 a leading &quot;>&quot; character in front of message lines beginning with &quot;From&quot; 
31711 when they are saved to another folder, including lines syntactically
31712 distinguishable from the type of message separator line commonly used on
31713 Unix systems.
31716 The default behavior is that a &quot;>&quot; will be prepended only to lines
31717 beginning with &quot;From &quot; that might otherwise be confused with a message
31718 separator line on Unix systems.  If pine is the only mail program you use,
31719 this default is reasonable.  If another program you use has trouble
31720 displaying a message with an unquoted &quot;From &quot; saved by Alpine, you should
31721 enable this feature.  This feature only applies to the common Unix mailbox
31722 format that uses message separator lines beginning with &quot;From &quot;.  If
31723 Alpine has been configured to use a different mailbox format (possibly
31724 incompatible with other mail programs), then this issue does not arise,
31725 and the feature is irrelevant.
31728 &lt;End of help on this topic&gt;
31729 </BODY>
31730 </HTML>
31731 ====== h_config_normal_color =====
31732 <HTML>
31733 <HEAD>
31734 <TITLE>OPTION: Normal Color</TITLE>
31735 </HEAD>
31736 <BODY>
31737 <H1>OPTION: Normal Color</H1>
31739 Sets the color Alpine normally uses.
31740 The foreground color is the color of the actual character and the
31741 background color is the color of the area behind the character.
31742 By default this color is black characters on a white background.
31744 <A HREF="h_color_setup">Descriptions of the available commands</A>
31746 Look <A HREF="h_edit_nav_cmds">here</A>
31747 to see the available Editing and Navigation commands.
31749 &lt;End of help on this topic&gt;
31750 </BODY>
31751 </HTML>
31752 ====== h_config_reverse_color =====
31753 <HTML>
31754 <HEAD>
31755 <TITLE>OPTION: Reverse Color</TITLE>
31756 </HEAD>
31757 <BODY>
31758 <H1>OPTION: Reverse Color</H1>
31760 Sets the color Alpine uses for reverse video characters.
31761 The foreground color is the color of the actual character and the
31762 background color is the color of the area behind the character.
31764 <A HREF="h_color_setup">Descriptions of the available commands</A>
31766 Look <A HREF="h_edit_nav_cmds">here</A>
31767 to see the available Editing and Navigation commands.
31769 &lt;End of help on this topic&gt;
31770 </BODY>
31771 </HTML>
31772 ====== h_config_title_color =====
31773 <HTML>
31774 <HEAD>
31775 <TITLE>OPTION: Title Color</TITLE>
31776 </HEAD>
31777 <BODY>
31778 <H1>OPTION: Title Color</H1>
31780 Sets the color Alpine uses for the titlebar (the top line on the screen).
31781 The foreground color is the color of the actual character and the
31782 background color is the color of the area behind the character.
31783 By default, the Title Color is black characters on a yellow background.
31785 The actual titlebar color may be different from the Title Color if
31786 the option
31787 <A HREF="h_config_titlebar_color_style">&quot;<!--#echo var="VAR_titlebar-color-style"-->&quot;</A>
31788 is set to some value other than the default.
31789 It may also be different if the current folder is closed and the
31790 <A HREF="h_config_titleclosed_color">Title Closed Color</A>
31791 color is set to something different from the Title Color.
31793 <A HREF="h_color_setup">Descriptions of the available commands</A>
31795 Look <A HREF="h_edit_nav_cmds">here</A>
31796 to see the available Editing and Navigation commands.
31798 &lt;End of help on this topic&gt;
31799 </BODY>
31800 </HTML>
31801 ====== h_config_titleclosed_color =====
31802 <HTML>
31803 <HEAD>
31804 <TITLE>OPTION: Title Closed Color</TITLE>
31805 </HEAD>
31806 <BODY>
31807 <H1>OPTION: Title Closed Color</H1>
31809 Sets the color Alpine uses for the titlebar (the top line on the screen)
31810 when the current folder is closed.
31811 The foreground color is the color of the actual character and the
31812 background color is the color of the area behind the character.
31813 By default, the Title Color Closed Color is white characters on a red background.
31815 By setting this color to something noticeable you will be alerted to the
31816 fact that the current folder is closed, perhaps unexpectedly.
31818 &lt;End of help on this topic&gt;
31819 </BODY>
31820 </HTML>
31821 ====== h_config_status_color =====
31822 <HTML>
31823 <HEAD>
31824 <TITLE>OPTION: Status Color</TITLE>
31825 </HEAD>
31826 <BODY>
31827 <H1>OPTION: Status Color</H1>
31829 Sets the color Alpine uses for status messages written to the message
31830 line near the bottom of the screen.
31831 The foreground color is the color of the actual character and the
31832 background color is the color of the area behind the character.
31833 By default, the Status Color is the same as the Reverse Color.
31835 <A HREF="h_color_setup">Descriptions of the available commands</A>
31837 Look <A HREF="h_edit_nav_cmds">here</A>
31838 to see the available Editing and Navigation commands.
31840 &lt;End of help on this topic&gt;
31841 </BODY>
31842 </HTML>
31843 ====== h_config_index_opening_color =====
31844 <HTML>
31845 <HEAD>
31846 <TITLE>OPTION: Index Opening Color</TITLE>
31847 </HEAD>
31848 <BODY>
31849 <H1>OPTION: Index Opening Color</H1>
31851 With some setups the text of the subject is followed
31852 by the opening text of the message if there is any room available in the index line.
31853 If you have configured your
31854 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31855 to include one of the Subject tokens that causes this behavior
31856 (SUBJECTTEXT, SUBJKEYTEXT, or SUBJKEYINITTEXT), you may set the color of
31857 this opening text with this option.
31858 This coloring takes place for all but the current index line, and the Opening
31859 Color appears to be in front of any color from an Index Color Rule.
31861 By default the Index Opening Color is gray characters on a white background.
31864 <A HREF="h_color_setup">Descriptions of the available commands</A>
31866 Look <A HREF="h_edit_nav_cmds">here</A>
31867 to see the available Editing and Navigation commands.
31869 &lt;End of help on this topic&gt;
31870 </BODY>
31871 </HTML>
31872 ====== h_config_index_pri_color =====
31873 <HTML>
31874 <HEAD>
31875 <TITLE>OPTION: Index Priority Symbol Colors</TITLE>
31876 </HEAD>
31877 <BODY>
31878 <H1>OPTION: Index Priority Symbol Colors</H1>
31880 The X-Priority header is a non-standard header that is used in a
31881 somewhat standard way by many mail programs.
31882 Alpine expects the value of this header to be a digit with a value
31883 from 1 to 5, with 1 being the highest priority and 5 the lowest priority.
31884 Alpine can be made to display an indication of this priority in
31885 messages by use of one of the tokens
31886 (<A HREF="h_index_tokens">Tokens for Index and Replying</A>)
31887 PRIORITY, PRIORITYALPHA, or PRIORITY! in the
31888 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
31891 You may set the color used to draw these tokens by use of the colors
31892 Index High Priority Symbol Color and Index Low Priority Symbol Color.
31893 This coloring takes place for all but the current index line, and the Priority
31894 Color appears to be in front of any color from an Index Color Rule.
31895 If the priority has a value of 1 or 2 the High Priority color will be
31896 used,
31897 and if the value is 4 or 5 the Low Priority color will be used.
31899 If you don't set these colors the index line will be colored in the same color as
31900 the bulk of the index line.
31903 <A HREF="h_color_setup">Descriptions of the available commands</A>
31905 Look <A HREF="h_edit_nav_cmds">here</A>
31906 to see the available Editing and Navigation commands.
31908 &lt;End of help on this topic&gt;
31909 </BODY>
31910 </HTML>
31911 ====== h_config_index_subject_color =====
31912 <HTML>
31913 <HEAD>
31914 <TITLE>OPTION: Index Subject Color</TITLE>
31915 </HEAD>
31916 <BODY>
31917 <H1>OPTION: Index Subject Color</H1>
31919 You may set the color used to draw the Subject part of the index line.
31920 This coloring takes place for all but the current index line, and the Subject
31921 Color appears to be in front of any color from an Index Color Rule.
31923 If you don't set this color it will be colored in the same color as
31924 the bulk of the index line.
31927 <A HREF="h_color_setup">Descriptions of the available commands</A>
31929 Look <A HREF="h_edit_nav_cmds">here</A>
31930 to see the available Editing and Navigation commands.
31932 &lt;End of help on this topic&gt;
31933 </BODY>
31934 </HTML>
31935 ====== h_config_index_from_color =====
31936 <HTML>
31937 <HEAD>
31938 <TITLE>OPTION: Index From Color</TITLE>
31939 </HEAD>
31940 <BODY>
31941 <H1>OPTION: Index From Color</H1>
31943 You may set the color used to draw the From part of the index line.
31944 This coloring takes place for all but the current index line, and the From
31945 Color appears to be in front of any color from an Index Color Rule.
31947 If you don't set this color it will be colored in the same color as
31948 the bulk of the index line.
31951 <A HREF="h_color_setup">Descriptions of the available commands</A>
31953 Look <A HREF="h_edit_nav_cmds">here</A>
31954 to see the available Editing and Navigation commands.
31956 &lt;End of help on this topic&gt;
31957 </BODY>
31958 </HTML>
31959 ====== h_config_index_arrow_color =====
31960 <HTML>
31961 <HEAD>
31962 <TITLE>OPTION: Index Arrow Color</TITLE>
31963 </HEAD>
31964 <BODY>
31965 <H1>OPTION: Index Arrow Color</H1>
31967 If you have configured your
31968 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option
31969 to include the &quot;ARROW&quot; token, you may set the color of
31970 the arrow displayed with this option.
31971 If you don't set the color it will be colored in the same color as
31972 the bulk of the index line.
31975 <A HREF="h_color_setup">Descriptions of the available commands</A>
31977 Look <A HREF="h_edit_nav_cmds">here</A>
31978 to see the available Editing and Navigation commands.
31980 &lt;End of help on this topic&gt;
31981 </BODY>
31982 </HTML>
31983 ====== h_config_index_color =====
31984 <HTML>
31985 <HEAD>
31986 <TITLE>OPTION: Index Colors</TITLE>
31987 </HEAD>
31988 <BODY>
31989 <H1>OPTION: Index Colors</H1>
31991 You may add color to the single character symbols that give the status
31992 of each message in the MESSAGE INDEX.
31993 By default the characters &quot;+&quot;, &quot;*&quot;, &quot;D&quot;,
31994 &quot;A&quot;, and &quot;N&quot; show up near the left hand side of the
31995 screen depending on whether the message is addressed to you, and whether
31996 the message is marked Important, is Deleted, is Answered, or is New.
31997 The color for each of those characters may be specified by setting the
31998 &quot;Index-to-me&quot; Symbol Color,
31999 the &quot;Index-important&quot; Symbol Color,
32000 the &quot;Index-deleted&quot; Symbol Color,
32001 the &quot;Index-answered&quot; Symbol Color,
32002 and the &quot;Index-new&quot; Symbol Color.
32003 There are also two other symbol colors called &quot;Index-recent&quot;
32004 and &quot;Index-unseen&quot;.
32005 These two colors will only be used if you have configured your
32006 &quot;<A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A>&quot; option
32007 to include the &quot;IMAPSTATUS&quot; or &quot;SHORTIMAPSTATUS&quot; token.
32009 The default colors for these symbols are:
32010 <TABLE>
32011 <TR> <TD> &nbsp;&nbsp;Index-to-me&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> black on cyan </TD> </TR>
32012 <TR> <TD> &nbsp;&nbsp;Index-important </TD> <TD> white on bright red </TD> </TR>
32013 <TR> <TD> &nbsp;&nbsp;Index-deleted&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32014 <TR> <TD> &nbsp;&nbsp;Index-answered&nbsp; </TD> <TD> bright red on yellow </TD> </TR>
32015 <TR> <TD> &nbsp;&nbsp;Index-new&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </TD> <TD> white on magenta </TD> </TR>
32016 <TR> <TD> &nbsp;&nbsp;Index-recent&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32017 <TR> <TD> &nbsp;&nbsp;Index-unseen&nbsp;&nbsp;&nbsp; </TD> <TD> same as Normal Color </TD> </TR>
32018 </TABLE>
32020 Besides coloring the message status symbols, you may also color the
32021 entire index line.
32022 This is done by using the
32023 <A HREF="h_rules_incols">SETUP INDEX LINE COLORS</A> screen, which you
32024 may get to with the commands <EM>S</EM>etup/<EM>R</EM>ules/<EM>I</EM>ndexcolor.
32025 When the entire line is colored that color will be &quot;behind&quot; the
32026 status symbol colors talked about in the paragraph above.
32028 You may also color
32029 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32030 in the index using the
32031 Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>);
32032 the <A HREF="h_config_index_arrow_color">ARROW</A> cursor;
32033 the Subject using
32034 <A HREF="h_config_index_subject_color">Index Subject Color</A>;
32035 the From field using
32036 <A HREF="h_config_index_from_color">Index From Color</A>;
32037 and the
32038 <A HREF="h_config_index_opening_color">Index Opening</A> text.
32040 <A HREF="h_color_setup">Descriptions of the available commands</A>
32042 Look <A HREF="h_edit_nav_cmds">here</A>
32043 to see the available Editing and Navigation commands.
32045 &lt;End of help on this topic&gt;
32046 </BODY>
32047 </HTML>
32048 ====== h_config_metamsg_color =====
32049 <HTML>
32050 <HEAD>
32051 <TITLE>OPTION: Meta-Message Color</TITLE>
32052 </HEAD>
32053 <BODY>
32054 <H1>OPTION: Meta-Message Color</H1>
32056 Sets the color Alpine uses in the MESSAGE TEXT screen for messages to you
32057 that aren't part of the message itself.
32058 For example, an attachment that isn't shown might produce a meta
32059 message something like:
32061 <CENTER><SAMP> [ Part 2, &quot;comment&quot; Text/PLAIN (Name: &quot;file&quot;) ]</SAMP></CENTER>
32063 If you set the
32064 <A HREF="h_config_quote_suppression"><!--#echo var="VAR_quote-suppression-threshold"--></A>
32065 option you might see
32067 <CENTER><SAMP>[ 12 lines of quoted text hidden from view ]</SAMP></CENTER>
32069 Warnings about suspicious looking URLs in HTML will also be colored
32070 with this color.
32072 The foreground color is the color of the actual character and the
32073 background color is the color of the area behind the character.
32074 By default, the Meta-Message Color is black characters on a yellow background.
32076 <A HREF="h_color_setup">Descriptions of the available commands</A>
32078 Look <A HREF="h_edit_nav_cmds">here</A>
32079 to see the available Editing and Navigation commands.
32081 &lt;End of help on this topic&gt;
32082 </BODY>
32083 </HTML>
32084 ====== h_config_keylabel_color =====
32085 <HTML>
32086 <HEAD>
32087 <TITLE>OPTION: KeyLabel Color</TITLE>
32088 </HEAD>
32089 <BODY>
32090 <H1>OPTION: KeyLabel Color</H1>
32092 Sets the color Alpine uses for the labels of the keys in the two-line
32093 menu at the bottom of the screen.
32094 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32095 This option sets the color used when displaying &quot;PrevMsg&quot;.
32096 The foreground color is the color of the actual character and the
32097 background color is the color of the area behind the character.
32098 By default, the KeyLabel Color is the same as the Normal Color.
32100 WARNING: Some terminal emulators have the property that the screen will scroll
32101 down one line whenever a character is written to the character cell in the
32102 lower right corner of the screen.
32103 Alpine can usually avoid writing a character in that corner of the screen.
32104 However, if you have defined a KeyLabel Color then Alpine does have to write
32105 a character in that cell in order to color the cell correctly.
32106 If you find that your display sometimes scrolls up a line this could be
32107 the problem.
32108 The most obvious symptom is probably that the titlebar at the top of the
32109 screen scrolls off the screen.
32110 Try setting KeyLabel Color to Default to see if that fixes the problem.
32112 <A HREF="h_color_setup">Descriptions of the available commands</A>
32114 Look <A HREF="h_edit_nav_cmds">here</A>
32115 to see the available Editing and Navigation commands.
32117 &lt;End of help on this topic&gt;
32118 </BODY>
32119 </HTML>
32120 ====== h_config_keyname_color =====
32121 <HTML>
32122 <HEAD>
32123 <TITLE>OPTION: KeyName Color</TITLE>
32124 </HEAD>
32125 <BODY>
32126 <H1>OPTION: KeyName Color</H1>
32128 Sets the color Alpine uses for the names of the keys in the two-line
32129 menu at the bottom of the screen.
32130 For example, some of the screens have a &quot;P PrevMsg&quot; command.
32131 This option sets the color used when displaying the &quot;P&quot;.
32132 The foreground color is the color of the actual character and the
32133 background color is the color of the area behind the character.
32134 By default, the KeyName Color is the same as the Reverse Color.
32136 <A HREF="h_color_setup">Descriptions of the available commands</A>
32138 Look <A HREF="h_edit_nav_cmds">here</A>
32139 to see the available Editing and Navigation commands.
32141 &lt;End of help on this topic&gt;
32142 </BODY>
32143 </HTML>
32144 ====== h_config_slctbl_color =====
32145 <HTML>
32146 <HEAD>
32147 <TITLE>OPTION: Selectable Item Color</TITLE>
32148 </HEAD>
32149 <BODY>
32150 <H1>OPTION: Selectable Item Color</H1>
32152 Sets the color Alpine uses for selectable items, such as URLs.
32153 The foreground color is the color of the actual character and the
32154 background color is the color of the area behind the character.
32155 By default, the Selectable Item Color is the same as the Normal Color,
32156 except that it is bold.
32158 <A HREF="h_color_setup">Descriptions of the available commands</A>
32160 Look <A HREF="h_edit_nav_cmds">here</A>
32161 to see the available Editing and Navigation commands.
32163 &lt;End of help on this topic&gt;
32164 </BODY>
32165 </HTML>
32166 ====== h_config_quote_color =====
32167 <HTML>
32168 <HEAD>
32169 <TITLE>OPTION: Quote Colors</TITLE>
32170 </HEAD>
32171 <BODY>
32172 <H1>OPTION: Quote Colors</H1>
32174 Sets the colors Alpine uses for coloring quoted text in the MESSAGE TEXT
32175 screen.
32176 If a line begins with a &gt; character (or space followed by &gt;)
32177 it is considered a quote.
32178 That line will be given the Quote1 Color (first level quote).
32179 If there is a second level of quoting then the Quote2 Color will be used.
32180 Alpine considers there to be a second level of quoting if that first &gt; is
32181 followed by another &gt; (or space followed by &gt;).
32182 If there are characters other than whitespace and &gt; signs, then it isn't
32183 considered another level of quoting.
32184 Similarly, if there is a third level of quoting the Quote3 Color will be
32185 used.
32186 If there are more levels after that the Quote Colors are re-used.
32187 If you define all three colors then it would repeat like Color1, Color2, Color3,
32188 Color1, Color2, Color3, ...
32189 If you only define the first two it would be
32190 Color1, Color2, Color1, Color2, ...
32191 If you define only the Quote1 Color, then the entire quote would be that
32192 color regardless of the quoting levels.
32193 By default, the Quote1 Color is black characters on a greenish-blue background;
32194 the Quote2 Color is black characters on a dull yellow background; and
32195 the Quote3 Color is black characters on a green background.
32197 <A HREF="h_color_setup">Descriptions of the available commands</A>
32199 Look <A HREF="h_edit_nav_cmds">here</A>
32200 to see the available Editing and Navigation commands.
32202 &lt;End of help on this topic&gt;
32203 </BODY>
32204 </HTML>
32205 ====== h_config_folder_color =====
32206 <HTML>
32207 <HEAD>
32208 <TITLE>OPTION: Folder Color</TITLE>
32209 </HEAD>
32210 <BODY>
32211 <H1>OPTION: Folder Color</H1>
32213 Sets the colors Alpine uses for coloring a folder in the FOLDER LIST
32214 screen. By default, the Folder Color is the normal text color.
32217 If you set a color for this feature, other than the normal color
32218 (the default), or a color for
32219 <A HREF="h_config_directory_color">Directory Color</A>, then directories
32220 will be colored according to the color specified in the
32221 <A HREF="h_config_directory_color">Directory Color</A> option. In this
32222 case, the color will be the only indication that the colored name
32223 refers to a directory. The normal behavior is that Alpine
32224 indicates that a name refers to a directory by appending a
32225 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32226 the folder.
32229 If a folder is a directory, then the folder name will be painted
32230 according to the color defined by this variable, and a separator
32231 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added 
32232 to the name. That
32233 indicator will be painted according to the color defined in the
32234 <A HREF="h_config_directory_color">Directory Color</A> option.
32237 &lt;End of help on this topic&gt;
32238 </BODY>
32239 </HTML>
32240 ====== h_config_directory_color =====
32241 <HTML>
32242 <HEAD>
32243 <TITLE>OPTION: Directory Color</TITLE>
32244 </HEAD>
32245 <BODY>
32246 <H1>OPTION: Directory Color</H1>
32248 Sets the colors Alpine uses for coloring a directory in the FOLDER LIST
32249 screen. By default, the Folder Color is the normal text color.
32251 If you set a color for this feature, other than the normal color
32252 (the default), or a color for
32253 <A HREF="h_config_folder_color">Folder Color</A>, then folders
32254 will be colored according to the color specified in the
32255 <A HREF="h_config_folder_color">Folder Color</A> option. In this
32256 case, the color will be the only indication that the colored name
32257 refers to a directory. The normal behavior is that Alpine
32258 indicates that a name refers to a directory by appending a
32259 separator (like &quot;/&quot; or &quot;.&quot;) to the name of
32260 the folder.
32262 If a folder is a directory, then the folder name will be painted
32263 according to the color defined by the option
32264 <A HREF="h_config_folder_color">Folder Color</A>, and the separator
32265 indicator  (like &quot;/&quot; or &quot;.&quot;) will be added
32266 after the name. That
32267 indicator will be painted according to the color defined in this
32268 option.
32270 &lt;End of help on this topic&gt;
32271 </BODY>
32272 </HTML>
32273 ====== h_config_folder_list_color =====
32274 <HTML>
32275 <HEAD>
32276 <TITLE>OPTION: Folder-List Color</TITLE>
32277 </HEAD>
32278 <BODY>
32279 <H1>OPTION: Folder-List Color</H1>
32281 Sets the colors Alpine uses for coloring normal text in the FOLDER LIST
32282 screen. By default, the Folder-List Color is the normal text color.
32284 This text refers to the informative text that Alpine displays so you
32285 can recognize each collection. The color of the content of each collection
32286 is determined by the options <A HREF="h_config_folder_color">Folder Color</A>
32287 and <A HREF="h_config_directory_color">Directory Color</A>.
32289 Unlike the options
32290 <A HREF="h_config_folder_color">Folder Color</A>
32291 and <A HREF="h_config_directory_color">Directory Color</A>, configuring
32292 this option does not affect the way that Alpine reports folders,
32293 directories and folders that are directories.
32295 &lt;End of help on this topic&gt;
32296 </BODY>
32297 </HTML>
32298 ====== h_config_incunseen_color =====
32299 <HTML>
32300 <HEAD>
32301 <TITLE>OPTION: Incoming Unseen Color</TITLE>
32302 </HEAD>
32303 <BODY>
32304 <H1>OPTION: Incoming Unseen Color</H1>
32306 If the option
32307 <A HREF="h_config_enable_incoming_checking"><!--#echo var="FEAT_enable-incoming-folders-checking"--></A>
32308 is turned on it is possible to highlight the folders that contain
32309 unseen messages by coloring them with this color.
32310 By default, this is the same as the Normal Color and no highlighting is done.
32312 Usually the &quot;current&quot; folder (the folder the cursor is on)
32313 is highlighted using reverse video.
32314 If the current folder is colored because it contains unseen messages then
32315 the color used to show that it is also the current folder is controlled
32316 by the
32317 <A HREF="h_config_index_color_style"><!--#echo var="VAR_current-indexline-style"--></A>
32318 feature at the top of the SETUP COLOR screen.
32320 <A HREF="h_color_setup">Descriptions of the available commands</A>
32322 Look <A HREF="h_edit_nav_cmds">here</A>
32323 to see the available Editing and Navigation commands.
32325 &lt;End of help on this topic&gt;
32326 </BODY>
32327 </HTML>
32328 ====== h_config_signature_color =====
32329 <HTML>
32330 <HEAD>
32331 <TITLE>OPTION: Signature Color</TITLE>
32332 </HEAD>
32333 <BODY>
32334 <H1>OPTION: Signature Color</H1>
32336 Sets the color Alpine uses for coloring the signature in the MESSAGE TEXT
32337 screen. According to USENET conventions, the signature is defined as the
32338 paragraph following the &quot;sigdashes&quot;, that is, the special line
32339 consisting of the three characters
32340 &quot;--&nbsp;&quot; (i.e., dash, dash, and space). Alpine allows for one
32341 empty line right after the sigdashes to be considered as part of the
32342 signature.
32343 By default, the Signature Color is blue characters on a white background.
32345 <A HREF="h_color_setup">Descriptions of the available commands</A>
32347 Look <A HREF="h_edit_nav_cmds">here</A>
32348 to see the available Editing and Navigation commands.
32350 &lt;End of help on this topic&gt;
32351 </BODY>
32352 </HTML>
32353 ====== h_config_prompt_color =====
32354 <HTML>
32355 <HEAD>
32356 <TITLE>OPTION: Prompt Color</TITLE>
32357 </HEAD>
32358 <BODY>
32359 <H1>OPTION: Prompt Color</H1>
32361 Sets the color Alpine uses for confirmation prompts and questions that
32362 appear in the status line near the bottom of the screen.
32363 The foreground color is the color of the actual character and the
32364 background color is the color of the area behind the character.
32365 By default, the Prompt Color is the same as the Reverse Color.
32367 <A HREF="h_color_setup">Descriptions of the available commands</A>
32369 Look <A HREF="h_edit_nav_cmds">here</A>
32370 to see the available Editing and Navigation commands.
32372 &lt;End of help on this topic&gt;
32373 </BODY>
32374 </HTML>
32375 ====== h_config_header_general_color =====
32376 <HTML>
32377 <HEAD>
32378 <TITLE>OPTION: Header General Color</TITLE>
32379 </HEAD>
32380 <BODY>
32381 <H1>OPTION: Header General Color</H1>
32383 Sets the color Alpine uses for the headers of a message in the MESSAGE TEXT
32384 screen.
32385 The foreground color is the color of the actual character and the
32386 background color is the color of the area behind the character.
32387 By default, this is the same as the Normal Color.
32389 It is also possible to set the colors for specific header fields, for
32390 example the Subject, using
32391 <A HREF="h_config_customhdr_color"><!--#echo var="VAR_viewer-hdr-colors"--></A>.
32392 If both a Header General Color and a specific Viewer Header Color are set
32393 the specific color will override the general color, as you would expect.
32395 <A HREF="h_color_setup">Descriptions of the available commands</A>
32397 Look <A HREF="h_edit_nav_cmds">here</A>
32398 to see the available Editing and Navigation commands.
32400 &lt;End of help on this topic&gt;
32401 </BODY>
32402 </HTML>
32403 ====== h_config_incol =====
32404 <HTML>
32405 <HEAD>
32406 <TITLE>Index Line Color</TITLE>
32407 </HEAD>
32408 <BODY>
32409 <H1>Index Line Color</H1>
32411 This option is used to set the color of a line in the index when the
32412 message for that line matches the Pattern.
32413 This colors the whole index line, except possibly the status letters,
32414 which may be colored separately using the
32415 <A HREF="h_color_setup">Setup Kolor</A> screen.
32416 The foreground color is the color of the actual characters and the
32417 background color is the color of the area behind the characters.
32419 <A HREF="h_color_setup">Descriptions of the available commands</A>
32421 Look <A HREF="h_edit_nav_cmds">here</A>
32422 to see the available Editing and Navigation commands.
32424 &lt;End of help on this topic&gt;
32425 </BODY>
32426 </HTML>
32427 ====== h_config_usetransparent_color =====
32428 <HTML>
32429 <HEAD>
32430 <TITLE>OPTION: Use Transparent Color</TITLE>
32431 </HEAD>
32432 <BODY>
32433 <H1>OPTION: Use Transparent Color</H1>
32435 This is a special color supported by some terminal emulators.
32436 It is intended to result in the default foreground or background color
32437 from the terminal emulator.
32438 This is the color the terminal was displaying characters in before you started Alpine.
32439 The reason it is called Transparent is because you could set the foreground color
32440 to some specific color, like Red, and then set the background color to the
32441 Transparent Color. If it works as expected, the background color from the terminal
32442 window in which Alpine is running will show through but with the Red characters
32443 in the foreground.
32445 <A HREF="h_color_setup">Descriptions of the available commands</A>
32447 Look <A HREF="h_edit_nav_cmds">here</A>
32448 to see the available Editing and Navigation commands.
32450 &lt;End of help on this topic&gt;
32451 </BODY>
32452 </HTML>
32453 ====== h_config_usenormal_color =====
32454 <HTML>
32455 <HEAD>
32456 <TITLE>OPTION: Use Normal Color</TITLE>
32457 </HEAD>
32458 <BODY>
32459 <H1>OPTION: Use Normal Color</H1>
32461 When you use this color value, the actual color used will be the same
32462 as the corresponding Normal Color.
32463 For example if your Normal Color is black on white and you set both
32464 the foreground and background colors here to use the Normal Color, you'll
32465 get black on white. If you later change the Normal Color to red on blue
32466 this color will also change to red on blue.
32468 <A HREF="h_color_setup">Descriptions of the available commands</A>
32470 Look <A HREF="h_edit_nav_cmds">here</A>
32471 to see the available Editing and Navigation commands.
32473 &lt;End of help on this topic&gt;
32474 </BODY>
32475 </HTML>
32476 ====== h_config_usenone_color =====
32477 <HTML>
32478 <HEAD>
32479 <TITLE>OPTION: Use None Color</TITLE>
32480 </HEAD>
32481 <BODY>
32482 <H1>OPTION: Use None Color</H1>
32484 This is a special color that simply means to leave the color alone.
32485 It is useful for Index symbols and for Keyword Colors used in the Subject
32486 field of an index line.
32487 The most likely use is to set an explicit foreground color and then set
32488 the background color to the None Color.
32489 That will cause the symbol or keyword to be drawn in the foreground color
32490 with a background equal to whatever color the rest of the index line is already
32491 drawn in.
32492 You will see no visible effect unless you have assigned Indexcolor Rules to
32493 color index lines or you have set an actual color for the Reverse Color.
32495 <A HREF="h_color_setup">Descriptions of the available commands</A>
32497 Look <A HREF="h_edit_nav_cmds">here</A>
32498 to see the available Editing and Navigation commands.
32500 &lt;End of help on this topic&gt;
32501 </BODY>
32502 </HTML>
32503 ====== h_config_dflt_color =====
32504 <HTML>
32505 <HEAD>
32506 <TITLE>OPTION: Default Color</TITLE>
32507 </HEAD>
32508 <BODY>
32509 <H1>OPTION: Default Color</H1>
32511 Setting default will cause the color to be the default color.
32512 Unsetting default is normally done by choosing a color, but in some cases
32513 you may want to declare the current default color to be your non-default
32514 choice.
32515 For example, the default Keyname Color is the same as the Reverse Color.
32516 Whenever the Reverse Color changes the Keyname Color will also change, unless
32517 you've changed it or unset the default box.
32519 <A HREF="h_color_setup">Descriptions of the available commands</A>
32521 Look <A HREF="h_edit_nav_cmds">here</A>
32522 to see the available Editing and Navigation commands.
32524 &lt;End of help on this topic&gt;
32525 </BODY>
32526 </HTML>
32527 ====== h_config_bold_slctbl =====
32528 <HTML>
32529 <HEAD>
32530 <TITLE>OPTION: Bold</TITLE>
32531 </HEAD>
32532 <BODY>
32533 <H1>OPTION: Bold</H1>
32535 The color for this particular section may have the Bold attribute turned
32536 on or off.
32537 Setting bold will cause the characters to be bold.
32539 <A HREF="h_color_setup">Descriptions of the available commands</A>
32541 Look <A HREF="h_edit_nav_cmds">here</A>
32542 to see the available Editing and Navigation commands.
32544 &lt;End of help on this topic&gt;
32545 </BODY>
32546 </HTML>
32547 ====== h_config_kw_color =====
32548 <HTML>
32549 <HEAD>
32550 <TITLE>OPTION: Keyword Colors</TITLE>
32551 </HEAD>
32552 <BODY>
32553 <H1>OPTION: Keyword Colors</H1>
32555 Sets the colors Alpine uses for Keyword fields in the MESSAGE INDEX screen.
32556 Keywords are displayed as part of the Subject by default.
32557 They are also displayed as part of the Subject if the tokens
32558 &quot;SUBJKEY&quot;, &quot;SUBJKEYTEXT&quot;, &quot;SUBJKEYINIT&quot;, or &quot;SUBJKEYINITTEXT&quot; are used in the
32559 <A HREF="h_config_index_format"><!--#echo var="VAR_index-format"--></A> option.
32560 Keywords may also be displayed in a column of their own in the MESSAGE INDEX
32561 screen by using the &quot;KEY&quot; or &quot;KEYINIT&quot; tokens.
32563 For example, you might have set up a Keyword
32564 &quot;Work&quot; using the
32565 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A> option in the Setup/Config screen.
32566 You could cause that Keyword to show up as a special color
32567 by setting up the Keyword Color using this option, and then including it
32568 in the MESSAGE INDEX screen using one of the tokens listed above in the
32569 <!--#echo var="VAR_index-format"-->.
32571 <A HREF="h_color_setup">Descriptions of the available commands</A>
32573 Look <A HREF="h_edit_nav_cmds">here</A>
32574 to see the available Editing and Navigation commands.
32576 &lt;End of help on this topic&gt;
32577 </BODY>
32578 </HTML>
32579 ====== h_config_customhdr_color =====
32580 <HTML>
32581 <HEAD>
32582 <TITLE>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></TITLE>
32583 </HEAD>
32584 <BODY>
32585 <H1>OPTION: <!--#echo var="VAR_viewer-hdr-colors"--></H1>
32587 Sets the colors Alpine uses for specific header fields in the MESSAGE TEXT screen.
32588 For example, you may set the color of the Subject header or the From header.
32589 The foreground color is the color of the actual character and the
32590 background color is the color of the area behind the character.
32592 In addition to setting the colors for particular headers (like the Subject)
32593 you may also set a color to be used for all headers unless overridden by a
32594 more specific Viewer Header Color.
32595 To do this use the
32596 <A HREF="h_config_header_general_color">Header General Color</A>.
32598 For Header Colors,
32599 there is an additional line on the
32600 screen labeled &quot;Pattern to match&quot;.
32601 If you leave that blank, then the whole field for that header will
32602 be colored.
32603 However, if you give a pattern to match, the coloring will only take place
32604 if there is a match for that pattern in the value of the field.
32605 For example, if you are working on a color for the Subject header and
32606 you fill in a pattern of &quot;important&quot;, then only Subjects that
32607 contain the word &quot;important&quot; will be colored.
32609 If the pattern you enter is a comma-separated list of patterns, then coloring
32610 happens if any of those patterns matches.
32612 <A HREF="h_color_setup">Descriptions of the available commands</A>
32614 Look <A HREF="h_edit_nav_cmds">here</A>
32615 to see the available Editing and Navigation commands.
32617 &lt;End of help on this topic&gt;
32618 </BODY>
32619 </HTML>
32620 ====== h_config_indextoken_color =====
32621 <HTML>
32622 <HEAD>
32623 <TITLE>OPTION: <!--#echo var="VAR_index-token-colors"--></TITLE>
32624 </HEAD>
32625 <BODY>
32626 <H1>OPTION: <!--#echo var="VAR_index-token-colors"--></H1>
32628 This option allows you to set up the color in which any token, not specified by the
32629 previous options, will be colored in the MESSAGE INDEX screen. 
32631 In order to use this option, you must press the &quot;I&quot; <B>IndxHdr</B> command, and add
32632 a token that can be used in the index format. 
32633 The list of available tokens is <A HREF="h_index_tokens">here</A>.
32635 If you fail to enter a valid token your entry will be ignored, and you will be asked to
32636 enter a new one. Once you have entered a valid token, a line will be added to the
32637 configuration screen that you can use to set up the colors in which that token will
32638 be painted. This is done in the same way that you configure colors for other
32639 variables.
32641 <A HREF="h_color_setup">Descriptions of the available commands</A>
32643 Look <A HREF="h_edit_nav_cmds">here</A>
32644 to see the available Editing and Navigation commands.
32646 &lt;End of help on this topic&gt;
32647 </BODY>
32648 </HTML>
32649 ====== h_config_customhdr_pattern =====
32650 <HTML>
32651 <HEAD>
32652 <TITLE>OPTION: Viewer Header Color Pattern</TITLE>
32653 </HEAD>
32654 <BODY>
32655 <H1>OPTION: Viewer Header Color Pattern</H1>
32657 If you leave this blank, then the whole field for the header will
32658 be colored.
32659 If you give a pattern to match, the coloring will only take place
32660 if there is a match for that pattern in the value of the field.
32661 For example, if you are working on a color for the Subject header and
32662 you fill in a pattern of &quot;important&quot;, then only Subjects that
32663 contain the word &quot;important&quot; will be colored.
32665 For address headers (like From and To) and for the Newsgroups header,
32666 a pattern match will cause only the matched addresses or newsgroups to be
32667 colored.
32668 If there is no pattern to match, then all of the addresses or newsgroups
32669 in the relevant header will be colored.
32671 The matching pattern may be a comma-separated list of patterns to match
32672 instead of a single pattern.
32673 For example, you could use the pattern &quot;important,urgent&quot; which would
32674 cause a match if either the word &quot;important&quot; or the word
32675 &quot;urgent&quot; appeared in the value of the header.
32676 You could list several comma-separated email addresses in the Header
32677 From Color pattern so that those addresses will be colored when any of
32678 them appear in the From header.
32680 To add a new matching pattern or change the existing pattern use the 
32681 <!--chtml if pinemode="function_key"-->
32682 &quot;F4&quot;
32683 <!--chtml else-->
32684 &quot;C&quot;
32685 <!--chtml endif-->
32686 &quot;Change&quot; command that is available when the &quot;Pattern to
32687 match&quot; line is highlighted.
32689 <!--chtml if pinemode="function_key"-->
32690 &quot;F10&quot;
32691 <!--chtml else-->
32692 &quot;D&quot;
32693 <!--chtml endif-->
32694 &quot;Delete&quot; command may be used to quickly remove all patterns
32695 for a particular header.
32697 &lt;End of help on this topic&gt;
32698 </BODY>
32699 </HTML>
32700 ====== h_color_setup =====
32701 <HTML>
32702 <HEAD>
32703 <TITLE>SETUP COLOR COMMANDS</TITLE>
32704 </HEAD>
32705 <BODY>
32706 <H1>SETUP COLOR COMMANDS</H1>
32707 <!--chtml if pinemode="function_key"-->
32708 <PRE>
32709 Available Commands -- Group 1
32710 -------------------------------
32711 F1  Display this help text
32712 F2  Show other available commands
32713 F3  Exit to MAIN MENU
32714 F4  Select the highlighted foreground or background color
32715 F5  Move to previous line
32716 F6  Move to next line
32717 F7  Previous page
32718 F8  Next page
32719 F9  Add a config section for a header field
32720 F10 Restore all default colors (for all sections)
32721 F11 Print color configuration screen
32722 F12 Whereis (search for word)
32724 Available Commands -- Group 2
32725 -------------------------------
32726 F1  Display this help text
32727 F2  Show other available commands
32728 F5  Delete config section for highlighted header field
32729 F6  Shuffle the order of Header Color sections
32730 </PRE>
32731 <!--chtml else-->
32732 <PRE>
32733 General commands
32734 -------------------------------------------------
32735  ?  Display this help text     E  Exit back to MAIN MENU
32736  P  Previous Line              N  Next Line
32737  -  Previous page             Spc (space bar) Next page
32738  W  WhereIs (search for word)  %  Print color configuration screen
32740 Color Setup Commands
32741 ------------------------------------------------
32742  *  Select the highlighted foreground or background color
32743  A  Add a config section for a header field
32744  D  Delete config section for highlighted header field
32745  R  Restore all default colors (for all sections)
32746  $  Shuffle the order of Header Color sections
32747 </PRE>
32748 <!--chtml endif-->
32750 <H2>Description of the Setup Color Screen</H2>
32752 From this screen you may turn on color and set the colors of
32753 various parts of the Alpine display.
32754 For help on turning on color move your cursor into the Color Style section
32755 at the top of the Setup Color screen and ask for help.
32758 There are several sections in the Setup Color Screen.
32759 At the top are some settings that handle the style of color used
32760 with your terminal emulator (UNIX only), and some settings that
32761 control how the current indexline and the titlebar are colored.
32762 After that comes a long section called GENERAL COLORS that allows
32763 you to set the color of many elements in the Alpine screens.
32764 For example, the color of the titlebar, status messages,
32765 selectable links, quotes and signatures in messages, and so on.
32766 After that is a section called INDEX COLORS that allows you to
32767 set the colors of various pieces of the displayed index lines in
32768 the MESSAGE INDEX screen.
32769 The next section is HEADER COLORS. This is for coloring headers of
32770 messages in the MESSAGE TEXT screen in just about any way you would like.
32771 Finally, the KEYWORD COLORS section allows you to highlight
32772 <A HREF="h_config_keywords"><!--#echo var="VAR_keywords"--></A>
32773 in the MESSAGE INDEX screen.
32776 To change a color, highlight the color you want to change (for example,
32777 the Status Color) by moving
32778 the cursor into it.
32779 You may want to read the help text for the color to see a brief desription
32780 of what you are coloring.
32781 Then press &quot;C&quot; for Change to set the color to something new.
32782 That will put you into a screen with two columns of colors, one for
32783 the foreground color and one for the background color.
32784 The foreground color is just the color you want the actual characters
32785 to be and the background color is the color of the rest of the rectangle
32786 behind the characters.
32787 Select the foreground and background colors desired by using the Next and
32788 Prev keys to highlight the color, and the * command to select it.
32790 To set a color to its default value, set the X in the Default line at
32791 the bottom of the list of colors.
32794 The HEADER COLORS section is a little bit different from the others.
32795 Besides coloring the specific fields that Alpine knows about, you may also
32796 color specific header fields when viewing a message in the MESSAGE TEXT
32797 screen.
32798 For example, you may color the Subject header a particular color.
32799 There are a few commands for use with headers.
32800 The &quot;AddHeader&quot; command adds a section to the color
32801 configuration screen that allows you to set the color for that header.
32802 You'll be asked for the name of the header field you want to color.
32803 If you wanted to color the Subject, you would answer
32804 with the word &quot;subject&quot;.
32805 Once you've added a header field, the color setting works just like the
32806 other color fields, except that there is an additional line on the
32807 configuration screen labeled &quot;Pattern to match&quot;.
32808 If you leave that blank, then the whole field for that header will always
32809 be colored.
32810 However, if you give a pattern to match, the coloring will only take place
32811 if there is a match for that pattern in the value of the field.
32812 For example, if you are working on a color for the Subject header and
32813 you fill in a pattern of &quot;important&quot;, then only Subjects that
32814 contain the word &quot;important&quot; will be colored.
32816 The &quot;DeleteHdr&quot; command removes a header section from the
32817 configuration altogether.
32818 The &quot;Shuffle&quot; command changes the order of header sections.
32819 This is only necessary if you use header sections with pattern fields.
32820 For example, if you have two Subject sections, one with one pattern and
32821 another with another pattern, and the subject for a particular message
32822 happens to match both, then the color from the first match is used.
32825 The command &quot;RestoreDefs&quot; will restore all of the default colors.
32826 Each section will change to the default value used for that section when
32827 color is first enabled.
32828 When you restore all default colors the color settings for the Header Colors
32829 will be unset (since that's the default), but the header fields you've
32830 added will remain so that you may easily reset them.
32831 In order to get rid of them completely you'd have to use
32832 the &quot;DeleteHdr&quot; command.
32835 Remember that <A HREF="h_rules_incols">Index Line Colors</A>
32836 may be set with matching rules and that is configured separately from
32837 the rest of the color settings described here.
32838 It is configured in the Setup/Rules/Indexcolors section of the configuration screen
32839 instead of in the Setup/Kolor section.
32841 <P><UL>
32842 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32843 </UL><P>
32844 &lt;End of help on this topic&gt;
32845 </BODY>
32846 </HTML>
32847 ====== h_config_news_uses_recent ======
32848 <HTML>
32849 <HEAD>
32850 <TITLE>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></TITLE>
32851 </HEAD>
32852 <BODY>
32853 <H1>FEATURE: <!--#echo var="FEAT_news-approximates-new-status"--></H1>
32855 This feature causes certain messages to be marked as "New" in the
32856 MESSAGE INDEX of newsgroups.
32857 This feature is set by default.
32861 When opening a newsgroup, Alpine will consult your "newsrc" file and
32862 determine the last message you have previously disposed of via the "D"
32863 key.  If this feature is set, any subsequent messages will be shown in the
32864 Index with an "N", and the first of these messages will be highlighted.
32865 Although this is only an approximation of true "New" or "Unseen"
32866 status, it provides a useful cue to distinguish more-or-less recent
32867 messages from those you have seen previously, but are not yet ready to
32868 mark deleted.
32872 Background: your "newsrc" file (used to store message status information
32873 for newsgroups) is only capable of storing a single flag, and Alpine uses
32874 this to record whether or not you are "done with" a message, as
32875 indicated by marking the message as "Deleted".  Unfortunately, this
32876 means that Alpine has no way to record exactly which messages you have
32877 previously seen, so it normally does not show the "N" status flag for
32878 any messages in a newsgroup. This feature enables a starting
32879 *approximation* of seen/unseen status that may be useful.
32881 &lt;End of help on this topic&gt;
32882 </BODY>
32883 </HTML>
32884 ====== h_config_expose_hidden_config =====
32885 <HTML>
32886 <HEAD>
32887 <TITLE>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></TITLE>
32888 </HEAD>
32889 <BODY>
32890 <H1>FEATURE: <!--#echo var="FEAT_expose-hidden-config"--></H1>
32892 If set, this causes configuration options and features that are normally
32893 hidden from view to be editable in the Setup/Config screen.
32896 The purpose of this feature is to allow you to change configuration
32897 features and variables that are normally hidden.
32898 This is particularly useful if you are using a remote configuration,
32899 where it is difficult to edit the contents manually, but it may also be used
32900 on a local pinerc configuration file.
32902 If set, several configuration variables and features that are normally
32903 hidden from view will show up in the Setup/Configuration screen.
32904 They will be at the bottom of the configuration screen.
32905 You can find them by searching for the words &quot;hidden configuration&quot;.
32908 Note that this is an advanced feature that should be used with care.
32909 The reason that this part of the configuration is normally hidden is because
32910 there is a significant potential for causing problems if you change these
32911 variables.
32912 If something breaks after a change try changing it back to see if that is
32913 what is causing the problem.
32914 There are also some variables that are normally hidden because they are
32915 manipulated through Alpine in other ways.
32916 For example, colors are normally set using the Setup/Kolors screen and
32917 the &quot;<!--#echo var="VAR_address-book"-->&quot; variable is normally set using
32918 the Setup/AddressBooks screen, so there is little reason to edit these directly.
32919 The &quot;<!--#echo var="VAR_incoming-folders"-->&quot; variable is normally changed by using
32920 the Add, Delete, and Rename commands in the FOLDER LIST screen,
32921 and the &quot;<!--#echo var="VAR_last-time-prune-questioned"-->&quot; variable is normally used
32922 internally by Alpine and not set directly by the user.
32924 <UL>   
32925 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32926 </UL><P>
32927 &lt;End of help on this topic&gt;
32928 </BODY>
32929 </HTML>
32930 ====== h_config_disable_signature_edit =====
32931 <HTML>
32932 <HEAD>
32933 <TITLE>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></TITLE>
32934 </HEAD>
32935 <BODY>
32936 <H1>FEATURE: <!--#echo var="FEAT_disable-signature-edit-cmd"--></H1>
32938 If set, this disables the editing of signature files from within
32939 the Setup/Config screen.
32941 <UL>   
32942 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32943 </UL><P>
32944 &lt;End of help on this topic&gt;
32945 </BODY>
32946 </HTML>
32947 ====== h_config_disable_roles_templateedit =====
32948 <HTML>
32949 <HEAD>
32950 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></TITLE>
32951 </HEAD>
32952 <BODY>
32953 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-template-edit"--></H1>
32955 If set, this disables the editing of template files within the
32956 Role setup screen.
32958 <UL>   
32959 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32960 </UL><P>
32961 &lt;End of help on this topic&gt;
32962 </BODY>
32963 </HTML>
32964 ====== h_config_disable_roles_sigedit =====
32965 <HTML>
32966 <HEAD>
32967 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></TITLE>
32968 </HEAD>
32969 <BODY>
32970 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-sig-edit"--></H1>
32972 If set, this disables the editing of signature files within the
32973 Role setup screen.
32975 <UL>   
32976 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32977 </UL><P>
32978 &lt;End of help on this topic&gt;
32979 </BODY>
32980 </HTML>
32981 ====== h_config_disable_roles_setup =====
32982 <HTML>
32983 <HEAD>
32984 <TITLE>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></TITLE>
32985 </HEAD>
32986 <BODY>
32987 <H1>FEATURE: <!--#echo var="FEAT_disable-roles-setup-cmd"--></H1>
32989 If set, this disables the Setup/Rules/Roles command.
32991 <UL>   
32992 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
32993 </UL><P>
32994 &lt;End of help on this topic&gt;
32995 </BODY>
32996 </HTML>
32997 ====== h_config_disable_pipes_in_templates =====
32998 <HTML>
32999 <HEAD>
33000 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></TITLE>
33001 </HEAD>
33002 <BODY>
33003 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-templates"--></H1>
33005 By default, if a template file name is followed by a vertical bar (|) then
33006 that causes the file to be executed to produce the text for the template.
33007 If this feature is set, then this is not allowed.
33009 <UL>   
33010 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33011 </UL><P>
33012 &lt;End of help on this topic&gt;
33013 </BODY>
33014 </HTML>
33015 ====== h_config_disable_pipes_in_sigs =====
33016 <HTML>
33017 <HEAD>
33018 <TITLE>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></TITLE>
33019 </HEAD>
33020 <BODY>
33021 <H1>FEATURE: <!--#echo var="FEAT_disable-pipes-in-sigs"--></H1>
33023 By default, if a signature file name is followed by a vertical bar (|) then
33024 that causes the file to be executed to produce the text for the signature.
33025 If this feature is set, then this is not allowed.
33027 <UL>   
33028 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33029 </UL><P>
33030 &lt;End of help on this topic&gt;
33031 </BODY>
33032 </HTML>
33033 ====== h_config_disable_password_cmd =====
33034 <HTML>
33035 <HEAD>
33036 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></TITLE>
33037 </HEAD>
33038 <BODY>
33039 <H1>FEATURE: <!--#echo var="FEAT_disable-password-cmd"--></H1>
33041 If set, then the Setup/Newpassword command is disabled.
33043 <UL>   
33044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33045 </UL><P>
33046 &lt;End of help on this topic&gt;
33047 </BODY>
33048 </HTML>
33049 ====== h_config_disable_password_caching =====
33050 <HTML>
33051 <HEAD>
33052 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></TITLE>
33053 </HEAD>
33054 <BODY>
33055 <H1>FEATURE: <!--#echo var="FEAT_disable-password-caching"--></H1>
33057 Normally, loginname/password combinations are cached in Alpine so that
33058 you do not have to enter the same password more than once in a session.
33059 A disadvantage to this approach is that the password must be stored in
33060 the memory image of the running Alpine in order that it can be re-used.
33061 In the event that Alpine crashes and produces a core dump, and that core
33062 dump is readable by others, the loginname and password could be read
33063 from the core dump.
33065 If this feature is set, then the passwords will not be cached and you
33066 will have to retype the password whenever Alpine needs it.
33067 Even with this feature set there is still some chance that the core
33068 file will contain a password, so care should be taken to make the
33069 core files unreadable.
33071 NOTE: If PASSFILE caching is enabled, this does not disable it.
33072 That is a separate and independent feature.
33073 <UL>   
33074 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33075 </UL><P>
33076 &lt;End of help on this topic&gt;
33077 </BODY>
33078 </HTML>
33079 ====== h_config_disable_password_file_saving =====
33080 <HTML>
33081 <HEAD>
33082 <TITLE>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></TITLE>
33083 </HEAD>
33084 <BODY>
33085 <H1>FEATURE: <!--#echo var="FEAT_disable-password-file-saving"--></H1>
33087 This feature changes the behavior of Alpine when a login name and password combination
33088 for a specific server is not found in the password file. The default behavior is that
33089 Alpine will ask the user if they wish to save this information in the password file for future
33090 use. It is assumed that if a user created a password file it is because they intend
33091 to use it, but in some instances a user might want to save some passwords and not others.
33092 In this case, enabling this feature will make Alpine not add any more passwords to the
33093 password file and will only use the passwords that it already saved. If you wish to allow
33094 Alpine to save more passwords in the password file, disable this feature.
33096 <UL>   
33097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33098 </UL><P>
33099 &lt;End of help on this topic&gt;
33100 </BODY>
33101 </HTML>
33102 ====== h_config_disable_kb_lock =====
33103 <HTML>
33104 <HEAD>
33105 <TITLE>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></TITLE>
33106 </HEAD>
33107 <BODY>
33108 <H1>FEATURE: <!--#echo var="FEAT_disable-keyboard-lock-cmd"--></H1>
33110 If set, then the Keyboard Lock command is removed from the MAIN MENU.
33112 <UL>   
33113 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33114 </UL><P>
33115 &lt;End of help on this topic&gt;
33116 </BODY>
33117 </HTML>
33118 ====== h_config_disable_config_cmd =====
33119 <HTML>
33120 <HEAD>
33121 <TITLE>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></TITLE>
33122 </HEAD>
33123 <BODY>
33124 <H1>FEATURE: <!--#echo var="FEAT_disable-config-cmd"--></H1>
33126 If set, then the Setup/Config screen is disabled.
33128 <UL>   
33129 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33130 </UL><P>
33131 &lt;End of help on this topic&gt;
33132 </BODY>
33133 </HTML>
33134 ====== h_config_allow_chg_from =====
33135 <HTML>
33136 <HEAD>
33137 <TITLE>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></TITLE>
33138 </HEAD>
33139 <BODY>
33140 <H1>FEATURE: <!--#echo var="FEAT_allow-changing-from"--></H1>
33142 This feature affects Alpine's handling of the &quot;From:&quot; header field
33143 in the "<A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>" configuration
33144 option.
33146 If this feature is set then the From line can be changed just like
33147 all the other header fields that can be changed.
33148 This feature defaults to <EM>ON</EM>.
33150 Even with this feature turned ON (the default) you will not be able 
33151 to change the From header unless you add it to your list of
33152 <A HREF="h_config_custom_hdrs"><!--#echo var="VAR_customized-hdrs"--></A>.
33153 You may also want to change the
33154 <A HREF="h_config_comp_hdrs"><!--#echo var="VAR_default-composer-hdrs"--></A>
33155 if you want the From header to always show up in the composer without
33156 having to type the Rich Headers command first.
33158 Note that many sites restrict the use of this feature in order to
33159 reduce the chance of falsified addresses and misdirected mail.
33160 If you want to change the value of what gets included in the From header
33161 in messages you send
33162 look <A HREF="h_config_change_your_from">here</A> for a description.
33164 <UL>   
33165 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33166 </UL><P>
33167 &lt;End of help on this topic&gt;
33168 </BODY>
33169 </HTML>
33170 ====== h_config_disable_collate =====
33171 <HTML>
33172 <HEAD>
33173 <TITLE>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></TITLE>
33174 </HEAD>
33175 <BODY>
33176 <H1>FEATURE: <!--#echo var="FEAT_disable-setlocale-collate"--></H1>
33178 This is a hard to understand feature that should only be used in rare cases.
33179 Normally, the C function call
33181 <CENTER><SAMP>setlocale(LC_COLLATE, &quot;&quot;)</SAMP></CENTER>
33183 is used by Alpine.
33184 If you want to try turning it off,
33185 setting this feature will turn it off.
33186 This part of the locale has to do with the sort order
33187 of characters in your locale.
33189 <UL>   
33190 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33191 </UL><P>
33192 &lt;End of help on this topic&gt;
33193 </BODY>
33194 </HTML>
33195 ====== h_config_quell_attach_extra_prompt =====
33196 <HTML>
33197 <HEAD>
33198 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></TITLE>
33199 </HEAD>
33200 <BODY>
33201 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extra-prompt"--></H1>
33203 By default, when you attempt to view an attachment externally
33204 from the &quot;Attachment View&quot; screen, you are asked if you
33205 really want to view the selected attachment.
33208 If this feature is set, you will <B>not</B> be prompted to confirm
33209 your selection.  Prior to Alpine and to Pine 4.50, the default behavior was to not
33210 prompt. This feature was added for those wanting to preserve that
33211 behavior (along with 
33212 <A HREF="h_config_quell_attach_ext_warn"><!--#echo var="FEAT_quell-attachment-extension-warn"--></A>).
33215 <UL>   
33216 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33217 </UL><P>
33218 &lt;End of help on this topic&gt;
33219 </BODY>
33220 </HTML>
33221 ====== h_config_quell_attach_ext_warn =====
33222 <HTML>
33223 <HEAD>
33224 <TITLE>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></TITLE>
33225 </HEAD>
33226 <BODY>
33227 <H1>FEATURE: <!--#echo var="FEAT_quell-attachment-extension-warn"--></H1>
33230 This feature suppresses the extra warning you can get when trying
33231 to view an attachment for which there is no mime-type match.  Turning
33232 on this feature will just run the program according to extension
33233 instead of first warning the user that it will run according to the
33234 file's extension.
33236 This feature can be used along side 
33237 <A HREF="h_config_quell_attach_extra_prompt"><!--#echo var="FEAT_quell-attachment-extra-prompt"--></A>
33238 to preserve the behavior exhibited in Pine versions prior to Pine 4.50.
33240 <UL>   
33241 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33242 </UL><P>
33243 &lt;End of help on this topic&gt;
33244 </BODY>
33245 </HTML>
33246 ====== h_config_mailcap_params =====
33247 <HTML>
33248 <HEAD>
33249 <TITLE>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></TITLE>
33250 </HEAD>
33251 <BODY>
33252 <H1>FEATURE: <!--#echo var="FEAT_enable-mailcap-param-substitution"--></H1>
33254 If set, this will allow mailcap named parameter substitution to occur
33255 in mailcap entries.
33256 By default, this is turned off to prevent security problems that may occur
33257 with some incorrect mailcap configurations.
33258 For more information, see RFC1524 and look for "named parameters" in the
33259 text of the RFC.
33261 <UL>   
33262 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33263 </UL><P>
33264 &lt;End of help on this topic&gt;
33265 </BODY>
33266 </HTML>
33267 ====== h_config_disable_shared =====
33268 <HTML>
33269 <HEAD>
33270 <TITLE>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></TITLE>
33271 </HEAD>
33272 <BODY>
33273 <H1>FEATURE: <!--#echo var="FEAT_disable-shared-namespaces"--></H1>
33275 If this feature is set, the automatic search for namespaces &quot;ftp&quot;,
33276 &quot;imapshared&quot;, and &quot;imappublic&quot; by the underlying library
33277 will be disabled.
33278 The reason this feature exists is because there are some implementations
33279 of system password lookup routines that are very slow when presented with
33280 a long loginname that does not exist.
33281 This feature could be set to prevent the delay at startup time when the
33282 names above are searched for in the password file.
33284 <UL>   
33285 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33286 </UL><P>
33287 &lt;End of help on this topic&gt;
33288 </BODY>
33289 </HTML>
33290 ====== h_config_hide_nntp_path =====
33291 <HTML>
33292 <HEAD>
33293 <TITLE>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></TITLE>
33294 </HEAD>
33295 <BODY>
33296 <H1>FEATURE: <!--#echo var="FEAT_hide-nntp-path"--></H1>
33298 Normally the Path header that Alpine generates when posting to a newsgroup
33299 contains the name of the computer from which the message is being sent and
33300 the user name.
33301 Some believe that this information is used by spammers.
33302 If this feature is set, that information will be replaced with the text
33304 <CENTER><SAMP>not-for-mail</SAMP></CENTER>
33306 instead.
33308 It should be noted that many servers being connected to will still reveal
33309 the information that this feature attempts to protect.
33311 <UL>   
33312 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33313 </UL><P>
33314 &lt;End of help on this topic&gt;
33315 </BODY>
33316 </HTML>
33317 ====== h_config_no_bezerk_zone =====
33318 <HTML>
33319 <HEAD>
33320 <TITLE>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></TITLE>
33321 </HEAD>
33322 <BODY>
33323 <H1>FEATURE: <!--#echo var="FEAT_quell-berkeley-format-timezone"--></H1>
33325 POSIX mandates a timezone in UNIX mailbox format folder delimiters
33326 (the line that begins with From <SPACE>).
33327 Some versions of Berkeley mail have trouble with this, and don't recognize
33328 the line as a message delimiter.
33329 If this feature is set, the timezone will be left off the delimiter line.
33331 <UL>   
33332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33333 </UL><P>
33334 &lt;End of help on this topic&gt;
33335 </BODY>
33336 </HTML>
33337 ====== h_config_quell_domain_warn =====
33338 <HTML>
33339 <HEAD>
33340 <TITLE>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></TITLE>
33341 </HEAD>
33342 <BODY>
33343 <H1>FEATURE: <!--#echo var="FEAT_quell-maildomain-warning"--></H1>
33345 When your configuration is set up so that your domain name contains no dots,
33346 it is usually a configuration error.
33347 By default, Alpine will warn you about this when you start it up.
33348 You will see a warning message that looks like
33351 <CENTER><SAMP>Incomplete maildomain &quot;&lt;domain&gt;&quot;.</SAMP></CENTER>
33354 If this feature is set, the warning is turned off.
33356 <UL>   
33357 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33358 </UL><P>
33359 &lt;End of help on this topic&gt;
33360 </BODY>
33361 </HTML>
33362 ====== h_config_quell_imap_env =====
33363 <HTML>
33364 <HEAD>
33365 <TITLE>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></TITLE>
33366 </HEAD>
33367 <BODY>
33368 <H1>FEATURE: <!--#echo var="FEAT_quell-imap-envelope-update"--></H1>
33370 In the MESSAGE INDEX screen, if the open folder is being accessed
33371 using IMAP, Alpine normally tries to paint the index lines on the screen
33372 as soon as the information arrives from the IMAP server.
33373 This means that the index information makes it onto the screen more quickly
33374 than it otherwise would.
33375 This sometimes results in behavior that bothers some users.
33376 For example, when paging to a new page of the index, it may be possible for
33377 the lines to be painted on the screen in a random order, rather than from
33378 top to bottom.
33381 Setting this feature causes Alpine to wait for all of the information
33382 to be gathered before it paints the index screen.
33383 Once it collects all of the information, the screen will be painted quickly
33384 from top to bottom.
33386 <UL>   
33387 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33388 </UL><P>
33389 &lt;End of help on this topic&gt;
33390 </BODY>
33391 </HTML>
33392 ====== h_config_quell_news_env =====
33393 <HTML>
33394 <HEAD>
33395 <TITLE>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></TITLE>
33396 </HEAD>
33397 <BODY>
33398 <H1>FEATURE: <!--#echo var="FEAT_quell-news-envelope-update"--></H1>
33400 In the MESSAGE INDEX screen, if the open folder is being accessed
33401 using NNTP (News), Alpine normally tries to paint the index lines on the screen
33402 as soon as the information arrives from the NNTP server.
33403 This means that the index information makes it onto the screen more quickly
33404 than it otherwise would.
33405 This sometimes results in behavior that bothers some users.
33406 For example, when paging to a new page of the index, it may be possible for
33407 the lines to be painted on the screen in a random order, rather than from
33408 top to bottom.
33411 Setting this feature causes Alpine to wait for all of the information
33412 to be gathered before it paints the index screen.
33413 Once it collects all of the information, the screen will be painted quickly
33414 from top to bottom.
33416 <UL>   
33417 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33418 </UL><P>
33419 &lt;End of help on this topic&gt;
33420 </BODY>
33421 </HTML>
33422 ====== h_config_quell_content_id =====
33423 <HTML>
33424 <HEAD>
33425 <TITLE>FEATURE: <!--#echo var="FEAT_quell-content-id"--></TITLE>
33426 </HEAD>
33427 <BODY>
33428 <H1>FEATURE: <!--#echo var="FEAT_quell-content-id"--></H1>
33430 This feature changes the behavior of Alpine when sending messages.
33431 It is intended to work around a bug in Microsoft's Outlook XP mail user
33432 agent.
33433 As of this writing, Microsoft has acknowledged the bug but
33434 has not added it to the Knowledge Base.
33435 We have been told that there will be a post-SP1 hotfix for Outlook XP.
33436 This particular bug has bug fix number OfficeQFE:4781.
33437 The nature of the bug is that messages with attachments that
33438 contain a Content-ID header (which standard Alpine attachments do)
33439 do not show the attachment indicator (a paperclip) when viewed with
33440 Outlook XP.
33441 So the user has no indication that the message contains an attachment.
33444 If this feature is set then Alpine will remove most Content-ID headers
33445 before sending a message.
33446 If an attachment is of type MESSAGE, then the existing Content-ID headers
33447 inside the message will be left intact.
33448 This would only happen with Alpine if a message was forwarded as an attachment
33449 or if a message with a message attached was forwarded.
33450 Similarly if an attachment of type MULTIPART/ALTERNATIVE is forwarded,
33451 the Content-ID headers of the alternative parts will not be removed.
33454 Because the Content-ID header is a standard part of MIME it is possible
33455 that setting this feature will break something.
33456 For example, if an attachment has a Content-ID header that is necessary
33457 for the correct functioning of that attachment, it is possible that Alpine
33458 may remove that header when the attachment is forwarded.
33459 However, it seems fairly safe at this time.
33462 <UL>   
33463 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33464 </UL><P>
33465 &lt;End of help on this topic&gt;
33466 </BODY>
33467 </HTML>
33468 ====== h_config_winpos_in_config =====
33469 <HTML>
33470 <HEAD>
33471 <TITLE>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></TITLE>
33472 </HEAD>
33473 <BODY>
33474 <H1>FEATURE: <!--#echo var="FEAT_store-window-position-in-config"--></H1>
33476 PC-Alpine only.
33479 Normally, PC-Alpine will store its window size and position in the
33480 Windows Registry.
33481 This is convenient if you want to use the same remote
33482 configuration from more than one PC.
33483 If you use multiple configuration files to start PC-Alpine, you may want
33484 to store the window size and position in the configuration file instead
33485 of in the Registry.
33486 Setting this feature causes the value to be stored in 
33487 <A HREF="h_config_window_position">Window-Position</A>.
33490 <UL>   
33491 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33492 </UL><P>
33493 &lt;End of help on this topic&gt;
33494 </BODY>
33495 </HTML>
33496 ====== h_config_quell_ssl_largeblocks =====
33497 <HTML>
33498 <HEAD>
33499 <TITLE>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></TITLE>
33500 </HEAD>
33501 <BODY>
33502 <H1>FEATURE: <!--#echo var="FEAT_quell-ssl-largeblocks"--></H1>
33504 PC-Alpine only.
33506 This feature changes the behavior of fetching messages
33507 and attachments so that the message data is fetched in chunks no larger
33508 than 12K bytes.
33509 This works around a bug in Microsoft's SSL/TLS support.
33510 Some versions of Microsoft SSL are not able to read full-sized (16K)
33511 SSL/TLS packets.
33512 Some servers will send such packets and this will
33513 cause PC-Alpine to crash with the error
33516 <CENTER><SAMP>incomplete SecBuffer exceeds maximum buffer size</SAMP></CENTER>
33519 Microsoft is aware of the problem and has developed a hotfix for it, it is
33520 discussed in article 300562 in the Microsoft Knowledge Base.
33522 <UL>   
33523 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33524 </UL><P>
33525 &lt;End of help on this topic&gt;
33526 </BODY>
33527 </HTML>
33528 ====== h_config_quell_partial =====
33529 <HTML>
33530 <HEAD>
33531 <TITLE>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></TITLE>
33532 </HEAD>
33533 <BODY>
33534 <H1>FEATURE: <!--#echo var="FEAT_quell-partial-fetching"--></H1>
33536 Partial fetching is a feature of the IMAP protocol.
33537 By default, Alpine
33538 will use partial fetching when copying the contents of a message or attachment
33539 from the IMAP server to Alpine.
33540 This means that the fetch will be done in many
33541 small chunks instead of one big chunk. The main benefit of this approach is
33542 that the fetch becomes interruptible. That is, the user can type <EM>^C</EM>
33543 to stop the fetch early. In some cases partial fetching may cause a performance
33544 problem so that the fetching of data takes significantly longer when partial
33545 fetching is used. Turning on this feature will turn off partial fetching.
33547 <UL>   
33548 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33549 </UL><P>
33550 &lt;End of help on this topic&gt;
33551 </BODY>
33552 </HTML>
33553 ====== h_config_quell_personal_name_prompt =====
33554 <HTML>
33555 <HEAD>
33556 <TITLE>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></TITLE>
33557 </HEAD>
33558 <BODY>
33559 <H1>FEATURE: <!--#echo var="FEAT_quell-personal-name-prompt"--></H1>
33561 PC-Alpine only.  This feature quells the prompting for a 
33562 <A HREF="h_config_pers_name">personal name</A>.  This
33563 prompt normally happens before composing a message, and only happens when
33564 there is no personal name already set.
33566 <UL>   
33567 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33568 </UL><P>
33569 &lt;End of help on this topic&gt;
33570 </BODY>
33571 </HTML>
33572 ====== h_config_quell_user_id_prompt =====
33573 <HTML>
33574 <HEAD>
33575 <TITLE>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></TITLE>
33576 </HEAD>
33577 <BODY>
33578 <H1>FEATURE: <!--#echo var="FEAT_quell-user-id-prompt"--></H1>
33580 PC-Alpine only.  This feature quells the prompting for a 
33581 <A HREF="h_config_user_id"><!--#echo var="VAR_user-id"--></A>
33582 if the information can be obtained from the login name used
33583 to open the INBOX.  Normally, this prompt happens before composing
33584 a message, and only happens when there is no user-id already set
33585 in the configuration.
33587 With this feature set, composing a message is only possible after
33588 establishing a connection to the INBOX.
33590 <UL>   
33591 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33592 </UL><P>
33593 &lt;End of help on this topic&gt;
33594 </BODY>
33595 </HTML>
33596 ====== h_config_save_aggregates =====
33597 <HTML>
33598 <HEAD>
33599 <TITLE>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></TITLE>
33600 </HEAD>
33601 <BODY>
33602 <H1>FEATURE: <!--#echo var="FEAT_save-aggregates-copy-sequence"--></H1>
33604 This feature will optimize an aggregate copy operation, if
33605 possible, by issuing a single IMAP <EM>COPY</EM> command with a
33606 list of the messages to be copied.
33607 This feature is set by default.
33608 This may reduce network traffic and elapsed time for the Save.
33609 <EM>However, many IMAP servers (including the UW IMAP server) do
33610 not preserve the order of messages when this optimization is applied.</EM>
33611 If this feature is not set, 
33612 Alpine will copy each message individually and the order of the messages
33613 will be preserved.
33615 <UL>   
33616 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33617 </UL><P>
33618 &lt;End of help on this topic&gt;
33619 </BODY>
33620 </HTML>
33621 ====== h_config_use_system_translation =====
33622 <HTML>
33623 <HEAD>
33624 <TITLE>FEATURE: Use System Translation</TITLE>
33625 </HEAD>
33626 <BODY>
33627 <H1>FEATURE: Use System Translation</H1>
33629 UNIX Alpine only.
33631 Alpine normally uses its own internal software to convert between the multi-byte
33632 representation of characters and the Unicode representation of those
33633 same characters.
33634 It converts from the multi-byte characters your keyboard produces to Unicode,
33635 and from Unicode to the multi-byte characters your display expects.
33636 Alpine also uses its own internal software to decide how much space on
33637 the screen a particular Unicode character will occupy.
33640 Setting this feature tells Alpine to use the system-supplied routines to
33641 perform these tasks instead.
33642 In particular there are three tasks and three system routines that will
33643 be used for these tasks.
33646 To convert from multi-byte to Unicode the routine
33649 <CENTER><SAMP>mbstowcs</SAMP></CENTER>
33652 is used.
33653 To convert from Unicode to multi-byte the routine
33656 <CENTER><SAMP>wcrtomb</SAMP></CENTER>
33659 is used.
33660 And to find the screen width a particular Unicode character will
33661 occupy the routine used is
33664 <CENTER><SAMP>wcwidth</SAMP></CENTER>
33667 This feature has been only lightly tested.
33668 The internal routines should normally be used unless you run into
33669 a problem that you think may be solved by using the system routines.
33670 Note that your environment needs to be set up for these
33671 routines to work correctly.
33672 In particular, the LANG or LC_CTYPE variable in your environment will
33673 need to be set.
33676 <UL>   
33677 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33678 </UL><P>
33679 &lt;End of help on this topic&gt;
33680 </BODY>
33681 </HTML>
33682 ====== h_config_suspend_spawns =====
33683 <HTML>
33684 <HEAD>
33685 <TITLE>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></TITLE>
33686 </HEAD>
33687 <BODY>
33688 <H1>FEATURE: <!--#echo var="FEAT_use-subshell-for-suspend"--></H1>
33690 This feature affects Alpine's behavior when process suspension is enabled
33691 and then activated via the Ctrl-Z key.  Alpine suspension allows one to
33692 temporarily interact with the operating system command &quot;shell&quot; 
33693 without
33694 quitting Alpine, and then subsequently resume the still-active Alpine session.
33697 When the <A HREF="h_config_can_suspend">&quot;<!--#echo var="FEAT_enable-suspend"-->&quot;</A> feature
33698 is set and subsequently the Ctrl-Z key
33699 is pressed, Alpine will normally suspend itself and return temporary control
33700 to Alpine's parent shell process.  However, if this feature is set, Alpine
33701 will instead create an inferior subshell process.  This is useful when the
33702 parent process is not intended to be used interactively.  Examples include
33703 invoking Alpine via the -e argument of the Unix &quot;xterm&quot; program, 
33704 or via a menu system.<P>
33706 Note that one typically resumes a suspended Alpine by entering the Unix
33707 &quot;fg&quot; command, but if this feature is set, it will be necessary to
33708 enter the &quot;exit&quot; command instead.
33710 <UL>   
33711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33712 </UL><P>
33713 &lt;End of help on this topic&gt;
33714 </BODY>
33715 </HTML>
33716 ====== h_config_8bit_smtp =====
33717 <HTML>
33718 <HEAD>
33719 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></TITLE>
33720 </HEAD>
33721 <BODY>
33722 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-esmtp-negotiation"--></H1>
33724 This feature affects Alpine's behavior when sending mail.
33725 By default, this feature is set.
33726 Internet standards
33727 require that all electronic mail messages traversing the global Internet
33728 consist of 7bit ASCII characters unless a pair of cooperating mail 
33729 transfer agents explicitly agree to allow 8bit messages.  In general, 
33730 then, exchanging messages in non-ASCII characters requires MIME encoding.
33732 However, there are now Internet standards that allow for unencoded 8bit
33733 exchange of messages between cooperating systems.  When this feature is set
33734 Alpine will try to negotiate unencoded 8bit transmission during the
33735 sending process.  Should the negotiation fail, Alpine will fall back to its
33736 ordinary encoding rules. 
33738 Note, this feature relies on your system's mail transport agent or
33739 configured <A HREF="h_config_smtp_server">&quot;<!--#echo var="VAR_smtp-server"-->&quot;</A>
33740 having the negotiation mechanism introduced in
33741 &quot;Extended SMTP&quot; (ESMTP) and the specific extension called
33742 &quot;8BITMIME&quot;. 
33744 ESMTP allows for graceful migration to upgraded mail transfer agents, but
33745 it is possible that this feature might cause problems for some servers. 
33746 <P><UL>
33747 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33748 </UL>
33749 <P>&lt;End of help on this topic&gt;
33750 </BODY>
33751 </HTML>
33752 ====== h_config_8bit_nntp =====
33753 <HTML>
33754 <HEAD>
33755 <TITLE>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></TITLE>
33756 </HEAD>
33757 <BODY>
33758 <H1>FEATURE: <!--#echo var="FEAT_enable-8bit-nntp-posting"--></H1>
33760 This feature affects Alpine's behavior when posting news.  
33764 The Internet standard for exchanging USENET news messages (RFC-1036)
33765 specifies that USENET messages should conform to Internet mail standards
33766 and contain only 7bit characters, but much of the news transport software
33767 in use today is capable of successfully sending messages containing 8bit
33768 characters.  Hence, many people believe that it is appropriate to send 8bit
33769 news messages without any MIME encoding.
33773 Moreover, there is no Internet standard for explicitly negotiating 8bit
33774 transfer, as there is for Internet email.  Therefore, Alpine provides the
33775 option of posting unencoded 8bit news messages, though not as the default.
33776 Setting this feature will turn OFF Alpine's MIME encoding of newsgroup
33777 postings that contain 8bit characters. 
33781 Note, articles may cross a path or pass through news transport software
33782 that is unsafe or even hostile to 8bit characters.  At best this will only
33783 cause the posting to become garbled.  The safest way to transmit 8bit
33784 characters is to leave Alpine's MIME encoding turned on, but recipients
33785 who lack MIME-aware tools are often annoyed when they receive MIME-encoded 
33786 messages.
33788 &lt;End of help on this topic&gt;
33789 </BODY>
33790 </HTML>
33791 ====== h_config_mark_for_cc =====
33792 <HTML>
33793 <HEAD>
33794 <TITLE>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></TITLE>
33795 </HEAD>
33796 <BODY>
33797 <H1>FEATURE: <!--#echo var="FEAT_mark-for-cc"--></H1>
33799 This feature affects Alpine's MESSAGE INDEX display.
33800 By default, a '+' is displayed in the first column if the
33801 message is addressed directly to you.
33802 When this feature is set and the message is not addressed to you, then a
33803 '-' character is displayed if the message is instead Cc'd directly
33804 to you.
33807 <UL>   
33808 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33809 </UL><P>
33810 &lt;End of help on this topic&gt;
33811 </BODY>
33812 </HTML>
33813 ====== h_config_tab_uses_unseen =====
33814 <HTML>
33815 <HEAD>
33816 <TITLE>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></TITLE>
33817 </HEAD>
33818 <BODY>
33819 <H1>FEATURE: <!--#echo var="FEAT_tab-uses-unseen-for-next-folder"--></H1>
33821 This feature affects Alpine's behavior when using the TAB
33822 <A HREF="h_common_nextnew">NextNew Command</A>
33823 to move from one folder to the next.
33824 Alpine's usual behavior is to search for folders
33825 with <EM>Recent</EM> messages in them.
33826 Recent messages are messages that have arrived since the last time the
33827 folder was opened.
33830 Setting this feature causes Alpine to search for <EM>Unseen</EM>
33831 messages instead of Recent messages.
33832 Unseen messages remain Unseen until you view them (or flag then as Seen with
33833 the <A HREF="h_common_flag">Flag Command</A>).
33834 Setting this feature allows you to locate messages you have not read
33835 instead of only recently received messages.
33836 When this feature is set, the feature
33837 <A HREF="h_config_fast_recent">&quot;<!--#echo var="FEAT_enable-fast-recent-test"-->&quot;</A>
33838 will have no effect, so the checking may be slower.
33841 Another reason why you might want to use this feature is that Alpine sometimes
33842 opens folders implicitly behind the scenes, and this clears the
33843 Recent status of all messages in the folder.
33844 One example where this happens is when Saving or filtering a
33845 message to another folder.
33846 If that message has some <A HREF="h_config_keywords">keywords</A>
33847 set, then because of some shortcomings
33848 in the IMAP specification, the best way to ensure that those keywords are
33849 still set in the saved copy of the message is to open the folder and
33850 set the keywords explicitly.
33851 Because this clears the Recent status of all messages in that folder the
33852 folder will not be found by the NextNew command unless this feature is set.
33855 &lt;End of help on this topic&gt;
33856 </BODY>
33857 </HTML>
33858 ====== h_config_tab_new_only =====
33859 <HTML>
33860 <HEAD>
33861 <TITLE>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></TITLE>
33862 </HEAD>
33863 <BODY>
33864 <H1>FEATURE: <!--#echo var="FEAT_tab-visits-next-new-message-only"--></H1>
33866 This feature affects Alpine's behavior when using the TAB key to move from
33867 one message to the next.  Alpine's usual behavior is to select the next
33868 unread message or message flagged as "Important".
33872 Setting this feature causes Alpine to skip the messages flagged as important,
33873 and select unread messages exclusively.  Tab behavior when there are no
33874 new messages left to select remains unchanged.
33876 &lt;End of help on this topic&gt;
33877 </BODY>
33878 </HTML>
33879 ====== h_config_warn_if_subj_blank =====
33880 <HTML>
33881 <HEAD>
33882 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></TITLE>
33883 </HEAD>
33884 <BODY>
33885 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-subject"--></H1>
33887 This feature affects Alpine's behavior when you send a message being
33888 composed.
33889 If this option is set, Alpine will check to see if the message about to be sent
33890 has a subject or not.
33891 If not, you will be asked if you want to send the message anyway.
33894 <UL>   
33895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33896 </UL><P>
33897 &lt;End of help on this topic&gt;
33898 </BODY>
33899 </HTML>
33900 ====== h_config_warn_if_fcc_blank =====
33901 <HTML>
33902 <HEAD>
33903 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></TITLE>
33904 </HEAD>
33905 <BODY>
33906 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-fcc"--></H1>
33908 This feature affects Alpine's behavior when you send a message being
33909 composed.
33910 If this option is set, Alpine will check to see if the message about to be sent
33911 has an Fcc or not.
33912 If not, you will be asked if you want to send the message anyway.
33915 <UL>   
33916 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33917 </UL><P>
33918 &lt;End of help on this topic&gt;
33919 </BODY>
33920 </HTML>
33921 ====== h_config_warn_if_no_to_or_cc =====
33922 <HTML>
33923 <HEAD>
33924 <TITLE>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></TITLE>
33925 </HEAD>
33926 <BODY>
33927 <H1>FEATURE: <!--#echo var="FEAT_warn-if-blank-to-and-cc-and-newsgroups"--></H1>
33929 This feature affects Alpine's behavior when you send a message being
33930 composed.
33931 If this option is set, Alpine will check to see if the message about to be sent
33932 has either a To address, a Cc address, or a Newsgroup.
33933 If none of these is set,
33934 you will be asked if you want to send the message anyway.
33937 This feature is closely related to
33938 <A HREF="h_config_auto_fcc_only"><!--#echo var="FEAT_fcc-only-without-confirm"--></A>.
33939 Alpine will normally ask if you want to copy a message only to the Fcc.
33940 This feature also applies to cases where there is a Bcc but still no To, Cc,
33941 or Newsgroup.
33942 If the <!--#echo var="FEAT_fcc-only-without-confirm"--> feature is set and you are sending a
33943 message with only an Fcc, then you won't be asked about sending with
33944 a blank To and Cc and Newsgroups header even if this feature is set.
33945 Similarly, if you have already been asked if you want to send to the Fcc
33946 only and you have answered Yes, then you won't be asked again about sending with
33947 blank To, Cc, and Newsgroups headers even if this feature is set.
33950 <UL>   
33951 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33952 </UL><P>
33953 &lt;End of help on this topic&gt;
33954 </BODY>
33955 </HTML>
33956 ====== h_config_quell_dead_letter =====
33957 <HTML>
33958 <HEAD>
33959 <TITLE>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></TITLE>
33960 </HEAD>
33961 <BODY>
33962 <H1>FEATURE: <!--#echo var="FEAT_quell-dead-letter-on-cancel"--></H1>
33964 This feature affects Alpine's behavior when you cancel a message being
33965 composed.  Alpine's usual behavior is to write the canceled message to
33966 a file named 
33967 <!--chtml if pinemode="os_windows"-->
33968 &quot;DEADLETR&quot;,
33969 <!--chtml else-->
33970 &quot;dead.letter&quot; in your home directory,
33971 <!--chtml endif-->
33972 overwriting any previous message. Under
33973 some conditions (some routine), this can introduce a noticeable delay.
33974 Setting this feature will cause Alpine NOT to write canceled compositions
33975 into the file.
33977 NOTE: Enabling this feature means NO record of canceled messages is
33978 maintained.
33980 This feature affects the newer option
33981 <A HREF="h_config_deadlets"><!--#echo var="VAR_dead-letter-files"--></A>, which specifies the
33982 number of dead letter files to keep around.
33983 If this feature is set, then the <!--#echo var="VAR_dead-letter-files"--> option has no effect.
33985 <UL>   
33986 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
33987 </UL><P>
33988 &lt;End of help on this topic&gt;
33989 </BODY>
33990 </HTML>
33991 ====== h_config_quell_beeps =====
33992 <HTML>
33993 <HEAD>
33994 <TITLE>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></TITLE>
33995 </HEAD>
33996 <BODY>
33997 <H1>FEATURE: <!--#echo var="FEAT_quell-status-message-beeping"--></H1>
33999 This feature affects Alpine's behavior when it displays status message
34000 (e.g., Error complaints, New mail warnings, etc).  Setting this feature
34001 will not affect the display of such messages, but will cause those that
34002 emit a beep to become silent.
34005 <UL>   
34006 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34007 </UL><P>
34008 &lt;End of help on this topic&gt;
34009 </BODY>
34010 </HTML>
34011 ====== h_config_suppress_user_agent =====
34012 <HTML>
34013 <HEAD>
34014 <TITLE>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></TITLE>
34015 </HEAD>
34016 <BODY>
34017 <H1>FEATURE: <!--#echo var="FEAT_suppress-user-agent-when-sending"--></H1>
34019 If this feature is set then Alpine will not generate a
34020 <CODE>User-Agent</CODE> header in outgoing messages.
34022 <UL>   
34023 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34024 </UL><P>
34025 &lt;End of help on this topic&gt;
34026 </BODY>
34027 </HTML>
34028 ====== h_config_quell_lock_failure_warnings =====
34029 <HTML>
34030 <HEAD>
34031 <TITLE>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></TITLE>
34032 </HEAD>
34033 <BODY>
34034 <H1>FEATURE: <!--#echo var="FEAT_quell-lock-failure-warnings"--></H1>
34036 This feature affects Alpine's behavior when it encounters a problem
34037 acquiring a mail folder lock.  Typically, a secondary file associated
34038 with the mail folder being opened is created as part of the locking
34039 process.  On some systems, such file creation has been administratively
34040 precluded by the system configuration.
34042 Alpine issues a warning when such failures occur, which can become bothersome
34043 if the system is configured to disallow such actions.  Setting this
34044 feature causes Alpine to remain silent when this part of lock creation fails.
34046 WARNING: systems that have been configured in a way that precludes locking
34047 introduce some risk of mail folder corruption when more than one program
34048 attempts to modify the mail folder.  This is most likely to occur to one's
34049 INBOX or other incoming message folder. 
34051 See also <A HREF="h_info_on_locking">&quot;What Systems Managers Need to Know about Alpine File Locking&quot;</A>.
34053 <UL>   
34054 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34055 </UL><P>
34056 &lt;End of help on this topic&gt;
34057 </BODY>
34058 </HTML>
34059 ====== h_config_enable_role_take ======
34060 <HTML>
34061 <HEAD>
34062 <TITLE>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></TITLE>
34063 </HEAD>
34064 <BODY>
34065 <H1>FEATURE: <!--#echo var="FEAT_enable-rules-under-take"--></H1>
34067 Normally, the Take command takes addresses from a message and helps you
34068 put them into your Address Book.
34069 If you use Rules for Indexcolors, Roles, Filtering, or Scoring;
34070 you may find it useful
34071 to be able to Take information from a message's headers and put it into
34072 a new Rule.
34073 When this feature is set, you will be given an extra prompt that gives
34074 you the choice to Take into the Address Book or Take into a rule.
34075 <P><UL>
34076 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34077 </UL>
34079 &lt;End of help on this topic&gt;
34080 </BODY>
34081 </HTML>
34082 ====== h_config_enable_take_export ======
34083 <HTML>
34084 <HEAD>
34085 <TITLE>FEATURE: <!--#echo var="FEAT_enable-take-export"--></TITLE>
34086 </HEAD>
34087 <BODY>
34088 <H1>FEATURE: <!--#echo var="FEAT_enable-take-export"--></H1>
34090 Normally, the Take command takes addresses from a message and helps you
34091 put them into your Address Book.
34092 When this feature is set, you will be given an extra prompt that gives you
34093 the choice to Take addresses into a file instead of your Address
34094 Book.
34095 Only the user@domain_name part of the address is put in the file.
34096 <P><UL>
34097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34098 </UL>
34100 &lt;End of help on this topic&gt;
34101 </BODY>
34102 </HTML>
34103 ====== h_config_quell_folder_internal_msg ======
34104 <HTML>
34105 <HEAD>
34106 <TITLE>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></TITLE>
34107 </HEAD>
34108 <BODY>
34109 <H1>FEATURE: <!--#echo var="FEAT_quell-folder-internal-msg"--></H1>
34111 This feature determines whether or not Alpine will create 
34112 &quot;pseudo messages&quot; in folders that are in standard Unix or 
34113 MMDF format. <P> 
34115 Alpine will normally create these pseudo messages when they are not already
34116 present in a standard Unix or MMDF folder.  Their purpose is to record
34117 certain mailbox state data needed for correct IMAP and POP server
34118 operation, and also for Alpine to be able to mark messages as Answered when
34119 the Reply has been postponed.<P>
34121 Sites that do not use IMAP/POP for remote mail access, and that need to
34122 support mail tools that are adversely affected by the presence of the
34123 pseudo-messages (e.g. some mail notification tools) may enable this
34124 feature to tell Alpine not to create them.  Note that Alpine's 
34125 &quot;Answered&quot; flag
34126 capability will be adversely affected if this is done.<P>
34128 Note too that, even if this feature is enabled, Alpine will not remove
34129 pseudo-messages when it encounters them (e.g. those created by UW's imapd
34130 or ipopd servers.) This feature has no effect on folders that are not in
34131 standard Unix or MMDF format, as pseudo-messages are not needed in the
34132 other formats to record mailbox state information.
34133 <P><UL>
34134 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34135 </UL>
34137 &lt;End of help on this topic&gt;
34138 </BODY>
34139 </HTML>
34140 ====== h_config_mulnews_as_typed ======
34141 <HTML>
34142 <HEAD>
34143 <TITLE>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></TITLE>
34144 </HEAD>
34145 <BODY>
34146 <H1>FEATURE: <!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></H1>
34148 This feature will be of little use to most users.
34149 It has no effect unless the feature
34150 <A HREF="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></A>
34151 is set.
34153 When the <!--#echo var="FEAT_enable-multiple-newsrcs"--> feature is set
34154 then the setting of this feature may have an effect on the names of the
34155 newsrc files used.
34156 Normally, the name of the news server will be canonicalized before it is
34157 used in the newsrc file name.
34158 For example, if you type the news server name
34161 <CENTER><SAMP>servername</SAMP></CENTER>
34164 it is likely that the canonical name will be something like
34167 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34170 Or it may be the case that
34173 <CENTER><SAMP>servername.example.com</SAMP></CENTER>
34176 is really an alias (a DNS CNAME) for
34179 <CENTER><SAMP>othername.example.com</SAMP></CENTER>
34182 If this feature is not set, then the canonicalized names will be used.
34183 If this feature is set, then the name you typed in (or put in your
34184 configuration) will be used.
34186 <P><UL>
34187 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34188 </UL>
34190 &lt;End of help on this topic&gt;
34191 </BODY>
34192 </HTML>
34193 ====== h_config_quell_empty_dirs ======
34194 <HTML>
34195 <HEAD>
34196 <TITLE>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></TITLE>
34197 </HEAD>
34198 <BODY>
34199 <H1>FEATURE: <!--#echo var="FEAT_quell-empty-directories"--></H1>
34201 This feature causes Alpine to remove from the display any directories
34202 that do not contain at least one file or directory.  This can be useful
34203 to prevent overly cluttered folder lists when a collection is stored on
34204 a server that treats all names as both a folder and a directory.
34207 Note, enabling this feature can cause surprising behavior!  For example,
34208 you can still use Add to create a directory, but unless you immediately
34209 enter that directory and create a folder, that newly created directory
34210 may not be displayed next time you enter the folder list.
34213 The description above is not quite correct.
34214 Only directories which potentially may hold messages are hidden if empty.
34215 That is, a directory which is really just a directory and is not selectable
34216 as a folder will not be hidden.
34217 Such directories can occur on servers that treat most names as both a folder
34218 and a directory.
34219 These directories are typically created implicitly when a folder is created
34220 inside a directory that does not yet exist.
34223 <UL>   
34224 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34225 </UL><P>
34226 &lt;End of help on this topic&gt;
34227 </BODY>
34228 </HTML>
34229 ====== h_config_termcap_wins =====
34230 <HTML>
34231 <HEAD>
34232 <TITLE>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></TITLE>
34233 </HEAD>
34234 <BODY>
34235 <H1>FEATURE: <!--#echo var="FEAT_termdef-takes-precedence"--></H1>
34237 This feature may affect Alpine's low-level input routines.  Termcap (or
34238 terminfo, depending on how your copy of Alpine was compiled and linked)
34239 is the name of the database that describes terminal capabilities.  In
34240 particular, it describes the sequences of characters that various keys
34241 will emit.
34244 An example would be the Up Arrow key on the keyboard.  Up
34245 Arrow is not a distinct character on most Unix systems.  When you press
34246 the Up Arrow key a short sequence of characters are produced.  This
34247 sequence is supposed to be described in the termcap database by the
34248 &quot;ku&quot; capability (or by the &quot;kcuu1&quot; capability if you
34249 are using terminfo instead of termcap).
34252 By default, Alpine defines some terminal
34253 escape sequences that are commonly used.  For example, the sequence
34254 &quot;ESC&nbsp;O&nbsp;A&quot; is recognized as an Up Arrow key.  The sequence
34255 &quot;ESC&nbsp;[&nbsp;A&quot;
34256 is also recognized as an Up Arrow key.  These are chosen because common
34257 terminals like VT100's or ANSI standard terminals produce these
34258 sequences when you press the Up Arrow key.
34261 If your system's termcap
34262 (terminfo) database assigns some other function to the sequence
34263 &quot;ESC&nbsp;O&nbsp;A&quot;
34264 it is usually ignored by Alpine.  Also, if your termcap (terminfo)
34265 database assigns a sequence that doesn't begin with an escape
34266 character (<SAMP>ESC</SAMP>) it is usually ignored by Alpine.
34267 This usually works fine
34268 because most terminals emit the escape sequences that Alpine has defined
34269 by default.  We have also found that it is usually better to have these
34270 defaults take precedence over the definitions contained in the database
34271 because the defaults are more likely to be correct than the database.
34274 There are some terminals where this breaks down.  If you want Alpine to
34275 believe the definitions given in your termcap (terminfo) database in
34276 preference to the defaults the Alpine itself sets up, then you may turn
34277 this feature on.  Then, sequences of characters that are defined in
34278 both termcap (terminfo) and in Alpine's set of defaults will be
34279 interpreted the way that termcap (terminfo) says they should be
34280 interpreted.  Also, if your terminal capabilities database assigns a
34281 sequence that doesn't begin with escape, it will not be ignored.
34284 <UL>   
34285 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34286 </UL><P>
34287 &lt;End of help on this topic&gt;
34288 </BODY>
34289 </HTML>
34290 ====== h_config_cruise_mode =====
34291 <HTML>
34292 <HEAD>
34293 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></TITLE>
34294 </HEAD>
34295 <BODY>
34296 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode"--></H1>
34298 This feature affects Alpine's behavior when you hit the
34299 &quot;Space&nbsp;Bar&quot; at
34300 the end of a displayed message.  Typically, Alpine complains that the end
34301 of the text has already been reached.  Setting this feature causes such
34302 keystrokes to be interpreted as if the &quot;Tab&quot; key had been hit, thus
34303 taking you to the next &quot;interesting&quot; message,
34304 or scanning ahead to the 
34305 next incoming folder with &quot;interesting&quot; messages.
34308 <UL>   
34309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34310 </UL><P>
34311 &lt;End of help on this topic&gt;
34312 </BODY>
34313 </HTML>
34314 ====== h_config_cruise_mode_delete =====
34315 <HTML>
34316 <HEAD>
34317 <TITLE>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></TITLE>
34318 </HEAD>
34319 <BODY>
34320 <H1>FEATURE: <!--#echo var="FEAT_enable-cruise-mode-delete"--></H1>
34322 This feature modifies the behavior of Alpine's 
34323 <A HREF="h_config_cruise_mode">&quot;<!--#echo var="FEAT_enable-cruise-mode"-->&quot;</A> feature.  
34324 Setting this feature causes Alpine to implicitly delete read
34325 messages when it moves on to display the next &quot;interesting&quot; message.
34327 NOTE: Beware when enabling this feature AND the 
34328 <A HREF="h_config_auto_expunge">&quot;<!--#echo var="FEAT_expunge-without-confirm"-->&quot;</A> 
34329 feature.
34331 <UL>   
34332 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34333 </UL><P>
34334 &lt;End of help on this topic&gt;
34335 </BODY>
34336 </HTML>
34337 ====== h_config_slash_coll_entire =====
34338 <HTML>
34339 <HEAD>
34340 <TITLE>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></TITLE>
34341 </HEAD>
34342 <BODY>
34343 <H1>FEATURE: <!--#echo var="FEAT_slash-collapses-entire-thread"--></H1>
34345 The slash (/) command is available from the MESSAGE INDEX screen when
34346 the folder is sorted by either Threads or OrderedSubject, and the
34347 <A HREF="h_config_thread_disp_style"><!--#echo var="VAR_threading-display-style"--></A>
34348 is set to something other than &quot;none&quot;.
34349 Normally, the slash command Collapses or Expands the subthread that
34350 starts at the currently highlighted message, if any.
34351 If this option is set, then the slash command Collapses or Expands the
34352 <EM>entire</EM> current thread instead of just the subthread.
34353 The current thread is simply the top-level thread that contains the
34354 current message.
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_color_thrd_import =====
34364 <HTML>
34365 <HEAD>
34366 <TITLE>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></TITLE>
34367 </HEAD>
34368 <BODY>
34369 <H1>FEATURE: <!--#echo var="FEAT_thread-index-shows-important-color"--></H1>
34371 This option affects only the THREAD INDEX screen.
34372 Whether or not you ever see a THREAD INDEX screen depends on the setting
34373 of the configuration option
34374 <A HREF="h_config_thread_index_style">&quot;<!--#echo var="VAR_threading-index-style"-->&quot;</A>
34375 and on the sort order of the index.
34378 If a message within a thread is flagged as Important
34379 and this option is set, then
34380 the entire line in the THREAD INDEX will be colored the color of the
34381 Index-important Symbol, which can be set using the
34382 <A HREF="h_color_setup">Setup Kolor</A> screen.
34385 <UL>   
34386 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34387 </UL><P>
34388 &lt;End of help on this topic&gt;
34389 </BODY>
34390 </HTML>
34391 ====== h_config_allow_goto =====
34392 <HTML>
34393 <HEAD>        
34394 <TITLE>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></TITLE>
34395 </HEAD>
34396 <BODY>
34397 <H1>FEATURE: <!--#echo var="FEAT_enable-goto-in-file-browser"--></H1>
34399 This feature modifies the behavior of Alpine's file browser.  Setting this
34400 feature causes Alpine to offer the "G Goto" command in the file browser.
34401 That is the default.
34405 The Goto command allows you to explicitly type in the desired directory.
34407 &lt;End of help on this topic&gt;
34408 </BODY></HTML>
34409 ====== h_config_add_ldap =====
34410 <HTML>
34411 <HEAD>
34412 <TITLE>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></TITLE>
34413 </HEAD>
34414 <BODY>
34415 <H1>FEATURE: <!--#echo var="FEAT_ldap-result-to-addrbook-add"--></H1>
34417 If both the Directory option
34418 <A HREF="h_config_ldap_opts_impl">&quot;Use-Implicitly-From-Composer&quot;</A>  
34419 and this feature are set,
34420 then when an implicit directory lookup is done from the
34421 composer you will automatically be prompted to add the result of the
34422 directory lookup to your address book.
34424 <UL>   
34425 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34426 </UL><P>
34427 &lt;End of help on this topic&gt;
34428 </BODY>
34429 </HTML>
34430 ===== h_patterns_compat_behavior =====
34431 <HTML>
34432 <HEAD>
34433 <TITLE>Rules Behavior Changes in Pine 4.50</TITLE>
34434 </HEAD>
34435 <BODY>
34436 <H1>Rules Behavior Changes in Pine 4.50</H1>
34438 In Alpine, Rules that contain unrecognized elements
34439 are ignored.
34440 In most cases, the unrecognized elements will be something that was
34441 added as a new Rules feature in a later version of Alpine.
34442 In versions of Pine <EM>prior</EM> to 4.50, Pine did <EM>not</EM>
34443 ignore rules that contained unrecognized elements.
34444 For example, a new element of Rules that was added in Pine 4.50 is
34445 Age interval.
34446 Suppose you add an Indexcolor rule, using version Pine 4.50 or later, that colors
34447 all messages older than a week red.
34448 Now, if you run Pine 4.44 using that same configuration file, it will not
34449 recognize the Age interval and so will just ignore it.
34450 That means that all messages will match that rule so all messages will
34451 be colored red when using Pine version 4.44.
34454 This behavior was considered a bug so it is fixed in Alpine and Pine 4.50 and later.
34455 However, since the behavior still exists in versions prior to Pine 4.50 and
34456 since Filtering is a potentially destructive operation, another measure
34457 was taken to attempt to avoid unintentional Filtering of messages.
34458 The first time that you run Alpine or a Pine that is version 4.50 or greater,
34459 the rules in your Filters configuration variable (&quot;Patterns-Filters&quot;)
34460 will be copied to a new Filters configuration variable
34461 with a different name (&quot;Patterns-Filters2&quot;).
34462 From then on, Alpine will continue to use the new
34463 variable.
34464 Of course, Pine version 4.44 or lower will continue to use the old
34465 variable.
34466 That means that if you are using Alpine
34467 and also using a version of Pine that is older than 4.50, they will not
34468 share the configuration information about Filters.
34469 If you make a change in one version you won't see it in the other version.
34472 Since Scoring can be used to trigger Filtering, the same thing has been
34473 done for Score rules.
34474 The old configuration variable name is (&quot;Patterns-Scores&quot;)
34475 and the new name is (&quot;Patterns-Scores2&quot;).
34476 The same is not true of Role, Indexcolor, and Other rules that are
34477 thought to be less harmful when a mistake is made.
34480 &lt;End of help on this topic&gt;
34481 </BODY>
34482 </HTML>
34483 ======= h_config_filt_opts_sentdate =======
34484 <HTML>
34485 <HEAD>
34486 <TITLE>PATTERN FEATURE: Use-Date-Header-For-Age</TITLE>
34487 </HEAD>
34488 <BODY>
34489 <H1>PATTERN FEATURE: Use-Date-Header-For-Age</H1>
34491 By default, the Age interval of a Pattern uses a message's time of
34492 arrival to compute the age of the message.
34493 If this feature is set, the date in the message's Date header will
34494 be used instead.
34496 &lt;End of help on this topic&gt;
34497 </BODY>
34498 </HTML>
34499 ======= h_config_filt_opts_notdel =======
34500 <HTML>
34501 <HEAD>
34502 <TITLE>FILTER FEATURE: Move-Only-if-Not-Deleted</TITLE>
34503 </HEAD>
34504 <BODY>
34505 <H1>FILTER FEATURE: Move-Only-if-Not-Deleted</H1>
34507 If this option is set then a message will be moved into the
34508 specified folder only if it is not marked for deletion.
34509 This is useful if you have multiple Alpine sessions running
34510 simultaneously and you don't want messages to be filtered into a
34511 folder more than once.
34512 It is also useful if you want to filter
34513 only the &quot;undeleted&quot; messages in a newsgroup into a folder.
34514 This method is not foolproof.
34515 There may be cases where a message
34516 gets marked deleted and so it is never filtered into the folder.
34517 For example, if you deleted it in another Alpine session or another mail
34518 program that didn't use the filtering rule.
34520 This option has no effect if the Filter Action is not set to Move.
34522 &lt;End of help on this topic&gt;
34523 </BODY>
34524 </HTML>
34525 ======= h_config_filt_opts_nonterm =======
34526 <HTML>
34527 <HEAD>
34528 <TITLE>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</TITLE>
34529 </HEAD>
34530 <BODY>
34531 <H1>FILTER FEATURE: Dont-Stop-Even-if-Rule-Matches</H1>
34533 If this option is set then this is a non-terminating rule.
34534 Usually, for each message, Alpine searches through the Filter Rules until
34535 a match is found and then it performs the action associated with that rule.
34536 Rules following the match are not considered.
34537 If this option is set then the search for matches will continue at the next
34538 rule.
34540 If a non-terminating rule matches then the actions associated with
34541 that rule, except for any implied deletion of the message, are performed
34542 before the match for the next rule is checked.
34543 For example, if the non-terminating rule sets the Important status, then that
34544 status will be set when the next rule is considered.
34545 However, if the non-terminating rule Moves the message, the message will
34546 actually be copied instead of copied and deleted so that it is still there
34547 for the next rule.
34548 A moved message is deleted after all the relevant rules have been checked.
34549 The name of the &quot;Move&quot; action is confusing in this case because
34550 a single message can be moved to more than one folder.
34551 It turns the Move into a Copy instead, but it is still followed by a deletion
34552 at the end.
34554 This option may be useful if you want to have a single message filtered to
34555 two different folders because it matches two different Patterns.
34556 For example, suppose you normally filter messages to a particular mailing
34557 list into one folder, and messages addressed directly to you into a second
34558 folder.
34559 If a message is sent to both you and the list (and you can tell that by
34560 looking at the headers of the message) this option may give you a convenient
34561 way to capture a copy to each folder.
34562 (It may also cause you to capture two copies to each folder,
34563 depending on whether your mail system delivers one or two copies of the
34564 message to you and on how the list works.)
34566 &lt;End of help on this topic&gt;
34567 </BODY>
34568 </HTML>
34569 ===== h_mainhelp_smime ======
34570 <HTML>
34571 <HEAD>
34572 <TITLE>S/MIME Overview</TITLE>
34573 </HEAD>
34574 <BODY>
34575 <H1>S/MIME Overview</H1>
34577 S/MIME is a standard for the public key encryption and signing of email.
34578 UNIX Alpine contains a basic implementation of S/MIME based on
34579 the <A HREF="http://www.openssl.org/">OpenSSL</A> libraries.
34580 To check if this version of Alpine supports S/MIME look at
34581 <A HREF="X-Alpine-Config:">Supported Options in this Alpine</A> and look
34582 for &quot;S/MIME&quot; under the &quot;Encryption&quot; heading.
34584 Some limitations:
34585 <UL>
34586    <LI> There is no PC-Alpine implementation.
34587    <LI> There is no provision for checking for CRLs
34588         (Certificate Revocation Lists) in Alpine.
34589    <LI> This built-in S/MIME implementation is not compatible with and does not help with PGP.
34590    <LI> There is no mechanism available for feeding either an entire incoming
34591         or an entire outgoing message to an external
34592         filter and using that external filter to do S/MIME or PGP processing.
34593    <LI> Because the implementation currently uses OpenSSL, there is only a very
34594         limited integration with the Mac OS Keychain (the storing and access of
34595         public certificates).
34596 </UL>
34598 The S/MIME configuration screen is reached by going to the Main Menu and typing
34599 the &quot;S&nbsp;Setup&quot; command followed by &quot;M&nbsp;S/MIME&quot;.
34602 <H2>S/MIME BASICS</H2>
34604 In order to digitally sign messages you send you must have a public/private key-pair.
34605 This may be obtained from a public Certificate Authority (CA) such as Thawte, Verisign, Comodo,
34606 or GoDaddy; or from a smaller CA such as a university which provides certificates for its
34607 users or a company which provides certificates for its workers.
34608 These certificates are bound to an email address, so the identity being verified is the
34609 email address not a person's name.
34611 Mail is signed by using the sender's private key, which only the owner of the private key
34612 has access to.
34613 The signature is verified using the signer's public key, which anyone can
34614 have access to.
34615 With Alpine, the first time you receive a signed message the public key of the
34616 sender will be stored for future use.
34619 Mail is encrypted using the recipient's public key and decrypted by
34620 the recipient with their private key.
34623 You need a key of your own in order to sign outgoing messages and to have others
34624 encrypt messages sent to you.
34625 You do not need a key of your own to verify signed messages sent by others or to
34626 encrypt messages sent to others.
34628 <H2>ALPINE S/MIME CERTIFICATE STORAGE</H2>
34630 By default UNIX Alpine stores the certificates it uses in a directory in your
34631 home directory.
34632 The directory name is
34634 <CENTER><SAMP>.alpine-smime</SAMP></CENTER>
34636 Within that directory are three subdirectories.
34637 Each of the three subdirectories contains files with PEM-encoded contents,
34638 the default format for OpenSSL.
34639 The &quot;<SAMP>public</SAMP>&quot; directory contains public certificates.
34640 The files within that directory have names that are email addresses with the
34641 suffix &quot;<SAMP>.crt</SAMP>&quot; appended.
34642 An example filename is
34644 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34646 The &quot;<SAMP>private</SAMP>&quot; directory contains private keys, probably just one for
34647 your private key.
34648 These are also email addresses but with the suffix &quot;<SAMP>.key</SAMP>&quot; instead.
34649 The third directory is &quot;<SAMP>ca</SAMP>&quot; and it contains certificates for any Certificate
34650 Authorities that you want to trust but that aren't contained in the set of system CAs.
34651 Those files may have arbitrary names as long as they end with the
34652 suffix &quot;<SAMP>.crt</SAMP>&quot;.
34654 <H2>HOW TO SIGN AND ENCRYPT</H2>
34656 If you have a certificate you may sign outgoing messages.
34657 After typing the Ctrl-X command to send a message you will see the prompt
34659 <CENTER><SAMP>Send message?</SAMP></CENTER>
34661 Available subcommands include &quot;G&nbsp;Sign&quot; and &quot;E&nbsp;Encrypt&quot;.
34662 Typing the &quot;G&quot; command will change the prompt to
34664 <CENTER><SAMP>Send message (Signed)?</SAMP></CENTER>
34666 Typing the &quot;E&quot; command will change the prompt to
34668 <CENTER><SAMP>Send message (Encrypted)?</SAMP></CENTER>
34670 You may even type both to get
34672 <CENTER><SAMP>Send message (Encrypted, Signed)?</SAMP></CENTER>
34675 <H2>HOW TO READ SIGNED OR ENCRYPTED MESSAGES</H2>
34677 The reading of a signed message should not require any special action on
34678 your part.
34679 There should be an editorial addition at the start of the message which
34680 says either
34682 <CENTER><SAMP>This message was cryptographically signed.</SAMP></CENTER>
34686 <CENTER><SAMP>This message was cryptographically signed but the signature could not be verified.</SAMP></CENTER>
34688 If an encrypted message is sent to you the encrypted text will not
34689 be shown.
34690 You will have to type the &quot;Ctrl-D&nbsp;Decrypt&quot; command (from the screen where
34691 you are viewing the message) and supply your passphrase when asked.
34693 For a signed or encrypted message there is also a &quot;Ctrl-E&nbsp;Security&quot; command
34694 which gives you some information about the certificate used to sign or encrypt the message.
34696 <H2>MISCELLANEOUS</H2>
34698 If you have access to a private certificate in the PKCS12 format, which 
34699 would sometimes be in a file with a &quot;.p12&quot; extension, then you can 
34700 use the following commands to generate private keys, public and certificate
34701 authorities certificates. In the examples below, we assume that the 
34702 certificate in the p12 format is called &quot;certificate.p12&quot;, and 
34703 that your email address is &quot;your@address.com&quot;.
34706 In order to create a private key use the command
34708 <CENTER><SAMP>openssl pkcs12 -in certificate.p12 -out your@address.com.key</SAMP></CENTER>
34710 In order to create a public certificate use the command
34712 <CENTER><SAMP>
34713 openssl pkcs12 -in certificate.p12 -clcerts -nokeys -out your@address.com.crt
34714 </SAMP></CENTER>
34716 In order to create a certificate authority certificate use the command
34718 <CENTER><SAMP>
34719 openssl pkcs12 -in certificate.p12 -cacerts -nokeys -out certificate-ca.crt 
34720 </SAMP></CENTER>
34722 <P> If the previous command produces an empty file, it means that the 
34723 certificate authority was not included in the .p12 file, so you will have 
34724 to get it from some other sources. You will need these certificates, so 
34725 that you can validate correctly signatures.
34728 After you have exported these certificates and keys, you can  use the import 
34729 command in Alpine, from the S/MIME configuration screen,
34730 to import these certificates into Alpine. They will be available for use
34731 as soon as you import them.
34733 &lt;End of help on this topic&gt;
34734 </BODY>
34735 </HTML>
34736 ====== h_config_smime_pubcertdir =====
34737 <HTML>
34738 <HEAD>
34739 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></TITLE>
34740 </HEAD>
34741 <BODY>
34742 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-public-cert-directory"--></H1>
34744 UNIX Alpine only.
34746 If the option
34747 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
34748 is set then this option will have no effect.
34750 Normally, Public Certificates for use with S/MIME will be stored in the directory
34751 which is the value of this option.
34752 Those certificates will be stored in PEM format, one certificate per file.
34753 The name of the file for the certificate corresponding to
34755 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34757 should be
34759 <CENTER><SAMP>emailaddress.crt</SAMP></CENTER>
34761 For example, a file for user@example.com would be in the file
34763 <CENTER><SAMP>user@example.com.crt</SAMP></CENTER>
34765 in this directory.
34767 Use the Setup/SMIME screen to modify this variable.
34769 Typically, the public certificates that you have will come from S/MIME signed
34770 messages that are sent to you.
34771 Alpine will extract the public certificate from the signed message and store
34772 it in the certificates directory.
34773 These PEM format public certificates look something like:
34774 <PRE>
34775 -----BEGIN CERTIFICATE-----
34776 MIIFvTCCBKWgAwIBAgIQD4fYFHVI8T20yN4nus097DANBgkqhkiG9w0BAQUFADCB
34777 rjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug
34778 Q2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho
34780 2b9KGqDyMWW/rjNnmpjzjT2ObGM7lRA8lke4FLOLajhrz4ogO3b4DFfAAM1VSZH8
34781 D6sOwOLJZkLY8FRsfk63K+2EMzA2+qAzMKupgeTLqXIf
34782 -----END CERTIFICATE-----
34783 </PRE>
34785 <UL>   
34786 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34787 </UL><P>
34789 <UL>   
34790 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34791 </UL><P>
34792 &lt;End of help on this topic&gt;
34793 </BODY>
34794 </HTML>
34795 ====== h_config_smime_pubcertcon =====
34796 <HTML>
34797 <HEAD>
34798 <TITLE>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></TITLE>
34799 </HEAD>
34800 <BODY>
34801 <H1>OPTION: <!--#echo var="VAR_smime-public-cert-container"--></H1>
34803 UNIX Alpine only.
34805 If this option is set it will be used instead of
34806 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
34808 This option gives you a way to store certificates remotely on an IMAP server
34809 instead of storing the certificates one per file locally.
34810 In order to do that you just give this option a remote folder name for a folder
34811 which does not yet exist.
34812 The name is similar to the name you might use for a remote configuration file.
34813 A remote folder name might look something like:
34815 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/publiccerts</SAMP></CENTER>
34818 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34819 about the syntax of folder names.
34821 Use the Setup/SMIME screen to modify this variable.
34823 <UL>   
34824 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34825 </UL><P>
34827 <UL>   
34828 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34829 </UL><P>
34830 &lt;End of help on this topic&gt;
34831 </BODY>
34832 </HTML>
34833 ====== h_config_smime_privkeydir =====
34834 <HTML>
34835 <HEAD>
34836 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></TITLE>
34837 </HEAD>
34838 <BODY>
34839 <H1>OPTION: <!--#echo var="VAR_smime-private-key-directory"--></H1>
34841 UNIX Alpine only.
34843 In order to sign outgoing S/MIME messages you will need a
34844 personal digital ID certificate.
34845 You will usually get such a certificate from a certificate authority such as
34846 Thawte or CAcert.
34847 (In order to encrypt outgoing messages you don't need a personal digital ID, you
34848 need the public certificate of the recipient instead.)
34849 If the option
34850 <A HREF="h_config_smime_privkeycon"><!--#echo var="VAR_smime-private-key-container"--></A>
34851 is set then this option will have no effect.
34853 Normally, Private Keys for use with S/MIME will be stored in the directory
34854 which is the value of this option.
34855 Those certificates will be stored in PEM format, one certificate per file.
34856 The name of the file for the certificate corresponding to your
34858 <CENTER><SAMP>emailaddress</SAMP></CENTER>
34860 should be
34862 <CENTER><SAMP>emailaddress.key</SAMP></CENTER>
34864 For example, if your address is user@example.com the name of the file would be
34866 <CENTER><SAMP>user@example.com.key</SAMP></CENTER>
34868 in this directory.
34870 Use the Setup/SMIME screen to modify this variable.
34872 Typically, the private key that you have will come from a Certificate
34873 Authority.
34874 The private key should be stored in a PEM format file that
34875 looks something like:
34876 <PRE>
34877 -----BEGIN RSA PRIVATE KEY-----
34878 Proc-Type: 4,ENCRYPTED
34879 DEK-Info: DES-EDE3-CBC,2CBD328FD84CF5C6
34881 YBEXYLgLU9NJoc1V+vJ6UvcF08RX54S6jXsmgL0b5HGkudG6fhnmHkH7+UCvM5NI
34882 SXO/F8iuZDfs1VGG0NyitkFZ0Zn2vfaGovBvm15gx24b2xnZDLRB7/bNZkurnK5k
34883 VjAjZ2xXn2hFp2GJwqRdmxYNqsKGu52B99oti5HUWuZ2GFRaWjn5hYOqeApZE2uA
34885 oSRqfI51UdSRt0tmGhHeTvybUVrHm9eKft8TTGf+qSBqzSc55CsmoVbRzw4Nfhix
34886 m+4TJybNGNfAgOctSkEyY/OCb49fRRQTCBZVIhzLGGmpYmkO55HbIA==
34887 -----END RSA PRIVATE KEY-----
34888 </PRE>
34890 <UL>   
34891 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34892 </UL><P>
34894 <UL>   
34895 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34896 </UL><P>
34897 &lt;End of help on this topic&gt;
34898 </BODY>
34899 </HTML>
34900 ====== h_config_smime_privkeycon =====
34901 <HTML>
34902 <HEAD>
34903 <TITLE>OPTION: <!--#echo var="VAR_smime-private-key-container"--></TITLE>
34904 </HEAD>
34905 <BODY>
34906 <H1>OPTION: <!--#echo var="VAR_smime-private-key-container"--></H1>
34908 UNIX Alpine only.
34910 If this option is set it will be used instead of
34911 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
34913 This option gives you a way to store keys remotely on an IMAP server
34914 instead of storing the keys one per file locally.
34915 In order to do that you just give this option a remote folder name for a folder
34916 which does not yet exist.
34917 The name is similar to the name you might use for a remote configuration file.
34918 A remote folder name might look something like:
34920 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/privatekeys</SAMP></CENTER>
34923 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
34924 about the syntax of folder names.
34926 Use the Setup/SMIME screen to modify this variable.
34928 <UL>   
34929 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34930 </UL><P>
34932 <UL>   
34933 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
34934 </UL><P>
34935 &lt;End of help on this topic&gt;
34936 </BODY>
34937 </HTML>
34938 ====== h_config_smime_cacertdir =====
34939 <HTML>
34940 <HEAD>
34941 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></TITLE>
34942 </HEAD>
34943 <BODY>
34944 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-directory"--></H1>
34946 UNIX Alpine only.
34948 If the option
34949 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>
34950 is set then this option will have no effect.
34952 CACert is a shorthand name for certification authority certificate.
34953 Normally Alpine will use the CACerts that are located in the standard system
34954 location for CACerts.
34955 It may be the case that one of your correspondents has a Digital ID which has
34956 been signed by a certificate authority that is not in the regular set of system certificate
34957 authorities.
34958 You may supplement the system list by adding further certificates of your own.
34959 These should  be stored in the directory
34960 which is the value of this option.
34961 The certificates will be stored in PEM format, one certificate per file.
34962 The names of the files can be anything ending in &quot;.crt&quot;.
34964 Use the Setup/SMIME screen to modify this variable.
34966 These PEM format CA certificates look very similar to your public
34967 certificates for particular email addresses
34968 (<A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>).
34970 <UL>   
34971 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
34972 </UL><P>
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_config_smime_cacertcon =====
34981 <HTML>
34982 <HEAD>
34983 <TITLE>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></TITLE>
34984 </HEAD>
34985 <BODY>
34986 <H1>S/MIME OPTION: <!--#echo var="VAR_smime-cacert-container"--></H1>
34988 UNIX Alpine only.
34990 If this option is set it will be used instead of
34991 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
34993 This option gives you a way to store certificates remotely on an IMAP server
34994 instead of storing the certificates one per file locally.
34995 In order to do that you just give this option a remote folder name for a folder
34996 which does not yet exist.
34997 The name is similar to the name you might use for a remote configuration file.
34998 A remote folder name might look something like:
35000 <CENTER><SAMP>{myimaphost.myschool.k12.wa.us}mail/cacerts</SAMP></CENTER>
35003 <A HREF="h_valid_folder_names">Valid Folder Names</A> for more information
35004 about the syntax of folder names.
35006 Use the Setup/SMIME screen to modify this variable.
35008 <UL>   
35009 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35010 </UL><P>
35012 <UL>   
35013 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35014 </UL><P>
35015 &lt;End of help on this topic&gt;
35016 </BODY>
35017 </HTML>
35018 ========== h_config_smime_sign_by_default ==========
35019 <HTML>
35020 <HEAD>
35021 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></TITLE>
35022 </HEAD>
35023 <BODY>
35024 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-sign-by-default"--></H1>
35026 UNIX Alpine only.
35028 This feature only has an effect if your version of Alpine includes
35029 support for S/MIME.
35030 It affects Alpine's behavior when you send a message.
35031 If this option is set, the &quot;Sign&quot; option will default to ON when sending messages.
35033 Only the default value is affected.
35034 In any case, you may still toggle the Signing option on or off before sending
35035 with the &quot;G Sign&quot; command (provided you have a personal digital ID
35036 certificate).
35038 <UL>   
35039 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35040 </UL><P>
35043 <UL>   
35044 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35045 </UL><P>
35046 &lt;End of help on this topic&gt;
35047 </BODY>
35048 </HTML>
35049 ========== h_config_smime_use_cert_store ==========
35050 <HTML>
35051 <HEAD>
35052 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></TITLE>
35053 </HEAD>
35054 <BODY>
35055 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-use-store-only"--></H1>
35057 UNIX Alpine only.
35059 This feature only has an effect if your version of Alpine includes
35060 support for S/MIME.
35061 It affects Alpine's behavior when you validate a message, and should
35062 not be disabled, unless you are performing a test.
35064 There are two important aspects of validation: validation of the message
35065 (that is, the message was not modified after it was sent) 
35066 as well as validation of the identity of the sender. This option has to 
35067 do with the latter. 
35069 In order to validate that the message came from the sender in the message
35070 and not an impersonator, Alpine can 
35071 either use the certificates that come in the message, or the ones that 
35072 you have personally stored. If this feature is enabled (the default) then 
35073 Alpine will use certificates that you have already saved in your store 
35074 and not those that come in the message to validate the sender of the 
35075 message. In particular, the first time that you receive a signed message
35076 from a sender, and their certificate does not validate against your
35077 store, then you will be asked if you wish to save such certificate. If
35078 you do not wish to save the certificate, then Alpine will fail to validate
35079 the signature of the message. Otherwise, Alpine will proceed to validate
35080 the signature of the message. This behavior helps you prevent against impersonation, because 
35081 it is assumed that you trust the certificates that you have saved, and 
35082 might not trust those that came with the message that you are validating.
35084 <UL>   
35085 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35086 </UL><P>
35089 <UL>   
35090 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35091 </UL><P>
35092 &lt;End of help on this topic&gt;
35093 </BODY>
35094 </HTML>
35095 ========== h_config_smime_pubcerts_in_keychain ==========
35096 <HTML>
35097 <HEAD>
35098 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></TITLE>
35099 </HEAD>
35100 <BODY>
35101 <H1>S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></H1>
35103 UNIX Alpine only.
35105 If this feature is set the Mac OS X default keychain will be used as the place
35106 to store public certificates instead of a
35107 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35108 or a
35109 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35111 <UL>   
35112 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35113 </UL><P>
35115 <UL>   
35116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35117 </UL><P>
35118 &lt;End of help on this topic&gt;
35119 </BODY>
35120 </HTML>
35121 ========== h_config_smime_dont_do_smime ==========
35122 <HTML>
35123 <HEAD>
35124 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></TITLE>
35125 </HEAD>
35126 <BODY>
35127 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-dont-do-smime"--></H1>
35129 UNIX Alpine only.
35131 Setting this feature turns off all of Alpine's S/MIME support.
35132 You might want to set this if you are having trouble due to the S/MIME support.
35134 <UL>   
35135 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35136 </UL><P>
35139 <UL>   
35140 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35141 </UL><P>
35142 &lt;End of help on this topic&gt;
35143 </BODY>
35144 </HTML>
35145 ========== h_config_smime_encrypt_by_default ==========
35146 <HTML>
35147 <HEAD>
35148 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></TITLE>
35149 </HEAD>
35150 <BODY>
35151 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-encrypt-by-default"--></H1>
35153 UNIX Alpine only.
35155 This feature only has an effect if your version of Alpine includes
35156 support for S/MIME.
35157 It affects Alpine's behavior when you send a message.
35158 If this option is set, the &quot;Encrypt&quot; option will default to ON when sending messages.
35160 Only the default value is affected.
35161 In any case, you may still toggle the Encrypt option on or off before sending
35162 with the &quot;E Encrypt&quot; command (provided you have a the public digital ID
35163 for the recipient).
35165 <UL>   
35166 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35167 </UL><P>
35170 <UL>   
35171 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35172 </UL><P>
35173 &lt;End of help on this topic&gt;
35174 </BODY>
35175 </HTML>
35176 ========== h_config_smime_remember_passphrase ==========
35177 <HTML>
35178 <HEAD>
35179 <TITLE>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></TITLE>
35180 </HEAD>
35181 <BODY>
35182 <H1>S/MIME FEATURE: <!--#echo var="FEAT_smime-remember-passphrase"--></H1>
35184 UNIX Alpine only.
35186 This feature only has an effect if your version of Alpine includes
35187 support for S/MIME.
35188 If this option is set, you will only have to enter your passphrase for your private key
35189 once during an Alpine session.
35191 <UL>   
35192 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35193 </UL><P>
35196 <UL>   
35197 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35198 </UL><P>
35199 &lt;End of help on this topic&gt;
35200 </BODY>
35201 </HTML>
35202 ====== h_config_smime_transfer_pub_to_con =====
35203 <HTML>
35204 <HEAD>
35205 <TITLE>S/MIME: Transfer Public Certs to Container</TITLE>
35206 </HEAD>
35207 <BODY>
35208 <H1>S/MIME: Transfer Public Certs to Container</H1>
35210 UNIX Alpine only.
35212 The Transfer command will copy the public certificates in your configured
35213 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>
35214 to the container in your configured
35215 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>.
35216 This might be useful if you decide to switch from using a cert directory to a cert
35217 container.
35219 Warning: Any previous contents in the container will be lost.
35221 <UL>   
35222 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35223 </UL><P>
35225 <UL>   
35226 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35227 </UL><P>
35228 &lt;End of help on this topic&gt;
35229 </BODY>
35230 </HTML>
35231 ====== h_config_smime_transfer_pub_to_dir =====
35232 <HTML>
35233 <HEAD>
35234 <TITLE>S/MIME: Transfer Public Certs to Directory</TITLE>
35235 </HEAD>
35236 <BODY>
35237 <H1>S/MIME: Transfer Public Certs to Directory</H1>
35239 UNIX Alpine only.
35241 The Transfer command will copy the public certificates in your configured
35242 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35243 to the directory in your configured
35244 <A HREF="h_config_smime_pubcertdir"><!--#echo var="VAR_smime-public-cert-directory"--></A>.
35245 This might be useful if you decide to switch from using a cert container to a cert
35246 directory.
35248 <UL>   
35249 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35250 </UL><P>
35252 <UL>   
35253 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35254 </UL><P>
35255 &lt;End of help on this topic&gt;
35256 </BODY>
35257 </HTML>
35258 ====== h_config_smime_transfer_priv_to_con =====
35259 <HTML>
35260 <HEAD>
35261 <TITLE>S/MIME: Transfer Private Keys to Container</TITLE>
35262 </HEAD>
35263 <BODY>
35264 <H1>S/MIME: Transfer Private Keys to Container</H1>
35266 UNIX Alpine only.
35268 The Transfer command will copy the private keys in your configured
35269 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35270 to the container in your configured
35271 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35272 This might be useful if you decide to switch from using a key directory to a key
35273 container.
35275 Warning: Any previous contents in the container will be lost.
35277 <UL>   
35278 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35279 </UL><P>
35281 <UL>   
35282 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35283 </UL><P>
35284 &lt;End of help on this topic&gt;
35285 </BODY>
35286 </HTML>
35287 ====== h_config_smime_transfer_priv_to_dir =====
35288 <HTML>
35289 <HEAD>
35290 <TITLE>S/MIME: Transfer Private Keys to Directory</TITLE>
35291 </HEAD>
35292 <BODY>
35293 <H1>S/MIME: Transfer Private Keys to Directory</H1>
35295 UNIX Alpine only.
35297 The Transfer command will copy the private keys in your configured
35298 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-container"--></A>.
35299 to the directory in your configured
35300 <A HREF="h_config_smime_privkeydir"><!--#echo var="VAR_smime-private-key-directory"--></A>.
35301 This might be useful if you decide to switch from using a key container to a key
35302 directory.
35304 <UL>   
35305 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35306 </UL><P>
35308 <UL>   
35309 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35310 </UL><P>
35311 &lt;End of help on this topic&gt;
35312 </BODY>
35313 </HTML>
35314 ====== h_config_smime_transfer_cacert_to_con =====
35315 <HTML>
35316 <HEAD>
35317 <TITLE>S/MIME: Transfer CA Certs to Container</TITLE>
35318 </HEAD>
35319 <BODY>
35320 <H1>S/MIME: Transfer CA Certs to Container</H1>
35322 UNIX Alpine only.
35324 The Transfer command will copy the CA certificates in your configured
35325 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>
35326 to the container in your configured
35327 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35328 This might be useful if you decide to switch from using a CA cert directory to a CA cert
35329 container.
35331 Warning: Any previous contents in the container will be lost.
35333 <UL>   
35334 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35335 </UL><P>
35337 <UL>   
35338 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35339 </UL><P>
35340 &lt;End of help on this topic&gt;
35341 </BODY>
35342 </HTML>
35343 ====== h_config_smime_transfer_cacert_to_dir =====
35344 <HTML>
35345 <HEAD>
35346 <TITLE>S/MIME: Transfer CA Certs to Directory</TITLE>
35347 </HEAD>
35348 <BODY>
35349 <H1>S/MIME: Transfer CA Certs to Directory</H1>
35351 UNIX Alpine only.
35353 The Transfer command will copy the CA certificates in your configured
35354 <A HREF="h_config_smime_cacertcon"><!--#echo var="VAR_smime-cacert-container"--></A>.
35355 to the directory in your configured
35356 <A HREF="h_config_smime_cacertdir"><!--#echo var="VAR_smime-cacert-directory"--></A>.
35357 This might be useful if you decide to switch from using a CA cert container to a CA cert
35358 directory.
35360 <UL>   
35361 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35362 </UL><P>
35364 <UL>   
35365 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35366 </UL><P>
35367 &lt;End of help on this topic&gt;
35368 </BODY>
35369 </HTML>
35370 ====== h_config_smime_transfer_pubcon_to_key =====
35371 <HTML>
35372 <HEAD>
35373 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35374 </HEAD>
35375 <BODY>
35376 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35378 Mac OS X Alpine only.
35380 The Transfer command will copy the public certificates in your configured
35381 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35382 to your default Mac OS X Keychain.
35383 This might be useful if you decide to switch from using a cert container to using
35384 the Keychain to store your public certs, which you may do by using the
35385 feature
35386 <A HREF="h_config_smime_pubcerts_in_keychain">S/MIME FEATURE: <!--#echo var="FEAT_publiccerts-in-keychain"--></A>.
35388 <UL>   
35389 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35390 </UL><P>
35392 <UL>   
35393 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35394 </UL><P>
35395 &lt;End of help on this topic&gt;
35396 </BODY>
35397 </HTML>
35398 ====== h_config_smime_transfer_pubkey_to_con =====
35399 <HTML>
35400 <HEAD>
35401 <TITLE>S/MIME: Transfer Public Certs to Keychain</TITLE>
35402 </HEAD>
35403 <BODY>
35404 <H1>S/MIME: Transfer Public Certs to Keychain</H1>
35406 UNIX Alpine only.
35408 The Transfer command will copy the public certificates in your configured
35409 <A HREF="h_config_smime_pubcertcon"><!--#echo var="VAR_smime-public-cert-container"--></A>
35410 to your default Mac OS X Keychain.
35411 This might be useful if you decide to switch from using a cert container to using
35412 the Keychain to store your public certs.
35414 <UL>   
35415 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35416 </UL><P>
35418 <UL>   
35419 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35420 </UL><P>
35421 &lt;End of help on this topic&gt;
35422 </BODY>
35423 </HTML>
35424 ====== h_config_smime_public_certificates =====
35425 <HTML>
35426 <HEAD>
35427 <TITLE>S/MIME: Manage Public Certificates</TITLE>
35428 </HEAD>
35429 <BODY>
35430 <H1>S/MIME: Manage Public Certificates</H1>
35432 UNIX Alpine only.
35434 This menu item allows you to manage your public certificates, this
35435 may include your own public certificate, but it normally includes
35436 certificates of people you correspond with. These certificates are
35437 saved by Alpine automatically when they are found in signed messages
35438 that you receive. This interface allows you to manage them, by
35439 giving you the option to delete them, or trust them (in the case
35440 of self-signed certificates).
35443 Please note that Alpine will not validate a message that was sent to you
35444 using a self-signed certificate, unless you decide to trust that certificate.
35445 Internally, a certificate is trusted by copying it to the
35446 <A HREF="h_config_smime_certificate_authorities">Certificate Authorities</A> 
35447 collection. If you decide that you want to stop trusting a self-signed
35448 certificate, you must delete such certificate from such collection.
35450 The <B>I</B> Import command available in this screen allows you to 
35451 import a command to this collection.
35453 <UL>   
35454 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35455 </UL><P>
35457 <UL>   
35458 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35459 </UL><P>
35460 &lt;End of help on this topic&gt;
35461 </BODY>
35462 </HTML>
35463 ====== h_config_smime_private_keys =====
35464 <HTML>
35465 <HEAD>
35466 <TITLE>S/MIME: Manage Private Keys</TITLE>
35467 </HEAD>
35468 <BODY>
35469 <H1>S/MIME: Manage Private Keys</H1>
35471 UNIX Alpine only.
35473 This option allows you to manage your private key. Normally a person has only
35474 one key, in the same way that a person only has one valid passport, or ID card,
35475 at any given time. This option allows you to manage private keys. You can
35476 delete them or import them. Additionally, you can view information
35477 about your public certificate, such as the issuer and the dates of validity
35478 of such certificate, among others.
35481 If you have more than one e-mail address for which you want to use the 
35482 same private key, you must add all those addresses to the private key at 
35483 the moment that the key is generated. When you receive a signed message using 
35484 a key generated for several e-mail addresses, Alpine will save a 
35485 certificate for each e-mail address included in such certificate.
35487 The <B>I</B> Import command available in this screen allows you to 
35488 import a command to this collection.
35490 <UL>   
35491 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35492 </UL><P>
35494 <UL>   
35495 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35496 </UL><P>
35497 &lt;End of help on this topic&gt;
35498 </BODY>
35499 </HTML>
35500 ====== h_config_smime_certificate_authorities =====
35501 <HTML>
35502 <HEAD>
35503 <TITLE>S/MIME: Manage Certificate Authorities</TITLE>
35504 </HEAD>
35505 <BODY>
35506 <H1>S/MIME: Manage Certificate Authorities</H1>
35508 UNIX Alpine only.
35510 This collection contains certificates that are needed to validate the 
35511 certificate of another person, and therefore contains certificates that 
35512 you trust. Typically a certificate is signed by another entity, called a 
35513 certificate authority. This option allows you to manage which certificates 
35514 you trust, allowing you to import them and to delete them or view information
35515 about each certificate, such as the issuer and the dates of validity
35516 of such certificate.
35518 The <B>I</B> Import command available in this screen allows you to 
35519 import a command to this collection.
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_password_file_certificates =====
35532 <HTML>
35533 <HEAD>
35534 <TITLE>S/MIME: Manage Password File Certificates</TITLE>
35535 </HEAD>
35536 <BODY>
35537 <H1>S/MIME: Manage Password File Certificates</H1>
35539 UNIX Alpine only.
35541 This option allows you to manage the certificates that are used to
35542 encrypt and decrypt your password file. This is useful in case you
35543 want to change the certificates used to encrypt your password file.
35545 In order to avoid unauthorized use of this option, you are asked to
35546 enter the password of the current private key used to encrypt your
35547 password file.
35549 Once you have entered your password for the current key, you enter a
35550 screen where you can import your new key, and see the information on your
35551 current key.
35553 To import a new key press &quot;RETURN&quot; and enter the location of
35554 the new key. You will be asked to enter the password of the new key. If
35555 this part of the process is successful, Alpine will search for the 
35556 certificate that matches that key. If your key is named 
35557 &quot;your_email@address.com.key&quot;, then Alpine will look for your
35558 certificate in the same directory in the file named
35559 &quot;your_email@address.com.crt&quot;, otherwise it will look for it
35560 as part of your key (that is, it will look to see if your certificate
35561 is in the file &quot;your_email@address.com.key&quot;), if all of this
35562 fails, Alpine will ask you to enter the location of the certificate
35563 that matches the key you unlocked. If a certificate is found, it will be 
35564 used, and in this case, the password file will be read, decrypted with the 
35565 old key and encrypted with the new key. Once this is done, the new key and 
35566 certificates are saved, and the old keys are permanently deleted.
35568 Alpine does not create a backup of your password file, or your old keys
35569 that will be replaced. If you need to keep old copies, you will have to do
35570 this operation outside Alpine.
35571 <UL>   
35572 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35573 </UL><P>
35575 <UL>   
35576 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35577 </UL><P>
35578 &lt;End of help on this topic&gt;
35579 </BODY>
35580 </HTML>
35581 ====== h_certificate_information =====
35582 <HTML>
35583 <HEAD>
35584 <TITLE>S/MIME: Certificate Information Screen</TITLE>
35585 </HEAD>
35586 <BODY>
35587 <H1>S/MIME: Certificate Information Screen</H1>
35589 UNIX Alpine only.
35591 The CERTIFICATE INFORMATION screen shows you information contained in a certificate
35592 such as its owner, e-mail address, issuer, and interval of validity, 
35593 among others.
35595 In the case of public certificates, this screen shows you if there was a
35596 failure when attempting to validate such message. If the certificate is
35597 self-signed, then the <B>T</B> Trust command will be available, which
35598 you can use to trust such certificate and make Alpine not fail validating 
35599 signatures signed with such certificate.
35601 You can also mark a certificate deleted, with the <B>D</B> command, or 
35602 remove the deleted mark with the <B>U</B> undelete command.
35604 In the case of your private key, Alpine shows you the information
35605 from your public key. Additionally, Alpine allows you to see public
35606 and private information about your key, with the <B>B</B> and
35607 <B>R</B> commands respectively.
35608 <UL>   
35609 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35610 </UL><P>
35612 <UL>   
35613 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35614 </UL><P>
35615 &lt;End of help on this topic&gt;
35616 </BODY>
35617 </HTML>
35618 ====== h_config_smime_manage_public_menu =====
35619 <HTML>
35620 <HEAD>
35621 <TITLE>S/MIME: Menu of Commands to Manage Public Certificates</TITLE>
35622 </HEAD>
35623 <BODY>
35624 <H1>S/MIME: Commands that Manage Public Certificates</H1>
35626 UNIX Alpine only.
35628 This screen allows you to manage your public certificates. 
35630 The format of this screen is as follows. There are five fields: The 
35631 leftmost field is normally empty, but it could contain the letter 
35632 &quot;D&quot; to indicate that that certificate has been marked for 
35633 deletion. The next field is the e-mail address of the owner of the 
35634 certificate, shown in its entirety. The third and fourth field are the 
35635 first and last day validity for that certificate, respectively. The date
35636 is displayed in the user's locale unless the option 
35637 <A HREF="h_config_disable_index_locale_dates"><!--#echo var="FEAT_disable-index-locale-dates"--></A>
35638 is set. In this case, the month, day and year are represented by two
35639 digits, and the format used is mm/dd/yy. Finally, the fifth 
35640 field is what can be displayed of the MD5 hash of the certificate. You can 
35641 use any of the last three fields to distinguish between two certificates 
35642 for the same owner.
35644 Available commands in this screen and a short description of what they 
35645 do follows.
35646 <UL>
35647 <LI> <B>I</B> Imports a public certificate to this collection.
35648 <LI> <B>V</B> View information about a certificate such as the name of the person the
35649 certificate was issued to, its dates of validity, and validity status.
35650 <LI> <B>D</B> Marks a certificate deleted.
35651 <LI> <B>U</B> Removes the deletion mark on a certificate.
35652 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35653 <LI> <B>T</B> This command is only available for self-signed certificates, and allows you to
35654 trust a certificate by copying it to the collection of trusted certificates.
35655 </UL>
35657 All commands provide feedback to let you know about their success or failure.
35659 <UL>   
35660 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35661 </UL><P>
35663 <UL>   
35664 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35665 </UL><P>
35666 &lt;End of help on this topic&gt;
35667 </BODY>
35668 </HTML>
35669 ====== h_config_smime_manage_private_menu =====
35670 <HTML>
35671 <HEAD>
35672 <TITLE>S/MIME: Menu of Commands to Manage Private Keys</TITLE>
35673 </HEAD>
35674 <BODY>
35675 <H1>S/MIME: Commands that Manage Private Keys</H1>
35677 UNIX Alpine only.
35679 This screen allows you to manage your private key.
35681 The format of this screen is as follows. There are five fields: The 
35682 leftmost field is normally empty, but it could contain the letter 
35683 &quot;D&quot; to indicate that that certificate has been marked for 
35684 deletion. The next field is the e-mail address of the owner of the 
35685 certificate, shown in its entirety. The third field is the first day of 
35686 validity for that certificate; the fourth field in the last day that that 
35687 certificate is valid, and the fifth field is what can be displayed of the 
35688 MD5 hash of the public certificate corresponding to this private key. You 
35689 can use any of the last three fields to distinguish between two 
35690 certificates for the same owner.
35692 Available commands and a short description of what they do follows.
35693 <UL>
35694 <LI> <B>I</B> Imports a new public key to this collection.
35695 <LI> <B>V</B> View information about the public certificate corresponding to this
35696 key.
35697 <LI> <B>D</B> Marks a key to be deleted.
35698 <LI> <B>U</B> Removes the deletion mark on a key.
35699 <LI> <B>X</B> Removes all keys marked deleted permanently (cannot be undone).
35700 Note that expunging a private key does not remove the public key, which must
35701 be removed separately.
35702 </UL>
35704 All commands provide feedback to let you know about their success or failure.
35706 <UL>   
35707 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35708 </UL><P>
35710 <UL>   
35711 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35712 </UL><P>
35713 &lt;End of help on this topic&gt;
35714 </BODY>
35715 </HTML>
35716 ====== h_config_smime_manage_cacerts_menu =====
35717 <HTML>
35718 <HEAD>
35719 <TITLE>S/MIME: Menu of Commands to Manage Certificate Authorities</TITLE>
35720 </HEAD>
35721 <BODY>
35722 <H1>S/MIME: Commands that Manage Certificate Authorities</H1>
35724 UNIX Alpine only.
35726 This screen allows you to manage your collection of certificates that you
35727 trust. 
35729 The format of this screen is as follows. There are five fields: The 
35730 leftmost field is normally empty, but it could contain the letter 
35731 &quot;D&quot; to indicate that that certificate has been marked for 
35732 deletion. The next field is the e-mail address of the owner of the 
35733 certificate, shown in its entirety. The third field is the first day of 
35734 validity for that certificate; the fourth field in the last day that that 
35735 certificate is valid, and the fifth field is what can be displayed of the 
35736 MD5 hash of the certificate. You can use any of the last three fields to 
35737 distinguish between two certificates for the same owner.
35739 Available commands and a short description of what they do follows.
35740 <UL>
35741 <LI> <B>I</B> Imports a trusted certificate to this collection. This is
35742 done by reading the certificate and validating it. Once a certificate
35743 is found to be valid, it is saved, adding the extension &quot;.crt&quot;
35744 to the certificate, if necessary.
35745 <LI> <B>V</B> View information about this certificate, such as its issuer 
35746 and validity dates.
35747 <LI> <B>D</B> Marks a certificate to be deleted.
35748 <LI> <B>U</B> Removes the deletion mark on a certificate.
35749 <LI> <B>X</B> Removes all certificates marked deleted permanently (cannot be undone).
35750 </UL>
35752 All commands provide feedback to let you know about their success or failure.
35754 <UL>
35755 <LI><A HREF="h_mainhelp_smime">General S/MIME help</A>
35756 </UL><P>
35758 <UL>   
35759 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35760 </UL><P>
35761 &lt;End of help on this topic&gt;
35762 </BODY>
35763 </HTML>
35764 ====== h_config_lame_list_mode =====
35765 <HTML>
35766 <HEAD>
35767 <TITLE>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></TITLE>
35768 </HEAD>
35769 <BODY>
35770 <H1>FEATURE: <!--#echo var="FEAT_enable-lame-list-mode"--></H1>
35772 This feature modifies the method Alpine uses to ask your IMAP
35773 server for folder names to display in the FOLDER LIST screen.
35774 It is intended to compensate for a small set of IMAP servers that
35775 are programmed to ignore a part of the request, and thus respond
35776 to Alpine's query with nonsensical results.
35779 If you find that Alpine is erroneously displaying blank folder lists,
35780 try enabling this feature.
35783 NOTE: Enabling this feature has consequences for the Goto and Save
35784 commands.  Many servers allow access to folders outside the area
35785 reserved for your personal folders via some reserved character,
35786 typically '#' (sharp), '~' (tilde) or '/' (slash).  This mechanism
35787 allows, at the Goto and Save prompts, quick access to folders
35788 outside your personal folder collection without requiring a specific
35789 collection definition.  This behavior will generally not be available
35790 when this feature is enabled.
35793 <UL>   
35794 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35795 </UL><P>
35796 &lt;End of help on this topic&gt;
35797 </BODY>
35798 </HTML>
35799 ====== h_config_enable_mulnewsrcs =====
35800 <HTML>
35801 <HEAD>
35802 <TITLE>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></TITLE>
35803 </HEAD>
35804 <BODY>
35805 <H1>FEATURE: <!--#echo var="FEAT_enable-multiple-newsrcs"--></H1>
35807 This feature makes it so Alpine can use multiple newsrcs based on
35808 the news server being connected to, which allows for separate lists
35809 of subscribed-to newsgroups. When this feature is not set, there is only
35810 one list of newsgroups.
35812 Under this feature, the name of a newsrc is based on the news server.
35813 For example, if your <a href="h_config_newsrc_path"><!--#echo var="VAR_newsrc-path"--></a>
35814 is set to &quot;.newsrc&quot;, and the news server you are connecting to is
35815 news.example.com, then the newsrc to be used is .newsrc-news.example.com.
35816 Setting this feature for the first time will allow for the option of using
35817 your old newsrc the next time you read news.
35819 If this feature is set, then the feature
35820 <A HREF="h_config_mulnews_as_typed"><!--#echo var="FEAT_mult-newsrc-hostnames-as-typed"--></A>
35821 also may affect the name of the newsrc file that is used.
35823 <UL>   
35824 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35825 </UL><P>
35826 &lt;End of help on this topic&gt;
35827 </BODY>
35828 </HTML>
35829 ======= h_ab_export_vcard =======
35830 <HTML>
35831 <HEAD>
35832 <TITLE>Address Book Export Format</TITLE>
35833 </HEAD>
35834 <BODY>
35835 <H1>Address Book Export Format</H1>
35837 You are exporting address book data from Alpine to a file outside of Alpine.
35838 You are being asked to choose the format of the export.
35839 Here are the choices:
35841 <DL>
35842 <DT><EM>A</EM>ddress List</DT>
35843 <DD>
35844 The addresses from the address book entries you are saving
35845 from will be saved one address per line.
35846 Address book lists (those with more than one address) will have
35847 all of their addresses saved separately.
35848 </DD>
35850 <DT><EM>V</EM>Card</DT>
35851 <DD>
35852 The entries will be saved in
35853 <A HREF="h_whatis_vcard">vCard</A> format.
35854 </DD>
35856 <DT><EM>T</EM>ab Separated</DT>
35857 <DD>
35858 The entries will be saved in tab-separated columns.
35859 There will be just 4 columns of data that correspond to Alpine's
35860 Nickname field, Full Name field, Address field, and Comment field.
35861 It might prove useful to Select only the Simple, non-List address book
35862 entries before Saving.
35863 </DD>
35865 <DT><EM>^C</EM> Cancel</DT>
35866 <DD>
35867 Cancel out of the Save.
35868 </DD>
35870 </DL>
35874 &lt;End of help on this topic&gt;
35875 </BODY>
35876 </HTML>
35877 ====== h_config_predict_nntp_server =====
35878 <HTML>
35879 <HEAD>
35880 <TITLE>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></TITLE>
35881 </HEAD>
35882 <BODY>
35883 <H1>FEATURE: <!--#echo var="FEAT_predict-nntp-server"--></H1>
35885 This feature allows Alpine to assume that the open NNTP server at the
35886 time of composition is the NNTP server to which the message should be
35887 posted.  This is especially recommended when there are multiple News
35888 collections.  If this feature is not set, Alpine will try to post to the first server in
35889 the <a href="h_config_nntp_server"><!--#echo var="VAR_nntp-server"--></a> variable.  Setting
35890 this feature also negates the need to add News collection servers to
35891 the <!--#echo var="VAR_nntp-server"--> variable.
35893 This feature can be especially handy when used in conjunction with
35894 <a href="h_config_enable_mulnewsrcs"><!--#echo var="FEAT_enable-multiple-newsrcs"--></a>.
35896 <UL>   
35897 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35898 </UL><P>
35899 &lt;End of help on this topic&gt;
35900 </BODY>
35901 </HTML>
35902 ====== h_config_nntp_search_uses_overview =====
35903 <HTML>
35904 <HEAD>
35905 <TITLE>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></TITLE>
35906 </HEAD>
35907 <BODY>
35908 <H1>FEATURE: <!--#echo var="FEAT_nntp-search-uses-overview"--></H1>
35910 This feature should probably be turned on unless it causes trouble.
35911 The results of the NNTP overview command (XOVER) may be used to help
35912 with some searches in news groups.
35913 It should result in quicker response time.
35914 Turning this feature on apparently causes search results which are
35915 different from what you would get with the feature turned off on some
35916 servers.
35918 <UL>   
35919 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35920 </UL><P>
35921 &lt;End of help on this topic&gt;
35922 </BODY>
35923 </HTML>
35924 ====== h_config_thread_sorts_by_arrival =====
35925 <HTML>
35926 <HEAD>
35927 <TITLE>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></TITLE>
35928 </HEAD>
35929 <BODY>
35930 <H1>FEATURE: <!--#echo var="FEAT_thread-sorts-by-arrival"--></H1>
35932 This feature affects how a threading sort arranges threads.  The default way
35933 to arrange threads is by the date of the earliest message in the thread.
35934 This feature arranges threads by the last message to arrive in a thread.
35936 This feature causes old threads that get recent messages to sort to the bottom,
35937 where previously a message arrival to a thread would not rearrange the order of
35938 that thread.
35940 <UL>   
35941 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35942 </UL><P>
35943 &lt;End of help on this topic&gt;
35944 </BODY>
35945 </HTML>
35946 ====== h_config_textplain_int =====
35947 <HTML>
35948 <HEAD>
35949 <TITLE>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></TITLE>
35950 </HEAD>
35951 <BODY>
35952 <H1>FEATURE: <!--#echo var="FEAT_show-plain-text-internally"--></H1>
35954 This feature modifies the method Alpine uses to display Text/Plain
35955 MIME attachments from the Attachment Index screen.  Normally, the
35956 &quot;View&quot; command searches for any externally defined (usually
35957 via the
35958 &quot;<A HREF="h_config_mailcap_path">Mailcap</A>&quot; file) viewer,
35959 and displays the selected text within that viewer.
35962 Enabling this feature causes Alpine to ignore any external viewer
35963 settings and always display text with Alpine's internal viewer.
35966 <UL>   
35967 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
35968 </UL><P>
35969 &lt;End of help on this topic&gt;
35970 </BODY>
35971 </HTML>
35972 ====== h_config_wp_columns =====
35973 <HTML>
35974 <HEAD>
35975 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></TITLE>
35976 </HEAD>
35977 <BODY>
35978 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-columns"--></H1>
35980 Web Alpine only.
35982 This configuration setting specifies the number of horizontal characters
35983 used to format various WebAlpine pages.  Smaller values will tend to reduce
35984 the amount of horizontal scrolling required to view pages within narrow
35985 browsers, such as those found on PDAs, and larger values will tend to 
35986 spread more information across the page.
35989 The Message List page uses the width to determine how many characters
35990 to assign each field.  Note, a smaller value may result in a disproportionate
35991 amount of blank space between fields on each line.  Similarly, a large
35992 value may result in cramped fields or horizontal scrolling.
35995 The Message View page uses this value to determine when to wrap lines
35996 in displayed message text.  Note, a smaller value may result in jagged
35997 right margins or confusing quoting.  A larger value may cause lines of text to
35998 run beyond the browser's right edge, requiring horizontal scrolling.
36001 <UL>   
36002 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36003 </UL><P>
36004 &lt;End of help on this topic&gt;
36005 </BODY>
36006 </HTML>
36007 ====== h_config_wp_state =====
36008 <HTML>
36009 <HEAD>
36010 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></TITLE>
36011 </HEAD>
36012 <BODY>
36013 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-state"--></H1>
36015 Web Alpine only.
36017 Various aspects of cross-session state.
36020 <UL>   
36021 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36022 </UL><P>
36023 &lt;End of help on this topic&gt;
36024 </BODY>
36025 </HTML>
36026 ====== h_config_wp_aggstate =====
36027 <HTML>
36028 <HEAD>
36029 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></TITLE>
36030 </HEAD>
36031 <BODY>
36032 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-aggstate"--></H1>
36034 Web Alpine only.
36036 Aggregate operations tab state.
36039 <UL>   
36040 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36041 </UL><P>
36042 &lt;End of help on this topic&gt;
36043 </BODY>
36044 </HTML>
36045 ====== h_config_wp_indexlines =====
36046 <HTML>
36047 <HEAD>
36048 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></TITLE>
36049 </HEAD>
36050 <BODY>
36051 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexlines"--></H1>
36053 Web Alpine only.
36055 Number of index lines in table.
36058 <UL>   
36059 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36060 </UL><P>
36061 &lt;End of help on this topic&gt;
36062 </BODY>
36063 </HTML>
36064 ====== h_config_wp_indexheight =====
36065 <HTML>
36066 <HEAD>
36067 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></TITLE>
36068 </HEAD>
36069 <BODY>
36070 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_wp-indexheight"--></H1>
36072 Web Alpine only.
36074 Index table row height.
36077 <UL>   
36078 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36079 </UL><P>
36080 &lt;End of help on this topic&gt;
36081 </BODY>
36082 </HTML>
36083 ====== h_config_rss_news =====
36084 <HTML>
36085 <HEAD>
36086 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss_news"--></TITLE>
36087 </HEAD>
36088 <BODY>
36089 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-news"--></H1>
36091 Web Alpine only.
36093 RSS News feed.
36096 <UL>   
36097 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36098 </UL><P>
36099 &lt;End of help on this topic&gt;
36100 </BODY>
36101 </HTML>
36102 ====== h_config_rss_weather =====
36103 <HTML>
36104 <HEAD>
36105 <TITLE>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></TITLE>
36106 </HEAD>
36107 <BODY>
36108 <H1>WEB ALPINE OPTION: <!--#echo var="VAR_rss-weather"--></H1>
36110 Web Alpine only.
36112 RSS Weather feed.
36115 <UL>   
36116 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36117 </UL><P>
36118 &lt;End of help on this topic&gt;
36119 </BODY>
36120 </HTML>
36121 ====== h_config_send_confirms_only_expanded =====
36122 <HTML>
36123 <HEAD>
36124 <TITLE>FEATURE: send-confirms-only-expanded</TITLE>
36125 </HEAD>
36126 <BODY>
36127 <H1>FEATURE: send-confirms-only-expanded (Web Alpine Only)</H1>
36129 This Web Alpine option specifies whether or not a Send confirmations
36130 happens when a composed message is readied for sending or not.  The
36131 default behavior is to not confirm that the nicknames were expanded to
36132 the intended addresses.
36135 <UL>   
36136 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36137 </UL><P>
36138 &lt;End of help on this topic&gt;
36139 </BODY>
36140 </HTML>
36141 ====== h_config_enable_jump_command =====
36142 <HTML>
36143 <HEAD>
36144 <TITLE>FEATURE: enable-jump-command</TITLE>
36145 </HEAD>
36146 <BODY>
36147 <H1>FEATURE: enable-jump-command (Web Alpine Only)</H1>
36149 This Web Alpine option specifies whether or not a Jump command is
36150 offered in the Message List and Message View pages.  The command is
36151 implemented as an input field in the left column of the List and View
36152 screens. 
36155 When enabled and a number is entered in the input field while the
36156 Message List is displayed, the Message List is reframed with the
36157 specified message.  While viewing a message, the message associated
36158 with the specified message number is displayed.
36161 <UL>   
36162 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36163 </UL><P>
36164 &lt;End of help on this topic&gt;
36165 </BODY>
36166 </HTML>
36167 ====== h_config_enable_newmail_sound =====
36168 <HTML>
36169 <HEAD>
36170 <TITLE>FEATURE: enable-newmail-sound</TITLE>
36171 </HEAD>
36172 <BODY>
36173 <H1>FEATURE: enable-newmail-sound (Web Alpine Only)</H1>
36175 This Web Alpine option specifies whether or not a sound file is sent
36176 to the web browser along with the newmail notification message.
36180 <UL>   
36181 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36182 </UL><P>
36183 &lt;End of help on this topic&gt;
36184 </BODY>
36185 </HTML>
36186 ====== h_config_render_html_internally =====
36187 <HTML>
36188 <HEAD>
36189 <TITLE>FEATURE: render-html-internally</TITLE>
36190 </HEAD>
36191 <BODY>
36192 <H1>FEATURE: render-html-internally (Web Alpine Only)</H1>
36194 By default, Web Alpine will pass cleansed HTML text you receive in messages 
36195 to the browser for display (rendering).  This feature causes Web Alpine to convert 
36196 the HTML text into plain text in the same way Unix and PC-Alpine do.
36200 <UL>   
36201 <LI><A HREF="h_finding_help">Finding more information and requesting help</A>
36202 </UL><P>
36203 &lt;End of help on this topic&gt;
36204 </BODY>
36205 </HTML>
36206 ====== h_config_role_undo =====
36207 Yes, remember changes and exit back to list of roles; No, discard changes
36208 made in this screen; ^C, cancel exit and stay in this config screen.
36209 ====== h_exit_editor =====
36210 S, save changes and exit from the editor; D, do not save changes but
36211 do exit from the editor; or ^C, cancel exit and stay in the editor.
36212 ====== h_config_undo =====
36213 Yes, save changes and exit; No, exit without saving any changes made since
36214 entering this CONFIGURATION screen; ^C, cancel exit and stay in config screen.
36215 ====== h_os_index_whereis =====
36216 Enter ^V or ^Y to go immediately to the last or first message in the index.
36217 Or, enter the match string followed by RETURN.
36218 ====== h_os_index_whereis_agg =====
36219 Enter ^V or ^Y to go immediately to the last or first message in the index,
36220 Or, enter the match string followed by RETURN (or ^X to select all matches).
36221 =========== h_oe_add_full ==================
36222 Type the full name of the person being added and press the RETURN key.
36223 Press ^C to cancel addition.
36224 =========== h_oe_add_nick ==================
36225 Type a short nickname and press RETURN.  A nickname is a short easy-to-
36226 remember word, name or initials like "joe", or "wcfields."  ^C to cancel.
36227 ========== h_oe_add_addr ================
36228 Type the e-mail address and press RETURN.
36229 Press ^C to cancel addition.
36230 ========== h_oe_crlst_full ==============
36231 Type a long name or description for the list that you are creating and
36232 press RETURN.  Press ^C to cancel creation of list.
36233 =========== h_oe_crlst_nick =============
36234 Type a nickname (short, easy-to-remember name or single word) for the list
36235 you are creating and press RETURN.  Press ^C to cancel.
36236 ========== h_oe_crlst_addr ==============
36237 Type an e-mail address, or a nickname already in the address book that you
36238 want to be part of this list and press RETURN.
36239 ========== h_oe_adlst_addr =============
36240 Type an e-mail address or a nickname already in the address book that you
36241 want to add to this list and press RETURN.
36242 ========== h_oe_editab_nick ============
36243 Change the nickname using the arrow keys and delete key.  Press RETURN
36244 when done.  Press ^C to cancel editing and leave the nickname as it was.
36245 ========== h_oe_editab_full ============
36246 Change the full name using the arrow keys and delete key.  Press RETURN
36247 when done.  Press ^C to cancel editing and leave the full name as it was.
36248 ========== h_oe_editab_addr ============
36249 Change the address using the arrow keys and delete key.  Press RETURN
36250 when done.  Press ^C to cancel editing and leave the address as it was.
36251 ========== h_oe_editab_fcc ============
36252 Change the fcc using the arrow keys and delete key.  Press RETURN when
36253 done.  Press ^C to cancel editing and leave the fcc as it was.
36254 ========== h_oe_editab_comment ============
36255 Change the comment field using the arrow keys and delete key.  Press RETURN
36256 when done.  Press ^C to cancel editing and leave the comment as it was.
36257 ====== h_ab_forward =====
36258 Yes, expand nicknames and qualify local names with your current domain name;
36259 No, leave nicknames and local names as is;  ^C, cancel.
36260 ========== h_ab_export ==========
36261 Type the name of a file to write the addresses into and
36262 press RETURN.  You may also specify an absolute path.  Use ^C to cancel.
36263 ========== h_ab_edit_a_field ==========
36264 Edit any of the fields of the currently selected entry by typing one of the
36265 letters at the bottom of the screen.  Press ^C to cancel edit.
36266 ====== h_ab_del_data_revert =====
36267 Press B to completely delete addrbook and revert to default, C to delete config
36268 and revert while leaving data, or D to only delete data (make it empty).
36269 ====== h_ab_del_data_modify =====
36270 Press B to completely delete addrbook, C to delete configuration while leaving
36271 data, or D to delete data (make it empty) but leave config. ^C to cancel.
36272 ====== h_ab_del_config_modify =====
36273 Yes, remove this address book from my configuration.
36274 No, make no changes now.
36275 ====== h_ab_del_config_revert =====
36276 Yes, remove this address book from my config and revert to default.
36277 No, make no changes now.
36278 ====== h_ab_del_default =====
36279 Yes, remove this default address book from my configuration.
36280 No, make no changes now.
36281 ====== h_ab_really_delete =====
36282 Yes, delete the actual contents of the address book, not just the 
36283 configuration.  No, don't delete the data after all, cancel and start over.
36284 ====== h_ab_del_ignore =====
36285 Press I to ignore all the default address books for this category.  Press R to
36286 remove this one address book and add the others to your personal list.
36287 ====== h_ab_del_dir_ignore =====
36288 Press I to ignore all the default directory servers for this category.
36289 Press R to remove this one server and add the others to your personal list.
36290 ====== h_ab_copy_dups =====
36291 Yes, overwrite the existing entry.
36292 No, skip duplicates but save the rest. Press ^C to cancel.
36293 ====== h_confirm_cancel =====
36294 Type C to Confirm that you want to abandon the message you are composing.
36295 Type N or ^C to cancel out of the cancel and keep composing.
36296 ====== h_ab_text_or_vcard =====
36297 Text, start composer with displayed text already included.
36298 VCard, start composer with address book entry attached as a vCard. ^C cancels.
36299 ====== h_ab_backup_or_ldap =====
36300 Backup, copy email address from entry and allow editing of it.
36301 LDAP, copy LDAP search criteria, do not allow editing of it. ^C cancels.
36302 ====== h_ldap_text_or_vcard =====
36303 Text: export displayed text for selected entry. Address: export only the
36304 email address. VCard: export entry in vCard format. ^C cancels.
36305 ====== h_ab_save_exp =====
36306 Save, save entry or entries to an address book.
36307 Export, save to file outside of pine. ^C cancels save.
36308 ====== h_ab_add =====
36309 A, add a brand new entry to this address book.
36310 E, edit the entry that is currently highlighted. ^C to cancel.
36311 ====== h_ab_shuf =====
36312 U, swap order of highlighted address book and the one above it.
36313 D, swap order of highlighted address book and the one below it. ^C to cancel.
36314 ====== h_ab_shuf_up =====
36315 U, swap order of highlighted address book and the one above it.
36316 Press ^C to cancel.
36317 ====== h_ab_shuf_down =====
36318 D, swap order of highlighted address book and the one below it.
36319 Press ^C to cancel.
36320 ====== h_folder_prop =====
36321 Count is # of messages in the folder, Unseen means messages that have not
36322 been read, New means messages that were Recently added to the folder.
36323 ====== h_role_shuf =====
36324 U, swap order of highlighted rule and the one above it.
36325 D, swap order of highlighted rule and the one below it. ^C to cancel.
36326 ====== h_role_shuf_up =====
36327 U, swap order of highlighted rule and the one above it.
36328 Press ^C to cancel.
36329 ====== h_role_shuf_down =====
36330 D, swap order of highlighted rule and the one below it.
36331 Press ^C to cancel.
36332 ====== h_incoming_shuf =====
36333 B, swap order of highlighted directory and the one before it.
36334 F, swap order of highlighted directory and the one after it. ^C to cancel.
36335 ====== h_incoming_shuf_up =====
36336 B, swap order of highlighted directory and the one before it.
36337 Press ^C to cancel.
36338 ====== h_incoming_shuf_down =====
36339 F, swap order of highlighted directory and the one after it.
36340 Press ^C to cancel.
36341 ====== h_dir_shuf =====
36342 U, swap order of highlighted directory and the one above it.
36343 D, swap order of highlighted directory and the one below it. ^C to cancel.
36344 ====== h_dir_shuf_up =====
36345 U, swap order of highlighted directory and the one above it.
36346 Press ^C to cancel.
36347 ====== h_dir_shuf_down =====
36348 D, swap order of highlighted directory and the one below it.
36349 Press ^C to cancel.
36350 ====== h_hdrcolor_shuf =====
36351 U, swap order of highlighted Header Color and the one above it.
36352 D, swap order of highlighted Header Color and the one below it. ^C to cancel.
36353 ====== h_hdrcolor_shuf_up =====
36354 U, swap order of highlighted Header Color and the one above it.
36355 Press ^C to cancel.
36356 ====== h_hdrcolor_shuf_down =====
36357 D, swap order of highlighted Header Color and the one below it.
36358 Press ^C to cancel.
36359 ========== h_oe_editab_al ============
36360 Change the address using the arrow keys and delete key.  Press RETURN
36361 when done.  Press ^C to cancel editing and leave the address as it was.
36362 ========== h_dir_comp_search ===============
36363 Type a string to look for just like you would in the composer. Your configured
36364 rules for the servers with the implicit flag set will be used.
36365 ========== h_oe_searchab ===============
36366 Type the word or name you want to search for and press RETURN.  If you press
36367 RETURN without entering anything the word in [] will be searched for.
36368 ========== h_oe_chooseabook ==========
36369 Choose the address book you want to save the new entry in.
36370 Use ^N or ^P to change address books.  ^C to cancel.
36371 ========== h_oe_takeaddr ==========
36372 Edit the e-mail address using the arrow and delete keys.  Press RETURN
36373 when done.  Press ^C to cancel adding this entry to the address book.
36374 ========== h_oe_take_replace ==========
36375 Press R to replace the old entry with this new data.  You will still have
36376 another chance to cancel.  N to enter another nickname.  ^C to cancel now.
36377 ========== h_oe_take_replace_or_add ==========
36378 Press R to replace the old entry.  Press A to add the selected addresses to
36379 the old existing list.  N to enter another nickname. ^C to cancel now.
36380 ========== h_oe_takename ==========
36381 Edit the full name to be correct using the arrow and delete keys.  Press RETURN
36382 when done.  Press ^C to cancel adding this entry to the address book.
36383 ========== h_oe_takenick ==========
36384 Type a nickname (short easy-to-remember name, initials or single word) for this
36385 entry in the address book and press RETURN.  Press ^C to cancel addition.
36386 ========== h_oe_jump ==========
36387 Type the message number you want to jump to and press RETURN.  The word "end"
36388 represents the last message. Press ^C to cancel jumping to another message.
36389 ========== h_oe_jump_thd ==========
36390 Type the thread number you want to jump to and press RETURN.  The word "end"
36391 represents the last thread. Press ^C to cancel jumping to another thread.
36392 ========== h_oe_debuglevel ==========
36393 Higher number shows more debugging details.
36394 Press ^C if you want to cancel the change.
36395 ========== h_oe_broach ==========
36396 Type the name of the folder you want to open and press RETURN.  Press ^P/^N
36397 to go to the previous/next collections in the list.  Press ^C to cancel goto.
36398 ========== h_oe_foldsearch ==========
36399 Type the text you want to search for in foldernames and press RETURN.  If you
36400 press RETURN without entering anything, any text in [] will be searched for.
36401 ========== h_oe_foldrename ==========
36402 Change the old name of the folder to the new name using the arrow and
36403 delete keys and press RETURN.  Press ^C to cancel rename.
36404 ========== h_oe_login ==========
36405 Enter your login name for the host you are opening the mailbox on.  Just press
36406 RETURN to use your login from this host as is, or edit it with delete key.
36407 ========== h_oe_passwd ==========
36408 Type your password for the host and login shown as part of the prompt.
36409 Press ^C to cancel opening folder.
36410 ========== h_oe_choosep ==========
36411 Enter the number associated with the printer you want to select.  Press ^C to
36412 cancel the printer selection.  The current selection is highlighted.
36413 ========== h_oe_customp ==========
36414 Type the name of the Unix print command and press RETURN.  Press ^C to
36415 cancel the printer selection.
36416 ========== h_oe_searchview ==========
36417 Type the word or name you want to search for and press RETURN.  If you press
36418 RETURN without entering anything the word in [] will be searched for.
36419 ========== h_oe_keylock ==========
36420 The keyboard is in use and locked by another user.  Only that user can
36421 unlock this keyboard by typing the password.
36422 ========== h_wt_expire ==========
36423 At the beginning of each month Alpine offers to rename your current sent-mail
36424 folder to one named for the month so you have a sent-mail folder for each month
36425 ========== h_wt_delete_old ==========
36426 It is the beginning of the month, and we need to conserve disk
36427 space.  Please delete any sent-mail that you do not need.
36428 ========== h_select_sort ==========
36429 Select the order for sorting the index by typing the capitalized letter.
36430 Arrival is by arrival in your mailbox; Date is by time/day message was sent.
36431 ========== h_no_F_arg ============
36432 Enter name of file to be opened.
36434 ========== h_sticky_personal_name ==========
36435 Type in your name as you want it to appear on outgoing email.  This entry
36436 will be saved into your Alpine configuration file.
36437 ========== h_sticky_inbox ============
36438 INBOX syntax is usually {complete.machine.name}INBOX
36439 This entry will be saved in your Alpine configuration file.
36440 ========== h_sticky_smtp ============
36441 The name of the computer on your campus that relays your outgoing email
36442 to the Internet.  This entry will be saved in your Alpine configuration file.
36443 ========== h_sticky_user_id ==========
36444 The username or login-id part of your email address.  This entry will be
36445 saved in your Alpine configuration file.
36446 ========== h_sticky_domain ==========
36447 The domain part of your email address, NOT the name of your PC.  This
36448 entry will be saved in your Alpine configuration file.
36449 ========== h_bounce =========
36450 Enter the address or nickname of the intended recipient.  Alpine will resend
36451 the message, which will retain the original author's From: address.
36452 ========== h_incoming_add_folder_nickname =========
36453 Enter an (optional) nickname that will be used in lieu of the actual
36454 host and folder names in the FOLDER LIST display.
36455 ========== h_anon_forward ==========
36456 Enter the address of your intended recipient, or ^C to cancel.
36457 Example: jsmith@somewhere.edu
36458 ========== h_news_subscribe ==========
36459 Enter the name of the newsgroup to which you wish to subscribe,
36460 or ^C to cancel.  Example: comp.mail.pine
36461 ========== h_pipe_msg ==========
36462 Enter the name of the Unix command to which you wish to send this
36463 message, or ^C to cancel.
36464 ========== h_pipe_attach ==========
36465 Enter the name of the Unix command to which you wish to send this
36466 attachment, or ^C to cancel.
36467 ========== h_select_by_num ==========
36468 Enter a list of message numbers (or number ranges), or ^C to cancel.  The word
36469 "end" represents the last message. Example: 2-5,7-9,11,19,35-end
36470 ========== h_select_by_thrdnum ==========
36471 Enter a list of thread numbers (or number ranges), or ^C to cancel.  The word
36472 "end" represents the last thread. Example: 2-5,7-9,11,19,35-end
36473 ========== h_select_txt_from ==========
36474 Messages with From: headers containing the entered string will be selected.
36475 ^C to cancel. ^G again to see original options.
36476 ========== h_select_txt_not_from ==========
36477 Messages without From: headers containing the entered string will be selected.
36478 ^C to cancel. ^G again to see original options.
36479 ========== h_select_txt_to ==========
36480 Messages with To: headers containing the entered string will be selected.
36481 ^C to cancel. ^G again to see original options.
36482 ========== h_select_txt_not_to ==========
36483 Messages without To: headers containing the entered string will be selected.
36484 ^C to cancel. ^G again to see original options.
36485 ========== h_select_txt_cc ==========
36486 Messages with Cc: headers containing the entered string will be selected.
36487 ^C to cancel. ^G again to see original options.
36488 ========== h_select_txt_not_cc ==========
36489 Messages without Cc: headers containing the entered string will be selected.
36490 ^C to cancel. ^G again to see original options.
36491 ========== h_select_txt_subj ==========
36492 Messages with Subject: headers containing the entered string will be selected.
36493 ^C to cancel.  ^X enters Subject: line of current message.
36494 ========== h_select_txt_not_subj ==========
36495 Messages without Subject headers containing the entered string will be selected.
36496 ^C to cancel.  ^X enters Subject: line of current message.
36497 ========== h_select_txt_all ==========
36498 All messages containing the entered string will be selected.  Headers and body,
36499 but not encoded attachments, will be compared.  Enter ^C to cancel.
36500 ========== h_select_txt_not_all ==========
36501 All messages that don't contain the entered string will be selected.  Headers
36502 and body, but not encoded attachments, will be compared.  Enter ^C to cancel.
36503 ========== h_select_txt_body ==========
36504 All messages containing the entered string will be selected. Body text, but
36505 not headers or encoded attachments, will be compared. ^C to cancel.
36506 ========== h_select_txt_not_body ==========
36507 All messages that don't contain the entered string will be selected. Body
36508 text, but not headers or encoded attachments, will be compared. ^C to cancel.
36509 ========== h_select_txt_recip ==========
36510 Messages with Cc: or To: headers containing the entered string will be selected.
36511 ^C to cancel. ^G again to see original options.
36512 ========== h_select_txt_not_recip ==========
36513 Messages without Cc: or To: headers containing the string will be selected.
36514 ^C to cancel. ^G again to see original options.
36515 ========== h_select_txt_partic ==========
36516 Messages with Cc, To, or From headers containing the string will be selected.
36517 ^C to cancel. ^G again to see original options.
36518 ========== h_select_txt_not_partic ==========
36519 Messages without Cc, To, or From headers containing the string will be selected.
36520 ^C to cancel. ^G again to see original options.
36521 ========== h_select_date ==========
36522 If typed, date may be in DD-MMM-YYYY format (04-Jul-2006) or in ISO format
36523 (2006-07-04). ^P/^N also changes default date. ^X enters date of current msg.
36524 ========== h_attach_index_whereis ==========
36525 Enter some text that appears in the Attachment Index entry for the desired
36526 attachment.  The first attachment containing that text will be highlighted.
36527 ========== h_kb_lock ==========
36528 Keystrokes entered here (up to a RETURN) comprise a password that must
36529 be entered again later in order to unlock the keyboard.
36530 ========== h_compose_default ==========
36531 N, compose a new message. R, set a role.
36532 ^C to cancel.
36533 ========== h_untranslatable ==========
36534 Send using UTF-8 character set; Send but replace untranslatable characters
36535 with question marks; return to the composer; or cancel message altogether.
36536 ========== h_compose_intrptd ==========
36537 N, compose a new msg. I, continue interrupted msg. R, set a role.
36538 ^C to cancel.
36539 ========== h_compose_postponed ==========
36540 N, compose a new message. P, continue postponed msg. R, set a role.
36541 ^C to cancel.
36542 ========== h_compose_intrptd_postponed ==========
36543 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36544 R, set a role. ^C to cancel.
36545 ========== h_compose_form ==========
36546 N, compose a new message. F, use form letter. R, set a role.
36547 ^C to cancel.
36548 ========== h_compose_intrptd_form ==========
36549 N, compose a new msg. I, continue interrupted msg. F, use form letter.
36550 R, set a role. ^C to cancel.
36551 ========== h_compose_postponed_form ==========
36552 N, compose a new message. P, continue postponed msg. F, use form letter.
36553 R, set a role. ^C to cancel.
36554 ========== h_compose_intrptd_postponed_form ==========
36555 N, compose a new msg. I, continue interrupted msg. P, continue postponed msg.
36556 F, use form letter. R, set a role. ^C to cancel.
36557 ========== h_config_context_del_except ==========
36558 If you delete the last exceptional collection you can only add it back by
36559 manually editing the exceptions config file.
36560 ========== h_config_whereis ==========
36561 To move quickly to a particular line, enter a search string or
36562 ^C to cancel.
36563 ========== h_config_edit_scorei ==========
36564 Enter interval in the form (min,max). -INF and INF may be used to represent
36565 -infinity and infinity. ^C to cancel change. RETURN to accept change.
36566 ========== h_config_add ==========
36567 Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
36568 pressing RETURN sets the Empty Value (this turns off any global default).
36569 ========== h_config_add_custom_color ==========
36570 Enter a header fieldname. For example, "subject" or "from".
36572 ========== h_config_add_pat_hdr ==========
36573 Enter a header fieldname. For example, "reply-to" or "organization" or
36574 any fieldname you want that isn't included already.
36575 ========== h_config_print_opt_choice ==========
36576 You may edit either the initialization string (characters printed before
36577 printing starts) or the trailer string.  Choose one or ^C to cancel.
36578 ========== h_config_print_init ==========
36579 Enter a C-style string for this.  You may use common backslash escapes like
36580 \\n for newline, \\ooo for octal character, and \\xhh for hex character.
36581 ========== h_config_change ==========
36582 Edit the existing value using arrow keys, ^K to delete entire entry, ^D to
36583 delete current (highlighted) character, etc.  Enter ^C to cancel change.
36584 ========== h_config_replace_add ==========
36585 Replace ignores the current default, Add places the current default in your
36586 editing buffer as if you had typed it in.
36587 ========== h_config_insert_after ==========
36588 Enter a nickname for this print command.  (InsertBefore puts the new item
36589 before the current line, InsertAfter puts it after the current line.)
36590 ========== h_config_print_cmd ==========
36591 Enter command to be executed for the printer.  Use normal editing keys
36592 to modify, ^C to cancel, carriage return to accept current value.
36593 ========== h_config_role_del ==========
36594 Answering Yes will remove this rule completely from your rules list.
36595 ========== h_config_role_addfile ==========
36596 Type the name of a file to add to your configuration. You don't need to
36597 use a file, you may add rules directly (with Add) without using a file.
36598 ========== h_config_role_delfile ==========
36599 Answering Yes will remove this rule file completely from your rules list.
36600 The rules data file itself will not be removed.
36601 ========== h_config_print_del ==========
36602 Answering Yes will remove this printer completely from your printer list.
36603 ========== h_config_print_name_cmd ==========
36604 You may edit the Nickname of this printer, the Command to be executed when
36605 printing, or change the Options associated with this printer.
36606 ========== h_send_check_fcc ==========
36607 Yes, send message without an Fcc.
36608 No, return to composer.
36609 ========== h_send_check_subj ==========
36610 Yes, send message without a Subject.
36611 No, return to composer.
36612 ========== h_send_check_to_cc ==========
36613 Yes, send message without a To address, or a Cc address, or a Newsgroup.
36614 No, return to composer.
36615 ========== h_send_fcc_only ==========
36616 Yes, copy message to Fcc only and send to NO recipients.
36617 No, return to composer.
36618 ========== h_send_prompt ==========
36619 Yes, send the message.
36620 No or ^C, return to composer.
36621 ========== h_send_prompt_flowed ==========
36622 Yes, send the message.  No or ^C, return to composer.
36623 What's Flowed? See Do Not Send Flowed Text in config screen.
36624 ========== h_send_prompt_dsn ==========
36625 Yes, send the message.  No or ^C, return to composer.
36626 What's DSNOpts? See Enable Delivery Status Notification in config screen.
36627 ========== h_send_prompt_dsn_flowed ==========
36628 Yes, send the message.  No or ^C, return to composer. What's DSNOpts? See
36629 Enable Delivery Status Notification. What's Flowed? See Do Not Send Flowed Text.
36630 ========== h_role_confirm ==========
36631 Yes, use displayed role. No, compose without a role.
36632 ^C, cancel the message. ^T, select a role from your other eligible roles.
36633 ========== h_norole_confirm ==========
36634 Return, compose without a role.
36635 ^C, cancel the message. ^T, select a role from your eligible roles.
36636 ========== h_custom_print ==========
36637 Enter a Unix command that accepts its data on standard input.
36638 Alpine will display any information the command sends to standard output.
36639 ========== h_convert_abooks_and_sigs ==========
36640 You will be given the opportunity to convert address books and signature files
36641 to remote configurations.
36642 ========== h_convert_abooks ==========
36643 You will be given the opportunity to convert address books to remote
36644 configurations.
36645 ========== h_flag_keyword ==========
36646 Enter the name of the keyword you want to add for this folder.
36647 No spaces, parentheses, braces, percents or asterisks are allowed.
36648 ========== h_select_keyword ==========
36649 Enter the keyword you want to match, or use ^T to select a keyword from a list
36650 of possible keywords for this folder. Use ! to look for non-matches instead.
36651 ========== h_type_keyword ==========
36652 Enter the keyword you want to add. You may add a nickname in the next step.
36653 No spaces, parentheses, braces, percents or asterisks are allowed.
36654 ========== h_type_keyword_nickname ==========
36655 Enter an optional nickname for the keyword you want to add.
36656 Type Carriage return to use the keyword name instead of a nickname.
36657 ========== h_convert_sigs ==========
36658 You will be given the opportunity to convert signature files to remote
36659 configurations.
36660 ========== h_convert_abook ==========
36661 Yes is fairly safe. You will be ADDing a remote address book that is a copy
36662 of the current address book. The current abook won't be removed automatically.
36663 ========== h_convert_sig ==========
36664 Answering Yes copies the contents of the signature file into your Alpine
36665 configuration file. After that, the contents of the file will not be used.
36666 ========== h_save_addman ==========
36667 Enter the simple name of the folder you want to add. Carriage return to
36668 accept what you have typed so far. ^C to get back to SELECT FOLDER screen.
36669 ========== h_reopen_folder ==========
36670 Yes reopens the folder, as if you were starting over. This uncovers new mail.
36671 No leaves the folder index as it was without discovering new mail.
36672 ========== h_convert_pinerc_server ==========
36673 This is the name of the host (computer) where the remote Alpine configuration
36674 will be stored. This should be an IMAP server that you have permission to use.
36675 ========== h_convert_pinerc_folder ==========
36676 Enter the correct remote folder name. This folder is special and should
36677 contain only configuration data. It shouldn't contain other mail messages.
36678 ========== h_role_compose ==========
36679 Compose a New message, Reply to current message, Forward current message, or
36680 Bounce message. Then you will be asked to choose one of your Roles to be used.
36681 ========== h_save_size_changed ==========
36682 The reported size of a message is not the same as the actual size. Answer Yes
36683 to continue and hope for the best or No to Cancel the entire Save.
36684 ========== h_select_by_larger_size ==========
36685 Enter a number or ^C to cancel. All messages greater than this many characters
36686 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36687 ========== h_select_by_smaller_size ==========
36688 Enter a number or ^C to cancel. All messages less than this many characters
36689 in size will be selected. Examples: 2176, 1.53K (1530), or 3M (3000000).
36690 ========== h_preserve_field ==========
36691 Use 'p' to toggle between preserving or not preserving the original To:
36692 and Cc: fields of the message. Enter ^C to cancel message.